diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2011-09-09 13:32:55 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2011-09-09 13:32:55 +0000 |
commit | 9a7ee61d4c4cc76942c0f8ee5e0233a81ddcf26b (patch) | |
tree | 83d8caa08a7af44c6c1075bca34a89c05c9b77d1 /tools/ck-copyright-notice | |
parent | 0899251026ae7ff73b8ae1ee5d3d13428710d5c2 (diff) | |
download | mpfr-9a7ee61d4c4cc76942c0f8ee5e0233a81ddcf26b.tar.gz |
[Makefile.am] Added tools/ck-copyright-notice to EXTRA_DIST as it is
used in dist-hook.
[tools/ck-copyright-notice] Added copyright notice (since this file is
distributed in the tarballs). Note: the first year is 2008 as a part
of the code comes from r5370 in mpfrlint.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7817 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tools/ck-copyright-notice')
-rwxr-xr-x | tools/ck-copyright-notice | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/ck-copyright-notice b/tools/ck-copyright-notice index fe23928e8..e0f7c111f 100755 --- a/tools/ck-copyright-notice +++ b/tools/ck-copyright-notice @@ -1,5 +1,15 @@ #!/bin/sh +# Copyright 2008, 2009, 2010, 2011 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. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + # ck-copyright-notice can be run from the tools directory dir=`pwd` [ -d src ] || [ "`basename "$dir"`" != tools ] || cd .. |