aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-01-04 22:01:09 +0100
committerJay Berkenbilt <ejb@ql.org>2021-01-04 22:26:58 +0100
commitbf8fd41fee091ad6fe0d10066a4dbb3d8834b005 (patch)
tree3b3d91dd0ddf5a9e1a4733b9878d3200003a3117 /README-maintainer
parent891751f618fb95b82af289edfd2e1219e3522e6f (diff)
downloadqpdf-bf8fd41fee091ad6fe0d10066a4dbb3d8834b005.tar.zst
Update copyright to 2021
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer15
1 files changed, 12 insertions, 3 deletions
diff --git a/README-maintainer b/README-maintainer
index 6a3ae678..bc68b2fc 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -108,9 +108,18 @@ CODING RULES
RELEASE PREPARATION
-* Each year, update copyright notices. Just do a case-insensitive
- search for copyright. Don't forget copyright in manual. Also update
- debian copyright in debian package. Last updated: 2020.
+* Each year, update copyright notices. This will find all relevant
+ places (assuming current copyright is from last year) except the
+ manual:
+
+ git --no-pager grep -i -n -P "copyright.*$(expr $(date +%Y) - 1).*berkenbilt"
+
+ Also update the copyright in these places:
+ * manual
+ * debian package -- search for copyright.*berkenbilt in debian/copyright
+ * qtest-driver, TestDriver.pm in qtest source
+
+ Copyright last updated: 2021.
* Take a look at "External Libraries" in TODO to see if we need to
make any changes. There is still some automation work left to do, so