From db722a44eb917e17c2ef2c2cfe481db5e9af848f Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 12 Apr 2013 19:16:27 +0100 Subject: add licence --- t/basic-enigma.t | 16 ++++++++++++++++ t/full-enigma.t | 15 +++++++++++++++ t/lib/Test/Enigmatic.pm | 16 ++++++++++++++++ t/plugboard.t | 16 ++++++++++++++++ t/reflectors.t | 16 ++++++++++++++++ t/rotors.t | 16 ++++++++++++++++ t/simple-enigma.t | 16 ++++++++++++++++ t/stepping.t | 16 ++++++++++++++++ 8 files changed, 127 insertions(+) (limited to 't') diff --git a/t/basic-enigma.t b/t/basic-enigma.t index 9ed8c90..c007ef2 100644 --- a/t/basic-enigma.t +++ b/t/basic-enigma.t @@ -25,3 +25,19 @@ Test::Enigmatic::test_full_machine( 'EWTYX'); done_testing(); + +__END__ + +=head1 AUTHOR + +Gianni Ceccarelli + +=head1 COPYRIGHT AND LICENSE + +This software is copyright (c) 2011 by Gianni Ceccarelli. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as +published by the Free Software Foundation, version 3. + +=cut diff --git a/t/full-enigma.t b/t/full-enigma.t index 872b199..069f4a1 100644 --- a/t/full-enigma.t +++ b/t/full-enigma.t @@ -50,3 +50,18 @@ Test::Enigmatic::test_full_machine( done_testing(); +__END__ + +=head1 AUTHOR + +Gianni Ceccarelli + +=head1 COPYRIGHT AND LICENSE + +This software is copyright (c) 2011 by Gianni Ceccarelli. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as +published by the Free Software Foundation, version 3. + +=cut diff --git a/t/lib/Test/Enigmatic.pm b/t/lib/Test/Enigmatic.pm index 6e35070..644f897 100644 --- a/t/lib/Test/Enigmatic.pm +++ b/t/lib/Test/Enigmatic.pm @@ -38,3 +38,19 @@ sub test_full_machine { 'got expected output'); } } + +__END__ + +=head1 AUTHOR + +Gianni Ceccarelli + +=head1 COPYRIGHT AND LICENSE + +This software is copyright (c) 2011 by Gianni Ceccarelli. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as +published by the Free Software Foundation, version 3. + +=cut diff --git a/t/plugboard.t b/t/plugboard.t index 3e1b5dc..f678a97 100644 --- a/t/plugboard.t +++ b/t/plugboard.t @@ -52,3 +52,19 @@ subtest 'constraints' => sub { }; done_testing(); + +__END__ + +=head1 AUTHOR + +Gianni Ceccarelli + +=head1 COPYRIGHT AND LICENSE + +This software is copyright (c) 2011 by Gianni Ceccarelli. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as +published by the Free Software Foundation, version 3. + +=cut diff --git a/t/reflectors.t b/t/reflectors.t index 107ff9f..04dff19 100644 --- a/t/reflectors.t +++ b/t/reflectors.t @@ -69,3 +69,19 @@ subtest 'reflector box' => sub { }; done_testing(); + +__END__ + +=head1 AUTHOR + +Gianni Ceccarelli + +=head1 COPYRIGHT AND LICENSE + +This software is copyright (c) 2011 by Gianni Ceccarelli. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as +published by the Free Software Foundation, version 3. + +=cut diff --git a/t/rotors.t b/t/rotors.t index 27b6eba..eb35bb9 100644 --- a/t/rotors.t +++ b/t/rotors.t @@ -99,3 +99,19 @@ subtest 'ring-setting on real rotor' => sub { }; done_testing(); + +__END__ + +=head1 AUTHOR + +Gianni Ceccarelli + +=head1 COPYRIGHT AND LICENSE + +This software is copyright (c) 2011 by Gianni Ceccarelli. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as +published by the Free Software Foundation, version 3. + +=cut diff --git a/t/simple-enigma.t b/t/simple-enigma.t index 889f0c0..2a42bd5 100644 --- a/t/simple-enigma.t +++ b/t/simple-enigma.t @@ -18,3 +18,19 @@ Test::Enigmatic::test_full_machine( 'this is a simple text to be encrypted by an enigma machine'); done_testing(); + +__END__ + +=head1 AUTHOR + +Gianni Ceccarelli + +=head1 COPYRIGHT AND LICENSE + +This software is copyright (c) 2011 by Gianni Ceccarelli. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as +published by the Free Software Foundation, version 3. + +=cut diff --git a/t/stepping.t b/t/stepping.t index 0d7a453..1806a30 100644 --- a/t/stepping.t +++ b/t/stepping.t @@ -129,3 +129,19 @@ subtest 'double-stepping' => sub { }; done_testing(); + +__END__ + +=head1 AUTHOR + +Gianni Ceccarelli + +=head1 COPYRIGHT AND LICENSE + +This software is copyright (c) 2011 by Gianni Ceccarelli. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as +published by the Free Software Foundation, version 3. + +=cut -- cgit v1.2.3