summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2013-04-12 19:16:27 +0100
committerdakkar <dakkar@thenautilus.net>2013-04-12 19:17:10 +0100
commitdb722a44eb917e17c2ef2c2cfe481db5e9af848f (patch)
tree2ffdba928da8d7c148933b415a8e7f3e04c27d53 /t
parentfixed rotor ring settings (diff)
downloadEnigmatic-db722a44eb917e17c2ef2c2cfe481db5e9af848f.tar.gz
Enigmatic-db722a44eb917e17c2ef2c2cfe481db5e9af848f.tar.bz2
Enigmatic-db722a44eb917e17c2ef2c2cfe481db5e9af848f.zip
add licenceHEADmaster
Diffstat (limited to 't')
-rw-r--r--t/basic-enigma.t16
-rw-r--r--t/full-enigma.t15
-rw-r--r--t/lib/Test/Enigmatic.pm16
-rw-r--r--t/plugboard.t16
-rw-r--r--t/reflectors.t16
-rw-r--r--t/rotors.t16
-rw-r--r--t/simple-enigma.t16
-rw-r--r--t/stepping.t16
8 files changed, 127 insertions, 0 deletions
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 <dakkar@thenautilus.net>
+
+=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 <dakkar@thenautilus.net>
+
+=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 <dakkar@thenautilus.net>
+
+=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 <dakkar@thenautilus.net>
+
+=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 <dakkar@thenautilus.net>
+
+=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 <dakkar@thenautilus.net>
+
+=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 <dakkar@thenautilus.net>
+
+=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 <dakkar@thenautilus.net>
+
+=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