Update license headers

This commit is contained in:
Jenkins for ownCloud 2015-03-26 11:44:34 +01:00 committed by Thomas Müller
parent 653ad63e9b
commit b585d87d9d
841 changed files with 16065 additions and 6260 deletions

View File

@ -1,25 +1,30 @@
<?php <?php
/** /**
* ownCloud - ajax frontend * @author Arthur Schiwon <blizzz@owncloud.com>
* * @author Frank Karlitschek <frank@owncloud.org>
* @author Robin Appelman * @author Jakob Sack <mail@jakobsack.de>
* @copyright 2010 Robin Appelman icewind1991@gmail.com * @author Lukas Reschke <lukas@owncloud.com>
* * @author Michael Göhler <somebody.here@gmx.de>
* This library is free software; you can redistribute it and/or * @author Morris Jobke <hey@morrisjobke.de>
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * @author Robin Appelman <icewind@owncloud.com>
* License as published by the Free Software Foundation; either * @author Thomas Müller <thomas.mueller@tmit.eu>
* version 3 of the License, or any later version. *
* * @copyright Copyright (c) 2015, ownCloud, Inc.
* This library is distributed in the hope that it will be useful, * @license AGPL-3.0
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This code is free software: you can redistribute it and/or modify
* GNU AFFERO GENERAL PUBLIC LICENSE for more details. * it under the terms of the GNU Affero General Public License, version 3,
* * as published by the Free Software Foundation.
* 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/>. * 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/>
*
*/
OCP\User::checkAdminUser(); OCP\User::checkAdminUser();

View File

@ -1,5 +1,33 @@
<?php <?php
/**
* @author Arthur Schiwon <blizzz@owncloud.com>
* @author Björn Schießle <schiessle@owncloud.com>
* @author Frank Karlitschek <frank@owncloud.org>
* @author Jakob Sack <mail@jakobsack.de>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@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/>
*
*/
OCP\JSON::checkLoggedIn(); OCP\JSON::checkLoggedIn();
OCP\JSON::callCheck(); OCP\JSON::callCheck();
\OC::$server->getSession()->close(); \OC::$server->getSession()->close();

View File

@ -1,25 +1,30 @@
<?php <?php
/** /**
* ownCloud - ajax frontend * @author Andreas Fischer <bantu@owncloud.com>
* * @author Bart Visscher <bartv@thisnet.nl>
* @author Robin Appelman * @author Björn Schießle <schiessle@owncloud.com>
* @copyright 2010 Robin Appelman icewind1991@gmail.com * @author Frank Karlitschek <frank@owncloud.org>
* * @author Jörn Friedrich Dreyer <jfd@butonic.de>
* This library is free software; you can redistribute it and/or * @author Lukas Reschke <lukas@owncloud.com>
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * @author Morris Jobke <hey@morrisjobke.de>
* License as published by the Free Software Foundation; either * @author Robin Appelman <icewind@owncloud.com>
* version 3 of the License, or any later version. *
* * @copyright Copyright (c) 2015, ownCloud, Inc.
* This library is distributed in the hope that it will be useful, * @license AGPL-3.0
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This code is free software: you can redistribute it and/or modify
* GNU AFFERO GENERAL PUBLIC LICENSE for more details. * it under the terms of the GNU Affero General Public License, version 3,
* * as published by the Free Software Foundation.
* 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/>. * 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/>
*
*/
// Check if we are a user // Check if we are a user
OCP\User::checkLoggedIn(); OCP\User::checkLoggedIn();

View File

@ -1,5 +1,28 @@
<?php <?php
/**
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@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/>
*
*/
$dir = '/'; $dir = '/';
if (isset($_GET['dir'])) { if (isset($_GET['dir'])) {

View File

@ -1,5 +1,28 @@
<?php <?php
/**
* @author Jakob Sack <mail@jakobsack.de>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Vincent Petry <pvince81@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/>
*
*/
OCP\JSON::checkLoggedIn(); OCP\JSON::checkLoggedIn();
\OC::$server->getSession()->close(); \OC::$server->getSession()->close();
$l = \OC::$server->getL10N('files'); $l = \OC::$server->getL10N('files');

View File

@ -1,4 +1,25 @@
<?php <?php
/**
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@owncloud.com>
* @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/>
*
*/
\OC::$server->getSession()->close(); \OC::$server->getSession()->close();
$mime = isset($_GET['mime']) ? (string)$_GET['mime'] : ''; $mime = isset($_GET['mime']) ? (string)$_GET['mime'] : '';

View File

@ -1,5 +1,30 @@
<?php <?php
/**
* @author Björn Schießle <schiessle@owncloud.com>
* @author Frank Karlitschek <frank@owncloud.org>
* @author Georg Ehrke <georg@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Vincent Petry <pvince81@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/>
*
*/
OCP\JSON::checkLoggedIn(); OCP\JSON::checkLoggedIn();
OCP\JSON::callCheck(); OCP\JSON::callCheck();
\OC::$server->getSession()->close(); \OC::$server->getSession()->close();

View File

@ -1,5 +1,30 @@
<?php <?php
/**
* @author Andreas Fischer <bantu@owncloud.com>
* @author Georg Ehrke <georg@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@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/>
*
*/
// Init owncloud // Init owncloud
global $eventSource; global $eventSource;

View File

@ -1,5 +1,32 @@
<?php <?php
/**
* @author Arthur Schiwon <blizzz@owncloud.com>
* @author Björn Schießle <schiessle@owncloud.com>
* @author Frank Karlitschek <frank@owncloud.org>
* @author Georg Ehrke <georg@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@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/>
*
*/
// Init owncloud // Init owncloud

View File

@ -1,23 +1,27 @@
<?php <?php
/** /**
* ownCloud - Core * @author Christopher Schäpers <kondou@ts.unde.re>
* @author Frank Karlitschek <frank@owncloud.org>
* @author Jakob Sack <mail@jakobsack.de>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* *
* @author Morris Jobke * @copyright Copyright (c) 2015, ownCloud, Inc.
* @copyright 2013 Morris Jobke morris.jobke@gmail.com * @license AGPL-3.0
* *
* This library is free software; you can redistribute it and/or * This code is free software: you can redistribute it and/or modify
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * it under the terms of the GNU Affero General Public License, version 3,
* License as published by the Free Software Foundation; either * as published by the Free Software Foundation.
* version 3 of the License, or 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 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,4 +1,26 @@
<?php <?php
/**
* @author Bart Visscher <bartv@thisnet.nl>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@owncloud.com>
* @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/>
*
*/
set_time_limit(0); //scanning can take ages set_time_limit(0); //scanning can take ages
\OCP\JSON::checkLoggedIn(); \OCP\JSON::checkLoggedIn();

View File

@ -1,5 +1,37 @@
<?php <?php
/**
* @author Arthur Schiwon <blizzz@owncloud.com>
* @author Bart Visscher <bartv@thisnet.nl>
* @author Björn Schießle <schiessle@owncloud.com>
* @author Florian Pritz <bluewind@xinu.at>
* @author Frank Karlitschek <frank@owncloud.org>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Luke Policinski <lpolicinski@gmail.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Roman Geber <rgeber@owncloudapps.com>
* @author TheSFReader <TheSFReader@gmail.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@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/>
*
*/
\OC::$server->getSession()->close(); \OC::$server->getSession()->close();
// Firefox and Konqueror tries to download application/json for me. --Arthur // Firefox and Konqueror tries to download application/json for me. --Arthur

View File

@ -1,6 +1,29 @@
<?php <?php
/**
* @author Jakob Sack <mail@jakobsack.de>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@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/>
*
*/
\OCP\App::registerAdmin('files', 'admin'); \OCP\App::registerAdmin('files', 'admin');
\OC::$server->getNavigationManager()->add(function () { \OC::$server->getNavigationManager()->add(function () {

View File

@ -1,9 +1,25 @@
<?php <?php
/** /**
* Copyright (c) 2014 Lukas Reschke <lukas@owncloud.com> * @author Morris Jobke <hey@morrisjobke.de>
* This file is licensed under the Affero General Public License version 3 or * @author Roeland Jago Douma <roeland@famdouma.nl>
* later. * @author Tobias Kaminsky <tobias@kaminsky.me>
* See the COPYING-README file. * @author Vincent Petry <pvince81@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 OCA\Files\Appinfo; namespace OCA\Files\Appinfo;

View File

@ -1,9 +1,23 @@
<?php <?php
/** /**
* Copyright (c) 2013 Bart Visscher <bartv@thisnet.nl> * @author Bart Visscher <bartv@thisnet.nl>
* This file is licensed under the Affero General Public License version 3 or * @author Morris Jobke <hey@morrisjobke.de>
* later. *
* See the COPYING-README file. * @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/>
*
*/ */
$application->add(new OCA\Files\Command\Scan(OC_User::getManager())); $application->add(new OCA\Files\Command\Scan(OC_User::getManager()));

View File

@ -1,25 +1,29 @@
<?php <?php
/** /**
* ownCloud * @author Bart Visscher <bartv@thisnet.nl>
* @author Frank Karlitschek <frank@owncloud.org>
* @author Jakob Sack <mail@jakobsack.de>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @author Frank Karlitschek * @copyright Copyright (c) 2015, ownCloud, Inc.
* @author Jakob Sack * @license AGPL-3.0
* @copyright 2012 Frank Karlitschek frank@owncloud.org
* @copyright 2011 Jakob Sack kde@jakobsack.de
* *
* This library is free software; you can redistribute it and/or * This code is free software: you can redistribute it and/or modify
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * it under the terms of the GNU Affero General Public License, version 3,
* License as published by the Free Software Foundation; either * as published by the Free Software Foundation.
* version 3 of the License, or 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 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,9 +1,27 @@
<?php <?php
/** /**
* Copyright (c) 2012 Bart Visscher <bartv@thisnet.nl> * @author Bart Visscher <bartv@thisnet.nl>
* This file is licensed under the Affero General Public License version 3 or * @author Lukas Reschke <lukas@owncloud.com>
* later. * @author Morris Jobke <hey@morrisjobke.de>
* See the COPYING-README file. * @author Tobias Kaminsky <tobias@kaminsky.me>
* @author Tom Needham <tom@owncloud.com>
* @author Vincent Petry <pvince81@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 OCA\Files\Appinfo; namespace OCA\Files\Appinfo;

View File

@ -1,10 +1,26 @@
<?php <?php
/** /**
* Copyright (c) 2013 Thomas Müller <thomas.mueller@tmit.eu> * @author Bart Visscher <bartv@thisnet.nl>
* Copyright (c) 2013 Bart Visscher <bartv@thisnet.nl> * @author Jörn Friedrich Dreyer <jfd@butonic.de>
* This file is licensed under the Affero General Public License version 3 or * @author Morris Jobke <hey@morrisjobke.de>
* later. * @author Robin Appelman <icewind@owncloud.com>
* See the COPYING-README file. * @author Vincent Petry <pvince81@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 OCA\Files\Command; namespace OCA\Files\Command;

View File

@ -1,9 +1,27 @@
<?php <?php
/** /**
* Copyright (c) 2014-2015 Lukas Reschke <lukas@owncloud.com> * @author Joas Schilling <nickvergessen@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or * @author Lukas Reschke <lukas@owncloud.com>
* later. * @author Morris Jobke <hey@morrisjobke.de>
* See the COPYING-README file. * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Tobias Kaminsky <tobias@kaminsky.me>
* @author Vincent Petry <pvince81@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 OCA\Files\Controller; namespace OCA\Files\Controller;

View File

@ -1,25 +1,29 @@
<?php <?php
/** /**
* ownCloud - ajax frontend * @author Felix Moeller <mail@felixmoeller.de>
* * @author Frank Karlitschek <frank@owncloud.org>
* @author Robin Appelman * @author Jakob Sack <mail@jakobsack.de>
* @copyright 2010 Robin Appelman icewind1991@gmail.com * @author Lukas Reschke <lukas@owncloud.com>
* * @author Morris Jobke <hey@morrisjobke.de>
* This library is free software; you can redistribute it and/or * @author Robin Appelman <icewind@owncloud.com>
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * @author Vincent Petry <pvince81@owncloud.com>
* License as published by the Free Software Foundation; either *
* version 3 of the License, or any later version. * @copyright Copyright (c) 2015, ownCloud, Inc.
* * @license AGPL-3.0
* This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * This code is free software: you can redistribute it and/or modify
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * it under the terms of the GNU Affero General Public License, version 3,
* GNU AFFERO GENERAL PUBLIC LICENSE for more details. * as published by the Free Software Foundation.
* *
* You should have received a copy of the GNU Affero General Public * This program is distributed in the hope that it will be useful,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * 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/>
*
*/
// Check if we are a user // Check if we are a user
OCP\User::checkLoggedIn(); OCP\User::checkLoggedIn();

View File

@ -1,23 +1,32 @@
<?php <?php
/** /**
* ownCloud - ajax frontend * @author Björn Schießle <schiessle@owncloud.com>
* @author Frank Karlitschek <frank@owncloud.org>
* @author Jakob Sack <mail@jakobsack.de>
* @author Jan-Christoph Borchardt <hey@jancborchardt.net>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Robin McCorkell <rmccorkell@karoshi.org.uk>
* @author Roman Geber <rgeber@owncloudapps.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @author Robin Appelman * @copyright Copyright (c) 2015, ownCloud, Inc.
* @copyright 2010 Robin Appelman icewind1991@gmail.com * @license AGPL-3.0
* *
* This library is free software; you can redistribute it and/or * This code is free software: you can redistribute it and/or modify
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * it under the terms of the GNU Affero General Public License, version 3,
* License as published by the Free Software Foundation; either * as published by the Free Software Foundation.
* version 3 of the License, or 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 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */
use OCA\Files\Appinfo\Application; use OCA\Files\Appinfo\Application;

View File

@ -1,13 +1,23 @@
<?php <?php
/** /**
* ownCloud - Files Activity Extension * @author Joas Schilling <nickvergessen@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* *
* @author Joas Schilling * @copyright Copyright (c) 2015, ownCloud, Inc.
* @copyright 2015 Joas Schilling nickvergessen@owncloud.com * @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/>
* *
* This file is licensed under the Affero General Public License version 3 or
* later.
* See the COPYING-README file.
*/ */
namespace OCA\Files; namespace OCA\Files;

View File

@ -1,23 +1,26 @@
<?php <?php
/** /**
* ownCloud - Core * @author Björn Schießle <schiessle@owncloud.com>
* @author Christopher Schäpers <kondou@ts.unde.re>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @author Morris Jobke * @copyright Copyright (c) 2015, ownCloud, Inc.
* @copyright 2013 Morris Jobke morris.jobke@gmail.com * @license AGPL-3.0
* *
* This library is free software; you can redistribute it and/or * This code is free software: you can redistribute it and/or modify
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * it under the terms of the GNU Affero General Public License, version 3,
* License as published by the Free Software Foundation; either * as published by the Free Software Foundation.
* version 3 of the License, or 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 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,9 +1,24 @@
<?php <?php
/** /**
* Copyright (c) 2013 Tom Needham <tom@owncloud.com> * @author Christopher Schäpers <kondou@ts.unde.re>
* This file is licensed under the Affero General Public License version 3 or * @author Morris Jobke <hey@morrisjobke.de>
* later. * @author Tom Needham <tom@owncloud.com>
* See the COPYING-README file. *
* @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 OCA\Files; namespace OCA\Files;

View File

@ -1,9 +1,30 @@
<?php <?php
/** /**
* Copyright (c) 2014 Vincent Petry <pvince81@owncloud.com> * @author Björn Schießle <schiessle@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or * @author brumsel <brumsel@losecatcher.de>
* later. * @author Jörn Friedrich Dreyer <jfd@butonic.de>
* See the COPYING-README file. * @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Robin McCorkell <rmccorkell@karoshi.org.uk>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@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 OCA\Files; namespace OCA\Files;

View File

@ -1,23 +1,22 @@
<?php <?php
/** /**
* ownCloud - Files list * @author Morris Jobke <hey@morrisjobke.de>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @author Vincent Petry * @copyright Copyright (c) 2015, ownCloud, Inc.
* @copyright 2014 Vincent Petry <pvince81@owncloud.com> * @license AGPL-3.0
* *
* This library is free software; you can redistribute it and/or * This code is free software: you can redistribute it and/or modify
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * it under the terms of the GNU Affero General Public License, version 3,
* License as published by the Free Software Foundation; either * as published by the Free Software Foundation.
* version 3 of the License, or 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 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,9 +1,24 @@
<?php <?php
/** /**
* Copyright (c) 2014 Vincent Petry <pvince81@owncloud.com> * @author Joas Schilling <nickvergessen@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or * @author Morris Jobke <hey@morrisjobke.de>
* later. * @author Vincent Petry <pvince81@owncloud.com>
* See the COPYING-README file. *
* @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 OCA\Files\Service; namespace OCA\Files\Service;

View File

@ -1,23 +1,22 @@
<?php <?php
/** /**
* ownCloud - Simple files list * @author Morris Jobke <hey@morrisjobke.de>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @author Vincent Petry * @copyright Copyright (c) 2015, ownCloud, Inc.
* @copyright 2014 Vincent Petry <pvince81@owncloud.com> * @license AGPL-3.0
* *
* This library is free software; you can redistribute it and/or * This code is free software: you can redistribute it and/or modify
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * it under the terms of the GNU Affero General Public License, version 3,
* License as published by the Free Software Foundation; either * as published by the Free Software Foundation.
* version 3 of the License, or 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 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,23 +1,27 @@
<?php <?php
/** /**
* ownCloud - Core * @author Björn Schießle <schiessle@owncloud.com>
* @author Christopher Schäpers <kondou@ts.unde.re>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @author Morris Jobke * @copyright Copyright (c) 2015, ownCloud, Inc.
* @copyright 2013 Morris Jobke morris.jobke@gmail.com * @license AGPL-3.0
* *
* This library is free software; you can redistribute it and/or * This code is free software: you can redistribute it and/or modify
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * it under the terms of the GNU Affero General Public License, version 3,
* License as published by the Free Software Foundation; either * as published by the Free Software Foundation.
* version 3 of the License, or 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 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,9 +1,24 @@
<?php <?php
/** /**
* Copyright (c) 2015 Lukas Reschke <lukas@owncloud.com> * @author Lukas Reschke <lukas@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or * @author Morris Jobke <hey@morrisjobke.de>
* later. * @author Roeland Jago Douma <roeland@famdouma.nl>
* See the COPYING-README file. *
* @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 OCA\Files\Controller; namespace OCA\Files\Controller;

View File

@ -1,9 +1,26 @@
<?php <?php
/** /**
* Copyright (c) 2014 Vincent Petry <pvince81@owncloud.com> * @author brumsel <brumsel@losecatcher.de>
* This file is licensed under the Affero General Public License version 3 or * @author Joas Schilling <nickvergessen@owncloud.com>
* later. * @author Morris Jobke <hey@morrisjobke.de>
* See the COPYING-README file. * @author Robin Appelman <icewind@owncloud.com>
* @author Vincent Petry <pvince81@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/>
*
*/ */
use OCA\Files; use OCA\Files;

View File

@ -1,23 +1,22 @@
<?php <?php
/** /**
* ownCloud * @author Morris Jobke <hey@morrisjobke.de>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @author Vincent Petry * @copyright Copyright (c) 2015, ownCloud, Inc.
* @copyright 2014 Vincent Petry <pvince81@owncloud.com> * @license AGPL-3.0
* *
* This library is free software; you can redistribute it and/or * This code is free software: you can redistribute it and/or modify
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * it under the terms of the GNU Affero General Public License, version 3,
* License as published by the Free Software Foundation; either * as published by the Free Software Foundation.
* version 3 of the License, or 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 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */
namespace OCA\Files; namespace OCA\Files;

View File

@ -1,11 +1,28 @@
<?php <?php
/** /**
* Copyright (c) 2013, Sam Tuke <samtuke@owncloud.com> * @author Björn Schießle <schiessle@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or later. * @author Florin Peter <github@florin-peter.de>
* See the COPYING-README file. * @author Joas Schilling <nickvergessen@owncloud.com>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Sam Tuke <mail@samtuke.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/>
* *
* Script to handle admin settings for encrypted key recovery
*/ */
use OCA\Files_Encryption\Helper; use OCA\Files_Encryption\Helper;

View File

@ -1,11 +1,27 @@
<?php <?php
/** /**
* Copyright (c) 2013, Bjoern Schiessle <schiessle@owncloud.com> * @author Björn Schießle <schiessle@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or later. * @author Christopher Schäpers <kondou@ts.unde.re>
* See the COPYING-README file. * @author Florin Peter <github@florin-peter.de>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* *
* Script to change recovery key password * @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/>
* *
*/ */

View File

@ -1,10 +1,27 @@
<?php <?php
/** /**
* Copyright (c) 2013, Bjoern Schiessle <schiessle@owncloud.com> * @author Arthur Schiwon <blizzz@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or later. * @author Björn Schießle <schiessle@owncloud.com>
* See the COPYING-README file. * @author Joas Schilling <nickvergessen@owncloud.com>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @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/>
* *
* check migration status
*/ */
use OCA\Files_Encryption\Util; use OCA\Files_Encryption\Util;

View File

@ -1,11 +1,26 @@
<?php <?php
/** /**
* Copyright (c) 2013, Bjoern Schiessle <schiessle@owncloud.com> * @author Björn Schießle <schiessle@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or later. * @author Christopher Schäpers <kondou@ts.unde.re>
* See the COPYING-README file. * @author Joas Schilling <nickvergessen@owncloud.com>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* *
* Script to change recovery key password * @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/>
* *
*/ */

View File

@ -1,10 +1,28 @@
<?php <?php
/** /**
* Copyright (c) 2013, Sam Tuke <samtuke@owncloud.com> * @author Björn Schießle <schiessle@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or later. * @author Florin Peter <github@florin-peter.de>
* See the COPYING-README file. * @author Joas Schilling <nickvergessen@owncloud.com>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Sam Tuke <mail@samtuke.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @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/>
* *
* Script to handle admin settings for encrypted key recovery
*/ */
\OCP\JSON::checkLoggedIn(); \OCP\JSON::checkLoggedIn();

View File

@ -1,5 +1,29 @@
<?php <?php
/**
* @author Björn Schießle <schiessle@owncloud.com>
* @author Florin Peter <github@florin-peter.de>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Sam Tuke <mail@samtuke.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @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/>
*
*/
\OCP\Util::addscript('files_encryption', 'encryption'); \OCP\Util::addscript('files_encryption', 'encryption');
\OCP\Util::addscript('files_encryption', 'detect-migration'); \OCP\Util::addscript('files_encryption', 'detect-migration');

View File

@ -1,9 +1,23 @@
<?php <?php
/** /**
* Copyright (c) 2015 Thomas Müller <deepdiver@owncloud.com> * @author Morris Jobke <hey@morrisjobke.de>
* This file is licensed under the Affero General Public License version 3 or * @author Thomas Müller <thomas.mueller@tmit.eu>
* later. *
* See the COPYING-README file. * @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/>
*
*/ */
use OCA\Files_Encryption\Command\MigrateKeys; use OCA\Files_Encryption\Command\MigrateKeys;

View File

@ -1,8 +1,25 @@
<?php <?php
/** /**
* Copyright (c) 2013, Tom Needham <tom@owncloud.com> * @author Joas Schilling <nickvergessen@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or later. * @author Lukas Reschke <lukas@owncloud.com>
* See the COPYING-README file. * @author Morris Jobke <hey@morrisjobke.de>
* @author Tom Needham <tom@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/>
*
*/ */
/** @var $this \OCP\Route\IRouter */ /** @var $this \OCP\Route\IRouter */

View File

@ -1,5 +1,25 @@
<?php <?php
/**
* @author Björn Schießle <schiessle@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @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/>
*
*/
use OCA\Files_Encryption\Migration; use OCA\Files_Encryption\Migration;
$installedVersion=OCP\Config::getAppValue('files_encryption', 'installed_version'); $installedVersion=OCP\Config::getAppValue('files_encryption', 'installed_version');

View File

@ -1,9 +1,24 @@
<?php <?php
/** /**
* Copyright (c) 2015 Thomas Müller <thomas.mueller@tmit.eu> * @author Arthur Schiwon <blizzz@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or * @author Morris Jobke <hey@morrisjobke.de>
* later. * @author Thomas Müller <thomas.mueller@tmit.eu>
* See the COPYING-README file. *
* @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 OCA\Files_Encryption\Command; namespace OCA\Files_Encryption\Command;

View File

@ -1,23 +1,23 @@
<?php <?php
/** /**
* ownCloud * @author Björn Schießle <schiessle@owncloud.com>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* *
* @copyright (C) 2014 ownCloud, Inc. * @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
* *
* @author Bjoern Schiessle <schiessle@owncloud.com> * 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 library is free software; you can redistribute it and/or * This program is distributed in the hope that it will be useful,
* 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 library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,23 +1,23 @@
<?php <?php
/** /**
* ownCloud * @author Björn Schießle <schiessle@owncloud.com>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* *
* @copyright (C) 2014 ownCloud, Inc. * @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
* *
* @author Bjoern Schiessle <schiessle@owncloud.com> * 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 library is free software; you can redistribute it and/or * This program is distributed in the hope that it will be useful,
* 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 library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,23 +1,23 @@
<?php <?php
/** /**
* ownCloud * @author Björn Schießle <schiessle@owncloud.com>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* *
* @copyright (C) 2014 ownCloud, Inc. * @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
* *
* @author Bjoern Schiessle <schiessle@owncloud.com> * 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 library is free software; you can redistribute it and/or * This program is distributed in the hope that it will be useful,
* 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 library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,5 +1,29 @@
<?php <?php
/**
* @author Björn Schießle <schiessle@owncloud.com>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Volkan Gezer <volkangezer@gmail.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/>
*
*/
if (!isset($_)) { //also provide standalone error page if (!isset($_)) { //also provide standalone error page
require_once __DIR__ . '/../../../lib/base.php'; require_once __DIR__ . '/../../../lib/base.php';
require_once __DIR__ . '/../lib/crypt.php'; require_once __DIR__ . '/../lib/crypt.php';

View File

@ -1,9 +1,25 @@
<?php <?php
/** /**
* Copyright (c) 2013 Tom Needham <tom@owncloud.com> * @author Christopher Schäpers <kondou@ts.unde.re>
* This file is licensed under the Affero General Public License version 3 or * @author Joas Schilling <nickvergessen@owncloud.com>
* later. * @author Morris Jobke <hey@morrisjobke.de>
* See the COPYING-README file. * @author Tom Needham <tom@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 OCA\Files_Encryption; namespace OCA\Files_Encryption;

View File

@ -1,29 +1,32 @@
<?php <?php
/**
/** * @author Björn Schießle <schiessle@owncloud.com>
* ownCloud * @author Florin Peter <github@florin-peter.de>
* * @author Joas Schilling <nickvergessen@owncloud.com>
* @copyright (C) 2014 ownCloud, Inc. * @author Jörn Friedrich Dreyer <jfd@butonic.de>
* * @author Morris Jobke <hey@morrisjobke.de>
* @author Bjoern Schiessle <schiessle@owncloud.com> * @author Owen Winkler <a_github@midnightcircus.com>
* @author Sam Tuke <samtuke@owncloud.com> * @author Robin McCorkell <rmccorkell@karoshi.org.uk>
* @author Frank Karlitschek <frank@owncloud.com> * @author Sam Tuke <mail@samtuke.com>
* @author Robin Appelman <icewind@owncloud.com> * @author Scott Arciszewski <scott@arciszewski.me>
* * @author Thomas Müller <thomas.mueller@tmit.eu>
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * @copyright Copyright (c) 2015, ownCloud, Inc.
* License as published by the Free Software Foundation; either * @license AGPL-3.0
* version 3 of the License, or any later version. *
* * This code is free software: you can redistribute it and/or modify
* This library is distributed in the hope that it will be useful, * it under the terms of the GNU Affero General Public License, version 3,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * as published by the Free Software Foundation.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU AFFERO GENERAL PUBLIC LICENSE for more details. * This program is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU Affero General Public * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * 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 OCA\Files_Encryption; namespace OCA\Files_Encryption;

View File

@ -1,25 +1,30 @@
<?php <?php
/** /**
* ownCloud * @author Björn Schießle <schiessle@owncloud.com>
* @author Florin Peter <github@florin-peter.de>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Owen Winkler <a_github@midnightcircus.com>
* @author Robin Appelman <icewind@owncloud.com>
* @author Robin McCorkell <rmccorkell@karoshi.org.uk>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* *
* @copyright (C) 2014 ownCloud, Inc. * @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
* *
* @author Florin Peter <owncloud@florin-peter.de> * This code is free software: you can redistribute it and/or modify
* @author Bjoern Schiessle <schiessle@owncloud.com> * it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
* *
* This library is free software; you can redistribute it and/or * This program is distributed in the hope that it will be useful,
* 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 library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,25 +1,22 @@
<?php <?php
/** /**
* ownCloud * @author Björn Schießle <schiessle@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* *
* @copyright (C) 2014 ownCloud, Inc. * @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
* *
* @author Sam Tuke <samtuke@owncloud.org> * This code is free software: you can redistribute it and/or modify
* @author Bjoern Schiessle <schiessle@owncloud.com> * it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
* *
* This library is free software; you can redistribute it and/or * This program is distributed in the hope that it will be useful,
* 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 library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,24 +1,31 @@
<?php <?php
/** /**
* ownCloud * @author Björn Schießle <schiessle@owncloud.com>
* @author Christopher Schäpers <kondou@ts.unde.re>
* @author Florin Peter <github@florin-peter.de>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Robin McCorkell <rmccorkell@karoshi.org.uk>
* @author Sam Tuke <mail@samtuke.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @copyright (C) 2014 ownCloud, Inc. * @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
* *
* @author Bjoern Schiessle <schiessle@owncloud.com> * 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 library is free software; you can redistribute it and/or * This program is distributed in the hope that it will be useful,
* 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 library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,23 +1,27 @@
<?php <?php
/** /**
* ownCloud * @author Arthur Schiwon <blizzz@owncloud.com>
* @author Björn Schießle <schiessle@owncloud.com>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @copyright (C) 2014 ownCloud, Inc. * @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
* *
* @author Bjoern Schiessle <schiessle@owncloud.com> * 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 library is free software; you can redistribute it and/or * This program is distributed in the hope that it will be useful,
* 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 library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,26 +1,29 @@
<?php <?php
/** /**
* ownCloud * @author Björn Schießle <schiessle@owncloud.com>
* @author Florin Peter <github@florin-peter.de>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Robin McCorkell <rmccorkell@karoshi.org.uk>
* @author Sam Tuke <mail@samtuke.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @copyright (C) 2014 ownCloud, Inc. * @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
* *
* @author Bjoern Schiessle <schiessle@owncloud.com> * This code is free software: you can redistribute it and/or modify
* @author Sam Tuke <samtuke@owncloud.com> * it under the terms of the GNU Affero General Public License, version 3,
* @author Robin Appelman <icewind1991@gmail.com> * as published by the Free Software Foundation.
* *
* This library is free software; you can redistribute it and/or * This program is distributed in the hope that it will be useful,
* 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 library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,24 +1,29 @@
<?php <?php
/** /**
* ownCloud * @author Björn Schießle <schiessle@owncloud.com>
* @author Florin Peter <github@florin-peter.de>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Robin McCorkell <rmccorkell@karoshi.org.uk>
* @author Sam Tuke <mail@samtuke.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* *
* @copyright (C) 2014 ownCloud, Inc. * @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
* *
* @author Sam Tuke <samtuke@owncloud.com> * This code is free software: you can redistribute it and/or modify
* @author Bjoern Schiessle <schiessle@owncloud.com> * it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
* *
* This library is free software; you can redistribute it and/or * This program is distributed in the hope that it will be useful,
* 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 library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,25 +1,28 @@
<?php <?php
/** /**
* ownCloud * @author Björn Schießle <schiessle@owncloud.com>
* @author Florin Peter <github@florin-peter.de>
* @author jknockaert <jasper@knockaert.nl>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin McCorkell <rmccorkell@karoshi.org.uk>
* @author Sam Tuke <mail@samtuke.com>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @copyright (C) 2014 ownCloud, Inc. * @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
* *
* @author Bjoern Schiessle <schiessle@owncloud.com> * This code is free software: you can redistribute it and/or modify
* @author Robin Appelman <icewind@owncloud.com> * it under the terms of the GNU Affero General Public License, version 3,
* @author Sam Tuke <samtuke@owncloud.com> * as published by the Free Software Foundation.
* *
* This library is free software; you can redistribute it and/or * This program is distributed in the hope that it will be useful,
* 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 library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,25 +1,33 @@
<?php <?php
/** /**
* ownCloud * @author Arthur Schiwon <blizzz@owncloud.com>
* @author Björn Schießle <schiessle@owncloud.com>
* @author Florin Peter <github@florin-peter.de>
* @author jknockaert <jasper@knockaert.nl>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Markus Goetz <markus@woboq.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Robin McCorkell <rmccorkell@karoshi.org.uk>
* @author Sam Tuke <mail@samtuke.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @copyright (C) 2014 ownCloud, Inc. * @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
* *
* @author Sam Tuke <samtuke@owncloud.com>, * This code is free software: you can redistribute it and/or modify
* @author Frank Karlitschek <frank@owncloud.org>, * it under the terms of the GNU Affero General Public License, version 3,
* @author Bjoern Schiessle <schiessle@owncloud.com> * as published by the Free Software Foundation.
* *
* This library is free software; you can redistribute it and/or * This program is distributed in the hope that it will be useful,
* 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 library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,9 +1,27 @@
<?php <?php
/** /**
* Copyright (c) 2011 Robin Appelman <icewind@owncloud.com> * @author Björn Schießle <schiessle@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or * @author Florin Peter <github@florin-peter.de>
* later. * @author Joas Schilling <nickvergessen@owncloud.com>
* See the COPYING-README file. * @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Sam Tuke <mail@samtuke.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/>
*
*/ */
\OC_Util::checkAdminUser(); \OC_Util::checkAdminUser();

View File

@ -1,10 +1,29 @@
<?php <?php
/** /**
* Copyright (c) 2013 Sam Tuke <samtuke@owncloud.com> * @author Björn Schießle <schiessle@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or * @author Florin Peter <github@florin-peter.de>
* later. * @author Joas Schilling <nickvergessen@owncloud.com>
* See the COPYING-README file. * @author Morris Jobke <hey@morrisjobke.de>
*/ * @author Robin Appelman <icewind@owncloud.com>
* @author Sam Tuke <mail@samtuke.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @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/>
*
*/
// Add CSS stylesheet // Add CSS stylesheet
\OC_Util::addStyle('files_encryption', 'settings-personal'); \OC_Util::addStyle('files_encryption', 'settings-personal');

View File

@ -1,10 +1,30 @@
<?php <?php
/** /**
* Copyright (c) 2012 Sam Tuke <samtuke@owncloud.com>, and * @author Andreas Fischer <bantu@owncloud.com>
* Robin Appelman <icewind@owncloud.com> * @author Björn Schießle <schiessle@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or * @author Florin Peter <github@florin-peter.de>
* later. * @author Joas Schilling <nickvergessen@owncloud.com>
* See the COPYING-README file. * @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Sam Tuke <mail@samtuke.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @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 OCA\Files_Encryption\Tests; namespace OCA\Files_Encryption\Tests;

View File

@ -1,9 +1,25 @@
<?php <?php
/** /**
* Copyright (c) 2013 Bjoern Schiessle <schiessle@owncloud.com> * @author Björn Schießle <schiessle@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or * @author Joas Schilling <nickvergessen@owncloud.com>
* later. * @author Jörn Friedrich Dreyer <jfd@butonic.de>
* See the COPYING-README file. * @author Morris Jobke <hey@morrisjobke.de>
*
* @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 OCA\Files_Encryption\Tests; namespace OCA\Files_Encryption\Tests;

View File

@ -1,22 +1,26 @@
<?php <?php
/** /**
* ownCloud * @author Björn Schießle <schiessle@owncloud.com>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @author Bjoern Schiessle * @copyright Copyright (c) 2015, ownCloud, Inc.
* @copyright 2014 Bjoern Schiessle <schiessle@owncloud.com> * @license AGPL-3.0
* *
* This library is free software; you can redistribute it and/or * This code is free software: you can redistribute it and/or modify
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * it under the terms of the GNU Affero General Public License, version 3,
* License as published by the Free Software Foundation; either * as published by the Free Software Foundation.
* version 3 of the License, or 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 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,9 +1,30 @@
<?php <?php
/** /**
* Copyright (c) 2012 Sam Tuke <samtuke@owncloud.com> * @author Andreas Fischer <bantu@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or * @author Björn Schießle <schiessle@owncloud.com>
* later. * @author Florin Peter <github@florin-peter.de>
* See the COPYING-README file. * @author Joas Schilling <nickvergessen@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Sam Tuke <mail@samtuke.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@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 OCA\Files_Encryption\Tests; namespace OCA\Files_Encryption\Tests;

View File

@ -1,23 +1,25 @@
<?php <?php
/** /**
* ownCloud * @author Björn Schießle <schiessle@owncloud.com>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @copyright (C) 2014 ownCloud, Inc. * @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
* *
* @author Bjoern Schiessle <schiessle@owncloud.com> * 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 library is free software; you can redistribute it and/or * This program is distributed in the hope that it will be useful,
* 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 library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,22 +1,27 @@
<?php <?php
/** /**
* ownCloud * @author Björn Schießle <schiessle@owncloud.com>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Sam Tuke <mail@samtuke.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @author Bjoern Schiessle * @copyright Copyright (c) 2015, ownCloud, Inc.
* @copyright 2013 Bjoern Schiessle <schiessle@owncloud.com> * @license AGPL-3.0
* *
* This library is free software; you can redistribute it and/or * This code is free software: you can redistribute it and/or modify
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * it under the terms of the GNU Affero General Public License, version 3,
* License as published by the Free Software Foundation; either * as published by the Free Software Foundation.
* version 3 of the License, or 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 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,22 +1,30 @@
<?php <?php
/** /**
* ownCloud * @author Bart Visscher <bartv@thisnet.nl>
* @author Björn Schießle <schiessle@owncloud.com>
* @author Florin Peter <github@florin-peter.de>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @author Florin Peter * @copyright Copyright (c) 2015, ownCloud, Inc.
* @copyright 2013 Florin Peter <owncloud@florin-peter.de> * @license AGPL-3.0
* *
* This library is free software; you can redistribute it and/or * This code is free software: you can redistribute it and/or modify
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * it under the terms of the GNU Affero General Public License, version 3,
* License as published by the Free Software Foundation; either * as published by the Free Software Foundation.
* version 3 of the License, or 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 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,22 +1,27 @@
<?php <?php
/** /**
* ownCloud * @author Björn Schießle <schiessle@owncloud.com>
* @author Christopher Schäpers <kondou@ts.unde.re>
* @author Florin Peter <github@florin-peter.de>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* *
* @author Florin Peter * @copyright Copyright (c) 2015, ownCloud, Inc.
* @copyright 2013 Florin Peter <owncloud@florin-peter.de> * @license AGPL-3.0
* *
* This library is free software; you can redistribute it and/or * This code is free software: you can redistribute it and/or modify
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * it under the terms of the GNU Affero General Public License, version 3,
* License as published by the Free Software Foundation; either * as published by the Free Software Foundation.
* version 3 of the License, or 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 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,9 +1,24 @@
<?php <?php
/** /**
* Copyright (c) 2012 Sam Tuke <samtuke@owncloud.com> * @author Björn Schießle <schiessle@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or * @author Joas Schilling <nickvergessen@owncloud.com>
* later. * @author Morris Jobke <hey@morrisjobke.de>
* See the COPYING-README file. *
* @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 OCA\Files_Encryption\Tests; namespace OCA\Files_Encryption\Tests;

View File

@ -1,22 +1,28 @@
<?php <?php
/** /**
* ownCloud * @author Björn Schießle <schiessle@owncloud.com>
* @author Christopher Schäpers <kondou@ts.unde.re>
* @author Florin Peter <github@florin-peter.de>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @author Florin Peter * @copyright Copyright (c) 2015, ownCloud, Inc.
* @copyright 2013 Florin Peter <owncloud@florin-peter.de> * @license AGPL-3.0
* *
* This library is free software; you can redistribute it and/or * This code is free software: you can redistribute it and/or modify
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * it under the terms of the GNU Affero General Public License, version 3,
* License as published by the Free Software Foundation; either * as published by the Free Software Foundation.
* version 3 of the License, or 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 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,9 +1,33 @@
<?php <?php
/** /**
* Copyright (c) 2012 Sam Tuke <samtuke@owncloud.com> * @author Andreas Fischer <bantu@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or * @author Björn Schießle <schiessle@owncloud.com>
* later. * @author Florin Peter <github@florin-peter.de>
* See the COPYING-README file. * @author Joas Schilling <nickvergessen@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Markus Goetz <markus@woboq.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Robin McCorkell <rmccorkell@karoshi.org.uk>
* @author Sam Tuke <mail@samtuke.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@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 OCA\Files_Encryption\Tests; namespace OCA\Files_Encryption\Tests;

View File

@ -1,5 +1,25 @@
<?php <?php
/**
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
*
* @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/>
*
*/
OCP\JSON::checkAppEnabled('files_external'); OCP\JSON::checkAppEnabled('files_external');
OCP\JSON::callCheck(); OCP\JSON::callCheck();

View File

@ -1,5 +1,29 @@
<?php <?php
/**
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Michael Gapczynski <GapczynskiM@gmail.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Volkan Gezer <volkangezer@gmail.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/>
*
*/
require_once __DIR__ . '/../3rdparty/Dropbox/autoload.php'; require_once __DIR__ . '/../3rdparty/Dropbox/autoload.php';
OCP\JSON::checkAppEnabled('files_external'); OCP\JSON::checkAppEnabled('files_external');

View File

@ -1,4 +1,29 @@
<?php <?php
/**
* @author Adam Williamson <awilliam@redhat.com>
* @author Christopher Schäpers <kondou@ts.unde.re>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Michael Gapczynski <GapczynskiM@gmail.com>
* @author Robin Appelman <icewind@owncloud.com>
* @author Volkan Gezer <volkangezer@gmail.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/>
*
*/
set_include_path(get_include_path().PATH_SEPARATOR. set_include_path(get_include_path().PATH_SEPARATOR.
\OC_App::getAppPath('files_external').'/3rdparty/google-api-php-client/src'); \OC_App::getAppPath('files_external').'/3rdparty/google-api-php-client/src');
require_once 'Google/Client.php'; require_once 'Google/Client.php';

View File

@ -1,10 +1,35 @@
<?php <?php
/** /**
* Copyright (c) 2012 Robin Appelman <icewind@owncloud.com> * @author Christian Berendt <berendt@b1-systems.de>
* Copyright (c) 2014 Robin McCorkell <rmccorkell@karoshi.org.uk> * @author fibsifan <fi@volans.uberspace.de>
* This file is licensed under the Affero General Public License version 3 or * @author Jan-Christoph Borchardt <hey@jancborchardt.net>
* later. * @author j-ed <juergen@eisfair.org>
* See the COPYING-README file. * @author Martin Mattel <martin.mattel@diemattels.at>
* @author Michael Gapczynski <GapczynskiM@gmail.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Philipp Kapfer <philipp.kapfer@gmx.at>
* @author Robin Appelman <icewind@owncloud.com>
* @author Robin McCorkell <rmccorkell@karoshi.org.uk>
* @author Ross Nicoll <jrn@jrn.me.uk>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com>
* @author Volkan Gezer <volkangezer@gmail.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/>
*
*/ */
$app = new \OCA\Files_external\Appinfo\Application(); $app = new \OCA\Files_external\Appinfo\Application();

View File

@ -1,9 +1,24 @@
<?php <?php
/** /**
* Copyright (c) 2015 University of Edinburgh <Ross.Nicoll@ed.ac.uk> * @author Morris Jobke <hey@morrisjobke.de>
* This file is licensed under the Affero General Public License version 3 or * @author Ross Nicoll <jrn@jrn.me.uk>
* later. * @author Vincent Petry <pvince81@owncloud.com>
* See the COPYING-README file. *
* @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 OCA\Files_External\Appinfo; namespace OCA\Files_External\Appinfo;

View File

@ -1,22 +1,24 @@
<?php <?php
/** /**
* ownCloud - External Storage Routes * @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Ross Nicoll <jrn@jrn.me.uk>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @author Vincent Petry * @copyright Copyright (c) 2015, ownCloud, Inc.
* @copyright 2014 Vincent Petry <pvince81@owncloud.com> * @license AGPL-3.0
* *
* This library is free software; you can redistribute it and/or * This code is free software: you can redistribute it and/or modify
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * it under the terms of the GNU Affero General Public License, version 3,
* License as published by the Free Software Foundation; either * as published by the Free Software Foundation.
* version 3 of the License, or 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 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,9 +1,23 @@
<?php <?php
/** /**
* Copyright (c) 2015 University of Edinburgh <Ross.Nicoll@ed.ac.uk> * @author Morris Jobke <hey@morrisjobke.de>
* This file is licensed under the Affero General Public License version 3 or * @author Ross Nicoll <jrn@jrn.me.uk>
* later. *
* See the COPYING-README file. * @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 OCA\Files_External\Controller; namespace OCA\Files_External\Controller;

View File

@ -1,12 +1,22 @@
<?php <?php
/** /**
* ownCloud - files_external
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Vincent Petry <pvince81@owncloud.com> * @author Vincent Petry <pvince81@owncloud.com>
* @copyright Vincent Petry 2015 *
* @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 OCA\Files_External\Controller; namespace OCA\Files_External\Controller;

View File

@ -1,12 +1,22 @@
<?php <?php
/** /**
* ownCloud - files_external
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Vincent Petry <pvince81@owncloud.com> * @author Vincent Petry <pvince81@owncloud.com>
* @copyright Vincent Petry 2014 *
* @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 OCA\Files_External\Controller; namespace OCA\Files_External\Controller;

View File

@ -1,12 +1,22 @@
<?php <?php
/** /**
* ownCloud - files_external
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Vincent Petry <pvince81@owncloud.com> * @author Vincent Petry <pvince81@owncloud.com>
* @copyright Vincent Petry 2015 *
* @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 OCA\Files_External\Controller; namespace OCA\Files_External\Controller;

View File

@ -1,25 +1,35 @@
<?php <?php
/** /**
* ownCloud * @author André Gaul <gaul@web-yard.de>
* @author Arthur Schiwon <blizzz@owncloud.com>
* @author Bart Visscher <bartv@thisnet.nl>
* @author Christian Berendt <berendt@b1-systems.de>
* @author Christopher T. Johnson <ctjctj@gmail.com>
* @author Johan Björk <johanimon@gmail.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Michael Gapczynski <GapczynskiM@gmail.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Philipp Kapfer <philipp.kapfer@gmx.at>
* @author Robin Appelman <icewind@owncloud.com>
* @author Robin McCorkell <rmccorkell@karoshi.org.uk>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @author Michael Gapczynski * @copyright Copyright (c) 2015, ownCloud, Inc.
* @author Christian Berendt * @license AGPL-3.0
* @copyright 2012 Michael Gapczynski mtgap@owncloud.com
* @copyright 2013 Christian Berendt berendt@b1-systems.de
* *
* This library is free software; you can redistribute it and/or * This code is free software: you can redistribute it and/or modify
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * it under the terms of the GNU Affero General Public License, version 3,
* License as published by the Free Software Foundation; either * as published by the Free Software Foundation.
* version 3 of the License, or 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 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
* *
* 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/>.
*/ */
namespace OC\Files\Storage; namespace OC\Files\Storage;

View File

@ -1,22 +1,23 @@
<?php <?php
/** /**
* ownCloud * @author Joas Schilling <nickvergessen@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @author Vincent Petry * @copyright Copyright (c) 2015, ownCloud, Inc.
* @copyright 2014 Vincent Petry pvince81@owncloud.com * @license AGPL-3.0
* *
* This library is free software; you can redistribute it and/or * This code is free software: you can redistribute it and/or modify
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * it under the terms of the GNU Affero General Public License, version 3,
* License as published by the Free Software Foundation; either * as published by the Free Software Foundation.
* version 3 of the License, or 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 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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 * You should have received a copy of the GNU Affero General Public License, version 3,
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>
* *
*/ */

View File

@ -1,24 +1,34 @@
<?php <?php
/** /**
* ownCloud * @author Bart Visscher <bartv@thisnet.nl>
* @author Björn Schießle <schiessle@owncloud.com>
* @author Frank Karlitschek <frank@owncloud.org>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Michael Gapczynski <GapczynskiM@gmail.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Philipp Kapfer <philipp.kapfer@gmx.at>
* @author Robin Appelman <icewind@owncloud.com>
* @author Robin McCorkell <rmccorkell@karoshi.org.uk>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @author Michael Gapczynski * @copyright Copyright (c) 2015, ownCloud, Inc.
* @copyright 2012 Michael Gapczynski mtgap@owncloud.com * @license AGPL-3.0
* @copyright 2014 Vincent Petry <pvince81@owncloud.com>
* @copyright 2014 Robin McCorkell <rmccorkell@karoshi.org.uk>
* *
* This library is free software; you can redistribute it and/or * This code is free software: you can redistribute it and/or modify
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * it under the terms of the GNU Affero General Public License, version 3,
* License as published by the Free Software Foundation; either * as published by the Free Software Foundation.
* version 3 of the License, or 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 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
* *
* 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/>.
*/ */
/** /**

View File

@ -1,9 +1,23 @@
<?php <?php
/** /**
* Copyright (c) 2014 Robin Appelman <icewind@owncloud.com> * @author Morris Jobke <hey@morrisjobke.de>
* This file is licensed under the Affero General Public License version 3 or * @author Robin Appelman <icewind@owncloud.com>
* later. *
* See the COPYING-README file. * @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 OCA\Files_External\Config; namespace OCA\Files_External\Config;

View File

@ -1,24 +1,31 @@
<?php <?php
/** /**
* ownCloud * @author Jörn Friedrich Dreyer <jfd@butonic.de>
* * @author Michael Gapczynski <GapczynskiM@gmail.com>
* @author Michael Gapczynski * @author Morris Jobke <hey@morrisjobke.de>
* @copyright 2012 Michael Gapczynski mtgap@owncloud.com * @author Philipp Kapfer <philipp.kapfer@gmx.at>
* * @author Robin Appelman <icewind@owncloud.com>
* This library is free software; you can redistribute it and/or * @author Robin McCorkell <rmccorkell@karoshi.org.uk>
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * @author Sascha Schmidt <realriot@realriot.de>
* License as published by the Free Software Foundation; either * @author Thomas Müller <thomas.mueller@tmit.eu>
* version 3 of the License, or any later version. * @author Vincent Petry <pvince81@owncloud.com>
* *
* This library is distributed in the hope that it will be useful, * @copyright Copyright (c) 2015, ownCloud, Inc.
* but WITHOUT ANY WARRANTY; without even the implied warranty of * @license AGPL-3.0
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU AFFERO GENERAL PUBLIC LICENSE for more details. * 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,
* You should have received a copy of the GNU Affero General Public * as published by the Free Software Foundation.
* License along with this library. If not, see <http://www.gnu.org/licenses/>. *
*/ * 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\Files\Storage; namespace OC\Files\Storage;

View File

@ -1,9 +1,24 @@
<?php <?php
/** /**
* Copyright (c) 2014 Robin Appelman <icewind@owncloud.com> * @author Morris Jobke <hey@morrisjobke.de>
* This file is licensed under the Affero General Public License version 3 or * @author Robin Appelman <icewind@owncloud.com>
* later. * @author Vincent Petry <pvince81@owncloud.com>
* See the COPYING-README file. *
* @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 OCA\Files_External; namespace OCA\Files_External;

View File

@ -1,9 +1,31 @@
<?php <?php
/** /**
* Copyright (c) 2012 Robin Appelman <icewind@owncloud.com> * @author Bart Visscher <bartv@thisnet.nl>
* This file is licensed under the Affero General Public License version 3 or * @author Felix Moeller <mail@felixmoeller.de>
* later. * @author Jörn Friedrich Dreyer <jfd@butonic.de>
* See the COPYING-README file. * @author Michael Gapczynski <GapczynskiM@gmail.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Philipp Kapfer <philipp.kapfer@gmx.at>
* @author Robin Appelman <icewind@owncloud.com>
* @author Robin McCorkell <rmccorkell@karoshi.org.uk>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@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\Files\Storage; namespace OC\Files\Storage;

View File

@ -1,22 +1,32 @@
<?php <?php
/** /**
* ownCloud * @author Adam Williamson <awilliam@redhat.com>
* @author Arthur Schiwon <blizzz@owncloud.com>
* @author Bart Visscher <bartv@thisnet.nl>
* @author Christopher Schäpers <kondou@ts.unde.re>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Michael Gapczynski <GapczynskiM@gmail.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Philipp Kapfer <philipp.kapfer@gmx.at>
* @author Robin Appelman <icewind@owncloud.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @author Michael Gapczynski * @copyright Copyright (c) 2015, ownCloud, Inc.
* @copyright 2012 Michael Gapczynski mtgap@owncloud.com * @license AGPL-3.0
* *
* This library is free software; you can redistribute it and/or * This code is free software: you can redistribute it and/or modify
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * it under the terms of the GNU Affero General Public License, version 3,
* License as published by the Free Software Foundation; either * as published by the Free Software Foundation.
* version 3 of the License, or 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 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
* *
* 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/>.
*/ */
namespace OC\Files\Storage; namespace OC\Files\Storage;

View File

@ -1,9 +1,22 @@
<?php <?php
/** /**
* Copyright (c) 2015 Vincent Petry <pvince81@owncloud.com> * @author Vincent Petry <pvince81@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or *
* later. * @copyright Copyright (c) 2015, ownCloud, Inc.
* See the COPYING-README file. * @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 OCA\Files_external; namespace OCA\Files_external;

View File

@ -1,9 +1,24 @@
<?php <?php
/** /**
* Copyright (c) 2013 Vincent Petry <pvince81@owncloud.com> * @author Morris Jobke <hey@morrisjobke.de>
* This file is licensed under the Affero General Public License version 3 or * @author Robin McCorkell <rmccorkell@karoshi.org.uk>
* later. * @author Vincent Petry <pvince81@owncloud.com>
* See the COPYING-README file. *
* @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\Files\Storage; namespace OC\Files\Storage;

View File

@ -1,9 +1,23 @@
<?php <?php
/** /**
* Copyright (c) 2012 Robin Appelman <icewind@owncloud.com> * @author Morris Jobke <hey@morrisjobke.de>
* This file is licensed under the Affero General Public License version 3 or * @author Robin Appelman <icewind@owncloud.com>
* later. *
* See the COPYING-README file. * @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 OCA\Files_External; namespace OCA\Files_External;

View File

@ -1,9 +1,32 @@
<?php <?php
/** /**
* Copyright (c) 2012 Henrik Kjölhede <hkjolhede@gmail.com> * @author Andreas Fischer <bantu@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or * @author Bart Visscher <bartv@thisnet.nl>
* later. * @author hkjolhede <hkjolhede@gmail.com>
* See the COPYING-README file. * @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lennart Rosam <lennart.rosam@medien-systempartner.de>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin McCorkell <rmccorkell@karoshi.org.uk>
* @author Ross Nicoll <jrn@jrn.me.uk>
* @author SA <stephen@mthosting.net>
* @author Vincent Petry <pvince81@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\Files\Storage; namespace OC\Files\Storage;

View File

@ -1,9 +1,23 @@
<?php <?php
/** /**
* Copyright (c) 2014, 2015 University of Edinburgh <Ross.Nicoll@ed.ac.uk> * @author Morris Jobke <hey@morrisjobke.de>
* This file is licensed under the Affero General Public License version 3 or * @author Ross Nicoll <jrn@jrn.me.uk>
* later. *
* See the COPYING-README file. * @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\Files\Storage; namespace OC\Files\Storage;

View File

@ -1,9 +1,30 @@
<?php <?php
/** /**
* Copyright (c) 2012 Robin Appelman <icewind@owncloud.com> * @author Arthur Schiwon <blizzz@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or * @author Jörn Friedrich Dreyer <jfd@butonic.de>
* later. * @author Michael Gapczynski <GapczynskiM@gmail.com>
* See the COPYING-README file. * @author Morris Jobke <hey@morrisjobke.de>
* @author Philipp Kapfer <philipp.kapfer@gmx.at>
* @author Robin Appelman <icewind@owncloud.com>
* @author Robin McCorkell <rmccorkell@karoshi.org.uk>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@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\Files\Storage; namespace OC\Files\Storage;

View File

@ -1,9 +1,26 @@
<?php <?php
/** /**
* Copyright (c) 2014 Robin McCorkell <rmccorkell@karoshi.org.uk> * @author Jörn Friedrich Dreyer <jfd@butonic.de>
* This file is licensed under the Affero General Public License version 3 or * @author Lukas Reschke <lukas@owncloud.com>
* later. * @author Morris Jobke <hey@morrisjobke.de>
* See the COPYING-README file. * @author Robin Appelman <icewind@owncloud.com>
* @author Robin McCorkell <rmccorkell@karoshi.org.uk>
*
* @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\Files\Storage; namespace OC\Files\Storage;

View File

@ -1,9 +1,22 @@
<?php <?php
/** /**
* Copyright (c) 2015 Vincent Petry <pvince81@owncloud.com> * @author Vincent Petry <pvince81@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or *
* later. * @copyright Copyright (c) 2015, ownCloud, Inc.
* See the COPYING-README file. * @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 OCA\Files_external\Lib; namespace OCA\Files_external\Lib;

View File

@ -1,9 +1,28 @@
<?php <?php
/** /**
* Copyright (c) 2012 Robin Appelman <icewind@owncloud.com> * @author Bart Visscher <bartv@thisnet.nl>
* This file is licensed under the Affero General Public License version 3 or * @author Jörn Friedrich Dreyer <jfd@butonic.de>
* later. * @author Morris Jobke <hey@morrisjobke.de>
* See the COPYING-README file. * @author Robin Appelman <icewind@owncloud.com>
* @author Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@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\Files\Storage; namespace OC\Files\Storage;

View File

@ -1,23 +1,32 @@
<?php <?php
/** /**
* ownCloud * @author Bart Visscher <bartv@thisnet.nl>
* @author Benjamin Liles <benliles@arch.tamu.edu>
* @author Christian Berendt <berendt@b1-systems.de>
* @author Felix Moeller <mail@felixmoeller.de>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Philipp Kapfer <philipp.kapfer@gmx.at>
* @author Robin Appelman <icewind@owncloud.com>
* @author Robin McCorkell <rmccorkell@karoshi.org.uk>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com>
* *
* @author Christian Berendt * @copyright Copyright (c) 2015, ownCloud, Inc.
* @copyright 2013 Christian Berendt berendt@b1-systems.de * @license AGPL-3.0
* *
* This library is free software; you can redistribute it and/or * This code is free software: you can redistribute it and/or modify
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * it under the terms of the GNU Affero General Public License, version 3,
* License as published by the Free Software Foundation; either * as published by the Free Software Foundation.
* version 3 of the License, or 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 * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
* *
* 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/>.
*/ */
namespace OC\Files\Storage; namespace OC\Files\Storage;

View File

@ -1,5 +1,24 @@
<?php <?php
/**
* @author Morris Jobke <hey@morrisjobke.de>
* @author Vincent Petry <pvince81@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/>
*
*/
// Check if we are a user // Check if we are a user
OCP\User::checkLoggedIn(); OCP\User::checkLoggedIn();

View File

@ -1,24 +1,27 @@
<?php <?php
/** /**
* ownCloud * @author Joas Schilling <nickvergessen@owncloud.com>
* * @author Lukas Reschke <lukas@owncloud.com>
* @author Michael Gapczynski * @author Michael Gapczynski <GapczynskiM@gmail.com>
* @copyright 2012 Michael Gapczynski mtgap@owncloud.com * @author Morris Jobke <hey@morrisjobke.de>
* * @author Vincent Petry <pvince81@owncloud.com>
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * @copyright Copyright (c) 2015, ownCloud, Inc.
* License as published by the Free Software Foundation; either * @license AGPL-3.0
* version 3 of the License, or any later version. *
* * This code is free software: you can redistribute it and/or modify
* This library is distributed in the hope that it will be useful, * it under the terms of the GNU Affero General Public License, version 3,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * as published by the Free Software Foundation.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU AFFERO GENERAL PUBLIC LICENSE for more details. * This program is distributed in the hope that it will be useful,
* * but WITHOUT ANY WARRANTY; without even the implied warranty of
* You should have received a copy of the GNU Affero General Public * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* License along with this library. If not, see <http://www.gnu.org/licenses/>. * 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/>
*
*/
OCP\Util::addScript('files_external', 'settings'); OCP\Util::addScript('files_external', 'settings');
OCP\Util::addStyle('files_external', 'settings'); OCP\Util::addStyle('files_external', 'settings');

View File

@ -1,9 +1,22 @@
<?php <?php
/** /**
* Copyright (c) 2015 Vincent Petry <pvince81@owncloud.com> * @author Vincent Petry <pvince81@owncloud.com>
* This file is licensed under the Affero General Public License version 3 or *
* later. * @copyright Copyright (c) 2015, ownCloud, Inc.
* See the COPYING-README file. * @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 OCA\Files_external\Service; namespace OCA\Files_external\Service;

Some files were not shown because too many files have changed in this diff Show More