Mercurial > hg > xemacs-beta
comparison lib-src/gnuserv.c @ 5290:e6508b64ee08
More permission consistency.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 14 Jun 2010 19:03:57 +0900 |
parents | 04bc9d2f42c7 |
children | b9167d522a9a |
comparison
equal
deleted
inserted
replaced
5289:9e51b172d50f | 5290:e6508b64ee08 |
---|---|
1 /* -*-C-*- | 1 /* -*-C-*- |
2 Server code for handling requests from clients and forwarding them | 2 Server code for handling requests from clients and forwarding them |
3 on to the XEmacs process. | 3 on to the XEmacs process. |
4 | 4 |
5 Copyright (C) 1989 Free Software Foundation, Inc. | |
6 | |
5 This file is part of XEmacs. | 7 This file is part of XEmacs. |
6 | 8 |
7 Copying is permitted under those conditions described by the GNU | 9 XEmacs is free software; you can redistribute it and/or modify it |
8 General Public License. | 10 under the terms of the GNU General Public License as published by |
9 | 11 the Free Software Foundation; either version 2, or (at your option) |
10 Copyright (C) 1989 Free Software Foundation, Inc. | 12 any later version. |
13 | |
14 XEmacs is distributed in the hope that it will be useful, but | |
15 WITHOUT ANY WARRANTY; without even the implied warranty of | |
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
17 General Public License for more details. | |
18 | |
19 You should have received a copy of the GNU General Public License | |
20 along with XEmacs; see the file COPYING. If not, write to the Free | |
21 Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
22 Boston, MA 02110-1301, USA. | |
11 | 23 |
12 Author: Andy Norman (ange@hplb.hpl.hp.com), based on 'etc/server.c' | 24 Author: Andy Norman (ange@hplb.hpl.hp.com), based on 'etc/server.c' |
13 from the 18.52 GNU Emacs distribution. | 25 from the 18.52 GNU Emacs distribution. |
14 | 26 |
15 Please mail bugs and suggestions to the author at the above address. | 27 Please mail bugs and suggestions to the author at the above address. |