File Coverage

blib/lib/Software/License/SSLeay.pm
Criterion Covered Total %
statement 13 14 92.8
branch n/a
condition n/a
subroutine 7 8 87.5
pod 5 5 100.0
total 25 27 92.5


line stmt bran cond sub pod time code
1 10     10   2314 use strict;
  10         16  
  10         214  
2 10     10   35 use warnings;
  10         17  
  10         325  
3             $Software::License::SSLeay::VERSION = '0.104002';
4             use parent 'Software::License';
5 10     10   42 # ABSTRACT: The Original SSLeay License
  10         17  
  10         35  
6              
7              
8 23     23 1 106 1;
9 0     0 1 0  
10 43     43 1 471 =pod
11 42     42 1 86  
12 42     42 1 80 =encoding UTF-8
13              
14             =head1 NAME
15              
16             Software::License::SSLeay - The Original SSLeay License
17              
18             =head1 VERSION
19              
20             version 0.104002
21              
22             =head1 PERL VERSION
23              
24             This module is part of CPAN toolchain, or is treated as such. As such, it
25             follows the agreement of the Perl Toolchain Gang to require no newer version of
26             perl than v5.8.1. This version may change by agreement of the Toolchain Gang,
27             but for now is governed by the L<Lancaster
28             Consensus|https://github.com/Perl-Toolchain-Gang/toolchain-site/blob/master/lancaster-consensus.md>
29             of 2013.
30              
31             =head1 AUTHOR
32              
33             Ricardo Signes <rjbs@semiotic.systems>
34              
35             =head1 COPYRIGHT AND LICENSE
36              
37             This software is copyright (c) 2022 by Ricardo Signes.
38              
39             This is free software; you can redistribute it and/or modify it under
40             the same terms as the Perl 5 programming language system itself.
41              
42             =cut
43              
44             __LICENSE__
45             Copyright (c) 1995-1998 Eric Young (eay@cryptsoft.com) All rights reserved.
46              
47             Redistribution and use in source and binary forms, with or without
48             modification, are permitted provided that the following conditions are met:
49              
50             This library is free for commercial and non-commercial use as long as
51             the following conditions are aheared to. The following conditions
52             apply to all code found in this distribution, be it the RC4, RSA,
53             lhash, DES, etc., code; not just the SSL code. The SSL documentation
54             included with this distribution is covered by the same copyright terms
55             except that the holder is Tim Hudson (tjh@cryptsoft.com).
56              
57             Copyright remains Eric Young’s, and as such any Copyright notices in the code
58             are not to be removed. If this package is used in a product, Eric Young
59             should be given attribution as the author of the parts of the library used.
60             This can be in the form of a textual message at program startup or in
61             documentation (online or textual) provided with the package.
62              
63             Redistribution and use in source and binary forms, with or without
64             modification, are permitted provided that the following conditions are met:
65              
66             1. Redistributions of source code must retain the copyright
67             notice, this list of conditions and the following disclaimer.
68             2. Redistributions in binary form must reproduce the above copyright
69             notice, this list of conditions and the following disclaimer in the
70             documentation and/or other materials provided with the distribution.
71             3. All advertising materials mentioning features or use of this software
72             must display the following acknowledgement:
73             “This product includes cryptographic software written by
74             Eric Young (eay@cryptsoft.com)”
75             The word ‘cryptographic’ can be left out if the rouines from the library
76             being used are not cryptographic related :-).
77             4. If you include any Windows specific code (or a derivative thereof) from
78             the apps directory (application code) you must include an
79             acknowledgement: “This product includes software written by Tim Hudson
80             (tjh@cryptsoft.com)”
81              
82             THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ‘‘AS IS’’ AND
83             ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
84             IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
85             ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
86             FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
87             DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
88             OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
89             HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
90             LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
91             OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
92             SUCH DAMAGE.
93              
94             The licence and distribution terms for any publically available version or
95             derivative of this code cannot be changed. i.e. this code cannot simply be
96             copied and put under another distribution licence
97             [including the GNU Public Licence.]