diff options
| author | Paul Eggert | 2018-12-31 18:41:28 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-12-31 18:47:22 -0800 |
| commit | a04bf15130f5d4e1bc79e1709461fe95345bdb2a (patch) | |
| tree | 238a962b903ca87b5add09f899f174962b060383 /src | |
| parent | 115498702da91dc75d05bd0dea64f98cc6157327 (diff) | |
| download | emacs-a04bf15130f5d4e1bc79e1709461fe95345bdb2a.tar.gz emacs-a04bf15130f5d4e1bc79e1709461fe95345bdb2a.zip | |
Update more copyright years
Update some other copyright years automatically, by running:
Run 'UPDATE_COPYRIGHT_YEAR=2019 \
UPDATE_COPYRIGHT_USE_INTERVALS=1 \
UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79 admin/update-copyright'
followed by 'admin/merge-gnulib'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/bignum.c | 2 | ||||
| -rw-r--r-- | src/bignum.h | 2 | ||||
| -rw-r--r-- | src/json.c | 2 | ||||
| -rw-r--r-- | src/mini-gmp-emacs.c | 2 | ||||
| -rw-r--r-- | src/mini-gmp.c | 2 | ||||
| -rw-r--r-- | src/mini-gmp.h | 2 | ||||
| -rw-r--r-- | src/ptr-bounds.h | 2 | ||||
| -rw-r--r-- | src/regex-emacs.h | 4 | ||||
| -rw-r--r-- | src/timefns.c | 2 | ||||
| -rw-r--r-- | src/w32cygwinx.c | 2 |
10 files changed, 11 insertions, 11 deletions
diff --git a/src/bignum.c b/src/bignum.c index e3db0377a53..14c4cdb82ac 100644 --- a/src/bignum.c +++ b/src/bignum.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Big numbers for Emacs. | 1 | /* Big numbers for Emacs. |
| 2 | 2 | ||
| 3 | Copyright 2018 Free Software Foundation, Inc. | 3 | Copyright 2018-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/bignum.h b/src/bignum.h index fd035e6e14d..4c670bd906f 100644 --- a/src/bignum.h +++ b/src/bignum.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Big numbers for Emacs. | 1 | /* Big numbers for Emacs. |
| 2 | 2 | ||
| 3 | Copyright 2018 Free Software Foundation, Inc. | 3 | Copyright 2018-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/json.c b/src/json.c index 770b63c1da2..46fb97a99e8 100644 --- a/src/json.c +++ b/src/json.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* JSON parsing and serialization. | 1 | /* JSON parsing and serialization. |
| 2 | 2 | ||
| 3 | Copyright (C) 2017-2018 Free Software Foundation, Inc. | 3 | Copyright (C) 2017-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/mini-gmp-emacs.c b/src/mini-gmp-emacs.c index 7a1b7ab5de5..051590bf8be 100644 --- a/src/mini-gmp-emacs.c +++ b/src/mini-gmp-emacs.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Tailor mini-gmp.c for GNU Emacs | 1 | /* Tailor mini-gmp.c for GNU Emacs |
| 2 | 2 | ||
| 3 | Copyright 2018 Free Software Foundation, Inc. | 3 | Copyright 2018-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/mini-gmp.c b/src/mini-gmp.c index c0d5b879a83..90beb6e8327 100644 --- a/src/mini-gmp.c +++ b/src/mini-gmp.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | Contributed to the GNU project by Niels Möller | 3 | Contributed to the GNU project by Niels Möller |
| 4 | 4 | ||
| 5 | Copyright 1991-1997, 1999-2018 Free Software Foundation, Inc. | 5 | Copyright 1991-1997, 1999-2019 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of the GNU MP Library. | 7 | This file is part of the GNU MP Library. |
| 8 | 8 | ||
diff --git a/src/mini-gmp.h b/src/mini-gmp.h index 27e0c0671a2..2586d32db9e 100644 --- a/src/mini-gmp.h +++ b/src/mini-gmp.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* mini-gmp, a minimalistic implementation of a GNU GMP subset. | 1 | /* mini-gmp, a minimalistic implementation of a GNU GMP subset. |
| 2 | 2 | ||
| 3 | Copyright 2011-2015, 2017 Free Software Foundation, Inc. | 3 | Copyright 2011-2015, 2017, 2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of the GNU MP Library. | 5 | This file is part of the GNU MP Library. |
| 6 | 6 | ||
diff --git a/src/ptr-bounds.h b/src/ptr-bounds.h index 8cbd58d72b0..b7798168a58 100644 --- a/src/ptr-bounds.h +++ b/src/ptr-bounds.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Pointer bounds checking for GNU Emacs | 1 | /* Pointer bounds checking for GNU Emacs |
| 2 | 2 | ||
| 3 | Copyright 2017-2018 Free Software Foundation, Inc. | 3 | Copyright 2017-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/regex-emacs.h b/src/regex-emacs.h index a849cbea054..5a52135bcda 100644 --- a/src/regex-emacs.h +++ b/src/regex-emacs.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Emacs regular expression API | 1 | /* Emacs regular expression API |
| 2 | 2 | ||
| 3 | Copyright (C) 1985, 1989-1993, 1995, 2000-2018 Free Software | 3 | Copyright (C) 1985, 1989-1993, 1995, 2000-2019 Free Software Foundation, |
| 4 | Foundation, Inc. | 4 | Inc. |
| 5 | 5 | ||
| 6 | This program is free software; you can redistribute it and/or modify | 6 | This program is free software; you can redistribute it and/or modify |
| 7 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |
diff --git a/src/timefns.c b/src/timefns.c index 58dda1c7061..437b5b22131 100644 --- a/src/timefns.c +++ b/src/timefns.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Timestamp functions for Emacs | 1 | /* Timestamp functions for Emacs |
| 2 | 2 | ||
| 3 | Copyright (C) 1985-1987, 1989, 1993-2018 Free Software Foundation, Inc. | 3 | Copyright (C) 1985-1987, 1989, 1993-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/w32cygwinx.c b/src/w32cygwinx.c index bc401239787..086dcd15b43 100644 --- a/src/w32cygwinx.c +++ b/src/w32cygwinx.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Common functions for the Microsoft Windows and Cygwin builds. | 1 | /* Common functions for the Microsoft Windows and Cygwin builds. |
| 2 | 2 | ||
| 3 | Copyright (C) 2018 Free Software Foundation, Inc. | 3 | Copyright (C) 2018-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||