diff options
author | Malf Furious <m@lfurio.us> | 2016-05-26 23:46:22 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2016-05-26 23:46:22 -0400 |
commit | ec7186ed4e1c2a41ff9052cdd1624b8cabbb047c (patch) | |
tree | b97dabb5359a7244f835ca60293b79409150a664 /app/class/user.class.php | |
parent | 636485a3b14dbe4eaa07d4c7b41fa279ca4f5e3f (diff) | |
download | scrott-ec7186ed4e1c2a41ff9052cdd1624b8cabbb047c.tar.gz scrott-ec7186ed4e1c2a41ff9052cdd1624b8cabbb047c.zip |
Add copyright notice to Scrott class files
Diffstat (limited to 'app/class/user.class.php')
-rw-r--r-- | app/class/user.class.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/class/user.class.php b/app/class/user.class.php index 07bd0d6..1185f45 100644 --- a/app/class/user.class.php +++ b/app/class/user.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/object.class.php"; /* |