From be205de31c62e22c4347e2c3514efe945645d946 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Wed, 16 Jan 2013 21:38:08 -0800 Subject: remove Altenburger Spielkarten, their copyright notice, etc. since the licence expired They changed their company police and won't give out a free licence agreement anymore, so might as well remove it completely. --- include/db.php | 3 --- include/output.php | 5 +---- include/preferences.php | 11 +---------- 3 files changed, 2 insertions(+), 17 deletions(-) (limited to 'include') diff --git a/include/db.php b/include/db.php index 11a83e6..f683beb 100644 --- a/include/db.php +++ b/include/db.php @@ -812,9 +812,6 @@ function DB_get_PREF($myid) switch($pref[0]) { case 'cardset': - /* licence only valid until then */ - if($pref[1]=='altenburg' && (time()-strtotime( '2012-12-31 23:59:59')<0) ) - $PREF['cardset']='altenburg'; break; case 'email': diff --git a/include/output.php b/include/output.php index a6267bb..4801987 100644 --- a/include/output.php +++ b/include/output.php @@ -451,10 +451,7 @@ function output_footer() "

\n". " \"Green\n"; - echo "

copyright 2006-2013 Arun Persaud, et al.
\n". - " Verwendung der [deutschen] Kartenbilder mit Genehmigung
der Spielkartenfabrik Altenburg GmbH,(c) ASS Altenburger
\n". - " - ASS Altenburger Spielkarten - Spielkartenfabrik Altenburg GmbH
\n". - " a Carta Mundi Company Email: info@spielkarten.com Internet: www.spielkarten.com

\n"; + echo "

copyright 2006-2013 Arun Persaud, et al.
\n"; echo "\n\n"; echo ''; diff --git a/include/preferences.php b/include/preferences.php index 0089c43..5aafcd3 100644 --- a/include/preferences.php +++ b/include/preferences.php @@ -472,16 +472,7 @@ echo " \n"; echo ' '.('Card set').": \n"; echo " "; if($changed_cards) echo _('changed'); echo " \n"; -- cgit v1.2.3-18-g5258