From dfacbc67750503a03633a5c79264e7ade39984ab Mon Sep 17 00:00:00 2001 From: henoheno Date: Fri, 29 Apr 2005 18:10:11 +0900 Subject: [PATCH] Better late than never. Added simple credits, workdays(years), and license notification desired by GPL. * Licnese is GPL, especially 'version 2 or (at your option) any later version'. See the header of lib/pukiwiki.php (or header of old version's pukiwiki.php). * Years by PukiWiki Developers Team are only clear ones roughly trackable from cvs repositories. * Originally sng created PukiWiki at 2001, so more files and/or codes may be written at 2001. --- lib/auth.php | 4 +++- lib/backup.php | 6 +++++- lib/config.php | 10 ++++++---- lib/convert_html.php | 4 +++- lib/diff.php | 6 +++--- lib/file.php | 6 +++++- lib/func.php | 6 +++++- lib/html.php | 6 +++++- lib/init.php | 6 +++++- lib/link.php | 4 +++- lib/mail.php | 9 ++++++--- lib/make_link.php | 4 +++- lib/mbstring.php | 8 +++++--- lib/plugin.php | 6 +++++- lib/proxy.php | 6 ++++-- lib/trackback.php | 14 ++++++++------ 16 files changed, 74 insertions(+), 31 deletions(-) diff --git a/lib/auth.php b/lib/auth.php index e07709c..9f55f9b 100644 --- a/lib/auth.php +++ b/lib/auth.php @@ -1,6 +1,8 @@ read(); * $array = & $obj->get($title); diff --git a/lib/convert_html.php b/lib/convert_html.php index ee5a1bc..818aafb 100644 --- a/lib/convert_html.php +++ b/lib/convert_html.php @@ -1,6 +1,8 @@ +// License: GPL v2 or (at your option) any later version +// +// PukiWiki/TrackBack + /* - * PukiWiki/TrackBack - * (C) 2003-2005 PukiWiki Developers Team - * (C) 2003, Katsumi Saito - * License: GPL - * * NOTE: * To get TrackBack ID correctly, specify URI clearly like: * http://localhost/pukiwiki/pukiwiki.php?FrontPage -- 2.11.0