From ff301c1773d5b5e26792f89da4929a5ac2d3796f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 22 Jul 2016 12:24:21 +0200 Subject: [PATCH 1/4] Fix links to the repo --- appinfo/info.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index f2ad233c9..f1198a79a 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -3,7 +3,7 @@ activity Activity - This application enables users to view actions related to their files in ownCloud. + This application enables users to view actions related to their files in Nextcloud. Once enabled, users will see a new icon “Activity” in their apps menu. When clicked, a new page appears for users to track the activity related to files – from new files, to deleted files, move, rename, updates and shared activity. The user can configure their individual activity settings in their personal menu. @@ -22,11 +22,11 @@ - https://doc.owncloud.org/server/9.1/admin_manual/configuration_server/activity_configuration.html - - https://github.com/owncloud/activity/ - https://github.com/owncloud/activity/issues - https://github.com/owncloud/activity.git + https://docs.nextcloud.org/server/10/admin_manual/configuration_server/activity_configuration.html + + https://github.com/nextcloud/activity/ + https://github.com/nextcloud/activity/issues + https://github.com/nextcloud/activity.git From 5d6e8fe5a1d5e55df9444f8cb8a4d05ae7030832 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 22 Jul 2016 12:26:23 +0200 Subject: [PATCH 2/4] FIx issue template --- issue_template.md | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/issue_template.md b/issue_template.md index 3897a3931..da76766d8 100644 --- a/issue_template.md +++ b/issue_template.md @@ -1,7 +1,7 @@ @@ -25,14 +25,14 @@ Tell us what happens instead **PHP version:** -**ownCloud version:** (see ownCloud admin page) +**Nextcloud version:** (see Nextcloud admin page) -**Where did you install ownCloud from:** +**Where did you install Nextcloud from:** -**Signing status (ownCloud 9.0 and above):** +**Signing status:** ``` -Login as admin user into your ownCloud and access +Login as admin user into your Nextcloud and access http://example.com/index.php/settings/integrity/failed paste the results here. ``` @@ -42,7 +42,7 @@ paste the results here. ``` If you have access to your command line run e.g.: sudo -u www-data php occ app:list -from within your ownCloud installation folder +from within your Nextcloud installation folder ``` **The content of config/config.php:** @@ -50,7 +50,7 @@ from within your ownCloud installation folder ``` If you have access to your command line run e.g.: sudo -u www-data php occ config:list system -from within your ownCloud installation folder +from within your Nextcloud installation folder or @@ -58,10 +58,6 @@ Insert your config.php content here (Without the database password, passwordsalt and secret) ``` -**Are you using external storage, if yes which one:** local/smb/sftp/... - -**Are you using encryption:** yes/no - **Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/... ### Client configuration @@ -71,9 +67,9 @@ Insert your config.php content here ### Logs -#### ownCloud log (data/owncloud.log) +#### Nextcloud log (data/nextcloud.log) ``` -Insert your ownCloud log here +Insert your Nextcloud log here ``` #### Browser log From 73b9286c22c9e4767ed21094e17715a4f3b368a2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 22 Jul 2016 12:30:27 +0200 Subject: [PATCH 3/4] Fix more naming issues --- docs/endpoint-v2.md | 2 +- lib/MailQueueHandler.php | 2 +- templates/email.notification.php | 2 +- tests/Template/RssTest.php | 17 ++++++++--------- tests/js/karma.config.js | 14 +++++++------- tests/js/package.json | 10 +++++----- 6 files changed, 23 insertions(+), 24 deletions(-) diff --git a/docs/endpoint-v2.md b/docs/endpoint-v2.md index 043e24933..f29e433c6 100644 --- a/docs/endpoint-v2.md +++ b/docs/endpoint-v2.md @@ -73,7 +73,7 @@ Field name | Type | Value description `message` | string (Optional) | Untranslated arbitrary message (unused by core apps) `messageparams` | array | See `subjectparams` `message_prepared` | string | Translated version of the message with parameters included (See section `MarkUp`) -`link` | string (Optional) | A full URL pointing to a suitable location (e.g. `'http://localhost/ownCloud/master/core/index.php/apps/files/?dir=%2Ffolder'` in case the folder got created) +`link` | string (Optional) | A full URL pointing to a suitable location (e.g. `'http://localhost/cloud/master/core/index.php/apps/files/?dir=%2Ffolder'` in case the folder got created) `object_type` | string (Optional) | Type of the object this activity is about (e.g. `'files'` is used for files and folders) `object_id` | int (Optional) | ID of the object this activity is about (e.g. ID in the file cache is used for files and folders) `object_name` | string (Optional) | Name of the object this activity is about (e.g. for files it's the relative path to the user's root: `'/folder/.travis.yml'`) diff --git a/lib/MailQueueHandler.php b/lib/MailQueueHandler.php index a490bd3a6..ccbece38d 100644 --- a/lib/MailQueueHandler.php +++ b/lib/MailQueueHandler.php @@ -252,7 +252,7 @@ public function sendEmailToUser($userName, $email, $lang, $timezone, $maxTime) { $alttext->assign('username', $user->getDisplayName()); $alttext->assign('activities', $activityList); $alttext->assign('skippedCount', $skippedCount); - $alttext->assign('owncloud_installation', $this->urlGenerator->getAbsoluteURL('/')); + $alttext->assign('installation', $this->urlGenerator->getAbsoluteURL('/')); $alttext->assign('overwriteL10N', $l); $emailText = $alttext->fetchPage(); diff --git a/templates/email.notification.php b/templates/email.notification.php index 115463848..afc003dd6 100644 --- a/templates/email.notification.php +++ b/templates/email.notification.php @@ -7,7 +7,7 @@ p("\n"); p("\n"); -print_unescaped($l->t('You are receiving this email because the following things happened at %s', array($_['owncloud_installation']))); +print_unescaped($l->t('You are receiving this email because the following things happened at %s', array($_['installation']))); p("\n"); p("\n"); diff --git a/tests/Template/RssTest.php b/tests/Template/RssTest.php index b7c676f4c..62c5eddc3 100644 --- a/tests/Template/RssTest.php +++ b/tests/Template/RssTest.php @@ -33,7 +33,7 @@ protected function setUp() { public function dataEmpty() { return [ ['de', 'http://localhost', 'description', 'Fri, 28 Aug 2015 11:47:14 +0000'], - ['en', 'http://owncloud.org', 'Desc', 'Fri, 28 Aug 2015 11:47:15 +0000'], + ['en', 'http://nextcloud.org', 'Desc', 'Fri, 28 Aug 2015 11:47:15 +0000'], ]; } @@ -43,7 +43,6 @@ public function dataEmpty() { * @param string $language * @param string $link * @param string $description - * @param int $timeStamp * @param string $timeDate */ public function testEmpty($language, $link, $description, $timeDate) { @@ -85,24 +84,24 @@ public function dataContent() { ], [ [ - ['activity_id' => 42, 'subject' => 'text', 'subject_prepared' => 'html', 'link' => 'http://doc.owncloud.org', 'timestamp' => 21, 'message' => 'text2', 'message_prepared' => 'html'], + ['activity_id' => 42, 'subject' => 'text', 'subject_prepared' => 'html', 'link' => 'http://docs.nextcloud.org', 'timestamp' => 21, 'message' => 'text2', 'message_prepared' => 'html'], ], ' ' . "\n" . ' 42' . "\n" . ' <no>html</no>' - . "\n" . ' http://doc.owncloud.org' + . "\n" . ' http://docs.nextcloud.org' . "\n" . ' Thu, 01 Jan 1970 00:00:21 +0000' . "\n" . ' ' . "\n" . ' ', ], [ [ - ['activity_id' => 42, 'subject' => 'text', 'subject_prepared' => "line\nbreak", 'link' => 'http://doc.owncloud.org', 'timestamp' => 21, 'message' => 'text2', 'message_prepared' => "line2\nbreak2"], + ['activity_id' => 42, 'subject' => 'text', 'subject_prepared' => "line\nbreak", 'link' => 'http://docs.nextcloud.org', 'timestamp' => 21, 'message' => 'text2', 'message_prepared' => "line2\nbreak2"], ], ' ' . "\n" . ' 42' . "\n" . ' line break' - . "\n" . ' http://doc.owncloud.org' + . "\n" . ' http://docs.nextcloud.org' . "\n" . ' Thu, 01 Jan 1970 00:00:21 +0000' . "\n" . ' break2]]>' . "\n" . ' ', @@ -119,7 +118,7 @@ public function dataContent() { public function testContent(array $activities, $expected) { $template = new TemplateResponse('activity', 'rss', [ 'rssLang' => 'en', - 'rssLink' => 'http://owncloud.org', + 'rssLink' => 'http://nextcloud.org', 'rssPubDate' => 'Fri, 28 Aug 2015 11:47:15 +0000', 'description' => 'Desc', 'activities' => $activities, @@ -131,11 +130,11 @@ public function testContent(array $activities, $expected) { . "\n" . ' ' . "\n" . ' Activity feed' . "\n" . ' en' - . "\n" . ' http://owncloud.org' + . "\n" . ' http://nextcloud.org' . "\n" . ' Desc' . "\n" . ' Fri, 28 Aug 2015 11:47:15 +0000' . "\n" . ' Fri, 28 Aug 2015 11:47:15 +0000' - . "\n" . ' ' + . "\n" . ' ' . "\n"; $suffixStub = "\n" . ' ' . "\n" . '' . "\n"; diff --git a/tests/js/karma.config.js b/tests/js/karma.config.js index 57078976a..8fcc282d2 100644 --- a/tests/js/karma.config.js +++ b/tests/js/karma.config.js @@ -40,27 +40,27 @@ module.exports = function(config) { ]; var basePath = '../../'; - var ownCloudPath = '../../'; + var instancePath = '../../'; - var coreModules = require(ownCloudPath + '../../core/js/core.json'); + var coreModules = require(instancePath + '../../core/js/core.json'); var coreLibs = [ - ownCloudPath + 'core/js/tests/lib/sinon-1.15.4.js', - ownCloudPath + 'core/js/tests/specHelper.js' + instancePath + 'core/js/tests/lib/sinon-1.15.4.js', + instancePath + 'core/js/tests/specHelper.js' ]; coreLibs = coreLibs.concat(coreModules.vendor.map(function prependPath(path) { - return ownCloudPath + 'core/vendor/' + path; + return instancePath + 'core/vendor/' + path; })); coreLibs = coreLibs.concat(coreModules.modules.map(function prependPath(path) { - return ownCloudPath + 'core/js/' + path; + return instancePath + 'core/js/' + path; })); var filesAppFiles = [ 'fileinfomodel.js', 'detailtabview.js' ].map(function prependPath(path) { - return ownCloudPath + 'apps/files/js/' + path; + return instancePath + 'apps/files/js/' + path; }); var files = [].concat(coreLibs, filesAppFiles, srcFiles, testFiles); diff --git a/tests/js/package.json b/tests/js/package.json index 41daa46d7..882458153 100644 --- a/tests/js/package.json +++ b/tests/js/package.json @@ -1,14 +1,14 @@ { - "name": "owncloud-activity", - "description": "ownCloud Activity App", + "name": "nextcloud-activity", + "description": "Nextcloud Activity App", "version": "0.0.1", "private": true, - "homepage": "https://github.com/owncloud/activity", + "homepage": "https://github.com/nextcloud/activity", "repository": { "type": "git", - "url": "git@github.com:owncloud/activity.git" + "url": "git@github.com:nextcloud/activity.git" }, - "bugs": "https://github.com/owncloud/activity/issues", + "bugs": "https://github.com/nextcloud/activity/issues", "contributors": [], "dependencies": {}, "devDependencies": { From 7f75be67e6db572de238f7d4cb6f9230f7811982 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 22 Jul 2016 12:37:41 +0200 Subject: [PATCH 4/4] Run the license script to update emails --- appinfo/app.php | 7 +++-- appinfo/routes.php | 8 ++--- appinfo/update.php | 5 ++-- lib/Api.php | 5 ++-- lib/AppInfo/Application.php | 5 ++-- lib/BackgroundJob/EmailNotification.php | 5 ++-- lib/BackgroundJob/ExpireActivities.php | 5 ++-- lib/Consumer.php | 5 ++-- lib/Controller/Activities.php | 5 ++-- lib/Controller/EndPoint.php | 5 ++-- lib/Controller/Feed.php | 5 ++-- lib/Controller/OCSEndPoint.php | 5 ++-- lib/Controller/Settings.php | 7 +++-- lib/Data.php | 7 +++-- lib/DataHelper.php | 5 ++-- lib/Exception/InvalidFilterException.php | 5 ++-- lib/Extension/Files.php | 5 ++-- lib/Extension/Files_Sharing.php | 5 ++-- lib/FilesHooks.php | 7 +++-- lib/FilesHooksStatic.php | 5 ++-- lib/Formatter/BaseFormatter.php | 5 ++-- lib/Formatter/CloudIDFormatter.php | 5 ++-- lib/Formatter/FileFormatter.php | 5 ++-- lib/Formatter/IFormatter.php | 5 ++-- lib/Formatter/UserFormatter.php | 5 ++-- lib/GroupHelper.php | 5 ++-- lib/Hooks.php | 5 ++-- lib/MailQueueHandler.php | 6 ++-- lib/Navigation.php | 7 +++-- lib/Parameter/Collection.php | 5 ++-- lib/Parameter/Factory.php | 5 ++-- lib/Parameter/IParameter.php | 5 ++-- lib/Parameter/Parameter.php | 5 ++-- lib/PlainTextParser.php | 5 ++-- lib/UserSettings.php | 5 ++-- lib/ViewInfoCache.php | 5 ++-- personal.php | 5 ++-- templates/email.notification.php | 21 +++++++++++++ templates/personal.php | 30 ++++++++++++++----- templates/rss.php | 27 +++++++++++++---- templates/stream.app.navigation.php | 28 +++++++++++++---- templates/stream.body.php | 30 +++++++++---------- tests/ApiTest.php | 5 ++-- tests/AppInfo/AppTest.php | 5 ++-- tests/AppInfo/ApplicationTest.php | 5 ++-- tests/BackgroundJob/EmailNotificationTest.php | 5 ++-- tests/BackgroundJob/ExpireActivitiesTest.php | 5 ++-- tests/ConsumerTest.php | 5 ++-- tests/Controller/ActivitiesTest.php | 5 ++-- tests/Controller/FeedTest.php | 5 ++-- tests/Controller/OCSEndPointTest.php | 5 ++-- tests/Controller/SettingsTest.php | 7 +++-- tests/DataDeleteActivitiesTest.php | 5 ++-- tests/DataHelperTest.php | 5 ++-- tests/DataTest.php | 5 ++-- tests/FilesHooksTest.php | 5 ++-- tests/Formatter/BaseFormatterTest.php | 5 ++-- tests/Formatter/CloudIDFormatterTest.php | 5 ++-- tests/Formatter/FileFormatterTest.php | 5 ++-- tests/Formatter/UserFormatterTest.php | 5 ++-- tests/GroupHelperTest.php | 5 ++-- tests/HooksDeleteUserTest.php | 5 ++-- tests/MailQueueHandlerTest.php | 5 ++-- tests/NavigationTest.php | 5 ++-- tests/Parameter/CollectionTest.php | 5 ++-- tests/Parameter/FactoryTest.php | 5 ++-- tests/Parameter/ParameterTest.php | 5 ++-- tests/PersonalTest.php | 5 ++-- tests/Template/RssTest.php | 5 ++-- tests/TestCase.php | 5 ++-- tests/UserSettingsTest.php | 5 ++-- tests/ViewInfoCacheTest.php | 5 ++-- tests/bootstrap.php | 5 ++-- tests/mock/extension.php | 5 ++-- 74 files changed, 316 insertions(+), 181 deletions(-) diff --git a/appinfo/app.php b/appinfo/app.php index bfc0e1661..e724af022 100755 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -1,9 +1,10 @@ - * @author Joas Schilling - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Frank Karlitschek + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/appinfo/routes.php b/appinfo/routes.php index e29306ff6..af4660583 100755 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -1,10 +1,10 @@ - * @author Joas Schilling - * @author Lukas Reschke - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Frank Karlitschek + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/appinfo/update.php b/appinfo/update.php index e7a7b3586..71c09d2bb 100644 --- a/appinfo/update.php +++ b/appinfo/update.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Api.php b/lib/Api.php index 18299f200..2cd780da4 100644 --- a/lib/Api.php +++ b/lib/Api.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php index b92337784..59ca7c6ed 100644 --- a/lib/AppInfo/Application.php +++ b/lib/AppInfo/Application.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/BackgroundJob/EmailNotification.php b/lib/BackgroundJob/EmailNotification.php index 91a8f189d..a64ab075b 100644 --- a/lib/BackgroundJob/EmailNotification.php +++ b/lib/BackgroundJob/EmailNotification.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Morris Jobke * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/BackgroundJob/ExpireActivities.php b/lib/BackgroundJob/ExpireActivities.php index 14d90c3e9..bc083b299 100644 --- a/lib/BackgroundJob/ExpireActivities.php +++ b/lib/BackgroundJob/ExpireActivities.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Consumer.php b/lib/Consumer.php index e60d0e499..e08699cff 100644 --- a/lib/Consumer.php +++ b/lib/Consumer.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Controller/Activities.php b/lib/Controller/Activities.php index 5fcb9f9df..8c9facb0b 100644 --- a/lib/Controller/Activities.php +++ b/lib/Controller/Activities.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Controller/EndPoint.php b/lib/Controller/EndPoint.php index b1bcbcd02..f98aa0882 100644 --- a/lib/Controller/EndPoint.php +++ b/lib/Controller/EndPoint.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Controller/Feed.php b/lib/Controller/Feed.php index a79ac1c9b..c9568d6a0 100644 --- a/lib/Controller/Feed.php +++ b/lib/Controller/Feed.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Controller/OCSEndPoint.php b/lib/Controller/OCSEndPoint.php index a417b31a8..6917bc0ab 100644 --- a/lib/Controller/OCSEndPoint.php +++ b/lib/Controller/OCSEndPoint.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Controller/Settings.php b/lib/Controller/Settings.php index 3d51b6c53..743250136 100644 --- a/lib/Controller/Settings.php +++ b/lib/Controller/Settings.php @@ -1,9 +1,10 @@ - * @author Lukas Reschke - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Data.php b/lib/Data.php index bae3a1993..c58e57336 100755 --- a/lib/Data.php +++ b/lib/Data.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Frank Karlitschek + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/DataHelper.php b/lib/DataHelper.php index 04db4bbee..982220f31 100644 --- a/lib/DataHelper.php +++ b/lib/DataHelper.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Exception/InvalidFilterException.php b/lib/Exception/InvalidFilterException.php index 901a85669..86bd81847 100644 --- a/lib/Exception/InvalidFilterException.php +++ b/lib/Exception/InvalidFilterException.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Extension/Files.php b/lib/Extension/Files.php index 1e56c5627..28798a410 100644 --- a/lib/Extension/Files.php +++ b/lib/Extension/Files.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Extension/Files_Sharing.php b/lib/Extension/Files_Sharing.php index 737926995..f37f7c0e7 100644 --- a/lib/Extension/Files_Sharing.php +++ b/lib/Extension/Files_Sharing.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/FilesHooks.php b/lib/FilesHooks.php index 0738a524b..94dcc9c94 100755 --- a/lib/FilesHooks.php +++ b/lib/FilesHooks.php @@ -1,10 +1,11 @@ - * @author Joas Schilling + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Frank Karlitschek + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/FilesHooksStatic.php b/lib/FilesHooksStatic.php index fcd80363c..c71674b74 100755 --- a/lib/FilesHooksStatic.php +++ b/lib/FilesHooksStatic.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Formatter/BaseFormatter.php b/lib/Formatter/BaseFormatter.php index 848b0833a..0f4096a8f 100644 --- a/lib/Formatter/BaseFormatter.php +++ b/lib/Formatter/BaseFormatter.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Formatter/CloudIDFormatter.php b/lib/Formatter/CloudIDFormatter.php index cd03aafd5..8fe4e458e 100644 --- a/lib/Formatter/CloudIDFormatter.php +++ b/lib/Formatter/CloudIDFormatter.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Formatter/FileFormatter.php b/lib/Formatter/FileFormatter.php index 2e28e0745..5add9d9f3 100644 --- a/lib/Formatter/FileFormatter.php +++ b/lib/Formatter/FileFormatter.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Formatter/IFormatter.php b/lib/Formatter/IFormatter.php index c7b9f9279..d4112f0b6 100644 --- a/lib/Formatter/IFormatter.php +++ b/lib/Formatter/IFormatter.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Formatter/UserFormatter.php b/lib/Formatter/UserFormatter.php index c36d0a69f..937fba989 100644 --- a/lib/Formatter/UserFormatter.php +++ b/lib/Formatter/UserFormatter.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/GroupHelper.php b/lib/GroupHelper.php index 64407ed9b..32d282648 100644 --- a/lib/GroupHelper.php +++ b/lib/GroupHelper.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Hooks.php b/lib/Hooks.php index f822e57bf..075d1f2f7 100755 --- a/lib/Hooks.php +++ b/lib/Hooks.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/MailQueueHandler.php b/lib/MailQueueHandler.php index ccbece38d..f26f2bd25 100644 --- a/lib/MailQueueHandler.php +++ b/lib/MailQueueHandler.php @@ -1,8 +1,10 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Navigation.php b/lib/Navigation.php index 39a3b44d6..68d7a6965 100644 --- a/lib/Navigation.php +++ b/lib/Navigation.php @@ -1,9 +1,10 @@ - * @author Roeland Jago Douma - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Roeland Jago Douma + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Parameter/Collection.php b/lib/Parameter/Collection.php index e04f36f89..d5ad8f6ad 100644 --- a/lib/Parameter/Collection.php +++ b/lib/Parameter/Collection.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Parameter/Factory.php b/lib/Parameter/Factory.php index 1d227b991..43fbfe586 100644 --- a/lib/Parameter/Factory.php +++ b/lib/Parameter/Factory.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Parameter/IParameter.php b/lib/Parameter/IParameter.php index 54e3f3bc3..6aaf57979 100644 --- a/lib/Parameter/IParameter.php +++ b/lib/Parameter/IParameter.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/Parameter/Parameter.php b/lib/Parameter/Parameter.php index 6b82b0a36..3da95e5a5 100644 --- a/lib/Parameter/Parameter.php +++ b/lib/Parameter/Parameter.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/PlainTextParser.php b/lib/PlainTextParser.php index 5748e8021..6987a7e9a 100644 --- a/lib/PlainTextParser.php +++ b/lib/PlainTextParser.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/UserSettings.php b/lib/UserSettings.php index 2b6e32b0b..212b671ed 100644 --- a/lib/UserSettings.php +++ b/lib/UserSettings.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/lib/ViewInfoCache.php b/lib/ViewInfoCache.php index 0de9982f7..5c7fd5567 100644 --- a/lib/ViewInfoCache.php +++ b/lib/ViewInfoCache.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/personal.php b/personal.php index 2ca6ea469..6d931be65 100644 --- a/personal.php +++ b/personal.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/templates/email.notification.php b/templates/email.notification.php index afc003dd6..ed9c26622 100644 --- a/templates/email.notification.php +++ b/templates/email.notification.php @@ -1,4 +1,25 @@ + * + * @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 + * + */ + /** @var OC_L10N $l */ /** @var array $_ */ $l = $_['overwriteL10N']; diff --git a/templates/personal.php b/templates/personal.php index 84c792eae..b760f4c2e 100644 --- a/templates/personal.php +++ b/templates/personal.php @@ -1,11 +1,27 @@ + * @author Jan-Christoph Borchardt + * @author Joas Schilling + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * 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 + * along with this program. If not, see . + * + */ script('activity', 'settings'); style('activity', 'settings'); ?> diff --git a/templates/rss.php b/templates/rss.php index f8fccd509..253239c7d 100644 --- a/templates/rss.php +++ b/templates/rss.php @@ -1,10 +1,25 @@ + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * 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 + * along with this program. If not, see . + * + */ echo ''; ?> diff --git a/templates/stream.app.navigation.php b/templates/stream.app.navigation.php index 5fee031d5..b83f0728d 100644 --- a/templates/stream.app.navigation.php +++ b/templates/stream.app.navigation.php @@ -1,10 +1,26 @@ + * @author Joas Schilling + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * 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 + * along with this program. If not, see . + * + */ ?>
$navigationEntries) { ?> diff --git a/templates/stream.body.php b/templates/stream.body.php index 0664a5390..b5dcae4f1 100755 --- a/templates/stream.body.php +++ b/templates/stream.body.php @@ -1,29 +1,27 @@ + * @author Joas Schilling + * @author Thomas Müller * - * @author Frank Karlitschek - * @copyright 2013 Frank Karlitschek frank@owncloud.org + * @license GNU AGPL version 3 or any later version * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE - * License as published by the Free Software Foundation; either - * version 3 of the License, or any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. * - * This library is distributed in the hope that it will be useful, + * 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. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU Affero General Public - * License along with this library. If not, see . + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ - -/** @var $l OC_L10N */ -/** @var $theme OC_Defaults */ -/** @var $_ array */ script('activity', [ 'formatter', 'script' diff --git a/tests/ApiTest.php b/tests/ApiTest.php index f934837d4..644d24448 100644 --- a/tests/ApiTest.php +++ b/tests/ApiTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/AppInfo/AppTest.php b/tests/AppInfo/AppTest.php index 708d8f19a..74442a62e 100644 --- a/tests/AppInfo/AppTest.php +++ b/tests/AppInfo/AppTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/AppInfo/ApplicationTest.php b/tests/AppInfo/ApplicationTest.php index 0d2ad1ca4..ad2cf03f0 100644 --- a/tests/AppInfo/ApplicationTest.php +++ b/tests/AppInfo/ApplicationTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/BackgroundJob/EmailNotificationTest.php b/tests/BackgroundJob/EmailNotificationTest.php index 12049f487..93abd1441 100644 --- a/tests/BackgroundJob/EmailNotificationTest.php +++ b/tests/BackgroundJob/EmailNotificationTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/BackgroundJob/ExpireActivitiesTest.php b/tests/BackgroundJob/ExpireActivitiesTest.php index 4815f9853..2a8ff2d96 100644 --- a/tests/BackgroundJob/ExpireActivitiesTest.php +++ b/tests/BackgroundJob/ExpireActivitiesTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/ConsumerTest.php b/tests/ConsumerTest.php index e70635fed..e89a9baa4 100644 --- a/tests/ConsumerTest.php +++ b/tests/ConsumerTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/Controller/ActivitiesTest.php b/tests/Controller/ActivitiesTest.php index d3521e1dc..40078747e 100644 --- a/tests/Controller/ActivitiesTest.php +++ b/tests/Controller/ActivitiesTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/Controller/FeedTest.php b/tests/Controller/FeedTest.php index e4c915a3c..f53947244 100644 --- a/tests/Controller/FeedTest.php +++ b/tests/Controller/FeedTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/Controller/OCSEndPointTest.php b/tests/Controller/OCSEndPointTest.php index 494cee2e5..b6079e8d1 100644 --- a/tests/Controller/OCSEndPointTest.php +++ b/tests/Controller/OCSEndPointTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/Controller/SettingsTest.php b/tests/Controller/SettingsTest.php index 3b6875bb4..108e7e0c2 100644 --- a/tests/Controller/SettingsTest.php +++ b/tests/Controller/SettingsTest.php @@ -1,9 +1,10 @@ - * @author Lukas Reschke - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * @author Lukas Reschke + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/DataDeleteActivitiesTest.php b/tests/DataDeleteActivitiesTest.php index a280c99a9..42746cfa4 100644 --- a/tests/DataDeleteActivitiesTest.php +++ b/tests/DataDeleteActivitiesTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/DataHelperTest.php b/tests/DataHelperTest.php index f3cb811fc..010d03832 100644 --- a/tests/DataHelperTest.php +++ b/tests/DataHelperTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/DataTest.php b/tests/DataTest.php index c6cd01f61..e11628deb 100644 --- a/tests/DataTest.php +++ b/tests/DataTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/FilesHooksTest.php b/tests/FilesHooksTest.php index 809b3c030..579a44d29 100755 --- a/tests/FilesHooksTest.php +++ b/tests/FilesHooksTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/Formatter/BaseFormatterTest.php b/tests/Formatter/BaseFormatterTest.php index 129bfe09f..d8bfaa425 100644 --- a/tests/Formatter/BaseFormatterTest.php +++ b/tests/Formatter/BaseFormatterTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/Formatter/CloudIDFormatterTest.php b/tests/Formatter/CloudIDFormatterTest.php index 757fc4d04..ca77fcba6 100644 --- a/tests/Formatter/CloudIDFormatterTest.php +++ b/tests/Formatter/CloudIDFormatterTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/Formatter/FileFormatterTest.php b/tests/Formatter/FileFormatterTest.php index b73d4d7de..14216732f 100644 --- a/tests/Formatter/FileFormatterTest.php +++ b/tests/Formatter/FileFormatterTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/Formatter/UserFormatterTest.php b/tests/Formatter/UserFormatterTest.php index bd128b41f..fd472b672 100644 --- a/tests/Formatter/UserFormatterTest.php +++ b/tests/Formatter/UserFormatterTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/GroupHelperTest.php b/tests/GroupHelperTest.php index 41feb746f..0fd0d082b 100644 --- a/tests/GroupHelperTest.php +++ b/tests/GroupHelperTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/HooksDeleteUserTest.php b/tests/HooksDeleteUserTest.php index 707a2d2ca..c0236e42b 100644 --- a/tests/HooksDeleteUserTest.php +++ b/tests/HooksDeleteUserTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/MailQueueHandlerTest.php b/tests/MailQueueHandlerTest.php index d186bd752..04355ccaf 100644 --- a/tests/MailQueueHandlerTest.php +++ b/tests/MailQueueHandlerTest.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Thomas Müller * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/NavigationTest.php b/tests/NavigationTest.php index ebe0d79a7..38e6f5286 100644 --- a/tests/NavigationTest.php +++ b/tests/NavigationTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/Parameter/CollectionTest.php b/tests/Parameter/CollectionTest.php index 4c44ce8a1..4ca0d5c64 100644 --- a/tests/Parameter/CollectionTest.php +++ b/tests/Parameter/CollectionTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/Parameter/FactoryTest.php b/tests/Parameter/FactoryTest.php index 84be4fbd6..9b6b99927 100644 --- a/tests/Parameter/FactoryTest.php +++ b/tests/Parameter/FactoryTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/Parameter/ParameterTest.php b/tests/Parameter/ParameterTest.php index 3661c2536..cdc2fa742 100644 --- a/tests/Parameter/ParameterTest.php +++ b/tests/Parameter/ParameterTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/PersonalTest.php b/tests/PersonalTest.php index 0f92a0e59..7d7aa1fb6 100644 --- a/tests/PersonalTest.php +++ b/tests/PersonalTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/Template/RssTest.php b/tests/Template/RssTest.php index 62c5eddc3..5d756d67a 100644 --- a/tests/Template/RssTest.php +++ b/tests/Template/RssTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/TestCase.php b/tests/TestCase.php index 7b93b3669..de2c4bcb7 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/UserSettingsTest.php b/tests/UserSettingsTest.php index 256ad48b1..51c8c88cd 100644 --- a/tests/UserSettingsTest.php +++ b/tests/UserSettingsTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/ViewInfoCacheTest.php b/tests/ViewInfoCacheTest.php index dbd336bcb..78f5d2b0a 100644 --- a/tests/ViewInfoCacheTest.php +++ b/tests/ViewInfoCacheTest.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 13b3d6eee..8a2f1658b 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -1,9 +1,10 @@ + * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling * @author Jörn Friedrich Dreyer * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/tests/mock/extension.php b/tests/mock/extension.php index e7f6a03f0..a44a0ba84 100644 --- a/tests/mock/extension.php +++ b/tests/mock/extension.php @@ -1,8 +1,9 @@ - * * @copyright Copyright (c) 2016, ownCloud, Inc. + * + * @author Joas Schilling + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify