summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/controllers/file.php2
-rw-r--r--application/controllers/user.php7
-rw-r--r--application/models/mfile.php2
-rw-r--r--application/models/muser.php7
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()