aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2017-01-01 01:48:38 -0800
committerPaul Eggert2017-01-01 01:48:59 -0800
commite6a782ee1af7e9d2fe52c3a8cddaf7f02c1ad150 (patch)
tree680f1229617e6265f563051d5d3b76a0583ddae8 /src
parent42479446d3f2973c848f207ea840eeaab519c141 (diff)
downloademacs-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.h2
-rw-r--r--src/systhread.c2
-rw-r--r--src/systhread.h2
-rw-r--r--src/thread.c2
-rw-r--r--src/thread.h2
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
3Copyright 2016 Free Software Foundation, Inc. 3Copyright 2016-2017 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This 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
2Copyright (C) 2012-2016 Free Software Foundation, Inc. 2Copyright (C) 2012-2017 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This 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
2Copyright (C) 2012-2016 Free Software Foundation, Inc. 2Copyright (C) 2012-2017 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This 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.
2Copyright (C) 2012-2016 Free Software Foundation, Inc. 2Copyright (C) 2012-2017 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This 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
2Copyright (C) 2012-2016 Free Software Foundation, Inc. 2Copyright (C) 2012-2017 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5