Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Update license in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBack committed Apr 6, 2021
1 parent f4b2100 commit 890b858
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tests/BootstrapTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/*
* Copyright (C) 2021 Justin René Back <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

use PHPUnit\Framework\TestCase;

final class BootstrapTest extends TestCase {
Expand Down
17 changes: 17 additions & 0 deletions tests/HelperTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/*
* Copyright (C) 2021 Justin René Back <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

use PHPUnit\Framework\TestCase;

final class HelperTest extends TestCase {
Expand Down
17 changes: 17 additions & 0 deletions tests/PhoenixTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php

/*
* Copyright (C) 2021 Justin René Back <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

use PHPUnit\Framework\TestCase;

final class PhoenixTest extends TestCase {
Expand Down

0 comments on commit 890b858

Please sign in to comment.