From e7efe6de232445e3ef7816db4661670f7839ba7a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 28 Nov 2020 10:39:08 +0100 Subject: add machine-readable copyright and licensing information --- scripts/asset-rebuild | 3 +++ scripts/asset-release | 3 +++ 2 files changed, 6 insertions(+) (limited to 'scripts') diff --git a/scripts/asset-rebuild b/scripts/asset-rebuild index 8e145fc..51b97a6 100755 --- a/scripts/asset-rebuild +++ b/scripts/asset-rebuild @@ -1,4 +1,7 @@ #!/bin/sh +# Copyright (C) 2020 Daniel Friesel +# +# SPDX-License-Identifier: CC0-1.0 set -ex diff --git a/scripts/asset-release b/scripts/asset-release index 6a3e179..b01c441 100755 --- a/scripts/asset-release +++ b/scripts/asset-release @@ -1,4 +1,7 @@ #!/bin/sh +# Copyright (C) 2020 Daniel Friesel +# +# SPDX-License-Identifier: CC0-1.0 set -ex -- cgit v1.2.3