-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathos-notices.toml
More file actions
22 lines (20 loc) · 838 Bytes
/
os-notices.toml
File metadata and controls
22 lines (20 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
template = "./docs/legal/os_notices_template.py"
output = "./docs/legal/os-notices.md"
[[notices]]
name = "CPython"
repository = "https://github.com/python/cpython"
license = "Python license"
license-url = "https://docs.python.org/3/license.html"
copyrights = [
"Copyright © 2001 Python Software Foundation. All rights reserved.",
"Copyright © 2000 BeOpen.com. All rights reserved.",
"Copyright © 1995-2001 Corporation for National Research Initiatives. All rights reserved.",
"Copyright © 1991-1995 Stichting Mathematisch Centrum. All rights reserved.",
]
[[notices]]
name = "ttk-text"
dependency = "ttk-text"
repository = "https://github.com/hellotool/ttk-text"
license = "MIT License"
license-url = "https://github.com/hellotool/ttk-text/blob/v{version}/LICENSE"
copyrights = ["Copyright (c) 2025-2026 Jesse205"]