diff options
| author | Glenn Morris | 2016-12-10 10:19:06 -0800 |
|---|---|---|
| committer | Glenn Morris | 2016-12-10 10:19:06 -0800 |
| commit | 25a52ca6b2521623334e5768ae26e46595a1b36b (patch) | |
| tree | 8e5b65a80fbe598978b2a4027d01d2d9ee9658ef /src | |
| parent | 759415df2e06ded3c06372af3bdee8871c3d179e (diff) | |
| download | emacs-25a52ca6b2521623334e5768ae26e46595a1b36b.tar.gz emacs-25a52ca6b2521623334e5768ae26e46595a1b36b.zip | |
; Fix copyright years in new files
Diffstat (limited to 'src')
| -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 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/systhread.c b/src/systhread.c index c11e0247886..369d8f8b5e5 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, 2013 Free Software Foundation, Inc. | 2 | Copyright (C) 2012-2016 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 b38fd8ffd45..ffe2998c23a 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, 2013 Free Software Foundation, Inc. | 2 | Copyright (C) 2012-2016 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 ae2ce3dc02b..3e61723f0ab 100644 --- a/src/thread.c +++ b/src/thread.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Threading code. | 1 | /* Threading code. |
| 2 | Copyright (C) 2012, 2013 Free Software Foundation, Inc. | 2 | Copyright (C) 2012-2016 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 a9de754d6b4..61740321a5c 100644 --- a/src/thread.h +++ b/src/thread.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Thread definitions | 1 | /* Thread definitions |
| 2 | Copyright (C) 2012, 2013 Free Software Foundation, Inc. | 2 | Copyright (C) 2012-2016 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||