diff lib-src/gnuslib.c @ 5290:e6508b64ee08

More permission consistency.
author Stephen J. Turnbull <stephen@xemacs.org>
date Mon, 14 Jun 2010 19:03:57 +0900
parents 2161ac78b41e
children b9167d522a9a
line wrap: on
line diff
--- a/lib-src/gnuslib.c	Mon Jun 14 15:47:30 2010 +0900
+++ b/lib-src/gnuslib.c	Mon Jun 14 19:03:57 2010 +0900
@@ -1,12 +1,24 @@
 /* -*-C-*-
  Common library code for the XEmacs server and client.
 
+ Copyright (C) 1989 Free Software Foundation, Inc.
+
  This file is part of XEmacs.
 
- Copying is permitted under those conditions described by the GNU
- General Public License.
+ XEmacs is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
 
- Copyright (C) 1989 Free Software Foundation, Inc.
+ XEmacs is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with XEmacs; see the file COPYING.  If not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
 
  Author: Andy Norman (ange@hplb.hpl.hp.com), based on 
          'etc/server.c' and 'etc/emacsclient.c' from the 18.52 GNU