From 8417e60c9db5b5687396892291910f5b9cc8769f Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 10 Jan 2018 10:53:48 +0900 Subject: [PATCH] Remove any old BSD License info because we switched to GPL 3 Add missing folders + gitignore files --- www/cache/.gitignore | 2 ++ www/libs/Class.Admin.Backend.inc | 4 +--- www/libs/Class.Basic.inc | 4 +--- www/libs/Class.DB.Array.IO.inc | 4 +--- www/libs/Class.DB.IO.inc | 4 +--- www/libs/Class.Form.Generate.inc | 4 +--- www/libs/Class.Login.inc | 4 +--- www/libs/Class.l10n.inc | 4 +--- www/libs/TRAIT_db_pgsql.inc | 2 +- www/media/binaires/.gitignore | 2 ++ www/media/images/.gitignore | 2 ++ www/media/pdf/.gitignore | 2 ++ 12 files changed, 16 insertions(+), 22 deletions(-) create mode 100644 www/cache/.gitignore create mode 100644 www/media/binaires/.gitignore create mode 100644 www/media/images/.gitignore create mode 100644 www/media/pdf/.gitignore diff --git a/www/cache/.gitignore b/www/cache/.gitignore new file mode 100644 index 00000000..d6b7ef32 --- /dev/null +++ b/www/cache/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/www/libs/Class.Admin.Backend.inc b/www/libs/Class.Admin.Backend.inc index 65bb73b7..05c6960f 100644 --- a/www/libs/Class.Admin.Backend.inc +++ b/www/libs/Class.Admin.Backend.inc @@ -3,9 +3,7 @@ * AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org) * CREATED: 2006/08/15 * VERSION: 0.1.0 - * RELEASED LICENSE: BSD style (use it, u don't have to make YOUR source public) - * but let me know if u made changes, and please don't redistribute it - * with your name on it ... + * RELEASED LICENSE: GNU GPL 3 * DESCRIPTION * Basic Admin interface backend * - sets action flags diff --git a/www/libs/Class.Basic.inc b/www/libs/Class.Basic.inc index e8796e2e..18509192 100644 --- a/www/libs/Class.Basic.inc +++ b/www/libs/Class.Basic.inc @@ -3,9 +3,7 @@ * AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org) * CREATED: 2003/03/24 * VERSION: 0.9.0 - * RELEASED LICENSE: BSD style (use it, u don't have to make YOUR source public) - * but let me know if u made changes, and please don't redistribute it - * with your name on it ... + * RELEASED LICENSE: GNU GPL 3 * SHORT DESCRIPTION: * basic class start class for ALL clases, holds basic vars, infos, methods, etc * diff --git a/www/libs/Class.DB.Array.IO.inc b/www/libs/Class.DB.Array.IO.inc index 9dd021b5..70e89535 100644 --- a/www/libs/Class.DB.Array.IO.inc +++ b/www/libs/Class.DB.Array.IO.inc @@ -3,9 +3,7 @@ * AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org) * CREATED: 2002/12/17 * VERSION: 0.4.0 - * RELEASED LICENSE: BSD style (use it, u don't have to make YOUR source public) - * but let me know if u made changes, and please don't redistribute it - * with your name on it ... + * RELEASED LICENSE: GNU GPL 3 * SHORT DESCRIPTION: * DB Array IO Class: * writes, reads or deletes a complete array (one data set) in/out a diff --git a/www/libs/Class.DB.IO.inc b/www/libs/Class.DB.IO.inc index c9327411..d28395ce 100644 --- a/www/libs/Class.DB.IO.inc +++ b/www/libs/Class.DB.IO.inc @@ -3,9 +3,7 @@ * AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org) * CREATED: 2000/11/23 * VERSION: 4.1.0 - * RELEASED LICENSE: BSD style (use it, u don't have to make YOUR source public) - * but let me know if u made changes, and please don't redistribute it - * with your name on it ... + * RELEASED LICENSE: GNU GPL 3 * SHORT DESCRIPTON: * 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 diff --git a/www/libs/Class.Form.Generate.inc b/www/libs/Class.Form.Generate.inc index bbd573a5..19c0f866 100644 --- a/www/libs/Class.Form.Generate.inc +++ b/www/libs/Class.Form.Generate.inc @@ -3,9 +3,7 @@ * AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org) * CREATED: 2002/10/22 * VERSION: 2.4.9 - * RELEASED LICENSE: BSD style (use it, u don't have to make YOUR source public) - * but let me know if u made changes, and please don't redistribute it - * with your name on it ... + * RELEASED LICENSE: GNU GPL 3 * SHORT DESCRIPTION: * ~ 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 diff --git a/www/libs/Class.Login.inc b/www/libs/Class.Login.inc index 37de0917..fa75eb52 100644 --- a/www/libs/Class.Login.inc +++ b/www/libs/Class.Login.inc @@ -3,9 +3,7 @@ * AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org) * CREATED: 2000/06/01 * VERSION: 4.0.0 - * RELEASED LICENSE: BSD style (use it, u don't have to make YOUR source public) - * but let me know if u made changes, and please don't redistribute it - * with your name on it ... + * RELEASED LICENSE: GNU GPL 3 * SHORT DESCRIPTON: * ~ 2003/03/03: change the whole include file into one class * advantages are a) can include before actuall call, can control it diff --git a/www/libs/Class.l10n.inc b/www/libs/Class.l10n.inc index 40ca3e51..5a49a4f1 100644 --- a/www/libs/Class.l10n.inc +++ b/www/libs/Class.l10n.inc @@ -3,9 +3,7 @@ * AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org) * CREATED: 2004/11/18 * VERSION: 0.1.1 - * RELEASED LICENSE: BSD style (use it, u don't have to make YOUR source public) - * but let me know if u made changes, and please don't redistribute it - * with your name on it ... + * RELEASED LICENSE: GNU GPL 3 * SHORT DESCRIPTION: * 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 diff --git a/www/libs/TRAIT_db_pgsql.inc b/www/libs/TRAIT_db_pgsql.inc index f7e88349..3804dd3d 100644 --- a/www/libs/TRAIT_db_pgsql.inc +++ b/www/libs/TRAIT_db_pgsql.inc @@ -1,7 +1,7 @@