summaryrefslogtreecommitdiffstats
path: root/src/bidilink.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-01-14 18:14:29 +0000
committerLennart Poettering <lennart@poettering.net>2004-01-14 18:14:29 +0000
commitcbd59a704e3adc48c809f14e2cf793d641dfe7ff (patch)
tree856bdf5cb682ec3c5636958baa7eb1258cb17333 /src/bidilink.c
parent1b34f889f90cd879367f233c90d98b18dd47d338 (diff)
add copyright messages to all files
git-svn-id: file:///home/lennart/svn/public/bidilink/trunk@4 9cde1c1d-e4d0-0310-8a68-bf217395ea82
Diffstat (limited to 'src/bidilink.c')
-rw-r--r--src/bidilink.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/bidilink.c b/src/bidilink.c
index 3f421bf..8493f41 100644
--- a/src/bidilink.c
+++ b/src/bidilink.c
@@ -1,3 +1,27 @@
+/* $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
+***/
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#define _GNU_SOURCE
#include <stdio.h>