diff options
author | Jonathan Riddell <jriddell@ubuntu.com> | 2011-02-09 14:50:27 +0000 |
---|---|---|
committer | Jonathan Riddell <jriddell@ubuntu.com> | 2011-02-09 14:50:27 +0000 |
commit | d294c2f6bd2f0344f11eddaa5aa8b657d095f753 (patch) | |
tree | 779b6c1c871ca5616e166414c48258f531d15b12 /inc/User | |
parent | 42cdc9f04fe71909a82faf17babb6e403c5e593e (diff) | |
download | nextcloud-server-d294c2f6bd2f0344f11eddaa5aa8b657d095f753.tar.gz nextcloud-server-d294c2f6bd2f0344f11eddaa5aa8b657d095f753.zip |
Fix licencing, make headers refer to intended AGPL, include copy of AGPL
Diffstat (limited to 'inc/User')
-rwxr-xr-x | inc/User/backend.php | 2 | ||||
-rwxr-xr-x | inc/User/database.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/inc/User/backend.php b/inc/User/backend.php index 9d10adefd40..f4c12f6a88f 100755 --- a/inc/User/backend.php +++ b/inc/User/backend.php @@ -16,7 +16,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU AFFERO GENERAL PUBLIC LICENSE for more details. * -* You should have received a copy of the GNU Lesser General Public +* You should have received a copy of the GNU Affero General Public * License along with this library. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/inc/User/database.php b/inc/User/database.php index bd33ba6b6e9..df49e8d364a 100755 --- a/inc/User/database.php +++ b/inc/User/database.php @@ -16,7 +16,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU AFFERO GENERAL PUBLIC LICENSE for more details. * -* You should have received a copy of the GNU Lesser General Public +* You should have received a copy of the GNU Affero General Public * License along with this library. If not, see <http://www.gnu.org/licenses/>. * */ |