Skip to content

Commit 118540c

Browse files
authored
Merge pull request #155 from yosupo06/patch/license
make LICENSE as CC0
2 parents 3c37e91 + fd9fd77 commit 118540c

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed
File renamed without changes.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,4 @@ You can also see all versions in [The Release](https://github.com/atcoder/ac-lib
5656

5757
## License
5858

59-
- The header files in `atcoder` folder are licensed under a [CC0](https://creativecommons.org/publicdomain/zero/1.0/legalcode) license.
60-
- TODO: We haven't determined the license of other files.
59+
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.

document_en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@
5555

5656
## License
5757

58-
The header files in `atcoder` folder are licensed under a CC0 license. See `atcoder/LICENSE` for further details.
58+
The files are licensed under a CC0 license, except for the third-party libraries located in the `/document_en/lib`, `/document_ja/lib` directory.

document_ja/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@
5454

5555
## ライセンス
5656

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

tools/generate_zip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@
4545
zipf.write('combined.cpp', 'all_combined.cpp');
4646

4747
zipf.write('../expander.py', 'expander.py')
48+
zipf.write('../LICENSE', 'LICENSE')

0 commit comments

Comments
 (0)