From fda70b0f578c523c0168349926844c18ce725833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 10 Jan 2021 18:51:55 +0100 Subject: [PATCH] doc: update dev guide with more places where to change copyright year. --- doc/developers.dox | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/developers.dox b/doc/developers.dox index 845456f6c..1ad7d23f3 100644 --- a/doc/developers.dox +++ b/doc/developers.dox @@ -987,7 +987,9 @@ inverse. replace `... —` with `..., 20XZ —` there as well 4. Copy all `Find*.cmake` modules to dependent projects to update the copyright year in these as well -5. Update `package/debian/copyright` to say the new year as well +5. Update other occurences by hand: + - `package/debian/copyright` + - `doc/conf.py` 6. Use @cb{.sh} git diff @ce to verify the change went well and the new year is specified exactly once everywhere 7. Do a local verification build, push to `master`