diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-26 19:14:24 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-26 19:14:24 +0200 |
commit | a945fa10a639cdee9e5e712cd48e8c911a8d9821 (patch) | |
tree | b06e0030f9e360a91a06e5677f381988d432c4b1 /lib/user | |
parent | d2369b6e964f9bc757ce0fed000bf50a03c9d2dc (diff) | |
download | nextcloud-server-a945fa10a639cdee9e5e712cd48e8c911a8d9821.tar.gz nextcloud-server-a945fa10a639cdee9e5e712cd48e8c911a8d9821.zip |
update copyright
Diffstat (limited to 'lib/user')
-rw-r--r-- | lib/user/backend.php | 2 | ||||
-rw-r--r-- | lib/user/database.php | 2 | ||||
-rw-r--r-- | lib/user/dummy.php | 2 | ||||
-rw-r--r-- | lib/user/example.php | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/user/backend.php b/lib/user/backend.php index 4afdf152150..3df907226c4 100644 --- a/lib/user/backend.php +++ b/lib/user/backend.php @@ -5,7 +5,7 @@ * * @author Frank Karlitschek * @author Dominik Schmidt - * @copyright 2010 Frank Karlitschek karlitschek@kde.org + * @copyright 2012 Frank Karlitschek frank@owncloud.org * @copyright 2011 Dominik Schmidt dev@dominik-schmidt.de * * This library is free software; you can redistribute it and/or diff --git a/lib/user/database.php b/lib/user/database.php index 894ccffb791..769ba6a7920 100644 --- a/lib/user/database.php +++ b/lib/user/database.php @@ -4,7 +4,7 @@ * ownCloud * * @author Frank Karlitschek - * @copyright 2010 Frank Karlitschek karlitschek@kde.org + * @copyright 2012 Frank Karlitschek frank@owncloud.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/lib/user/dummy.php b/lib/user/dummy.php index 03d5c3256da..a946d4e6214 100644 --- a/lib/user/dummy.php +++ b/lib/user/dummy.php @@ -4,7 +4,7 @@ * ownCloud * * @author Frank Karlitschek -* @copyright 2010 Frank Karlitschek karlitschek@kde.org +* @copyright 2012 Frank Karlitschek frank@owncloud.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE diff --git a/lib/user/example.php b/lib/user/example.php index b6a2091b685..18bc6bce00d 100644 --- a/lib/user/example.php +++ b/lib/user/example.php @@ -4,7 +4,7 @@ * ownCloud * * @author Frank Karlitschek - * @copyright 2010 Frank Karlitschek karlitschek@kde.org + * @copyright 2012 Frank Karlitschek frank@owncloud.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE |