From 141560b5f73235e8f44519485be01394e40d84a9 Mon Sep 17 00:00:00 2001 From: Marvin Froeder Date: Wed, 8 Aug 2018 08:07:13 +1200 Subject: [PATCH] remove Netflix from license header (#755) --- CONTRIBUTING.md | 2 +- HACKING.md | 2 +- LICENSE | 2 +- NOTICE | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bf0b640c..12621730 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,7 @@ If you are adding a new file it should have a header like this: ``` /** - * Copyright 2013 Netflix, Inc. + * Copyright 2012 The Feign Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/HACKING.md b/HACKING.md index cbe8d442..7e15d316 100644 --- a/HACKING.md +++ b/HACKING.md @@ -12,7 +12,7 @@ Code design is opinionated including below: ## How to request change The best way to approach something not yet supported is to ask on -[gitter](https://gitter.im/Netflix/feign) or [raise an issue](https://github.com/Netflix/feign/issues). +[gitter](https://gitter.im/OpenFeign/feign) or [raise an issue](https://github.com/OpenFeign/feign/issues). Asking for the feature you need (like how to deal with command groups) vs a specific implementation (like making a private type public) will give you more options to accomplish your goal. diff --git a/LICENSE b/LICENSE index 7f8ced0d..8c9fd075 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2012 Netflix, Inc. + Copyright 2012 The Feign Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE index 53830957..f547124c 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ Feign -Copyright 2013 Netflix, Inc. +Copyright 2012 The Feign Authors. Portions of this software developed by Commerce Technologies, Inc.