summaryrefslogtreecommitdiff
path: root/tools/ck-copyright-notice
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-02-13 08:31:08 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-02-13 08:31:08 +0000
commitc2ca90e24c461a24ce5da8cb85549e8451694f64 (patch)
tree466393a3aa9b38eebe535dd8c9dc1d16c250d02e /tools/ck-copyright-notice
parent74f4da9b819aa8c28af4d6efe5a58eb883817c48 (diff)
downloadmpfr-c2ca90e24c461a24ce5da8cb85549e8451694f64.tar.gz
Copyright notice update: added 2015 with
perl -pi -e 's/ (\d{4}-)?(2014)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh, reverting the tools/mbench directory (not distributed with MPFR). Removed 2014 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9278 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 a338e7e74..c4caae1df 100755
--- a/tools/ck-copyright-notice
+++ b/tools/ck-copyright-notice
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2008-2014 Free Software Foundation, Inc.
+# Copyright 2008-2015 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.