diff --git a/Makefile b/Makefile index d02bcf38..75304970 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ upload: for f in dist/*; do gpg --detach-sign --armor $$f; done ncftpput upload.sourceforge.net /incoming dist/* -homepage: VERSION +homepage: files VERSION cp ChangeLog $(HTMLDIR)/changes.txt cp README $(HTMLDIR)/readme.txt cp linkchecker-out.*.gz $(HTMLDIR) diff --git a/lc.sz_fcgi b/lc.sz_fcgi index a4e4760c..0479edf9 100644 --- a/lc.sz_fcgi +++ b/lc.sz_fcgi @@ -1,6 +1,6 @@ #!/usr/bin/python # -*- coding: iso-8859-1 -*- -# Copyright (C) 2000-2002 Bastian Kleineidam +# Copyright (C) 2000-2004 Bastian Kleineidam # # 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 diff --git a/linkcheck/robotparser2.py b/linkcheck/robotparser2.py index b732e546..22d935b9 100755 --- a/linkcheck/robotparser2.py +++ b/linkcheck/robotparser2.py @@ -1,6 +1,6 @@ """ robotparser.py - Copyright (C) 2000 Bastian Kleineidam + Copyright (C) 2000-2004 Bastian Kleineidam You can choose between two licenses when using this package: 1) GNU GPLv2 diff --git a/linkchecker.bat b/linkchecker.bat index df2fed01..85f5bf2e 100644 --- a/linkchecker.bat +++ b/linkchecker.bat @@ -1,5 +1,5 @@ @echo off -rem Copyright (C) 2000 Bastian Kleineidam +rem Copyright (C) 2000-2004 Bastian Kleineidam rem rem This program is free software; you can redistribute it and/or modify rem it under the terms of the GNU General Public License as published by diff --git a/linkchecker.spec b/linkchecker.spec index 125ea678..98d554e4 100644 --- a/linkchecker.spec +++ b/linkchecker.spec @@ -1,5 +1,5 @@ %define name linkchecker -%define version 1.12.2 +%define version 1.12.3 %define release 1 Summary: check HTML documents for broken links