From 914599c7c2a50c8f1439189214184a2a0f402fc8 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sat, 16 Oct 2010 18:15:20 +0300 Subject: Added license --- LICENSE | 13 +++++++++++++ MainApp.php | 7 +++++++ MainController.php | 7 +++++++ MainDb.php | 7 +++++++ MainView.php | 7 +++++++ README | 0 config.default.ini | 0 7 files changed, 41 insertions(+) create mode 100644 LICENSE mode change 100644 => 100755 MainApp.php mode change 100644 => 100755 MainController.php mode change 100644 => 100755 MainDb.php mode change 100644 => 100755 MainView.php mode change 100644 => 100755 README mode change 100644 => 100755 config.default.ini diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..1dbc00f --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ +DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + +Copyright (C) 2004 Sam Hocevar + +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 old mode 100644 new mode 100755 index e87250d..e5f2811 --- a/MainApp.php +++ b/MainApp.php @@ -3,6 +3,13 @@ // main/MainApp.php // @author Filipp Lepalaan // @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 old mode 100644 new mode 100755 index e09fe3e..7b6012e --- 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 old mode 100644 new mode 100755 index 19ccfa9..b2ce171 --- a/MainDb.php +++ b/MainDb.php @@ -3,6 +3,13 @@ // main/MainDb.php // @author Filipp Lepalaan // 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 old mode 100644 new mode 100755 index 2c3be45..b475abb --- a/MainView.php +++ b/MainView.php @@ -3,6 +3,13 @@ // main/MainView.php // @created 31.10.2009 // @author 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 MainView { //// diff --git a/README b/README old mode 100644 new mode 100755 diff --git a/config.default.ini b/config.default.ini old mode 100644 new mode 100755 -- cgit v1.2.3