aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib
diff options
context:
space:
mode:
authorGlenn Morris2012-01-05 01:46:05 -0800
committerGlenn Morris2012-01-05 01:46:05 -0800
commitacaf905b1130aae80fa59d2c861ffd4c8eb75486 (patch)
treee68816f5c5d999af02edc3c99329c67d2d54b164 /lwlib
parent7497ef13c916f39e297a83193d9163fb37a3b799 (diff)
downloademacs-acaf905b1130aae80fa59d2c861ffd4c8eb75486.tar.gz
emacs-acaf905b1130aae80fa59d2c861ffd4c8eb75486.zip
Add 2012 to FSF copyright years for Emacs files
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/ChangeLog2
-rw-r--r--lwlib/Makefile.in2
-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.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
12 files changed, 12 insertions, 12 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 3b494865f0c..a4bb243f35d 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1756,7 +1756,7 @@
1756;; coding: utf-8 1756;; coding: utf-8
1757;; End: 1757;; End:
1758 1758
1759 Copyright (C) 1995-1999, 2001-2011 Free Software Foundation, Inc. 1759 Copyright (C) 1995-1999, 2001-2012 Free Software Foundation, Inc.
1760 1760
1761 This file is part of GNU Emacs. 1761 This file is part of GNU Emacs.
1762 1762
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in
index 1193cee4110..db108862d70 100644
--- a/lwlib/Makefile.in
+++ b/lwlib/Makefile.in
@@ -1,5 +1,5 @@
1# Copyright (C) 1992, 1993 Lucid, Inc. 1# Copyright (C) 1992, 1993 Lucid, Inc.
2# Copyright (C) 1994, 2001-2011 Free Software Foundation, Inc. 2# Copyright (C) 1994, 2001-2012 Free Software Foundation, Inc.
3# 3#
4# This file is part of the Lucid Widget Library. 4# This file is part of the Lucid Widget Library.
5# 5#
diff --git a/lwlib/lwlib-Xaw.c b/lwlib/lwlib-Xaw.c
index 0eea0aba7b6..0a759e1a0a0 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-2011 Free Software Foundation, Inc. 4Copyright (C) 1994, 2001-2012 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 fe33eec29bf..a4467900f8c 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-2011 Free Software Foundation, Inc. 4Copyright (C) 1994, 2000-2012 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 058e2e779c7..4f6276850a3 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-2011 Free Software Foundation, Inc. 3Copyright (C) 1994-1997, 1999-2012 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 b142ab42d60..d5d723334c4 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-2011 Free Software Foundation, Inc. 3Copyright (C) 2000-2012 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 fe236a210f3..9286691639f 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-2011 Free Software Foundation, Inc. 4Copyright (C) 1994, 2001-2012 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.c b/lwlib/lwlib.c
index b83517ad1f9..49c1b8df2e6 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-2011 Free Software Foundation, Inc. 4Copyright (C) 1994-1996, 1999-2012 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 cdd1e790efe..97c61e1b074 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-2011 Free Software Foundation, Inc. 3Copyright (C) 1994, 1999-2012 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 0128464d6e0..0a328f09f1e 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-2011 Free Software Foundation, Inc. 4Copyright (C) 1994-1995, 1997, 1999-2012 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 fad2aafb3d7..ae34fe32a47 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-2011 Free Software Foundation, Inc. 3Copyright (C) 2002-2012 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 0aca2f8ea89..5decd562eed 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-2011 Free Software Foundation, Inc. 3Copyright (C) 2002-2012 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.