diff options
author | Malf Furious <m@lfurio.us> | 2016-05-30 00:18:46 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2016-05-30 00:18:46 -0400 |
commit | 827a8025ab48dea386b77717f1d1bc30d10ba232 (patch) | |
tree | 0577841f1948ff59e714e4a7fa63cd15f77e06c0 /app/class/object.class.php | |
parent | abd11313d0a9f2b28d7b709fcbd98befd95db15c (diff) | |
parent | 184dafca7c2bb455d03cbd0334942e504d635cfe (diff) | |
download | scrott-827a8025ab48dea386b77717f1d1bc30d10ba232.tar.gz scrott-827a8025ab48dea386b77717f1d1bc30d10ba232.zip |
Merge branch 'support/version-meta' into dev
Diffstat (limited to 'app/class/object.class.php')
-rw-r--r-- | app/class/object.class.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/class/object.class.php b/app/class/object.class.php index bc8a67f..b73a54d 100644 --- a/app/class/object.class.php +++ b/app/class/object.class.php @@ -1,5 +1,19 @@ <?php +/* + * SCROTT Copyright (C) 2016 Malf Furious + * + * Scrott is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published + * by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * Scrott is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + * License for more details. + */ + require_once "class/framework.class.php"; /* |