diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-02-13 19:00:08 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-02-13 19:00:08 +0100 |
commit | f90f34c0c123b558b401e4583fc35a455dd6b7fd (patch) | |
tree | 53c315d4290970928822977edda0a319b5025305 /application | |
parent | 90a58e285c3bea14109e357fe0f6d190838252f4 (diff) |
Change license to AGPL
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application')
-rw-r--r-- | application/controllers/file.php | 2 | ||||
-rw-r--r-- | application/controllers/user.php | 2 | ||||
-rw-r--r-- | application/libraries/Duser/Duser.php | 2 | ||||
-rw-r--r-- | application/libraries/Duser/drivers/Duser_db.php | 2 | ||||
-rw-r--r-- | application/models/mfile.php | 2 | ||||
-rw-r--r-- | application/models/muser.php | 2 |
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) * */ |