From 553daeefdcf22b92ef1ba2fd48a0aa69dfde2afd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 5 Jul 2009 18:09:15 +0100 Subject: [PATCH] Some additional copyright info --- pctb/README | 41 +++++++++++++++++++++++++++++++++ pctb/decode-pctb-marketdata | 3 +++ pctb/dictionary-update-receiver | 22 ++++++++++++++++++ 3 files changed, 66 insertions(+) diff --git a/pctb/README b/pctb/README index 4ef779e..2c3a917 100644 --- a/pctb/README +++ b/pctb/README @@ -137,6 +137,47 @@ GUI. See README.privacy for full details. +Authorship and copyright +------------------------ + +The PCTB server itself is a project of Joel Lord and various others. + + +However, this screenscraper and upload client was written entirely +from scratch by me, Ian Jackson. It is part of ypp-sc-tools, a set of +third-party tools for assisting players of Yohoho Puzzle Pirates. + +ypp-sc-tools is +Copyright (C) 2009 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 . + +Yohoho and Puzzle Pirates are probably trademarks of Three Rings and +are used without permission. This program is not endorsed or +sponsored by Three Rings. + + +The character and UI images copied from the YPP client, and submitted +to stored and shared by the YPP SC PCTB dictionary server, are those +provided by Three Rings as part of the YPP client and by your Java +installation. I regard the current use of these images in this way as +Fair Dealing (in the UK) or Fair Use (in the USA). + +These images do not form part of the ypp-sc-tools distribution, +although the ypp-sc-tools pctb client does download them automatically +from my dictionary server when run in the most ordinary way. + - Ian Jackson ijackson@chiark.greenend.org.uk diff --git a/pctb/decode-pctb-marketdata b/pctb/decode-pctb-marketdata index 68cf060..6cdecc6 100755 --- a/pctb/decode-pctb-marketdata +++ b/pctb/decode-pctb-marketdata @@ -1,5 +1,8 @@ #!/usr/bin/perl +# This specific file is hereby placed in the public domain, or nearest +# equivalent in law, by me, Ian Jackson. 5th July 2009. + use IO::Handle; open CM, "_commodmap.tsv" or die $!; diff --git a/pctb/dictionary-update-receiver b/pctb/dictionary-update-receiver index 25cdf0a..d088236 100755 --- a/pctb/dictionary-update-receiver +++ b/pctb/dictionary-update-receiver @@ -3,6 +3,28 @@ # This script is invoked when the YPP SC PCTB client talks to the # dictionary server. See README.privacy. +# This is part of ypp-sc-tools, a set of third-party tools for assisting +# players of Yohoho Puzzle Pirates. +# +# Copyright (C) 2009 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 . +# +# Yohoho and Puzzle Pirates are probably trademarks of Three Rings and +# are used without permission. This program is not endorsed or +# sponsored by Three Rings. + # upload testing runes: # -- 2.30.2