57 |
58 |
License
59 |
60 |
LuaCrypto is free software: it can be used for both academic and
61 | commercial purposes at absolutely no cost. There are no royalties
62 | or GNU-like "copyleft" restrictions. LuaCrypto qualifies as Open
64 | Source software. Its licenses are compatible with GPL. LuaCrypto is not
66 | in the public domain and Keith Howe keeps its copyright. The
67 | legal details are below.
68 |
69 |
The spirit of the license is that you are free to use LuaCrypto
70 | for any purpose at no cost without having to ask us. The only
71 | requirement is that if you do use LuaCrypto, then you should give
72 | us credit by including the appropriate copyright notice somewhere
73 | in your product or its documentation.
74 |
75 |
The LuaCrypto library is designed and implemented by Keith Howe. The implementation is not derived from licensed software.
76 |
77 |
78 |
Copyright © 2006 Keith Howe.
79 |
80 |
Permission is hereby granted, free of charge, to any person
81 | obtaining a copy of this software and associated documentation
82 | files (the "Software"), to deal in the Software without
83 | restriction, including without limitation the rights to use, copy,
84 | modify, merge, publish, distribute, sublicense, and/or sell copies
85 | of the Software, and to permit persons to whom the Software is
86 | furnished to do so, subject to the following conditions:
87 |
88 |
The above copyright notice and this permission notice shall be
89 | included in all copies or substantial portions of the Software.
90 |
91 |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
92 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
93 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
94 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
95 | BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
96 | ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
97 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
98 | SOFTWARE.
99 |
100 |
101 |
102 |
103 |