summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
Diffstat (limited to 'application')
-rw-r--r--application/controllers/file.php2
-rw-r--r--application/controllers/user.php2
-rw-r--r--application/libraries/Duser/Duser.php2
-rw-r--r--application/libraries/Duser/drivers/Duser_db.php2
-rw-r--r--application/models/mfile.php2
-rw-r--r--application/models/muser.php2
6 files changed, 6 insertions, 6 deletions
diff --git a/application/controllers/file.php b/application/controllers/file.php
index 1cc8f77b0..e9637663b 100644
--- a/application/controllers/file.php
+++ b/application/controllers/file.php
@@ -2,7 +2,7 @@
/*
* Copyright 2009-2013 Florian "Bluewind" Pritz <bluewind@server-speed.net>
*
- * Licensed under GPLv3
+ * Licensed under AGPLv3
* (see COPYING for full license text)
*
*/
diff --git a/application/controllers/user.php b/application/controllers/user.php
index 50eb1b363..79e54e84a 100644
--- a/application/controllers/user.php
+++ b/application/controllers/user.php
@@ -2,7 +2,7 @@
/*
* Copyright 2012-2013 Florian "Bluewind" Pritz <bluewind@server-speed.net>
*
- * Licensed under GPLv3
+ * Licensed under AGPLv3
* (see COPYING for full license text)
*
*/
diff --git a/application/libraries/Duser/Duser.php b/application/libraries/Duser/Duser.php
index 22c83b772..ac6b6f270 100644
--- a/application/libraries/Duser/Duser.php
+++ b/application/libraries/Duser/Duser.php
@@ -2,7 +2,7 @@
/*
* Copyright 2013 Florian "Bluewind" Pritz <bluewind@server-speed.net>
*
- * Licensed under GPLv3
+ * Licensed under AGPLv3
* (see COPYING for full license text)
*
*/
diff --git a/application/libraries/Duser/drivers/Duser_db.php b/application/libraries/Duser/drivers/Duser_db.php
index 806b0d150..48fbc007d 100644
--- a/application/libraries/Duser/drivers/Duser_db.php
+++ b/application/libraries/Duser/drivers/Duser_db.php
@@ -2,7 +2,7 @@
/*
* Copyright 2013 Florian "Bluewind" Pritz <bluewind@server-speed.net>
*
- * Licensed under GPLv3
+ * Licensed under AGPLv3
* (see COPYING for full license text)
*
*/
diff --git a/application/models/mfile.php b/application/models/mfile.php
index 3e564d1dc..ef48a87c5 100644
--- a/application/models/mfile.php
+++ b/application/models/mfile.php
@@ -2,7 +2,7 @@
/*
* Copyright 2009-2013 Florian "Bluewind" Pritz <bluewind@server-speed.net>
*
- * Licensed under GPLv3
+ * Licensed under AGPLv3
* (see COPYING for full license text)
*
*/
diff --git a/application/models/muser.php b/application/models/muser.php
index ebdbeba7d..e0994cfa6 100644
--- a/application/models/muser.php
+++ b/application/models/muser.php
@@ -2,7 +2,7 @@
/*
* Copyright 2012-2013 Florian "Bluewind" Pritz <bluewind@server-speed.net>
*
- * Licensed under GPLv3
+ * Licensed under AGPLv3
* (see COPYING for full license text)
*
*/