diff options
| author | Paul Eggert | 2017-01-01 01:48:38 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-01-01 01:48:59 -0800 |
| commit | e6a782ee1af7e9d2fe52c3a8cddaf7f02c1ad150 (patch) | |
| tree | 680f1229617e6265f563051d5d3b76a0583ddae8 /src | |
| parent | 42479446d3f2973c848f207ea840eeaab519c141 (diff) | |
| download | emacs-e6a782ee1af7e9d2fe52c3a8cddaf7f02c1ad150.tar.gz emacs-e6a782ee1af7e9d2fe52c3a8cddaf7f02c1ad150.zip | |
Update copyright year to 2017 in master
Run admin/update-copyright in the master branch. This fixes files
that were not already fixed in the emacs-25 branch before it was
merged here.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sheap.h | 2 | ||||
| -rw-r--r-- | src/systhread.c | 2 | ||||
| -rw-r--r-- | src/systhread.h | 2 | ||||
| -rw-r--r-- | src/thread.c | 2 | ||||
| -rw-r--r-- | src/thread.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/sheap.h b/src/sheap.h index c229a1b06ed..023db8c0fc3 100644 --- a/src/sheap.h +++ b/src/sheap.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Static heap allocation for GNU Emacs. | 1 | /* Static heap allocation for GNU Emacs. |
| 2 | 2 | ||
| 3 | Copyright 2016 Free Software Foundation, Inc. | 3 | Copyright 2016-2017 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/systhread.c b/src/systhread.c index a2c556fd8e3..a1b3eae64a6 100644 --- a/src/systhread.c +++ b/src/systhread.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* System thread definitions | 1 | /* System thread definitions |
| 2 | Copyright (C) 2012-2016 Free Software Foundation, Inc. | 2 | Copyright (C) 2012-2017 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/systhread.h b/src/systhread.h index ffe2998c23a..c007d3ceb53 100644 --- a/src/systhread.h +++ b/src/systhread.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* System thread definitions | 1 | /* System thread definitions |
| 2 | Copyright (C) 2012-2016 Free Software Foundation, Inc. | 2 | Copyright (C) 2012-2017 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/thread.c b/src/thread.c index 9a1198a0ccb..01e8aa736ce 100644 --- a/src/thread.c +++ b/src/thread.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Threading code. | 1 | /* Threading code. |
| 2 | Copyright (C) 2012-2016 Free Software Foundation, Inc. | 2 | Copyright (C) 2012-2017 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/src/thread.h b/src/thread.h index e6dc668f95a..9e94de5c175 100644 --- a/src/thread.h +++ b/src/thread.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Thread definitions | 1 | /* Thread definitions |
| 2 | Copyright (C) 2012-2016 Free Software Foundation, Inc. | 2 | Copyright (C) 2012-2017 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||