From f63915d0c8b28ed507f0db6e11ef50e9a0bd39f4 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 25 Jun 2015 11:43:55 +0200 Subject: update license headers and authors --- apps/files/ajax/delete.php | 2 -- apps/files/ajax/getstoragestats.php | 1 - apps/files/ajax/move.php | 1 - apps/files/ajax/newfile.php | 1 - apps/files/ajax/newfolder.php | 1 - apps/files/ajax/rename.php | 1 + apps/files/ajax/upload.php | 1 - apps/files/appinfo/app.php | 1 - apps/files/appinfo/routes.php | 1 + apps/files/download.php | 1 + apps/files/index.php | 1 - apps/files/tests/activitytest.php | 23 ++++++++++++++++++----- apps/files/tests/controller/apicontrollertest.php | 1 + apps/files/tests/service/tagservice.php | 1 - 14 files changed, 22 insertions(+), 15 deletions(-) (limited to 'apps/files') diff --git a/apps/files/ajax/delete.php b/apps/files/ajax/delete.php index dcd05d8da9e..2d02869df14 100644 --- a/apps/files/ajax/delete.php +++ b/apps/files/ajax/delete.php @@ -1,13 +1,11 @@ - * @author Björn Schießle * @author Frank Karlitschek * @author Jakob Sack * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke - * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files/ajax/getstoragestats.php b/apps/files/ajax/getstoragestats.php index e56e425c1c6..10f8704dded 100644 --- a/apps/files/ajax/getstoragestats.php +++ b/apps/files/ajax/getstoragestats.php @@ -2,7 +2,6 @@ /** * @author Jörn Friedrich Dreyer * @author Lukas Reschke - * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files/ajax/move.php b/apps/files/ajax/move.php index ab02f993f82..0961636a116 100644 --- a/apps/files/ajax/move.php +++ b/apps/files/ajax/move.php @@ -5,7 +5,6 @@ * @author Georg Ehrke * @author Jörn Friedrich Dreyer * @author Lukas Reschke - * @author Morris Jobke * @author Robin Appelman * @author Vincent Petry * diff --git a/apps/files/ajax/newfile.php b/apps/files/ajax/newfile.php index 6dd3e3e7a80..be09b288d4b 100644 --- a/apps/files/ajax/newfile.php +++ b/apps/files/ajax/newfile.php @@ -4,7 +4,6 @@ * @author Georg Ehrke * @author Jörn Friedrich Dreyer * @author Lukas Reschke - * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files/ajax/newfolder.php b/apps/files/ajax/newfolder.php index b15457e0173..a2897dd437a 100644 --- a/apps/files/ajax/newfolder.php +++ b/apps/files/ajax/newfolder.php @@ -6,7 +6,6 @@ * @author Georg Ehrke * @author Jörn Friedrich Dreyer * @author Lukas Reschke - * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files/ajax/rename.php b/apps/files/ajax/rename.php index edb6dd7862d..a24a57b1046 100644 --- a/apps/files/ajax/rename.php +++ b/apps/files/ajax/rename.php @@ -7,6 +7,7 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Vincent Petry * * @copyright Copyright (c) 2015, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/files/ajax/upload.php b/apps/files/ajax/upload.php index debdf26ffdf..4bc2ce8bdf3 100644 --- a/apps/files/ajax/upload.php +++ b/apps/files/ajax/upload.php @@ -9,7 +9,6 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Luke Policinski - * @author Morris Jobke * @author Robin Appelman * @author Roman Geber * @author TheSFReader diff --git a/apps/files/appinfo/app.php b/apps/files/appinfo/app.php index c483ad31ec5..40b194ab882 100644 --- a/apps/files/appinfo/app.php +++ b/apps/files/appinfo/app.php @@ -3,7 +3,6 @@ * @author Jakob Sack * @author Joas Schilling * @author Jörn Friedrich Dreyer - * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php index 08c9041062d..ceeb3cdcc8a 100644 --- a/apps/files/appinfo/routes.php +++ b/apps/files/appinfo/routes.php @@ -1,6 +1,7 @@ + * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke * @author Tobias Kaminsky diff --git a/apps/files/download.php b/apps/files/download.php index c85051e0f4e..b0628e394be 100644 --- a/apps/files/download.php +++ b/apps/files/download.php @@ -1,5 +1,6 @@ * @author Felix Moeller * @author Frank Karlitschek * @author Jakob Sack diff --git a/apps/files/index.php b/apps/files/index.php index ee12df5f075..4f103f975cb 100644 --- a/apps/files/index.php +++ b/apps/files/index.php @@ -8,7 +8,6 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell * @author Roman Geber * @author Thomas Müller * @author Vincent Petry diff --git a/apps/files/tests/activitytest.php b/apps/files/tests/activitytest.php index 1f8d6330e51..4ab8ad11eae 100644 --- a/apps/files/tests/activitytest.php +++ b/apps/files/tests/activitytest.php @@ -1,11 +1,24 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Joas Schilling + * @author Morris Jobke * -*/ + * @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 + * + */ namespace OCA\Files\Tests; diff --git a/apps/files/tests/controller/apicontrollertest.php b/apps/files/tests/controller/apicontrollertest.php index 0ec38e0e2e7..35d00af75ba 100644 --- a/apps/files/tests/controller/apicontrollertest.php +++ b/apps/files/tests/controller/apicontrollertest.php @@ -1,5 +1,6 @@ * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma diff --git a/apps/files/tests/service/tagservice.php b/apps/files/tests/service/tagservice.php index 2b5d1e5ec34..147e698aaaa 100644 --- a/apps/files/tests/service/tagservice.php +++ b/apps/files/tests/service/tagservice.php @@ -1,6 +1,5 @@ * @author Vincent Petry * * @copyright Copyright (c) 2015, ownCloud, Inc. -- cgit v1.2.3