Skip to content

Commit

Permalink
copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Dec 13, 2023
1 parent 25727b9 commit a80fa9a
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: composer
run: |
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^4
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
sudo locale-gen en_AU.UTF-8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: composer
run: |
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^4
composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci
echo $(cd ci/bin; pwd) >> $GITHUB_PATH
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
sudo locale-gen en_AU.UTF-8
Expand Down
4 changes: 2 additions & 2 deletions classes/privacy/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Privacy Subsystem implementation for report payments.
*
* @package report_payments
* @copyright 2023 Medical Access Uganda
* @copyright 2023 Medical Access Uganda Limited
* @author Renaat Debleu <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand All @@ -29,7 +29,7 @@
* Privacy Subsystem implementation for report payments.
*
* @package report_payments
* @copyright 2023 Medical Access Uganda
* @copyright 2023 Medical Access Uganda Limited
* @author Renaat Debleu <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
4 changes: 2 additions & 2 deletions classes/reportbuilder/datasource/payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Payments datasource
*
* @package report_payments
* @copyright 2023 Medical Access Uganda
* @copyright 2023 Medical Access Uganda Limited
* @author Renaat Debleu <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand All @@ -36,7 +36,7 @@
* Payments datasource
*
* @package report_payments
* @copyright 2023 Medical Access Uganda
* @copyright 2023 Medical Access Uganda Limited
* @author Renaat Debleu <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
4 changes: 2 additions & 2 deletions classes/reportbuilder/local/systemreports/payments_course.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Course payments
*
* @package report_payments
* @copyright 2023 Medical Access Uganda
* @copyright 2023 Medical Access Uganda Limited
* @author Renaat Debleu <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand All @@ -36,7 +36,7 @@
* Course payments
*
* @package report_payments
* @copyright 2023 Medical Access Uganda
* @copyright 2023 Medical Access Uganda Limited
* @author Renaat Debleu <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
4 changes: 2 additions & 2 deletions classes/reportbuilder/local/systemreports/payments_global.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Global payments
*
* @package report_payments
* @copyright 2023 Medical Access Uganda
* @copyright 2023 Medical Access Uganda Limited
* @author Renaat Debleu <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand All @@ -36,7 +36,7 @@
* Global payments
*
* @package report_payments
* @copyright 2023 Medical Access Uganda
* @copyright 2023 Medical Access Uganda Limited
* @author Renaat Debleu <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
4 changes: 2 additions & 2 deletions classes/reportbuilder/local/systemreports/payments_user.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* User payments
*
* @package report_payments
* @copyright 2023 Medical Access Uganda
* @copyright 2023 Medical Access Uganda Limited
* @author Renaat Debleu <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand All @@ -36,7 +36,7 @@
* User payments
*
* @package report_payments
* @copyright 2023 Medical Access Uganda
* @copyright 2023 Medical Access Uganda Limited
* @author Renaat Debleu <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Global payments.
*
* @package report_payments
* @copyright 2023 Medical Access Uganda
* @copyright 2023 Medical Access Uganda Limited
* @author Renaat Debleu <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
2 changes: 1 addition & 1 deletion lang/en/report_payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* The paymenst report
*
* @package report_payments
* @copyright 2023 Medical Access Uganda
* @copyright 2023 Medical Access Uganda Limited
* @author Renaat Debleu <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
2 changes: 1 addition & 1 deletion settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Settings file
*
* @package report_payments
* @copyright 2023 Medical Access Uganda
* @copyright 2023 Medical Access Uganda Limited
* @author Renaat Debleu <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
4 changes: 2 additions & 2 deletions tests/behat/behat_report_payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Step definitions to process a payment
*
* @package report_payments
* @copyright 2023 Medical Access Uganda
* @copyright 2023 Medical Access Uganda Limited
* @author Renaat Debleu <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand All @@ -34,7 +34,7 @@
* Step definitions to process a payment
*
* @package report_payments
* @copyright 2023 Medical Access Uganda
* @copyright 2023 Medical Access Uganda Limited
* @author Renaat Debleu <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/privacy/privacy_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* Privacy tests for payments report.
*
* @package report_payments
* @copyright 2023 Medical Access Uganda
* @copyright 2023 Medical Access Uganda Limited
* @author Renaat Debleu <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Version information
*
* @package report_payments
* @copyright 2023 Medical Access Uganda
* @copyright 2023 Medical Access Uganda Limited
* @author Renaat Debleu <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down

0 comments on commit a80fa9a

Please sign in to comment.