diff options
-rwxr-xr-x | gen_thumbs.php | 21 | ||||
-rw-r--r-- | index.php | 21 | ||||
-rw-r--r-- | phpfspot.class.php | 21 | ||||
-rw-r--r-- | phpfspot_cfg.php.dist | 21 | ||||
-rw-r--r-- | phpfspot_db.php | 2 | ||||
-rw-r--r-- | phpfspot_img.php | 21 | ||||
-rw-r--r-- | phpfspot_tmpl.php | 21 | ||||
-rw-r--r-- | rpc.php | 2 |
8 files changed, 128 insertions, 2 deletions
diff --git a/gen_thumbs.php b/gen_thumbs.php index 8ea9b17..a2235bd 100755 --- a/gen_thumbs.php +++ b/gen_thumbs.php @@ -1,6 +1,27 @@ #!/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; @@ -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; diff --git a/phpfspot.class.php b/phpfspot.class.php index 00c84db..878226b 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -1,5 +1,26 @@ <?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"; diff --git a/phpfspot_cfg.php.dist b/phpfspot_cfg.php.dist index 1c399da..42baa16 100644 --- a/phpfspot_cfg.php.dist +++ b/phpfspot_cfg.php.dist @@ -1,5 +1,26 @@ <?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"; diff --git a/phpfspot_db.php b/phpfspot_db.php index 585e559..f8cb53b 100644 --- a/phpfspot_db.php +++ b/phpfspot_db.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 - * (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 diff --git a/phpfspot_img.php b/phpfspot_img.php index de677e5..bd811e8 100644 --- a/phpfspot_img.php +++ b/phpfspot_img.php @@ -1,5 +1,26 @@ <?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 { diff --git a/phpfspot_tmpl.php b/phpfspot_tmpl.php index b5c1930..9609477 100644 --- a/phpfspot_tmpl.php +++ b/phpfspot_tmpl.php @@ -1,5 +1,26 @@ <?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 { @@ -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 - * (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 |