diff options
| author | Harsha Vardhan V <harsha@harsha.engineer> | 2025-01-02 20:20:14 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-02 11:50:14 -0300 |
| commit | 53df2ee7a42cf965126839b59308e49b58007669 (patch) | |
| tree | 26069377e3bfdcd347c56d067a12265e58ffd023 /LICENSE.python | |
| parent | ad385ae163da2b1c558f62c0415db5aa03227587 (diff) | |
Removed current year from Python license file.
The current year was removed from cpython's license in https://github.com/python/cpython/commit/91f4908798074db6c41925b4417bee1f933aca93.
Diffstat (limited to 'LICENSE.python')
| -rw-r--r-- | LICENSE.python | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LICENSE.python b/LICENSE.python index 9f995bf7bf..2fc28e876f 100644 --- a/LICENSE.python +++ b/LICENSE.python @@ -94,7 +94,7 @@ grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, -i.e., "Copyright (c) 2001-2024 Python Software Foundation; All Rights Reserved" +i.e., "Copyright (c) 2001 Python Software Foundation; All Rights Reserved" are retained in Python alone or in any derivative version prepared by Licensee. 3. In the event Licensee prepares a derivative work that is based on |
