diff options
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 |