Skip to content

Commit 141560b

Browse files
authored
remove Netflix from license header (OpenFeign#755)
1 parent b8d1ad9 commit 141560b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you are adding a new file it should have a header like this:
3232

3333
```
3434
/**
35-
* Copyright 2013 Netflix, Inc.
35+
* Copyright 2012 The Feign Authors.
3636
*
3737
* Licensed under the Apache License, Version 2.0 (the "License");
3838
* you may not use this file except in compliance with the License.

HACKING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Code design is opinionated including below:
1212

1313
## How to request change
1414
The best way to approach something not yet supported is to ask on
15-
[gitter](https://gitter.im/Netflix/feign) or [raise an issue](https://github.com/Netflix/feign/issues).
15+
[gitter](https://gitter.im/OpenFeign/feign) or [raise an issue](https://github.com/OpenFeign/feign/issues).
1616
Asking for the feature you need (like how to deal with command groups)
1717
vs a specific implementation (like making a private type public) will
1818
give you more options to accomplish your goal.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2012 Netflix, Inc.
190+
Copyright 2012 The Feign Authors
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Feign
2-
Copyright 2013 Netflix, Inc.
2+
Copyright 2012 The Feign Authors.
33

44
Portions of this software developed by Commerce Technologies, Inc.

0 commit comments

Comments
 (0)