aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu/insque.c
diff options
context:
space:
mode:
authorGlenn Morris2008-05-09 04:51:27 +0000
committerGlenn Morris2008-05-09 04:51:27 +0000
commit4eaa403421ee319302f483a549339f2bd09f4c71 (patch)
tree7e2cf4ecbb5af9a023f56d458ca2b3e2f3df4cff /oldXMenu/insque.c
parentff0cdfb99b9a69f0cbb642748b5a97ac108351d3 (diff)
downloademacs-4eaa403421ee319302f483a549339f2bd09f4c71.tar.gz
emacs-4eaa403421ee319302f483a549339f2bd09f4c71.zip
Switch to recommended form of GPLv3 permissions notice.
Diffstat (limited to 'oldXMenu/insque.c')
-rw-r--r--oldXMenu/insque.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/oldXMenu/insque.c b/oldXMenu/insque.c
index 93f07237eb1..aebee231344 100644
--- a/oldXMenu/insque.c
+++ b/oldXMenu/insque.c
@@ -1,10 +1,10 @@
1/* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, 1/* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003,
2 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 2 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
3 3
4This program is free software; you can redistribute it and/or modify 4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by 5it under the terms of the GNU General Public License as published by
6the Free Software Foundation; either version 3, or (at your option) 6the Free Software Foundation, either version 3 of the License, or
7any later version. 7(at your option) any later version.
8 8
9This program is distributed in the hope that it will be useful, 9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of 10but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -12,9 +12,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details. 12GNU General Public License for more details.
13 13
14You should have received a copy of the GNU General Public License 14You should have received a copy of the GNU General Public License
15along with this program; see the file COPYING. If not, write to 15along with this program. If not, see <http://www.gnu.org/licenses/>. */
16the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17Boston, MA 02110-1301, USA. */
18 16
19/* This file implements the emacs_insque and emacs_remque functions, 17/* This file implements the emacs_insque and emacs_remque functions,
20 clones of the insque and remque functions of BSD. They and all 18 clones of the insque and remque functions of BSD. They and all