Skip to content

Commit

Permalink
remove Netflix from license header (OpenFeign#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
velo authored Aug 7, 2018
1 parent b8d1ad9 commit 141560b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feign
Copyright 2013 Netflix, Inc.
Copyright 2012 The Feign Authors.

Portions of this software developed by Commerce Technologies, Inc.

0 comments on commit 141560b

Please sign in to comment.