Skip to content

make LICENSE as CC0 #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,4 @@ You can also see all versions in [The Release](https://github.com/atcoder/ac-lib

## License

- The header files in `atcoder` folder are licensed under a [CC0](https://creativecommons.org/publicdomain/zero/1.0/legalcode) license.
- TODO: We haven't determined the license of other files.
This library is released under the [CC0](https://creativecommons.org/publicdomain/zero/1.0/legalcode), except for the third-party libraries that are located under `/document_(en|ja)/lib` directory. Please refer [/document_en/lib/LICENSE.md](./document_en/lib/LICENSE.md) for details.
2 changes: 1 addition & 1 deletion document_en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@

## License

The header files in `atcoder` folder are licensed under a CC0 license. See `atcoder/LICENSE` for further details.
The files are licensed under a CC0 license, except for the third-party libraries located in the `/document_en/lib`, `/document_ja/lib` directory.
3 changes: 2 additions & 1 deletion document_ja/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@

## ライセンス

ヘッダファイル群(同梱の `atcoder` フォルダ以下)はCC0ライセンスで公開しています。詳しくは`atcoder/LICENSE`を参照してください。
`/document_en/lib`, `/document_ja/lib` 以下で再配布しているライブラリを除きCC0ライセンスで公開しています。

1 change: 1 addition & 0 deletions tools/generate_zip.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@
zipf.write(f, f.relative_to(Path('..')))

zipf.write('../expander.py', 'expander.py')
zipf.write('../LICENSE', 'LICENSE')