X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=innduct.git;a=blobdiff_plain;f=README.states;h=29bbe6b33f3d599e1ec547a8b91d1275ad04ec36;hp=4676b30c77408d6fe5eaddf115fdf6643a16ce7f;hb=c2ec61d4f426a04f288559c5ad50df822b7dcfb8;hpb=f4aee95c41a0d6231d115386b8fbb23f6b8e349a diff --git a/README.states b/README.states index 4676b30..29bbe6b 100644 --- a/README.states +++ b/README.states @@ -2,6 +2,9 @@ OVERALL STATES, defining interaction with innd: + F refers to the main feed file as written by innd + D refers to the flushing file _flushing + START | ,-->--. check F, D @@ -177,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.) +