summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-12-31 18:41:28 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2018-12-31 18:47:22 -0800
commita04bf15130f5d4e1bc79e1709461fe95345bdb2a (patch)
tree238a962b903ca87b5add09f899f174962b060383 /src
parent115498702da91dc75d05bd0dea64f98cc6157327 (diff)
downloademacs-a04bf15130f5d4e1bc79e1709461fe95345bdb2a.tar.gz
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.c2
-rw-r--r--src/bignum.h2
-rw-r--r--src/json.c2
-rw-r--r--src/mini-gmp-emacs.c2
-rw-r--r--src/mini-gmp.c2
-rw-r--r--src/mini-gmp.h2
-rw-r--r--src/ptr-bounds.h2
-rw-r--r--src/regex-emacs.h4
-rw-r--r--src/timefns.c2
-rw-r--r--src/w32cygwinx.c2
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 @@
/* Big numbers for Emacs.
-Copyright 2018 Free Software Foundation, Inc.
+Copyright 2018-2019 Free Software Foundation, Inc.
This file is part of GNU Emacs.
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 @@
/* Big numbers for Emacs.
-Copyright 2018 Free Software Foundation, Inc.
+Copyright 2018-2019 Free Software Foundation, Inc.
This file is part of GNU Emacs.
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 @@
/* JSON parsing and serialization.
-Copyright (C) 2017-2018 Free Software Foundation, Inc.
+Copyright (C) 2017-2019 Free Software Foundation, Inc.
This file is part of GNU Emacs.
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 @@
/* Tailor mini-gmp.c for GNU Emacs
-Copyright 2018 Free Software Foundation, Inc.
+Copyright 2018-2019 Free Software Foundation, Inc.
This file is part of GNU Emacs.
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 @@
Contributed to the GNU project by Niels Möller
-Copyright 1991-1997, 1999-2018 Free Software Foundation, Inc.
+Copyright 1991-1997, 1999-2019 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
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 @@
/* mini-gmp, a minimalistic implementation of a GNU GMP subset.
-Copyright 2011-2015, 2017 Free Software Foundation, Inc.
+Copyright 2011-2015, 2017, 2019 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
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 @@
/* Pointer bounds checking for GNU Emacs
-Copyright 2017-2018 Free Software Foundation, Inc.
+Copyright 2017-2019 Free Software Foundation, Inc.
This file is part of GNU Emacs.
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 @@
/* Emacs regular expression API
- Copyright (C) 1985, 1989-1993, 1995, 2000-2018 Free Software
- Foundation, Inc.
+ Copyright (C) 1985, 1989-1993, 1995, 2000-2019 Free Software Foundation,
+ Inc.
This program is free software; you can redistribute it and/or modify
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 @@
/* Timestamp functions for Emacs
-Copyright (C) 1985-1987, 1989, 1993-2018 Free Software Foundation, Inc.
+Copyright (C) 1985-1987, 1989, 1993-2019 Free Software Foundation, Inc.
This file is part of GNU Emacs.
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 @@
/* Common functions for the Microsoft Windows and Cygwin builds.
-Copyright (C) 2018 Free Software Foundation, Inc.
+Copyright (C) 2018-2019 Free Software Foundation, Inc.
This file is part of GNU Emacs.