diff options
Diffstat (limited to 't/02-registration.t')
-rw-r--r-- | t/02-registration.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/02-registration.t b/t/02-registration.t index 71783d4..83b981c 100644 --- a/t/02-registration.t +++ b/t/02-registration.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; # Tests the standard registration -> verification -> successful login flow |