Skip to content

Commit

Permalink
copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed May 10, 2024
1 parent 78059a4 commit cfb1de9
Show file tree
Hide file tree
Showing 16 changed files with 56 additions and 31 deletions.
6 changes: 4 additions & 2 deletions classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
* Privacy Subsystem implementation for repository_s3bucket.
*
* @package repository_s3bucket
* @copyright 2015 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand All @@ -28,7 +29,8 @@
* Privacy Subsystem for repository_s3bucket implementing null_provider.
*
* @package repository_s3bucket
* @copyright 2015 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class provider implements \core_privacy\local\metadata\null_provider {
Expand Down
4 changes: 2 additions & 2 deletions db/access.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
* Plugin capabilities.
*
* @package repository_s3bucket
* @copyright 2015 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @author Renaat Debleu (www.eWallah.net)
* @copyright eWallah (www.eWallah.net) (based on work by Dongsheng Cai)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand Down
4 changes: 2 additions & 2 deletions db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
* S3bucket upgrade
*
* @package repository_s3bucket
* @copyright 2020 eWallah.net
* @author Renaat Debleu (www.ewallah.net)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand Down
3 changes: 2 additions & 1 deletion lang/en/repository_s3bucket.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
* Strings for component 'repository_s3bucket', language 'en', branch 'MOODLE_35_STABLE'
*
* @package repository_s3bucket
* @copyright 2015 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand Down
6 changes: 4 additions & 2 deletions lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
* This plugin is used to access s3bucket files
*
* @package repository_s3bucket
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net) (based on work by Dongsheng Cai)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand All @@ -32,7 +33,8 @@
* This is a repository class used to browse a Amazon S3 bucket.
*
* @package repository_s3bucket
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net) (based on work by Dongsheng Cai)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class repository_s3bucket extends repository {
Expand Down
6 changes: 4 additions & 2 deletions tests/behat/behat_repository_s3bucket.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
* Steps definitions related to Repository s3bucket.
*
* @package repository_s3bucket
* @copyright 2019 Renaat Debleu (www.eWallah.net)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand All @@ -30,7 +31,8 @@
* Repository s3bucket related steps definitions.
*
* @package repository_s3bucket
* @copyright 2019 Renaat Debleu (www.eWallah.net)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class behat_repository_s3bucket extends behat_base {
Expand Down
6 changes: 4 additions & 2 deletions tests/behatstep_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
* Amazon S3bucket behat step test
*
* @package repository_s3bucket
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
namespace repository_s3bucket;
Expand All @@ -27,7 +28,8 @@
* Amazon S3bucket behat step tests
*
* @package repository_s3bucket
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
final class behatstep_test extends \advanced_testcase {
Expand Down
6 changes: 4 additions & 2 deletions tests/coverage.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
* Unit tests for the s3bucket repository.
*
* @package repository_s3bucket
* @copyright 2020 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand All @@ -28,7 +29,8 @@
* Unit tests for the s3bucket repository.
*
* @package repository_s3bucket
* @copyright 2020 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
return new class extends phpunit_coverage_info {
Expand Down
6 changes: 4 additions & 2 deletions tests/delete_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
* Delete tests.
*
* @package repository_s3bucket
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand All @@ -28,7 +29,8 @@
* Delete tests.
*
* @package repository_s3bucket
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
final class delete_test extends \advanced_testcase {
Expand Down
7 changes: 4 additions & 3 deletions tests/form_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
* Form tests.
*
* @package repository_s3bucket
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand All @@ -29,8 +30,8 @@
* Form tests.
*
* @package repository_s3bucket
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @coversDefaultClass \repository_s3bucket
*/
final class form_test extends \advanced_testcase {
Expand Down
6 changes: 4 additions & 2 deletions tests/generator/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,17 @@
* Amazon S3bucket repository data generator
*
* @package repository_s3bucket
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

/**
* Amazon S3bucket repository data generator
*
* @package repository_s3bucket
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class repository_s3bucket_generator extends testing_repository_generator {
Expand Down
6 changes: 4 additions & 2 deletions tests/generator_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
* Amazon S3bucket repository data generator test
*
* @package repository_s3bucket
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
namespace repository_s3bucket;
Expand All @@ -27,7 +28,8 @@
* Amazon S3bucket repository data generator test
*
* @package repository_s3bucket
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
final class generator_test extends \advanced_testcase {
Expand Down
6 changes: 4 additions & 2 deletions tests/mock_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
* Mock tests.
*
* @package repository_s3bucket
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand All @@ -37,7 +38,8 @@
* Mock tests.
*
* @package repository_s3bucket
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
final class mock_test extends \advanced_testcase {
Expand Down
6 changes: 4 additions & 2 deletions tests/other_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
* Other tests.
*
* @package repository_s3bucket
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
namespace repository_s3bucket;
Expand All @@ -34,7 +35,8 @@
* Other tests.
*
* @package repository_s3bucket
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
final class other_test extends \advanced_testcase {
Expand Down
6 changes: 4 additions & 2 deletions tests/privacy/privacy_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
* Privacy test.
*
* @package repository_s3bucket
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand All @@ -30,7 +31,8 @@
* Privacy tests.
*
* @package repository_s3bucket
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
final class privacy_test extends provider_testcase {
Expand Down
3 changes: 2 additions & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
* Version details
*
* @package repository_s3bucket
* @copyright 2015 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai)
* @copyright eWallah (www.eWallah.net)
* @author Renaat Debleu <info@eWallah.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand Down

0 comments on commit cfb1de9

Please sign in to comment.