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/controllers/user.php | |
parent | a83ceb1791676b9d7e8659760be570895706ac2c (diff) |
Fix copyright information
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/controllers/user.php')
-rw-r--r-- | application/controllers/user.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/application/controllers/user.php b/application/controllers/user.php index cac47ebe1..7e6b2f27e 100644 --- a/application/controllers/user.php +++ b/application/controllers/user.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 User extends CI_Controller { |