Remove any old BSD License info because we switched to GPL 3
Add missing folders + gitignore files
This commit is contained in:
2
www/cache/.gitignore
vendored
Normal file
2
www/cache/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
@@ -3,9 +3,7 @@
|
|||||||
* AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org)
|
* AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org)
|
||||||
* CREATED: 2006/08/15
|
* CREATED: 2006/08/15
|
||||||
* VERSION: 0.1.0
|
* VERSION: 0.1.0
|
||||||
* RELEASED LICENSE: BSD style (use it, u don't have to make YOUR source public)
|
* RELEASED LICENSE: GNU GPL 3
|
||||||
* but let me know if u made changes, and please don't redistribute it
|
|
||||||
* with your name on it ...
|
|
||||||
* DESCRIPTION
|
* DESCRIPTION
|
||||||
* Basic Admin interface backend
|
* Basic Admin interface backend
|
||||||
* - sets action flags
|
* - sets action flags
|
||||||
|
|||||||
@@ -3,9 +3,7 @@
|
|||||||
* AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org)
|
* AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org)
|
||||||
* CREATED: 2003/03/24
|
* CREATED: 2003/03/24
|
||||||
* VERSION: 0.9.0
|
* VERSION: 0.9.0
|
||||||
* RELEASED LICENSE: BSD style (use it, u don't have to make YOUR source public)
|
* RELEASED LICENSE: GNU GPL 3
|
||||||
* but let me know if u made changes, and please don't redistribute it
|
|
||||||
* with your name on it ...
|
|
||||||
* SHORT DESCRIPTION:
|
* SHORT DESCRIPTION:
|
||||||
* basic class start class for ALL clases, holds basic vars, infos, methods, etc
|
* basic class start class for ALL clases, holds basic vars, infos, methods, etc
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -3,9 +3,7 @@
|
|||||||
* AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org)
|
* AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org)
|
||||||
* CREATED: 2002/12/17
|
* CREATED: 2002/12/17
|
||||||
* VERSION: 0.4.0
|
* VERSION: 0.4.0
|
||||||
* RELEASED LICENSE: BSD style (use it, u don't have to make YOUR source public)
|
* RELEASED LICENSE: GNU GPL 3
|
||||||
* but let me know if u made changes, and please don't redistribute it
|
|
||||||
* with your name on it ...
|
|
||||||
* SHORT DESCRIPTION:
|
* SHORT DESCRIPTION:
|
||||||
* DB Array IO Class:
|
* DB Array IO Class:
|
||||||
* writes, reads or deletes a complete array (one data set) in/out a
|
* writes, reads or deletes a complete array (one data set) in/out a
|
||||||
|
|||||||
@@ -3,9 +3,7 @@
|
|||||||
* AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org)
|
* AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org)
|
||||||
* CREATED: 2000/11/23
|
* CREATED: 2000/11/23
|
||||||
* VERSION: 4.1.0
|
* VERSION: 4.1.0
|
||||||
* RELEASED LICENSE: BSD style (use it, u don't have to make YOUR source public)
|
* RELEASED LICENSE: GNU GPL 3
|
||||||
* but let me know if u made changes, and please don't redistribute it
|
|
||||||
* with your name on it ...
|
|
||||||
* SHORT DESCRIPTON:
|
* SHORT DESCRIPTON:
|
||||||
* 2013/10/10, prepare/excute were added, including auto RETURNING primary key if
|
* 2013/10/10, prepare/excute were added, including auto RETURNING primary key if
|
||||||
* possible for any INSERT query in exec or prepare/execute, better debugging and
|
* possible for any INSERT query in exec or prepare/execute, better debugging and
|
||||||
|
|||||||
@@ -3,9 +3,7 @@
|
|||||||
* AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org)
|
* AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org)
|
||||||
* CREATED: 2002/10/22
|
* CREATED: 2002/10/22
|
||||||
* VERSION: 2.4.9
|
* VERSION: 2.4.9
|
||||||
* RELEASED LICENSE: BSD style (use it, u don't have to make YOUR source public)
|
* RELEASED LICENSE: GNU GPL 3
|
||||||
* but let me know if u made changes, and please don't redistribute it
|
|
||||||
* with your name on it ...
|
|
||||||
* SHORT DESCRIPTION:
|
* SHORT DESCRIPTION:
|
||||||
* ~ 2003/02/26: decided to move away from single class and change this
|
* ~ 2003/02/26: decided to move away from single class and change this
|
||||||
* to extend db_array_io which extends db_io. this is much more efficient
|
* to extend db_array_io which extends db_io. this is much more efficient
|
||||||
|
|||||||
@@ -3,9 +3,7 @@
|
|||||||
* AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org)
|
* AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org)
|
||||||
* CREATED: 2000/06/01
|
* CREATED: 2000/06/01
|
||||||
* VERSION: 4.0.0
|
* VERSION: 4.0.0
|
||||||
* RELEASED LICENSE: BSD style (use it, u don't have to make YOUR source public)
|
* RELEASED LICENSE: GNU GPL 3
|
||||||
* but let me know if u made changes, and please don't redistribute it
|
|
||||||
* with your name on it ...
|
|
||||||
* SHORT DESCRIPTON:
|
* SHORT DESCRIPTON:
|
||||||
* ~ 2003/03/03: change the whole include file into one class
|
* ~ 2003/03/03: change the whole include file into one class
|
||||||
* advantages are a) can include before actuall call, can control it
|
* advantages are a) can include before actuall call, can control it
|
||||||
|
|||||||
@@ -3,9 +3,7 @@
|
|||||||
* AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org)
|
* AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org)
|
||||||
* CREATED: 2004/11/18
|
* CREATED: 2004/11/18
|
||||||
* VERSION: 0.1.1
|
* VERSION: 0.1.1
|
||||||
* RELEASED LICENSE: BSD style (use it, u don't have to make YOUR source public)
|
* RELEASED LICENSE: GNU GPL 3
|
||||||
* but let me know if u made changes, and please don't redistribute it
|
|
||||||
* with your name on it ...
|
|
||||||
* SHORT DESCRIPTION:
|
* SHORT DESCRIPTION:
|
||||||
* init class for gettext. Original was just a function & var setting include for wordpress.
|
* init class for gettext. Original was just a function & var setting include for wordpress.
|
||||||
* I changed that to a class to be more portable with my style of coding
|
* I changed that to a class to be more portable with my style of coding
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?
|
<?
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
* AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org)
|
* AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org)
|
||||||
* CREATED: 2003/04/09
|
* CREATED: 2003/04/09
|
||||||
* SHORT DESCRIPTION:
|
* SHORT DESCRIPTION:
|
||||||
* pgsq; wrapper calls
|
* pgsq; wrapper calls
|
||||||
* HISTORY:
|
* HISTORY:
|
||||||
|
|||||||
2
www/media/binaires/.gitignore
vendored
Normal file
2
www/media/binaires/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
2
www/media/images/.gitignore
vendored
Normal file
2
www/media/images/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
2
www/media/pdf/.gitignore
vendored
Normal file
2
www/media/pdf/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
Reference in New Issue
Block a user