diff options
Diffstat (limited to 'MainController.php')
-rwxr-xr-x[-rw-r--r--] | MainController.php | 7 |
1 files changed, 7 insertions, 0 deletions
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 |