Add checklist for copyright year change.
This commit is contained in:
parent
b24983fdf7
commit
9592fe5a24
14
pep-0101.txt
14
pep-0101.txt
|
@ -121,6 +121,20 @@ How to Make A Release
|
||||||
___ There's a copy of the license in
|
___ There's a copy of the license in
|
||||||
Doc/texinputs/license.tex; Fred usually takes care of that.
|
Doc/texinputs/license.tex; Fred usually takes care of that.
|
||||||
|
|
||||||
|
___ Check the years on the copyright notice. If the last release
|
||||||
|
was some time last year, add the current year to the copyright
|
||||||
|
notice in several places:
|
||||||
|
|
||||||
|
___ README
|
||||||
|
|
||||||
|
___ LICENSE
|
||||||
|
|
||||||
|
___ Python/getcopyright.c
|
||||||
|
|
||||||
|
___ Doc/texinputs/copyright.tex
|
||||||
|
|
||||||
|
___ In the license.ht file for the distribution on the website.
|
||||||
|
|
||||||
___ For the next few hours, selectively merge stuff from trunk into
|
___ For the next few hours, selectively merge stuff from trunk into
|
||||||
branch. For each change you see on the trunk (i.e. via the
|
branch. For each change you see on the trunk (i.e. via the
|
||||||
python-checkins mailing list), you need to decide whether the
|
python-checkins mailing list), you need to decide whether the
|
||||||
|
|
Loading…
Reference in New Issue