aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2010-10-16 18:15:20 +0300
committerFilipp Lepalaan <filipp@mac.com>2010-10-16 18:15:20 +0300
commit914599c7c2a50c8f1439189214184a2a0f402fc8 (patch)
tree3f91416597f3519750739baaed52a3ee2f82351f
parent3dd1539456b212d2e859c3b9d381378e355f6321 (diff)
downloadmain-914599c7c2a50c8f1439189214184a2a0f402fc8.tar.gz
main-914599c7c2a50c8f1439189214184a2a0f402fc8.tar.bz2
main-914599c7c2a50c8f1439189214184a2a0f402fc8.zip
Added license
-rw-r--r--LICENSE13
-rwxr-xr-x[-rw-r--r--]MainApp.php7
-rwxr-xr-x[-rw-r--r--]MainController.php7
-rwxr-xr-x[-rw-r--r--]MainDb.php7
-rwxr-xr-x[-rw-r--r--]MainView.php7
-rwxr-xr-x[-rw-r--r--]README0
-rwxr-xr-x[-rw-r--r--]config.default.ini0
7 files changed, 41 insertions, 0 deletions
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 <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/README b/README
index 158ca0f..158ca0f 100644..100755
--- a/README
+++ b/README
diff --git a/config.default.ini b/config.default.ini
index dca0c40..dca0c40 100644..100755
--- a/config.default.ini
+++ b/config.default.ini