aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib
diff options
context:
space:
mode:
authorPaul Eggert2015-01-01 14:26:41 -0800
committerPaul Eggert2015-01-01 14:26:41 -0800
commit7e09ef09a479731d01b1ca46e94ddadd73ac98e3 (patch)
tree402540bff550161e65a04d78785c3b2c543f5853 /lwlib
parent647c7c9a726c4f6d29cc8f932e434555f1d0aed8 (diff)
downloademacs-7e09ef09a479731d01b1ca46e94ddadd73ac98e3.tar.gz
emacs-7e09ef09a479731d01b1ca46e94ddadd73ac98e3.zip
Update copyright year to 2015
Run admin/update-copyright.
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/ChangeLog2
-rw-r--r--lwlib/Makefile.in2
-rw-r--r--lwlib/deps.mk2
-rw-r--r--lwlib/lwlib-Xaw.c2
-rw-r--r--lwlib/lwlib-Xlw.c2
-rw-r--r--lwlib/lwlib-Xm.c2
-rw-r--r--lwlib/lwlib-int.h2
-rw-r--r--lwlib/lwlib-utils.c2
-rw-r--r--lwlib/lwlib-widget.h2
-rw-r--r--lwlib/lwlib.c2
-rw-r--r--lwlib/lwlib.h2
-rw-r--r--lwlib/xlwmenu.c2
-rw-r--r--lwlib/xlwmenu.h2
-rw-r--r--lwlib/xlwmenuP.h2
14 files changed, 14 insertions, 14 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 6687735003a..12b3a0599cf 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1942,7 +1942,7 @@
1942;; coding: utf-8 1942;; coding: utf-8
1943;; End: 1943;; End:
1944 1944
1945 Copyright (C) 1995-1999, 2001-2014 Free Software Foundation, Inc. 1945 Copyright (C) 1995-1999, 2001-2015 Free Software Foundation, Inc.
1946 1946
1947 This file is part of GNU Emacs. 1947 This file is part of GNU Emacs.
1948 1948
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in
index b01e69c4392..37ffd5521e9 100644
--- a/lwlib/Makefile.in
+++ b/lwlib/Makefile.in
@@ -1,7 +1,7 @@
1### @configure_input@ 1### @configure_input@
2 2
3# Copyright (C) 1992, 1993 Lucid, Inc. 3# Copyright (C) 1992, 1993 Lucid, Inc.
4# Copyright (C) 1994, 2001-2014 Free Software Foundation, Inc. 4# Copyright (C) 1994, 2001-2015 Free Software Foundation, Inc.
5# 5#
6# This file is part of the Lucid Widget Library. 6# This file is part of the Lucid Widget Library.
7# 7#
diff --git a/lwlib/deps.mk b/lwlib/deps.mk
index 6355ec62e62..11cc0567428 100644
--- a/lwlib/deps.mk
+++ b/lwlib/deps.mk
@@ -1,7 +1,7 @@
1### deps.mk --- lwlib/Makefile fragment for GNU Emacs 1### deps.mk --- lwlib/Makefile fragment for GNU Emacs
2 2
3# Copyright (C) 1992, 1993 Lucid, Inc. 3# Copyright (C) 1992, 1993 Lucid, Inc.
4# Copyright (C) 1994, 2001-2014 Free Software Foundation, Inc. 4# Copyright (C) 1994, 2001-2015 Free Software Foundation, Inc.
5# 5#
6# This file is part of the Lucid Widget Library. 6# This file is part of the Lucid Widget Library.
7# 7#
diff --git a/lwlib/lwlib-Xaw.c b/lwlib/lwlib-Xaw.c
index 11eefd92c04..5a1485b9f49 100644
--- a/lwlib/lwlib-Xaw.c
+++ b/lwlib/lwlib-Xaw.c
@@ -1,7 +1,7 @@
1/* The lwlib interface to Athena widgets. 1/* The lwlib interface to Athena widgets.
2 2
3Copyright (C) 1993 Chuck Thompson <cthomp@cs.uiuc.edu> 3Copyright (C) 1993 Chuck Thompson <cthomp@cs.uiuc.edu>
4Copyright (C) 1994, 2001-2014 Free Software Foundation, Inc. 4Copyright (C) 1994, 2001-2015 Free Software Foundation, Inc.
5 5
6This file is part of the Lucid Widget Library. 6This file is part of the Lucid Widget Library.
7 7
diff --git a/lwlib/lwlib-Xlw.c b/lwlib/lwlib-Xlw.c
index 4bc500cac42..e793dbc4d86 100644
--- a/lwlib/lwlib-Xlw.c
+++ b/lwlib/lwlib-Xlw.c
@@ -1,7 +1,7 @@
1/* The lwlib interface to "xlwmenu" menus. 1/* The lwlib interface to "xlwmenu" menus.
2 2
3Copyright (C) 1992 Lucid, Inc. 3Copyright (C) 1992 Lucid, Inc.
4Copyright (C) 1994, 2000-2014 Free Software Foundation, Inc. 4Copyright (C) 1994, 2000-2015 Free Software Foundation, Inc.
5 5
6This file is part of the Lucid Widget Library. 6This file is part of the Lucid Widget Library.
7 7
diff --git a/lwlib/lwlib-Xm.c b/lwlib/lwlib-Xm.c
index 4d48e64cb14..37db615e615 100644
--- a/lwlib/lwlib-Xm.c
+++ b/lwlib/lwlib-Xm.c
@@ -1,6 +1,6 @@
1/* The lwlib interface to Motif widgets. 1/* The lwlib interface to Motif widgets.
2 2
3Copyright (C) 1994-1997, 1999-2014 Free Software Foundation, Inc. 3Copyright (C) 1994-1997, 1999-2015 Free Software Foundation, Inc.
4Copyright (C) 1992 Lucid, Inc. 4Copyright (C) 1992 Lucid, Inc.
5 5
6This file is part of the Lucid Widget Library. 6This file is part of the Lucid Widget Library.
diff --git a/lwlib/lwlib-int.h b/lwlib/lwlib-int.h
index f2def4cdd0e..c32aa36d4aa 100644
--- a/lwlib/lwlib-int.h
+++ b/lwlib/lwlib-int.h
@@ -1,6 +1,6 @@
1/* 1/*
2Copyright (C) 1992 Lucid, Inc. 2Copyright (C) 1992 Lucid, Inc.
3Copyright (C) 2000-2014 Free Software Foundation, Inc. 3Copyright (C) 2000-2015 Free Software Foundation, Inc.
4 4
5This file is part of the Lucid Widget Library. 5This file is part of the Lucid Widget Library.
6 6
diff --git a/lwlib/lwlib-utils.c b/lwlib/lwlib-utils.c
index f16d487a979..dc34ce861c5 100644
--- a/lwlib/lwlib-utils.c
+++ b/lwlib/lwlib-utils.c
@@ -1,7 +1,7 @@
1/* Defines some widget utility functions. 1/* Defines some widget utility functions.
2 2
3Copyright (C) 1992 Lucid, Inc. 3Copyright (C) 1992 Lucid, Inc.
4Copyright (C) 1994, 2001-2014 Free Software Foundation, Inc. 4Copyright (C) 1994, 2001-2015 Free Software Foundation, Inc.
5 5
6This file is part of the Lucid Widget Library. 6This file is part of the Lucid Widget Library.
7 7
diff --git a/lwlib/lwlib-widget.h b/lwlib/lwlib-widget.h
index 8901964ff55..92ae7e61a68 100644
--- a/lwlib/lwlib-widget.h
+++ b/lwlib/lwlib-widget.h
@@ -1,6 +1,6 @@
1/* 1/*
2Copyright (C) 1992, 1993 Lucid, Inc. 2Copyright (C) 1992, 1993 Lucid, Inc.
3Copyright (C) 1994, 1999-2014 Free Software Foundation, Inc. 3Copyright (C) 1994, 1999-2015 Free Software Foundation, Inc.
4 4
5This file is part of the Lucid Widget Library. 5This file is part of the Lucid Widget Library.
6 6
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c
index 7f2f753c1d4..2ffd477b7be 100644
--- a/lwlib/lwlib.c
+++ b/lwlib/lwlib.c
@@ -1,7 +1,7 @@
1/* A general interface to the widgets of different toolkits. 1/* A general interface to the widgets of different toolkits.
2 2
3Copyright (C) 1992, 1993 Lucid, Inc. 3Copyright (C) 1992, 1993 Lucid, Inc.
4Copyright (C) 1994-1996, 1999-2014 Free Software Foundation, Inc. 4Copyright (C) 1994-1996, 1999-2015 Free Software Foundation, Inc.
5 5
6This file is part of the Lucid Widget Library. 6This file is part of the Lucid Widget Library.
7 7
diff --git a/lwlib/lwlib.h b/lwlib/lwlib.h
index 7d87facb903..a51a6262f76 100644
--- a/lwlib/lwlib.h
+++ b/lwlib/lwlib.h
@@ -1,6 +1,6 @@
1/* 1/*
2Copyright (C) 1992, 1993 Lucid, Inc. 2Copyright (C) 1992, 1993 Lucid, Inc.
3Copyright (C) 1994, 1999-2014 Free Software Foundation, Inc. 3Copyright (C) 1994, 1999-2015 Free Software Foundation, Inc.
4 4
5This file is part of the Lucid Widget Library. 5This file is part of the Lucid Widget Library.
6 6
diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c
index 2d2d4093808..4cd0e42b895 100644
--- a/lwlib/xlwmenu.c
+++ b/lwlib/xlwmenu.c
@@ -1,7 +1,7 @@
1/* Implements a lightweight menubar widget. 1/* Implements a lightweight menubar widget.
2 2
3Copyright (C) 1992 Lucid, Inc. 3Copyright (C) 1992 Lucid, Inc.
4Copyright (C) 1994-1995, 1997, 1999-2014 Free Software Foundation, Inc. 4Copyright (C) 1994-1995, 1997, 1999-2015 Free Software Foundation, Inc.
5 5
6This file is part of the Lucid Widget Library. 6This file is part of the Lucid Widget Library.
7 7
diff --git a/lwlib/xlwmenu.h b/lwlib/xlwmenu.h
index 2d6223bc1be..8b356da35f9 100644
--- a/lwlib/xlwmenu.h
+++ b/lwlib/xlwmenu.h
@@ -1,6 +1,6 @@
1/* Interface of a lightweight menubar widget. 1/* Interface of a lightweight menubar widget.
2 2
3Copyright (C) 2002-2014 Free Software Foundation, Inc. 3Copyright (C) 2002-2015 Free Software Foundation, Inc.
4Copyright (C) 1992 Lucid, Inc. 4Copyright (C) 1992 Lucid, Inc.
5 5
6This file is part of the Lucid Widget Library. 6This file is part of the Lucid Widget Library.
diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h
index 63789e8444f..f21392beed7 100644
--- a/lwlib/xlwmenuP.h
+++ b/lwlib/xlwmenuP.h
@@ -1,6 +1,6 @@
1/* Internals of a lightweight menubar widget. 1/* Internals of a lightweight menubar widget.
2 2
3Copyright (C) 2002-2014 Free Software Foundation, Inc. 3Copyright (C) 2002-2015 Free Software Foundation, Inc.
4Copyright (C) 1992 Lucid, Inc. 4Copyright (C) 1992 Lucid, Inc.
5 5
6This file is part of the Lucid Widget Library. 6This file is part of the Lucid Widget Library.