From cbd59a704e3adc48c809f14e2cf793d641dfe7ff Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 14 Jan 2004 18:14:29 +0000 Subject: add copyright messages to all files git-svn-id: file:///home/lennart/svn/public/bidilink/trunk@4 9cde1c1d-e4d0-0310-8a68-bf217395ea82 --- src/server-unix.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/server-unix.h') diff --git a/src/server-unix.h b/src/server-unix.h index aa8693f..48910aa 100644 --- a/src/server-unix.h +++ b/src/server-unix.h @@ -1,6 +1,26 @@ #ifndef fooserverunixhfoo #define fooserverunixhfoo +/* $Id$ */ + +/*** + This file is part of bidilink. + + bidilink 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 of the License, or + (at your option) any later version. + + bidilink 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 bidilink; if not, write to the Free Software Foundation, + Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +***/ + #include "stream.h" struct stream* stream_server_unix(const char *args); -- cgit