aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread.c
diff options
context:
space:
mode:
authorGlenn Morris2016-12-10 10:19:06 -0800
committerGlenn Morris2016-12-10 10:19:06 -0800
commit25a52ca6b2521623334e5768ae26e46595a1b36b (patch)
tree8e5b65a80fbe598978b2a4027d01d2d9ee9658ef /src/thread.c
parent759415df2e06ded3c06372af3bdee8871c3d179e (diff)
downloademacs-25a52ca6b2521623334e5768ae26e46595a1b36b.tar.gz
emacs-25a52ca6b2521623334e5768ae26e46595a1b36b.zip
; Fix copyright years in new files
Diffstat (limited to 'src/thread.c')
-rw-r--r--src/thread.c2
1 files changed, 1 insertions, 1 deletions
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. 2Copyright (C) 2012-2016 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5