aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorTeddy Wing2020-10-03 17:47:04 +0200
committerTeddy Wing2020-10-03 17:47:04 +0200
commit9bf60812f53f47a3c05b9a8412e45d1f633f7f3f (patch)
tree0324f26d8eb5970df009071e5712d4c650ddc8ad /t
parentfc94501bd6aa696de449321aa41770bc96a4bb34 (diff)
downloadgit-todo-9bf60812f53f47a3c05b9a8412e45d1f633f7f3f.tar.bz2
Add license (GNU GPLv3+)
Diffstat (limited to 't')
-rw-r--r--t/001-setup.t16
-rw-r--r--t/100-shows-todo-comments-since-fork-point.t16
-rw-r--r--t/101-removed-todo-lines-not-included.t16
-rw-r--r--t/102-accepts-ref-argument.t16
-rw-r--r--t/103-fails-with-more-than-one-ref-argument.t16
-rw-r--r--t/999-teardown.t16
-rw-r--r--t/bin.pm16
7 files changed, 112 insertions, 0 deletions
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 <https://www.gnu.org/licenses/>.
+
+
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 <https://www.gnu.org/licenses/>.
+
+
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 <https://www.gnu.org/licenses/>.
+
+
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 <https://www.gnu.org/licenses/>.
+
+
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 <https://www.gnu.org/licenses/>.
+
+
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 <https://www.gnu.org/licenses/>.
+
+
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 <https://www.gnu.org/licenses/>.
+
+
package Bin;
use strict;