Skip to content

Commit

Permalink
Update license section (#1113)
Browse files Browse the repository at this point in the history
* Update license section

* Fix license links

* Update year

* Fix asset build
  • Loading branch information
raviqqe authored Jun 19, 2022
1 parent 9bfdfed commit 75a71e8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE-APACHE
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@

END OF TERMS AND CONDITIONS

Copyright 2021 Yota Toyama
Copyright 2022 Yota Toyama

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
3 changes: 0 additions & 3 deletions LICENSE.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ Pen aims to make large-scale software development efficient where a number of pe

## License

Pen is released under open source licenses. See [its LICENSE file](https://github.com/pen-lang/pen/blob/main/LICENSE.md) for more information.
Pen is dual-licensed under [MIT](https://github.com/pen-lang/pen/blob/main/LICENSE-MIT) and [Apache 2.0](https://github.com/pen-lang/pen/blob/main/LICENSE-APACHE).

[syntax]: https://pen-lang.org/references/language/syntax.html
2 changes: 1 addition & 1 deletion tools/build_asset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $(dirname $0)/build.sh
strip target/release/pen

tar caf $tarball \
README.md LICENSE.md LICENSE-MIT LICENSE-APACHE \
README.md LICENSE-MIT LICENSE-APACHE \
cmd doc lib rust-toolchain.toml target/release/pen

echo $tarball

0 comments on commit 75a71e8

Please sign in to comment.