summaryrefslogtreecommitdiff
path: root/tools/ck-copyright-notice
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-01-08 18:11:13 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-01-08 18:11:13 +0000
commit18792699d04ff76a16856d82b826c5b5aa80f99e (patch)
treea2d404de61e540eef894d7aad09e1e885fd7ffca /tools/ck-copyright-notice
parent76a7050c7d68f55ee374f259edbbd0cbe456e673 (diff)
downloadmpfr-18792699d04ff76a16856d82b826c5b5aa80f99e.tar.gz
Copyright notice update: added 2020 with
perl -pi -e 's/ (\d{4}-)?(2019)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh. Removed 2019 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13652 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tools/ck-copyright-notice')
-rwxr-xr-xtools/ck-copyright-notice2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ck-copyright-notice b/tools/ck-copyright-notice
index 2327eb18e..22eccc0a0 100755
--- a/tools/ck-copyright-notice
+++ b/tools/ck-copyright-notice
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2008-2019 Free Software Foundation, Inc.
+# Copyright 2008-2020 Free Software Foundation, Inc.
# This script is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.