Add license BSD on each file header

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@6096 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2020-09-07 14:13:56 +00:00
parent c5316826af
commit 033b817627
82 changed files with 82 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** User authentication (abstract class) */
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/auth.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/auth.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/auth.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/jwt.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/auth.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** All the needed functions to authorize or deny access to an authenticated
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
error_reporting (E_ALL);
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Takes the email and the password of the user */
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** User authentication against SESSION */
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/auth.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/dblayer.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/auth.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/dblayer.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/dblayeroo.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Display the backtrace in HTML with clicks to display the content
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** A cache manager in file
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** This class permit to cache the ouptut of a code. If the cache is already
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** An certificate authority
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Allow to interract with controllers and models from the CLI */
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Convert the name of colors to RGB
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Manage the configurations of the module done by administrator in a config
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Allow to manage a linux Console to have a minimal but working text interface
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Convert a format to another one
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** CSRF protection
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/fork.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** DBJSON : a NoSQL DB in JSON
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
// dblayer.php
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/dblayer.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Permit abstraction on the differents SQL databases available
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Allow to encrypt/decrypt data
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** The file method allow to manage files like PHP with a working chroot on all
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Manage the fork of children in Posix mode
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/csrf.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** The Full Text Search
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/verify.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/color.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** HTTP Helper : understand the best choices provided by browser, the HTTP
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/tcpclient.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** IMAP connection abstraction
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Manage .ini files like in php.ini
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Manage the IP addresses conversions */
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/encrypt.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Language class : change the messages
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** The lock management of files
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** The logger class permit to log the information from the soft
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Manage the MAC addresses
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** The class to create a complete email. Can read an email from a content
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Convert the Markdown text to html format
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Module management
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Class used to display data
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/output.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** This class allow a program to download a specific file from the filesystem,
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/output.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/output.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/output.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/output.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/output.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** A class to manage the password hashing, password generation
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Manage a queue in multiple storages
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/queue.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** The rate limit abstract class
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/lockfile.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Display the data in HTML with a FLASH method to display the errors
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/http.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** This class analyze the provided robots.txt file content and allow to
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/http.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/route.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/verify.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** This class allow to read the sitemaps files available in websites, and give
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Allow to send mails by smtp
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require ("domframework/ipaddresses.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** This class allow to manage Server-Sent Events
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** TCP Client
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** This class allow to start a TCP server and call a function each time a
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** The abstraction class of the users
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/dblayer.php");
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Generate a UUID v4
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Permit to check the validity of fields
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** This is the version of DomFramework.
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
/** Create a diff from two strings, array or files
+1
View File
@@ -2,6 +2,7 @@
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
* @license BSD
*/
require_once ("domframework/tcpclient.php");