diff options
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 { |