summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/01-static.t5
-rw-r--r--t/02-registration.t5
-rw-r--r--t/11-journey-stats.t5
-rw-r--r--t/12-journey-edit.t5
-rw-r--r--t/r-negative-delay.t5
5 files changed, 25 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;
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
diff --git a/t/11-journey-stats.t b/t/11-journey-stats.t
index 3a28794..808a15c 100644
--- a/t/11-journey-stats.t
+++ b/t/11-journey-stats.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 journey entry and statistics
diff --git a/t/12-journey-edit.t b/t/12-journey-edit.t
index b1cf6af..941ff95 100644
--- a/t/12-journey-edit.t
+++ b/t/12-journey-edit.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 journey entry and statistics
diff --git a/t/r-negative-delay.t b/t/r-negative-delay.t
index a2818c5..2b6f271 100644
--- a/t/r-negative-delay.t
+++ b/t/r-negative-delay.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;
# Regression test: handle negative cumulative arrival / departure delay