comparison lib-src/gnuserv.h @ 5290:e6508b64ee08

More permission consistency.
author Stephen J. Turnbull <stephen@xemacs.org>
date Mon, 14 Jun 2010 19:03:57 +0900
parents aa5ed11f473b
children 8bda66cd0414
comparison
equal deleted inserted replaced
5289:9e51b172d50f 5290:e6508b64ee08
1 /* -*-C-*- 1 /* -*-C-*-
2 2
3 Header file for the XEmacs server and client C code. 3 Header file for the XEmacs server and client C code.
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 24 Author: Andy Norman (ange@hplb.hpl.hp.com), based on
13 'etc/server.c' and 'etc/emacsclient.c' from the 18.52 GNU 25 'etc/server.c' and 'etc/emacsclient.c' from the 18.52 GNU
14 Emacs distribution. 26 Emacs distribution.
15 27