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