diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-01-09 19:31:47 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-01-09 19:35:55 +0100 |
commit | 600a9ca4720a7a8b9fa875f2726be301d7169e7e (patch) | |
tree | 38f9decae0288775f73e5d42cede87ffd4b70d39 /application/models/muser.php | |
parent | a83ceb1791676b9d7e8659760be570895706ac2c (diff) |
Fix copyright information
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/models/muser.php')
-rw-r--r-- | application/models/muser.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/application/models/muser.php b/application/models/muser.php index c29c04df6..c614f55c2 100644 --- a/application/models/muser.php +++ b/application/models/muser.php @@ -1,4 +1,11 @@ <?php +/* + * Copyright 2012-2013 Florian "Bluewind" Pritz <bluewind@server-speed.net> + * + * Licensed under GPLv3 + * (see COPYING for full license text) + * + */ class Muser extends CI_Model { function __construct() |