Skip to content

Commit

Permalink
- Add GPLv2 license
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.phtagr.org/phtagr/trunk@195 c01cf435-4f0c-0410-981c-aea1cd8e29bc
  • Loading branch information
xemle committed Apr 16, 2007
1 parent 9a01fdf commit e1c6ac0
Show file tree
Hide file tree
Showing 49 changed files with 1,349 additions and 2 deletions.
339 changes: 339 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions image.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
<?php
/*
* phtagr.
*
* Multi-user image gallery.
*
* Copyright (C) 2006,2007 Sebastian Felis, sebastian@phtagr.org
*
* 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; version 2 of the
* License.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

if (file_exists ('config.php'))
include 'config.php';
Expand Down
24 changes: 22 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
<?php
// index.php for phtagr
//
/*
* phtagr.
*
* Multi-user image gallery.
*
* Copyright (C) 2006,2007 Sebastian Felis, sebastian@phtagr.org
*
* 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; version 2 of the
* License.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

// This file includes the real content over $phtagr_prefix/main.php

if (file_exists ('config.php'))
Expand Down
22 changes: 22 additions & 0 deletions js/forms.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
/*
* phtagr.
*
* Multi-user image gallery.
*
* Copyright (C) 2006,2007 Sebastian Felis, sebastian@phtagr.org
*
* 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; version 2 of the
* License.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

/** Define global data variable to store the contents of replaced elements */
var Data=new Array();
var images=new Array();
Expand Down
21 changes: 21 additions & 0 deletions phtagr/Acl.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
<?php
/*
* phtagr.
*
* Multi-user image gallery.
*
* Copyright (C) 2006,2007 Sebastian Felis, sebastian@phtagr.org
*
* 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; version 2 of the
* License.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

include_once("$phtagr_lib/Base.php");

Expand Down
21 changes: 21 additions & 0 deletions phtagr/Base.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
<?php
/*
* phtagr.
*
* Multi-user image gallery.
*
* Copyright (C) 2006,2007 Sebastian Felis, sebastian@phtagr.org
*
* 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; version 2 of the
* License.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

include_once("$phtagr_lib/Constants.php");

Expand Down
21 changes: 21 additions & 0 deletions phtagr/Config.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
<?php
/*
* phtagr.
*
* Multi-user image gallery.
*
* Copyright (C) 2006,2007 Sebastian Felis, sebastian@phtagr.org
*
* 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; version 2 of the
* License.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

include_once("$phtagr_lib/Base.php");

Expand Down
21 changes: 21 additions & 0 deletions phtagr/Constants.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
<?php
/*
* phtagr.
*
* Multi-user image gallery.
*
* Copyright (C) 2006,2007 Sebastian Felis, sebastian@phtagr.org
*
* 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; version 2 of the
* License.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

define("DB_VERSION", 2);

Expand Down
21 changes: 21 additions & 0 deletions phtagr/Database.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
<?php
/*
* phtagr.
*
* Multi-user image gallery.
*
* Copyright (C) 2006,2007 Sebastian Felis, sebastian@phtagr.org
*
* 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; version 2 of the
* License.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

include_once("$phtagr_lib/Base.php");

Expand Down
21 changes: 21 additions & 0 deletions phtagr/Edit.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
<?php
/*
* phtagr.
*
* Multi-user image gallery.
*
* Copyright (C) 2006,2007 Sebastian Felis, sebastian@phtagr.org
*
* 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; version 2 of the
* License.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

global $phtagr_lib;
include_once("$phtagr_lib/ImageSync.php");
Expand Down
21 changes: 21 additions & 0 deletions phtagr/FileAvi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
<?php
/*
* phtagr.
*
* Multi-user image gallery.
*
* Copyright (C) 2006,2007 Sebastian Felis, sebastian@phtagr.org
*
* 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; version 2 of the
* License.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

include_once("$phtagr_lib/FileJpg.php");
include_once("$phtagr_lib/PreviewVideo.php");
Expand Down
21 changes: 21 additions & 0 deletions phtagr/FileBase.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
<?php
/*
* phtagr.
*
* Multi-user image gallery.
*
* Copyright (C) 2006,2007 Sebastian Felis, sebastian@phtagr.org
*
* 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; version 2 of the
* License.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

include_once("$phtagr_lib/Base.php");

Expand Down
21 changes: 21 additions & 0 deletions phtagr/FileJpg.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
<?php
/*
* phtagr.
*
* Multi-user image gallery.
*
* Copyright (C) 2006,2007 Sebastian Felis, sebastian@phtagr.org
*
* 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; version 2 of the
* License.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

include_once("$phtagr_lib/FileBase.php");
include_once("$phtagr_lib/PreviewImage.php");
Expand Down
21 changes: 21 additions & 0 deletions phtagr/Filesystem.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
<?php
/*
* phtagr.
*
* Multi-user image gallery.
*
* Copyright (C) 2006,2007 Sebastian Felis, sebastian@phtagr.org
*
* 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; version 2 of the
* License.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

include_once("$phtagr_lib/Base.php");

Expand Down
21 changes: 21 additions & 0 deletions phtagr/Group.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
<?php
/*
* phtagr.
*
* Multi-user image gallery.
*
* Copyright (C) 2006,2007 Sebastian Felis, sebastian@phtagr.org
*
* 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; version 2 of the
* License.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

include_once("$phtagr_lib/Base.php");
include_once("$phtagr_lib/Constants.php");
Expand Down
21 changes: 21 additions & 0 deletions phtagr/Image.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
<?php
/*
* phtagr.
*
* Multi-user image gallery.
*
* Copyright (C) 2006,2007 Sebastian Felis, sebastian@phtagr.org
*
* 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; version 2 of the
* License.
*
* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

include_once("$phtagr_lib/Search.php");
include_once("$phtagr_lib/Base.php");
Expand Down
Loading

0 comments on commit e1c6ac0

Please sign in to comment.