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