aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2012-10-08 11:41:04 +0200
committerEli Zaretskii2012-10-08 11:41:04 +0200
commit245dc6da184da2bde51055912fafedf714a1a74a (patch)
treead66da995b0b5ff317fce2ae9a76092360a34b15 /src
parent8db5e1790b8dd515be68f65f01579ac9ddb272ba (diff)
downloademacs-245dc6da184da2bde51055912fafedf714a1a74a.tar.gz
emacs-245dc6da184da2bde51055912fafedf714a1a74a.zip
Fix copyright years in new cygw32 files.
Diffstat (limited to 'src')
-rw-r--r--src/cygw32.c2
-rw-r--r--src/cygw32.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cygw32.c b/src/cygw32.c
index 065ab948118..ab7ee91a138 100644
--- a/src/cygw32.c
+++ b/src/cygw32.c
@@ -1,5 +1,5 @@
1/* Cygwin support routines. 1/* Cygwin support routines.
2 Copyright (C) 2011 Free Software Foundation, Inc. 2 Copyright (C) 2011-2012 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/cygw32.h b/src/cygw32.h
index c63343c3f5a..4b87b92dd24 100644
--- a/src/cygw32.h
+++ b/src/cygw32.h
@@ -1,5 +1,5 @@
1/* Header for Cygwin support routines. 1/* Header for Cygwin support routines.
2 Copyright (C) 2011 Free Software Foundation, Inc. 2 Copyright (C) 2011-2012 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5