summaryrefslogtreecommitdiff
path: root/tools/ck-version-info
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-02-01 12:32:29 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-02-01 12:32:29 +0000
commit42bc83502a1552f6f4af7d92faa7f2f36dcd9aee (patch)
tree097f1f417630c16f447fe5ad389b3e1499d811cf /tools/ck-version-info
parent8355911df0b7e77a5d771307e12dce3de6d4741d (diff)
downloadmpfr-42bc83502a1552f6f4af7d92faa7f2f36dcd9aee.tar.gz
Copyright notice update: added 2018 with
perl -pi -e 's/ (\d{4}-)?(2017)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh. About tools/ck-mparam, just keep the year 2011 like in the trunk since this file is not part of the tarball (just used by mpfrlint). Removed 2017 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@12171 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tools/ck-version-info')
-rwxr-xr-xtools/ck-version-info2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ck-version-info b/tools/ck-version-info
index 02538c8a8..6b20d93d8 100755
--- a/tools/ck-version-info
+++ b/tools/ck-version-info
@@ -3,7 +3,7 @@
# Note: this script must not be used to build MPFR due to the
# dependency on perl, but this is OK for "make dist".
-# Copyright 2010-2017 Free Software Foundation, Inc.
+# Copyright 2010-2018 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.