aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib
diff options
context:
space:
mode:
authorGlenn Morris2009-01-08 03:38:51 +0000
committerGlenn Morris2009-01-08 03:38:51 +0000
commitf5d0ac07d63bfce83dcf45045b4541fe7a1bca7c (patch)
treeeefee9bb3e7227d72c2c98822f0c07a965d9e7bc /lwlib
parentbb892cdec70b2f937e6b7f7597c5f1c7f467c9ea (diff)
downloademacs-f5d0ac07d63bfce83dcf45045b4541fe7a1bca7c.tar.gz
emacs-f5d0ac07d63bfce83dcf45045b4541fe7a1bca7c.zip
Add 2009 to copyright years.
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 aa556fd375b..00912765417 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1375,7 +1375,7 @@
1375;; End: 1375;; End:
1376 1376
1377 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 1377 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
1378 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 1378 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
1379 1379
1380 This file is part of GNU Emacs. 1380 This file is part of GNU Emacs.
1381 1381
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in
index e69cc9a3b9b..054304fd9ee 100644
--- a/lwlib/Makefile.in
+++ b/lwlib/Makefile.in
@@ -1,6 +1,6 @@
1# Copyright (C) 1992, 1993 Lucid, Inc. 1# Copyright (C) 1992, 1993 Lucid, Inc.
2# Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2# Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006,
3# 2007, 2008 Free Software Foundation, Inc. 3# 2007, 2008, 2009 Free Software Foundation, Inc.
4# 4#
5# This file is part of the Lucid Widget Library. 5# This file is part of the Lucid Widget Library.
6# 6#
diff --git a/lwlib/lwlib-Xaw.c b/lwlib/lwlib-Xaw.c
index 5a2acf2eccf..14d85db428e 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.
2Copyright (C) 1993 Chuck Thompson <cthomp@cs.uiuc.edu> 2Copyright (C) 1993 Chuck Thompson <cthomp@cs.uiuc.edu>
3Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 3Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006,
4 2007, 2008 Free Software Foundation, Inc. 4 2007, 2008, 2009 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 f2cf68d80a3..658899fa5dc 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 Copyright (C) 1992 Lucid, Inc. 2 Copyright (C) 1992 Lucid, Inc.
3 Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004, 3 Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004,
4 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 4 2005, 2006, 2007, 2008, 2009 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 7c91fe83e46..6fdd236a03a 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 Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2 Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003,
3 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
4 Copyright (C) 1992 Lucid, Inc. 4 Copyright (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 aef0ecc8d5e..60fd666c485 100644
--- a/lwlib/lwlib-int.h
+++ b/lwlib/lwlib-int.h
@@ -1,7 +1,7 @@
1/* 1/*
2Copyright (C) 1992 Lucid, Inc. 2Copyright (C) 1992 Lucid, Inc.
3Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 3Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006,
4 2007, 2008 Free Software Foundation, Inc. 4 2007, 2008, 2009 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-utils.c b/lwlib/lwlib-utils.c
index 0737f3ccff7..dbdaf3c1b99 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.
2Copyright (C) 1992 Lucid, Inc. 2Copyright (C) 1992 Lucid, Inc.
3Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 3Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006,
4 2007, 2008 Free Software Foundation, Inc. 4 2007, 2008, 2009 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 73f458adb93..80619e5e356 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.
2Copyright (C) 1992, 1993 Lucid, Inc. 2Copyright (C) 1992, 1993 Lucid, Inc.
3Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003, 2004, 3Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003, 2004,
4 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 4 2005, 2006, 2007, 2008, 2009 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 adefdc82966..0fc2a42e422 100644
--- a/lwlib/lwlib.h
+++ b/lwlib/lwlib.h
@@ -1,7 +1,7 @@
1/* 1/*
2Copyright (C) 1992, 1993 Lucid, Inc. 2Copyright (C) 1992, 1993 Lucid, Inc.
3Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 3Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
4 2007, 2008 Free Software Foundation, Inc. 4 2007, 2008, 2009 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.c b/lwlib/xlwmenu.c
index 6316b13e5d3..db12eb43ec9 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.
2Copyright (C) 1992 Lucid, Inc. 2Copyright (C) 1992 Lucid, Inc.
3Copyright (C) 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 3Copyright (C) 1994, 1995, 1997, 1999, 2000, 2001, 2002, 2003, 2004,
4 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 4 2005, 2006, 2007, 2008, 2009 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 f6f6c0df791..eec2d4bf2d8 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.
2Copyright (C) 1992 Lucid, Inc. 2Copyright (C) 1992 Lucid, Inc.
3Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 3Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4 Free Software Foundation, Inc. 4 Free Software Foundation, 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 3774cace7f5..ce4e55a2465 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.
2Copyright (C) 1992 Lucid, Inc. 2Copyright (C) 1992 Lucid, Inc.
3Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 3Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4 Free Software Foundation, Inc. 4 Free Software Foundation, Inc.
5 5
6This file is part of the Lucid Widget Library. 6This file is part of the Lucid Widget Library.