From b21c067745ed823c9f2bfc71af06cd52735a7287 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 23 May 2010 00:50:18 +0100 Subject: [PATCH] Add some missing copyright notices --- Makefile.am | 24 ++++++++++++++++++++++++ README.states | 26 ++++++++++++++++++++++++++ configure.in | 24 ++++++++++++++++++++++++ 3 files changed, 74 insertions(+) diff --git a/Makefile.am b/Makefile.am index b3a4249..f87a069 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,27 @@ +# innduct +# tailing reliable realtime streaming feeder for inn +# Makefile.am +# +# Copyright (C) 2010 Ian Jackson +# +# 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 . +# +# (I believe that when you compile and link this as part of the inn2 +# build, with the Makefile runes I have provided, all the libraries +# and files which end up included in innduct are licence-compatible +# with GPLv3. If not then please let me know. -Ian Jackson.) + AUTOMAKE_OPTIONS=foreign INCLUDES = -I/usr/include/inn diff --git a/README.states b/README.states index 4ee9daf..29bbe6b 100644 --- a/README.states +++ b/README.states @@ -180,3 +180,29 @@ We implement this as follows: rune for printing diagrams: a2ps -R -B -ops README.states + + + +# part of innduct +# tailing reliable realtime streaming feeder for inn +# +# Copyright (C) 2010 Ian Jackson +# +# 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 . +# +# (I believe that when you compile and link this as part of the inn2 +# build, with the Makefile runes I have provided, all the libraries +# and files which end up included in innduct are licence-compatible +# with GPLv3. If not then please let me know. -Ian Jackson.) + diff --git a/configure.in b/configure.in index 48d2a14..fb9e641 100644 --- a/configure.in +++ b/configure.in @@ -1,3 +1,27 @@ +# innduct +# tailing reliable realtime streaming feeder for inn +# configure.in +# +# Copyright (C) 2010 Ian Jackson +# +# 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 . +# +# (I believe that when you compile and link this as part of the inn2 +# build, with the Makefile runes I have provided, all the libraries +# and files which end up included in innduct are licence-compatible +# with GPLv3. If not then please let me know. -Ian Jackson.) + AC_INIT(duct.c) AC_CONFIG_AUX_DIR(autoconf-aux) AM_INIT_AUTOMAKE(innduct, 1.0) -- 2.30.2