Skip to content

Commit f385846

Browse files
committed
licencing update
1 parent 9c497fd commit f385846

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

LICENCE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Aleksandr Sergeev
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ Feel free to contribute any other high-end bindings you need!
5151

5252
## Licences
5353

54-
This repository does not use any specifc licence, other than the licences of the other libraries it heavily depends on:
54+
This repository is published under [MIT licence](./LICENCE) itself.
55+
However, do not forget to check the licences of the other libraries it heavily depends on:
5556

5657
1. Source library code: [`monocypher` licence](https://github.com/LoupVaillant/Monocypher/blob/master/LICENCE.md).
57-
2. High-level implementations used: [`pymonocypher` licence](https://github.com/jetperch/pymonocypher/blob/main/LICENSE.txt).
58+
2. High-level borrowed from: [`pymonocypher` licence](https://github.com/jetperch/pymonocypher/blob/main/LICENSE.txt).
59+
3. The generated bindings code: [`c-for-go` generated licence](https://github.com/xlab/c-for-go/wiki/Generator-config-section#packagelicense).

monocypher.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GENERATOR:
22
PackageName: monocypher_internal
33
PackageDescription: "Package monocypher provides Go bindings for Monocypher, an easy-to-use crypto library"
4-
PackageLicense: "MIT, see Monocypher licence at: https://github.com/LoupVaillant/Monocypher/blob/master/LICENCE.md"
4+
PackageLicense: "THE AUTOGENERATED LICENSE. ALL THE RIGHTS ARE RESERVED BY ROBOTS."
55
Includes:
66
- "include/monocypher.h"
77
- "include/monocypher-ed25519.h"

0 commit comments

Comments
 (0)