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 --- t/01-basic.t | 5 +++++ t/22-json.t | 4 ++++ 2 files changed, 9 insertions(+) (limited to 't') diff --git a/t/01-basic.t b/t/01-basic.t index 4f471b0..41ac6e5 100644 --- a/t/01-basic.t +++ b/t/01-basic.t @@ -1,3 +1,8 @@ +#!/usr/bin/env perl +# Copyright (C) 2020 Daniel Friesel +# +# SPDX-License-Identifier: CC0-1.0 + use Test::More; use Test::Mojo; diff --git a/t/22-json.t b/t/22-json.t index 471467f..dacbf6f 100644 --- a/t/22-json.t +++ b/t/22-json.t @@ -1,4 +1,8 @@ #!/usr/bin/env perl +# Copyright (C) 2020 Daniel Friesel +# +# SPDX-License-Identifier: CC0-1.0 + use strict; use warnings; use 5.014; -- cgit v1.2.3