Skip to content

Commit

Permalink
doc: rename license file (#4350)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Apr 22, 2022
1 parent ec61581 commit 8125679
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

As well as the file LICENSE-APACHE.txt adjacent to this file.
As well as the file LICENSE adjacent to this file.

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
File renamed without changes.
2 changes: 1 addition & 1 deletion clients/horizonclient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ Please read [Code of Conduct](https://github.com/stellar/.github/blob/master/COD
To submit improvements and fixes to this library, please see [CONTRIBUTING](../CONTRIBUTING.md).

## License
This project is licensed under the Apache License - see the [LICENSE](../../LICENSE-APACHE.txt) file for details.
This project is licensed under the Apache License - see the [LICENSE](../../LICENSE) file for details.
2 changes: 1 addition & 1 deletion support/scripts/build_release_artifacts/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ func prepareDest(pkg, bin, version, os, arch string) string {

// make destination directories
run("mkdir", "-p", dest)
run("cp", "LICENSE-APACHE.txt", dest)
run("cp", "LICENSE", dest)
run("cp", "COPYING", dest)
run("cp", filepath.Join(pkg, "README.md"), dest)
run("cp", filepath.Join(pkg, "CHANGELOG.md"), dest)
Expand Down
2 changes: 1 addition & 1 deletion txnbuild/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ Please read [Code of Conduct](https://github.com/stellar/.github/blob/master/COD
To submit improvements and fixes to this library, please see [CONTRIBUTING](../CONTRIBUTING.md).
## License
This project is licensed under the Apache License - see the [LICENSE](../../LICENSE-APACHE.txt) file for details.
This project is licensed under the Apache License - see the [LICENSE](../../LICENSE) file for details.

0 comments on commit 8125679

Please sign in to comment.