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 | |
parent | a83ceb1791676b9d7e8659760be570895706ac2c (diff) |
Fix copyright information
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | application/controllers/file.php | 2 | ||||
-rw-r--r-- | application/controllers/user.php | 7 | ||||
-rw-r--r-- | application/models/mfile.php | 2 | ||||
-rw-r--r-- | application/models/muser.php | 7 |
4 files changed, 16 insertions, 2 deletions
diff --git a/application/controllers/file.php b/application/controllers/file.php index 435cc409a..f9c576536 100644 --- a/application/controllers/file.php +++ b/application/controllers/file.php @@ -1,6 +1,6 @@ <?php /* - * Copyright 2009-2011 Florian "Bluewind" Pritz <bluewind@server-speed.net> + * Copyright 2009-2013 Florian "Bluewind" Pritz <bluewind@server-speed.net> * * Licensed under GPLv3 * (see COPYING for full license text) 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 { diff --git a/application/models/mfile.php b/application/models/mfile.php index 10daba3af..bf0a4362e 100644 --- a/application/models/mfile.php +++ b/application/models/mfile.php @@ -1,6 +1,6 @@ <?php /* - * Copyright 2009-2011 Florian "Bluewind" Pritz <bluewind@server-speed.net> + * Copyright 2009-2013 Florian "Bluewind" Pritz <bluewind@server-speed.net> * * Licensed under GPLv3 * (see COPYING for full license text) 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() |