From efab55d4c8ebd3ae37917969c01cdf525829fa76 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Tue, 10 Dec 2019 00:18:21 -0500 Subject: Fix reported license and update changelog --- public/bash.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/bash.template') diff --git a/public/bash.template b/public/bash.template index c7f95bc..bfaaae2 100644 --- a/public/bash.template +++ b/public/bash.template @@ -1,8 +1,8 @@ #!/usr/bin/env bash -# ISC License +# Licensed under Parity Public License 7.0.0 # The full version of this license can be found here: -# https://git.submelon.dev/kjhoerr/ao-coverage/raw/branch/trunk/LICENSE +# https://git.submelon.dev/kjhoerr/ao-coverage/raw/branch/trunk/LICENSE.md url="{{TARGET_URL}}" commit="" -- cgit