chiark / gitweb /
Copyright notices
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 6 Feb 2011 13:40:54 +0000 (13:40 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 6 Feb 2011 13:40:54 +0000 (13:40 +0000)
Makefile
debian/copyright
debian/rules
gaise.c
noipv4.m4
noipv6.m4

index 7300e02..9d2f648 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,22 @@
+#
+# This file is part of Gaise
+# Copyright © 2011 Richard Kettlewell
+#
+# This program 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.
+#
+# This program 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 this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA
+#
 prefix=/usr/local
 bindir=${prefix}/bin
 libdir=${prefix}/lib
index 5b196f7..43a3741 100644 (file)
@@ -1,5 +1,4 @@
-
-Copyright (C) 2011 Richard Kettlewell
+Copyright © 2011 Richard Kettlewell
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
index c41fd3c..6ebde30 100755 (executable)
@@ -1,5 +1,23 @@
 #! /usr/bin/make -f
 #
+# This file is part of Gaise
+# Copyright © 2011 Richard Kettlewell
+#
+# This program 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.
+#
+# This program 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 this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA
+#
 
 INSTALL=install
 CHANGELOG=changelog
diff --git a/gaise.c b/gaise.c
index e57a6b8..bdddc7f 100644 (file)
--- a/gaise.c
+++ b/gaise.c
@@ -1,3 +1,22 @@
+/*
+ * This file is part of Gaise
+ * Copyright © 2011 Richard Kettlewell
+ *
+ * This program 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.
+ *
+ * This program 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 this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA
+ */
 #define _GNU_SOURCE
 #include <netdb.h>
 #include <dlfcn.h>
index 81dc337..16a1ae3 100644 (file)
--- a/noipv4.m4
+++ b/noipv4.m4
@@ -1,5 +1,23 @@
 #! /bin/sh
-
+#
+# This file is part of Gaise
+# Copyright © 2011 Richard Kettlewell
+#
+# This program 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.
+#
+# This program 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 this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA
+#
 set -e
 
 case "$1" in
index 0c99071..42a1e87 100644 (file)
--- a/noipv6.m4
+++ b/noipv6.m4
@@ -1,5 +1,23 @@
 #! /bin/sh
-
+#
+# This file is part of Gaise
+# Copyright © 2011 Richard Kettlewell
+#
+# This program 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.
+#
+# This program 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 this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA
+#
 set -e
 
 case "$1" in