Skip to content

Commit 3dc6277

Browse files
committed
Add explicit licence (Public Domain or CC0)
1 parent 674eba1 commit 3dc6277

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

release_engineering/LICENCE.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This files in this directory are placed in the public domain or under the
2+
CC0-1.0-Universal license, whichever is more permissive.

release_engineering/python-releases.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# This file is placed in the public domain or under the
2+
# CC0-1.0-Universal licence, whichever is more permissive.
3+
#
4+
# This document contains the history of every release of the Python project,
5+
# and specifically the CPython intepreter. The data in this file were initially
6+
# compiled in 2025 by Adam Turner, with information primarily sourced from the
7+
# release PEPs and supplemented by the 'releases' section of www.python.org.
8+
#
9+
# The release schedules for Python 3.8 onwards are created from data in this
10+
# document. After editing this file, run the following command to regenerate
11+
# the relevant PEPs:
12+
#
13+
# python -m release_engineering update-peps
14+
#
15+
# The PEP rendering system, via Sphinx, uses this document to regenerate the
16+
# 'release-cycle' JSON file, found at https://peps.python.org/release-cycle.json.
17+
# This JSON file is intended for public consumption. The format of this TOML
18+
# document is not guaranteed and may change without notice.
19+
120
# -- Python 1.6 --------------------------------------------------------------
221

322
[metadata."1.6"]

0 commit comments

Comments
 (0)