Skip to content

Commit fd9fd77

Browse files
committed
fix statement of index.md
1 parent 69b1907 commit fd9fd77

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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
@@ -28,3 +28,4 @@
2828
zipf.write(f, f.relative_to(Path('..')))
2929

3030
zipf.write('../expander.py', 'expander.py')
31+
zipf.write('../LICENSE', 'LICENSE')

0 commit comments

Comments
 (0)