Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5289:9e51b172d50f | 5290:e6508b64ee08 |
---|---|
1 /* -*-C-*- | 1 /* -*-C-*- |
2 Common library code for the XEmacs server and client. | 2 Common library code for the XEmacs server and client. |
3 | 3 |
4 Copyright (C) 1989 Free Software Foundation, Inc. | |
5 | |
4 This file is part of XEmacs. | 6 This file is part of XEmacs. |
5 | 7 |
6 Copying is permitted under those conditions described by the GNU | 8 XEmacs is free software; you can redistribute it and/or modify it |
7 General Public License. | 9 under the terms of the GNU General Public License as published by |
8 | 10 the Free Software Foundation; either version 2, or (at your option) |
9 Copyright (C) 1989 Free Software Foundation, Inc. | 11 any later version. |
12 | |
13 XEmacs is distributed in the hope that it will be useful, but | |
14 WITHOUT ANY WARRANTY; without even the implied warranty of | |
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
16 General Public License for more details. | |
17 | |
18 You should have received a copy of the GNU General Public License | |
19 along with XEmacs; see the file COPYING. If not, write to the Free | |
20 Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
21 Boston, MA 02110-1301, USA. | |
10 | 22 |
11 Author: Andy Norman (ange@hplb.hpl.hp.com), based on | 23 Author: Andy Norman (ange@hplb.hpl.hp.com), based on |
12 'etc/server.c' and 'etc/emacsclient.c' from the 18.52 GNU | 24 'etc/server.c' and 'etc/emacsclient.c' from the 18.52 GNU |
13 Emacs distribution. | 25 Emacs distribution. |
14 | 26 |