aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPaul Eggert2019-04-28 13:14:49 -0700
committerPaul Eggert2019-04-28 13:17:30 -0700
commit9469d58ebe10b280a89c77ccdc89bd2340766107 (patch)
tree4687e58fd03fe490aab623a84da2612ca2b1ba21 /admin
parent4d97e1a9ea35c3a1d9f03abb7a822d57f384c1a5 (diff)
downloademacs-9469d58ebe10b280a89c77ccdc89bd2340766107.tar.gz
emacs-9469d58ebe10b280a89c77ccdc89bd2340766107.zip
Update from GMP
* admin/update-copyright (updatable_files): Don’t update copyright year on files copied from GMP, so that they’re identical to upstream. * src/mini-gmp.c, src/mini-gmp.h: Copy from GMP development versions as of 2019-01-01 20:15:39 UTC.
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/update-copyright2
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/update-copyright b/admin/update-copyright
index 44cb84d8cc9..9f360904ce6 100755
--- a/admin/update-copyright
+++ b/admin/update-copyright
@@ -50,6 +50,7 @@ repo_files=$(git ls-files) &&
50# Do not update the copyright of files that have one or more of the 50# Do not update the copyright of files that have one or more of the
51# following problems: 51# following problems:
52# . They are license files, maintained by the FSF, with their own dates. 52# . They are license files, maintained by the FSF, with their own dates.
53# . They are GMP files, maintained by the GMP project, with their own dates.
53# . Their format cannot withstand changing the contents of copyright strings. 54# . Their format cannot withstand changing the contents of copyright strings.
54 55
55updatable_files=$(find $repo_files \ 56updatable_files=$(find $repo_files \
@@ -70,6 +71,7 @@ updatable_files=$(find $repo_files \
70 ! -name hand.cur \ 71 ! -name hand.cur \
71 ! -name key.pub \ 72 ! -name key.pub \
72 ! -name key.sec \ 73 ! -name key.sec \
74 ! -name 'mini-gmp.[ch]' \
73 -print) && 75 -print) &&
74 76
75build-aux/update-copyright $updatable_files 77build-aux/update-copyright $updatable_files