diff options
Diffstat (limited to 't/01-static.t')
-rw-r--r-- | t/01-static.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/01-static.t b/t/01-static.t index 1d80ee0..bbdacf7 100644 --- a/t/01-static.t +++ b/t/01-static.t @@ -1,4 +1,9 @@ #!/usr/bin/env perl + +# Copyright (C) 2020 Daniel Friesel <daniel.friesel@uos.de> +# +# SPDX-License-Identifier: MIT + use Mojo::Base -strict; use Test::More; |