diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-06-18 21:49:58 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-06-18 21:49:58 (EDT) |
commit | 4fe83854fc6baec0273863671ed8ee66308fcab8 (patch) | |
tree | 2da24aff1fed1c13423f23ecde86af8166afdfb9 /tests | |
parent | f8736ddda6d8594f830adc93d17ccc7ac3f64a2b (diff) |
Fix license notices
Diffstat (limited to 'tests')
-rw-r--r-- | tests/aux/common.sh | 2 | ||||
-rwxr-xr-x | tests/build.sh | 2 | ||||
-rwxr-xr-x | tests/version.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/aux/common.sh b/tests/aux/common.sh index 9f9edcc..1713425 100644 --- a/tests/aux/common.sh +++ b/tests/aux/common.sh @@ -15,7 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with opkg-opk. If not, see <http://www.gnu.org/licenses/>. +# along with opkg-opk. If not, see <https://www.gnu.org/licenses/>. is() { diff --git a/tests/build.sh b/tests/build.sh index 883f2e4..b17994a 100755 --- a/tests/build.sh +++ b/tests/build.sh @@ -15,7 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with opkg-opk. If not, see <http://www.gnu.org/licenses/>. +# along with opkg-opk. If not, see <https://www.gnu.org/licenses/>. set -eu diff --git a/tests/version.sh b/tests/version.sh index 6038d70..bec8038 100755 --- a/tests/version.sh +++ b/tests/version.sh @@ -15,7 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with opkg-opk. If not, see <http://www.gnu.org/licenses/>. +# along with opkg-opk. If not, see <https://www.gnu.org/licenses/>. set -eu |