diff options
Diffstat (limited to 't')
-rw-r--r-- | t/001-setup.t | 16 | ||||
-rw-r--r-- | t/100-shows-todo-comments-since-fork-point.t | 16 | ||||
-rw-r--r-- | t/101-removed-todo-lines-not-included.t | 16 | ||||
-rw-r--r-- | t/102-accepts-ref-argument.t | 16 | ||||
-rw-r--r-- | t/103-fails-with-more-than-one-ref-argument.t | 16 | ||||
-rw-r--r-- | t/999-teardown.t | 16 | ||||
-rw-r--r-- | t/bin.pm | 16 |
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; @@ -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; |