added GPL headers to all PHP scripts
authorAndreas Unterkircher <unki@netshadow.at>
Sun, 15 Jul 2007 11:52:57 +0000 (11:52 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Sun, 15 Jul 2007 11:52:57 +0000 (11:52 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@209 fa6a889d-dae6-447d-9e79-4ba9a3039384

gen_thumbs.php
index.php
phpfspot.class.php
phpfspot_cfg.php.dist
phpfspot_db.php
phpfspot_img.php
phpfspot_tmpl.php
rpc.php

index 8ea9b17d4a2421ba5db2f04d94cf9c0057365a90..a2235bd8e2e10b921908041513aeab16508f8a37 100755 (executable)
@@ -1,6 +1,27 @@
 #!/usr/bin/php
 <?php
 
 #!/usr/bin/php
 <?php
 
+/***************************************************************************
+ *
+ * Copyright (c) by Andreas Unterkircher, unki@netshadow.at
+ * All rights reserved
+ *
+ *  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 2 of the License, or
+ *  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, write to the Free Software
+ *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ ***************************************************************************/
+
 if(!isset($_SERVER["TERM"])) {
    print "<br /><br />This script should only be invoked from command line!<br />\n";
    die;
 if(!isset($_SERVER["TERM"])) {
    print "<br /><br />This script should only be invoked from command line!<br />\n";
    die;
index ddc2f51c418024b02286672926a10d90c77ce0ca..98a2fbc10105e99e387779528473bcadac2565b1 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,5 +1,26 @@
 <?
 
 <?
 
+/***************************************************************************
+ *
+ * Copyright (c) by Andreas Unterkircher, unki@netshadow.at
+ * All rights reserved
+ *
+ *  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 2 of the License, or
+ *  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, write to the Free Software
+ *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ ***************************************************************************/
+
 require_once "phpfspot.class.php";
 
 $fspot = new PHPFSPOT;
 require_once "phpfspot.class.php";
 
 $fspot = new PHPFSPOT;
index 00c84dbd9884e4d074972ea6fd8f5c589b192514..878226b99d3eb1af5bbf78cd0dccd49f734382da 100644 (file)
@@ -1,5 +1,26 @@
 <?php
 
 <?php
 
+/***************************************************************************
+ *
+ * Copyright (c) by Andreas Unterkircher, unki@netshadow.at
+ * All rights reserved
+ *
+ *  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 2 of the License, or
+ *  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, write to the Free Software
+ *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ ***************************************************************************/
+
 require_once "phpfspot_cfg.php";
 require_once "phpfspot_db.php";
 require_once "phpfspot_tmpl.php";
 require_once "phpfspot_cfg.php";
 require_once "phpfspot_db.php";
 require_once "phpfspot_tmpl.php";
index 1c399daa23da2892f3c9e10565bae2f084622dc9..42baa169a62cacc871d91dccc82df6aa8cf9e0a2 100644 (file)
@@ -1,5 +1,26 @@
 <?php
 
 <?php
 
+/***************************************************************************
+ *
+ * Copyright (c) by Andreas Unterkircher, unki@netshadow.at
+ * All rights reserved
+ *
+ *  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 2 of the License, or
+ *  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, write to the Free Software
+ *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ ***************************************************************************/
+
 class PHPFSPOT_CFG {
 
    var $page_title = "phpfspot - dynamic PHP gallery for F-Spot";
 class PHPFSPOT_CFG {
 
    var $page_title = "phpfspot - dynamic PHP gallery for F-Spot";
index 585e5592d3ba70caae80411afe04cf2680a4c4c3..f8cb53b280469b567539c59bcd41560e5208771a 100644 (file)
@@ -8,7 +8,7 @@
  *  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 2 of the License, or
  *  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 2 of the License, or
- *  (at your option) any later version.
+ *  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
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
index de677e558c56fe3ae76cbfcadd9d266520f17f11..bd811e85ce2d26e6738ed3dec1e9206065631a29 100644 (file)
@@ -1,5 +1,26 @@
 <?php
 
 <?php
 
+/***************************************************************************
+ *
+ * Copyright (c) by Andreas Unterkircher, unki@netshadow.at
+ * All rights reserved
+ *
+ *  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 2 of the License, or
+ *  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, write to the Free Software
+ *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ ***************************************************************************/
+
 require_once "phpfspot.class.php";
 
 class PHPFSPOT_IMG {
 require_once "phpfspot.class.php";
 
 class PHPFSPOT_IMG {
index b5c1930fbac8818d07d92ecd52a88a9ecc43f663..9609477f0b7cbcaf06dbd5ce15213ddc2afe3d43 100644 (file)
@@ -1,5 +1,26 @@
 <?php
 
 <?php
 
+/***************************************************************************
+ *
+ * Copyright (c) by Andreas Unterkircher, unki@netshadow.at
+ * All rights reserved
+ *
+ *  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 2 of the License, or
+ *  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, write to the Free Software
+ *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ ***************************************************************************/
+
 require 'smarty/libs/Smarty.class.php';
 
 class PHPFSPOT_TMPL extends Smarty {
 require 'smarty/libs/Smarty.class.php';
 
 class PHPFSPOT_TMPL extends Smarty {
diff --git a/rpc.php b/rpc.php
index 078fafd4cba587a1cf6290f54ae267534f8cb116..2e3045923c6c0052fdfb476165355e2732b2ee31 100644 (file)
--- a/rpc.php
+++ b/rpc.php
@@ -8,7 +8,7 @@
  *  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 2 of the License, or
  *  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 2 of the License, or
- *  (at your option) any later version.
+ *  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
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of