diff options
-rw-r--r-- | LICENSE | 13 | ||||
-rwxr-xr-x[-rw-r--r--] | MainApp.php | 7 | ||||
-rwxr-xr-x[-rw-r--r--] | MainController.php | 7 | ||||
-rwxr-xr-x[-rw-r--r--] | MainDb.php | 7 | ||||
-rwxr-xr-x[-rw-r--r--] | MainView.php | 7 | ||||
-rwxr-xr-x[-rw-r--r--] | README | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | config.default.ini | 0 |
7 files changed, 41 insertions, 0 deletions
@@ -0,0 +1,13 @@ +DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + +Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> + +Everyone is permitted to copy and distribute verbatim or modified +copies of this license document, and changing it is allowed as long +as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/MainApp.php b/MainApp.php index e87250d..e5f2811 100644..100755 --- a/MainApp.php +++ b/MainApp.php @@ -3,6 +3,13 @@ // main/MainApp.php // @author Filipp Lepalaan <filipp@mekanisti.fi> // @copyright (c) 2009 Filipp Lepalaan + +/* This program is free software. It comes without any warranty, to + * the extent permitted by applicable law. You can redistribute it + * and/or modify it under the terms of the Do What The Fuck You Want + * To Public License, Version 2, as published by Sam Hocevar. See + * http://sam.zoy.org/wtfpl/COPYING for more details. */ + class MainApp { //// diff --git a/MainController.php b/MainController.php index e09fe3e..7b6012e 100644..100755 --- a/MainController.php +++ b/MainController.php @@ -2,6 +2,13 @@ //// // main/MainController.php // @TODO: transfer boeuf.php here + +/* This program is free software. It comes without any warranty, to + * the extent permitted by applicable law. You can redistribute it + * and/or modify it under the terms of the Do What The Fuck You Want + * To Public License, Version 2, as published by Sam Hocevar. See + * http://sam.zoy.org/wtfpl/COPYING for more details. */ + class MainController { public $view; // Where to store the data to be rendered diff --git a/MainDb.php b/MainDb.php index 19ccfa9..b2ce171 100644..100755 --- a/MainDb.php +++ b/MainDb.php @@ -3,6 +3,13 @@ // main/MainDb.php // @author Filipp Lepalaan <filipp@mekanisti.fi> // http://www.php.net/manual/en/language.oop5.patterns.php + +/* This program is free software. It comes without any warranty, to + * the extent permitted by applicable law. You can redistribute it + * and/or modify it under the terms of the Do What The Fuck You Want + * To Public License, Version 2, as published by Sam Hocevar. See + * http://sam.zoy.org/wtfpl/COPYING for more details. */ + class MainDb { private static $instance = NULL; diff --git a/MainView.php b/MainView.php index 2c3be45..b475abb 100644..100755 --- a/MainView.php +++ b/MainView.php @@ -3,6 +3,13 @@ // main/MainView.php // @created 31.10.2009 // @author Filipp Lepalaan <filipp@mac.com> + +/* This program is free software. It comes without any warranty, to + * the extent permitted by applicable law. You can redistribute it + * and/or modify it under the terms of the Do What The Fuck You Want + * To Public License, Version 2, as published by Sam Hocevar. See + * http://sam.zoy.org/wtfpl/COPYING for more details. */ + class MainView { //// diff --git a/config.default.ini b/config.default.ini index dca0c40..dca0c40 100644..100755 --- a/config.default.ini +++ b/config.default.ini |