From 75a71e8722a25b9af9179a94ce53d7a1babaaa52 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Sun, 19 Jun 2022 01:28:07 -0700 Subject: [PATCH] Update license section (#1113) * Update license section * Fix license links * Update year * Fix asset build --- LICENSE-APACHE | 2 +- LICENSE.md | 3 --- README.md | 2 +- tools/build_asset.sh | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 LICENSE.md diff --git a/LICENSE-APACHE b/LICENSE-APACHE index 1ad713a9ea..bd578cd3d8 100644 --- a/LICENSE-APACHE +++ b/LICENSE-APACHE @@ -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. diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index 04e2bacb28..0000000000 --- a/LICENSE.md +++ /dev/null @@ -1,3 +0,0 @@ -# License - -Pen is dual-licensed under [MIT](LICENSE-MIT) and [Apache 2.0](LICENSE-APACHE). diff --git a/README.md b/README.md index 1e0933081a..28c8c181bd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tools/build_asset.sh b/tools/build_asset.sh index ac26258434..2a93551a62 100755 --- a/tools/build_asset.sh +++ b/tools/build_asset.sh @@ -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