aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert2015-01-01 14:26:41 -0800
committerPaul Eggert2015-01-01 14:26:41 -0800
commit7e09ef09a479731d01b1ca46e94ddadd73ac98e3 (patch)
tree402540bff550161e65a04d78785c3b2c543f5853 /lib
parent647c7c9a726c4f6d29cc8f932e434555f1d0aed8 (diff)
downloademacs-7e09ef09a479731d01b1ca46e94ddadd73ac98e3.tar.gz
emacs-7e09ef09a479731d01b1ca46e94ddadd73ac98e3.zip
Update copyright year to 2015
Run admin/update-copyright.
Diffstat (limited to 'lib')
-rw-r--r--lib/getopt_.h2
-rw-r--r--lib/makefile.w32-in2
-rw-r--r--lib/save-cwd.c2
-rw-r--r--lib/save-cwd.h4
4 files changed, 5 insertions, 5 deletions
diff --git a/lib/getopt_.h b/lib/getopt_.h
index 6c356c314e9..0795ac1c522 100644
--- a/lib/getopt_.h
+++ b/lib/getopt_.h
@@ -1,5 +1,5 @@
1/* Declarations for getopt. 1/* Declarations for getopt.
2 Copyright (C) 1989-1994, 1996-1999, 2001, 2003-2007, 2009-2014 Free 2 Copyright (C) 1989-1994, 1996-1999, 2001, 2003-2007, 2009-2015 Free
3 Software Foundation, Inc. 3 Software Foundation, Inc.
4 This file is part of the GNU C Library. 4 This file is part of the GNU C Library.
5 5
diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in
index bf624e6abfb..8424fd64587 100644
--- a/lib/makefile.w32-in
+++ b/lib/makefile.w32-in
@@ -1,5 +1,5 @@
1# -*- Makefile -*- for GNU Emacs on the Microsoft Windows API. 1# -*- Makefile -*- for GNU Emacs on the Microsoft Windows API.
2# Copyright (C) 2011-2014 Free Software Foundation, Inc. 2# Copyright (C) 2011-2015 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/lib/save-cwd.c b/lib/save-cwd.c
index 833783cbab0..d13a743707d 100644
--- a/lib/save-cwd.c
+++ b/lib/save-cwd.c
@@ -1,6 +1,6 @@
1/* save-cwd.c -- Save and restore current working directory. 1/* save-cwd.c -- Save and restore current working directory.
2 2
3 Copyright (C) 1995, 1997-1998, 2003-2006, 2009-2014 Free Software 3 Copyright (C) 1995, 1997-1998, 2003-2006, 2009-2015 Free Software
4 Foundation, Inc. 4 Foundation, Inc.
5 5
6 This program is free software: you can redistribute it and/or modify 6 This program is free software: you can redistribute it and/or modify
diff --git a/lib/save-cwd.h b/lib/save-cwd.h
index 6b84e4601d3..36e0b101662 100644
--- a/lib/save-cwd.h
+++ b/lib/save-cwd.h
@@ -1,7 +1,7 @@
1/* Save and restore current working directory. 1/* Save and restore current working directory.
2 2
3 Copyright (C) 1995, 1997-1998, 2003, 2009-2014 Free Software Foundation, 3 Copyright (C) 1995, 1997-1998, 2003, 2009-2015 Free Software
4 Inc. 4 Foundation, Inc.
5 5
6 This program is free software: you can redistribute it and/or modify 6 This program is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by