aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu
diff options
context:
space:
mode:
authorStefan Monnier2011-01-14 12:18:41 -0500
committerStefan Monnier2011-01-14 12:18:41 -0500
commit77ab81d0545e980c57c0a35510ade29a9e43b4cd (patch)
tree258514dac7faab41642d8f319eb113c8a5f09690 /oldXMenu
parent8faba62c38f67693535c3471d867e66757b3b04e (diff)
parentfb724e553757e9d3344be443ab5f329afc9bf91c (diff)
downloademacs-77ab81d0545e980c57c0a35510ade29a9e43b4cd.tar.gz
emacs-77ab81d0545e980c57c0a35510ade29a9e43b4cd.zip
Merge from emacs-23
Diffstat (limited to 'oldXMenu')
-rw-r--r--oldXMenu/Activate.c2
-rw-r--r--oldXMenu/ChangeLog2
-rw-r--r--oldXMenu/Create.c2
-rw-r--r--oldXMenu/FindSel.c2
-rw-r--r--oldXMenu/Internal.c2
-rw-r--r--oldXMenu/Makefile.in4
-rw-r--r--oldXMenu/insque.c2
7 files changed, 8 insertions, 8 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c
index 55bfca510b9..118024170eb 100644
--- a/oldXMenu/Activate.c
+++ b/oldXMenu/Activate.c
@@ -3,7 +3,7 @@
3#include "copyright.h" 3#include "copyright.h"
4 4
5/* 5/*
6Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 6Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
7 Free Software Foundation, Inc. 7 Free Software Foundation, Inc.
8 8
9This program is free software: you can redistribute it and/or modify 9This program is free software: you can redistribute it and/or modify
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog
index 329a4ac9565..c3065524b51 100644
--- a/oldXMenu/ChangeLog
+++ b/oldXMenu/ChangeLog
@@ -573,7 +573,7 @@
573;; End: 573;; End:
574 574
575 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 575 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001,
576 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 576 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
577 Free Software Foundation, Inc. 577 Free Software Foundation, Inc.
578 578
579 This file is part of GNU Emacs. 579 This file is part of GNU Emacs.
diff --git a/oldXMenu/Create.c b/oldXMenu/Create.c
index f96e077a466..fc979ad948f 100644
--- a/oldXMenu/Create.c
+++ b/oldXMenu/Create.c
@@ -4,7 +4,7 @@
4 4
5/* 5/*
6Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 6Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
7 2008, 2009, 2010 Free Software Foundation, Inc. 7 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
8 8
9This program is free software: you can redistribute it and/or modify 9This program is free software: you can redistribute it and/or modify
10it under the terms of the GNU General Public License as published by 10it under the terms of the GNU General Public License as published by
diff --git a/oldXMenu/FindSel.c b/oldXMenu/FindSel.c
index 202bbc1b28c..4d143b5f3b9 100644
--- a/oldXMenu/FindSel.c
+++ b/oldXMenu/FindSel.c
@@ -4,7 +4,7 @@
4 4
5/* 5/*
6Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 6Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
7 2009, 2010 Free Software Foundation, Inc. 7 2009, 2010, 2011 Free Software Foundation, Inc.
8 8
9This program is free software: you can redistribute it and/or modify 9This program is free software: you can redistribute it and/or modify
10it under the terms of the GNU General Public License as published by 10it under the terms of the GNU General Public License as published by
diff --git a/oldXMenu/Internal.c b/oldXMenu/Internal.c
index cb87dd650c7..34615e8ed16 100644
--- a/oldXMenu/Internal.c
+++ b/oldXMenu/Internal.c
@@ -4,7 +4,7 @@
4 4
5/* 5/*
6Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 6Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004, 2005, 2006,
7 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 7 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
8 8
9This program is free software: you can redistribute it and/or modify 9This program is free software: you can redistribute it and/or modify
10it under the terms of the GNU General Public License as published by 10it under the terms of the GNU General Public License as published by
diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in
index 8acfee07fd0..cf97f740af4 100644
--- a/oldXMenu/Makefile.in
+++ b/oldXMenu/Makefile.in
@@ -15,8 +15,8 @@
15## without express or implied warranty. 15## without express or implied warranty.
16 16
17 17
18## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 18## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
19## 2010 Free Software Foundation, Inc. 19## Free Software Foundation, Inc.
20 20
21## This program is free software: you can redistribute it and/or modify 21## This program is free software: you can redistribute it and/or modify
22## it under the terms of the GNU General Public License as published by 22## it under the terms of the GNU General Public License as published by
diff --git a/oldXMenu/insque.c b/oldXMenu/insque.c
index c6f8f6ef1fb..f5c30f28ff4 100644
--- a/oldXMenu/insque.c
+++ b/oldXMenu/insque.c
@@ -1,6 +1,6 @@
1/* 1/*
2Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, 2Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003,
3 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 3 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
4 4
5This program is free software: you can redistribute it and/or modify 5This program is free software: you can redistribute it and/or modify
6it under the terms of the GNU General Public License as published by 6it under the terms of the GNU General Public License as published by