chiark / gitweb /
Copyright comments
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 25 Apr 2010 12:10:43 +0000 (13:10 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 25 Apr 2010 12:10:43 +0000 (13:10 +0100)
Makefile.am
autogen.sh
configure.ac
trivial.fingerd.8

index 514fe56..e07fe0a 100644 (file)
@@ -1,3 +1,17 @@
+# Copyright (C) 2010 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 3 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, see <http://www.gnu.org/licenses/>.
 sbin_PROGRAMS=trivial.fingerd
 trivial_fingerd_SOURCES=fingerd.c
 man_MANS=trivial.fingerd.8
index 4a28cf0..928cd07 100755 (executable)
@@ -1,5 +1,18 @@
 #! /bin/bash
-
+# Copyright (C) 2010 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 3 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, see <http://www.gnu.org/licenses/>.
 set -e
 srcdir=$(dirname $0)
 here=$(pwd)
index edf8fd6..55392ff 100644 (file)
@@ -1,6 +1,20 @@
+dnl Copyright (C) 2010 Richard Kettlewell
+dnl
+dnl This program is free software: you can redistribute it and/or modify
+dnl it under the terms of the GNU General Public License as published by
+dnl the Free Software Foundation, either version 3 of the License, or
+dnl (at your option) any later version.
+dnl
+dnl This program is distributed in the hope that it will be useful,
+dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+dnl GNU General Public License for more details.
+dnl
+dnl You should have received a copy of the GNU General Public License
+dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
 AC_INIT([fingerd], [0.0+], [rjk@greenend.org.uk])
 AC_CONFIG_AUX_DIR([config.aux])
-AM_INIT_AUTOMAKE([fingerd], [0.0])
+AM_INIT_AUTOMAKE([fingerd], [0.0+])
 AC_CONFIG_SRCDIR([fingerd.c])
 AM_CONFIG_HEADER([config.h])
 AC_PROG_CC
index 94fd284..507d487 100644 (file)
@@ -1,3 +1,17 @@
+\" Copyright (C) 2010 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 3 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, see <http://www.gnu.org/licenses/>.
 .TH trivial.fingerd 8
 .SH NAME
 trivial.fingerd \- small featureless finger daemon