mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-12 08:33:10 +00:00
copyright
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1313 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
83645c232e
commit
8dcd8f408a
5 changed files with 5 additions and 5 deletions
2
Makefile
2
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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue