X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=duct.c;h=bf8c8087842c986400cfd1598bf3191876f1b046;hb=HEAD;hp=29b8ea64ff0cf6d7607f2430483e237894e375c1;hpb=bf6f956b4ebf81b866cd787c340e49cf413fb265;p=innduct.git diff --git a/duct.c b/duct.c index 29b8ea6..bf8c808 100644 --- a/duct.c +++ b/duct.c @@ -3,25 +3,9 @@ * tailing reliable realtime streaming feeder for inn * duct.c - main program, option parsing and startup * - * 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.) + * Copyright Ian Jackson + * and contributors; see LICENCE.txt. + * SPDX-License-Identifier: GPL-3.0-or-later */ #include "innduct.h" @@ -401,9 +385,9 @@ static void printusage(FILE *f) { static void printcopyright(FILE *f) { fputs( - "innduct is Copyright (C)2010 Ian Jackson.\n" + "innduct is Copyright Ian Jackson and contributors.\n" "It is free software, licenced under GPL version 3 or later.\n" - "It is provided WITHOUT ANY WARRANTY. See the file GPL-3 for details\n", + "There is NO WARRANTY. See the file LICENCE.txt for details.\n", stderr); }