summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-09-09 11:40:33 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-09-09 11:40:33 +0000
commit0899251026ae7ff73b8ae1ee5d3d13428710d5c2 (patch)
treeaa5785bebd5681588b229afdf0c7dbd62a80798b /tools
parentc08ac5ea823197ef674deaba107721be4b161b5a (diff)
downloadmpfr-0899251026ae7ff73b8ae1ee5d3d13428710d5c2.tar.gz
[tools/ck-copyright-notice] Skip src/mpfr-longlong.h as this file
(which comes from GMP) has a specific copyright notice. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7816 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ck-copyright-notice4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ck-copyright-notice b/tools/ck-copyright-notice
index dadf90f25..fe23928e8 100755
--- a/tools/ck-copyright-notice
+++ b/tools/ck-copyright-notice
@@ -24,6 +24,10 @@ do
y=""
case $file in
tests/RRTest.c)
+ # This file doesn't have a copyright notice, but isn't distributed.
+ continue ;;
+ src/mpfr-longlong.h)
+ # This file (which comes from GMP) has a specific copyright notice.
continue ;;
src/get_patches.c)
file="tools/get_patches.sh" ;;