diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-06-25 11:43:55 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-06-25 14:13:49 +0200 |
commit | f63915d0c8b28ed507f0db6e11ef50e9a0bd39f4 (patch) | |
tree | 411739523aed92226927f7aa5d90e69656af693e /lib/private/db | |
parent | cdb0e62e9b7a537f79f8674bc641fb88ec30c2be (diff) | |
download | nextcloud-server-f63915d0c8b28ed507f0db6e11ef50e9a0bd39f4.tar.gz nextcloud-server-f63915d0c8b28ed507f0db6e11ef50e9a0bd39f4.zip |
update license headers and authors
Diffstat (limited to 'lib/private/db')
-rw-r--r-- | lib/private/db/migrator.php | 1 | ||||
-rw-r--r-- | lib/private/db/ocsqliteplatform.php | 22 |
2 files changed, 19 insertions, 4 deletions
diff --git a/lib/private/db/migrator.php b/lib/private/db/migrator.php index fcfe5d96279..6a587ede631 100644 --- a/lib/private/db/migrator.php +++ b/lib/private/db/migrator.php @@ -5,6 +5,7 @@ * @author Robin Appelman <icewind@owncloud.com> * @author tbelau666 <thomas.belau@gmx.de> * @author Thomas Müller <thomas.mueller@tmit.eu> + * @author Victor Dubiniuk <dubiniuk@owncloud.com> * @author Vincent Petry <pvince81@owncloud.com> * * @copyright Copyright (c) 2015, ownCloud, Inc. diff --git a/lib/private/db/ocsqliteplatform.php b/lib/private/db/ocsqliteplatform.php index fe39e20c864..543f58b90ec 100644 --- a/lib/private/db/ocsqliteplatform.php +++ b/lib/private/db/ocsqliteplatform.php @@ -1,9 +1,23 @@ <?php /** - * Copyright (c) 2015 Robin Appelman <icewind@owncloud.com> - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Morris Jobke <hey@morrisjobke.de> + * @author Robin Appelman <icewind@owncloud.com> + * + * @copyright Copyright (c) 2015, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * 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 Affero General Public License, version 3, + * along with this program. If not, see <http://www.gnu.org/licenses/> + * */ namespace OC\DB; |