From 914599c7c2a50c8f1439189214184a2a0f402fc8 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sat, 16 Oct 2010 18:15:20 +0300 Subject: Added license --- MainDb.php | 7 +++++++ 1 file changed, 7 insertions(+) mode change 100644 => 100755 MainDb.php (limited to 'MainDb.php') 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; -- cgit v1.2.3