diff --git a/classes/privacy/provider.php b/classes/privacy/provider.php index 3c2ce76..fa85bb7 100644 --- a/classes/privacy/provider.php +++ b/classes/privacy/provider.php @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class provider implements \core_privacy\local\metadata\null_provider { diff --git a/db/access.php b/db/access.php index c796551..dcc5ffc 100644 --- a/db/access.php +++ b/db/access.php @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/db/upgrade.php b/db/upgrade.php index da43969..f479c13 100644 --- a/db/upgrade.php +++ b/db/upgrade.php @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/lang/en/repository_s3bucket.php b/lang/en/repository_s3bucket.php index 528ad11..c0b24dc 100644 --- a/lang/en/repository_s3bucket.php +++ b/lang/en/repository_s3bucket.php @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/lib.php b/lib.php index 7a71368..3087da1 100644 --- a/lib.php +++ b/lib.php @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class repository_s3bucket extends repository { diff --git a/tests/behat/behat_repository_s3bucket.php b/tests/behat/behat_repository_s3bucket.php index 4f7f267..0a056ee 100644 --- a/tests/behat/behat_repository_s3bucket.php +++ b/tests/behat/behat_repository_s3bucket.php @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class behat_repository_s3bucket extends behat_base { diff --git a/tests/behatstep_test.php b/tests/behatstep_test.php index bd7d58a..3077565 100644 --- a/tests/behatstep_test.php +++ b/tests/behatstep_test.php @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ namespace repository_s3bucket; @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ final class behatstep_test extends \advanced_testcase { diff --git a/tests/coverage.php b/tests/coverage.php index 8368c81..9e7fc6b 100644 --- a/tests/coverage.php +++ b/tests/coverage.php @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ return new class extends phpunit_coverage_info { diff --git a/tests/delete_test.php b/tests/delete_test.php index c167603..133120e 100644 --- a/tests/delete_test.php +++ b/tests/delete_test.php @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ final class delete_test extends \advanced_testcase { diff --git a/tests/form_test.php b/tests/form_test.php index 0dac0cb..1d26ac4 100644 --- a/tests/form_test.php +++ b/tests/form_test.php @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -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 * @coversDefaultClass \repository_s3bucket */ final class form_test extends \advanced_testcase { diff --git a/tests/generator/lib.php b/tests/generator/lib.php index 10a1a75..00c4fa4 100644 --- a/tests/generator/lib.php +++ b/tests/generator/lib.php @@ -18,7 +18,8 @@ * 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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -26,7 +27,8 @@ * 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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class repository_s3bucket_generator extends testing_repository_generator { diff --git a/tests/generator_test.php b/tests/generator_test.php index 2082183..e0d1341 100644 --- a/tests/generator_test.php +++ b/tests/generator_test.php @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ namespace repository_s3bucket; @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ final class generator_test extends \advanced_testcase { diff --git a/tests/mock_test.php b/tests/mock_test.php index 128c81c..bc0d60b 100644 --- a/tests/mock_test.php +++ b/tests/mock_test.php @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ final class mock_test extends \advanced_testcase { diff --git a/tests/other_test.php b/tests/other_test.php index 8d51b32..addb7d3 100644 --- a/tests/other_test.php +++ b/tests/other_test.php @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ namespace repository_s3bucket; @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ final class other_test extends \advanced_testcase { diff --git a/tests/privacy/privacy_test.php b/tests/privacy/privacy_test.php index 7997589..1c52213 100644 --- a/tests/privacy/privacy_test.php +++ b/tests/privacy/privacy_test.php @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ final class privacy_test extends provider_testcase { diff --git a/version.php b/version.php index 942f204..d88c0dd 100644 --- a/version.php +++ b/version.php @@ -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 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */