From 9bf60812f53f47a3c05b9a8412e45d1f633f7f3f Mon Sep 17 00:00:00 2001
From: Teddy Wing
Date: Sat, 3 Oct 2020 17:47:04 +0200
Subject: Add license (GNU GPLv3+)
---
t/001-setup.t | 16 ++++++++++++++++
t/100-shows-todo-comments-since-fork-point.t | 16 ++++++++++++++++
t/101-removed-todo-lines-not-included.t | 16 ++++++++++++++++
t/102-accepts-ref-argument.t | 16 ++++++++++++++++
t/103-fails-with-more-than-one-ref-argument.t | 16 ++++++++++++++++
t/999-teardown.t | 16 ++++++++++++++++
t/bin.pm | 16 ++++++++++++++++
7 files changed, 112 insertions(+)
(limited to 't')
diff --git a/t/001-setup.t b/t/001-setup.t
index bd4b6ae..2502169 100644
--- a/t/001-setup.t
+++ b/t/001-setup.t
@@ -1,5 +1,21 @@
#!/usr/bin/env perl -w
+# Copyright (c) 2020 Teddy Wing
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
+
+
use strict;
use File::Copy;
diff --git a/t/100-shows-todo-comments-since-fork-point.t b/t/100-shows-todo-comments-since-fork-point.t
index fbf4f86..8a7bb57 100644
--- a/t/100-shows-todo-comments-since-fork-point.t
+++ b/t/100-shows-todo-comments-since-fork-point.t
@@ -1,5 +1,21 @@
#!/usr/bin/env perl -w
+# Copyright (c) 2020 Teddy Wing
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
+
+
use strict;
use File::Copy;
diff --git a/t/101-removed-todo-lines-not-included.t b/t/101-removed-todo-lines-not-included.t
index 5a0fec4..be04015 100644
--- a/t/101-removed-todo-lines-not-included.t
+++ b/t/101-removed-todo-lines-not-included.t
@@ -1,5 +1,21 @@
#!/usr/bin/env perl -w
+# Copyright (c) 2020 Teddy Wing
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
+
+
use strict;
use File::Copy;
diff --git a/t/102-accepts-ref-argument.t b/t/102-accepts-ref-argument.t
index a7153df..f4b6611 100644
--- a/t/102-accepts-ref-argument.t
+++ b/t/102-accepts-ref-argument.t
@@ -1,5 +1,21 @@
#!/usr/bin/env perl -w
+# Copyright (c) 2020 Teddy Wing
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
+
+
use strict;
use File::Copy;
diff --git a/t/103-fails-with-more-than-one-ref-argument.t b/t/103-fails-with-more-than-one-ref-argument.t
index b376137..8edde3b 100644
--- a/t/103-fails-with-more-than-one-ref-argument.t
+++ b/t/103-fails-with-more-than-one-ref-argument.t
@@ -1,5 +1,21 @@
#!/usr/bin/env perl -w
+# Copyright (c) 2020 Teddy Wing
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
+
+
use strict;
use File::Copy;
diff --git a/t/999-teardown.t b/t/999-teardown.t
index e7e8ab2..f184b8b 100644
--- a/t/999-teardown.t
+++ b/t/999-teardown.t
@@ -1,5 +1,21 @@
#!/usr/bin/env perl -w
+# Copyright (c) 2020 Teddy Wing
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
+
+
use strict;
use Test::More;
diff --git a/t/bin.pm b/t/bin.pm
index eea6490..e5cf13d 100644
--- a/t/bin.pm
+++ b/t/bin.pm
@@ -1,3 +1,19 @@
+# Copyright (c) 2020 Teddy Wing
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
+
+
package Bin;
use strict;
--
cgit v1.2.3