-
-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
111 changed files
with
710 additions
and
496 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/bitcurves | ||
version: v1.1.0-beta.0-proton | ||
version: v1.1.2 | ||
type: go | ||
summary: | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/bitcurves | ||
license: other | ||
licenses: | ||
- sources: [email protected].0-beta.0-proton/LICENSE | ||
- sources: [email protected].2/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -35,7 +35,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0-beta.0-proton/PATENTS | ||
- sources: [email protected].2/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/brainpool | ||
version: v1.1.0-beta.0-proton | ||
version: v1.1.2 | ||
type: go | ||
summary: Package brainpool implements Brainpool elliptic curves. | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/brainpool | ||
license: other | ||
licenses: | ||
- sources: [email protected].0-beta.0-proton/LICENSE | ||
- sources: [email protected].2/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -35,7 +35,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0-beta.0-proton/PATENTS | ||
- sources: [email protected].2/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/eax | ||
version: v1.1.0-beta.0-proton | ||
version: v1.1.2 | ||
type: go | ||
summary: 'Package eax provides an implementation of the EAX (encrypt-authenticate-translate) | ||
mode of operation, as described in Bellare, Rogaway, and Wagner "THE EAX MODE OF | ||
|
@@ -9,7 +9,7 @@ summary: 'Package eax provides an implementation of the EAX (encrypt-authenticat | |
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/eax | ||
license: other | ||
licenses: | ||
- sources: [email protected].0-beta.0-proton/LICENSE | ||
- sources: [email protected].2/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -38,7 +38,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0-beta.0-proton/PATENTS | ||
- sources: [email protected].2/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/internal/byteutil | ||
version: v1.1.0-beta.0-proton | ||
version: v1.1.2 | ||
type: go | ||
summary: | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/internal/byteutil | ||
license: other | ||
licenses: | ||
- sources: [email protected].0-beta.0-proton/LICENSE | ||
- sources: [email protected].2/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -35,7 +35,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0-beta.0-proton/PATENTS | ||
- sources: [email protected].2/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/ocb | ||
version: v1.1.0-beta.0-proton | ||
version: v1.1.2 | ||
type: go | ||
summary: 'Package ocb provides an implementation of the OCB (offset codebook) mode | ||
of operation, as described in RFC-7253 of the IRTF and in Rogaway, Bellare, Black | ||
|
@@ -9,7 +9,7 @@ summary: 'Package ocb provides an implementation of the OCB (offset codebook) mo | |
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/ocb | ||
license: other | ||
licenses: | ||
- sources: [email protected].0-beta.0-proton/LICENSE | ||
- sources: [email protected].2/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -38,7 +38,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0-beta.0-proton/PATENTS | ||
- sources: [email protected].2/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/openpgp | ||
version: v1.1.0-beta.0-proton | ||
version: v1.1.2 | ||
type: go | ||
summary: Package openpgp implements high level operations on OpenPGP messages. | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp | ||
license: other | ||
licenses: | ||
- sources: [email protected].0-beta.0-proton/LICENSE | ||
- sources: [email protected].2/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -35,7 +35,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0-beta.0-proton/PATENTS | ||
- sources: [email protected].2/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/openpgp/aes/keywrap | ||
version: v1.1.0-beta.0-proton | ||
version: v1.1.2 | ||
type: go | ||
summary: Package keywrap is an implementation of the RFC 3394 AES key wrapping algorithm. | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap | ||
license: other | ||
licenses: | ||
- sources: [email protected].0-beta.0-proton/LICENSE | ||
- sources: [email protected].2/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -35,7 +35,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0-beta.0-proton/PATENTS | ||
- sources: [email protected].2/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/openpgp/armor | ||
version: v1.1.0-beta.0-proton | ||
version: v1.1.2 | ||
type: go | ||
summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880. | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/armor | ||
license: other | ||
licenses: | ||
- sources: [email protected].0-beta.0-proton/LICENSE | ||
- sources: [email protected].2/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -35,7 +35,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0-beta.0-proton/PATENTS | ||
- sources: [email protected].2/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/openpgp/ecdh | ||
version: v1.1.0-beta.0-proton | ||
version: v1.1.2 | ||
type: go | ||
summary: Package ecdh implements ECDH encryption, suitable for OpenPGP, as specified | ||
in RFC 6637, section 8. | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdh | ||
license: other | ||
licenses: | ||
- sources: [email protected].0-beta.0-proton/LICENSE | ||
- sources: [email protected].2/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -36,7 +36,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0-beta.0-proton/PATENTS | ||
- sources: [email protected].2/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/openpgp/ecdsa | ||
version: v1.1.0-beta.0-proton | ||
version: v1.1.2 | ||
type: go | ||
summary: Package ecdsa implements ECDSA signature, suitable for OpenPGP, as specified | ||
in RFC 6637, section 5. | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdsa | ||
license: other | ||
licenses: | ||
- sources: [email protected].0-beta.0-proton/LICENSE | ||
- sources: [email protected].2/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -36,7 +36,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0-beta.0-proton/PATENTS | ||
- sources: [email protected].2/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/openpgp/ed25519 | ||
version: v1.1.0-beta.0-proton | ||
version: v1.1.2 | ||
type: go | ||
summary: Package ed25519 implements the ed25519 signature algorithm for OpenPGP as | ||
defined in the Open PGP crypto refresh. | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed25519 | ||
license: other | ||
licenses: | ||
- sources: [email protected].0-beta.0-proton/LICENSE | ||
- sources: [email protected].2/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -36,7 +36,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0-beta.0-proton/PATENTS | ||
- sources: [email protected].2/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/openpgp/ed448 | ||
version: v1.1.0-beta.0-proton | ||
version: v1.1.2 | ||
type: go | ||
summary: Package ed448 implements the ed448 signature algorithm for OpenPGP as defined | ||
in the Open PGP crypto refresh. | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed448 | ||
license: other | ||
licenses: | ||
- sources: [email protected].0-beta.0-proton/LICENSE | ||
- sources: [email protected].2/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -36,7 +36,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0-beta.0-proton/PATENTS | ||
- sources: [email protected].2/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/openpgp/eddsa | ||
version: v1.1.0-beta.0-proton | ||
version: v1.1.2 | ||
type: go | ||
summary: Package eddsa implements EdDSA signature, suitable for OpenPGP, as specified | ||
in https://datatracker.ietf.org/doc/html/draft-ietf-openpgp-crypto-refresh-06#section-13.7 | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/eddsa | ||
license: other | ||
licenses: | ||
- sources: [email protected].0-beta.0-proton/LICENSE | ||
- sources: [email protected].2/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -36,7 +36,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0-beta.0-proton/PATENTS | ||
- sources: [email protected].2/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/openpgp/elgamal | ||
version: v1.1.0-beta.0-proton | ||
version: v1.1.2 | ||
type: go | ||
summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified | ||
in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms," | ||
IEEE Transactions on Information Theory, v. | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/elgamal | ||
license: other | ||
licenses: | ||
- sources: [email protected].0-beta.0-proton/LICENSE | ||
- sources: [email protected].2/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -37,7 +37,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0-beta.0-proton/PATENTS | ||
- sources: [email protected].2/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/openpgp/errors | ||
version: v1.1.0-beta.0-proton | ||
version: v1.1.2 | ||
type: go | ||
summary: Package errors contains common error types for the OpenPGP packages. | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/errors | ||
license: other | ||
licenses: | ||
- sources: [email protected].0-beta.0-proton/LICENSE | ||
- sources: [email protected].2/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -35,7 +35,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0-beta.0-proton/PATENTS | ||
- sources: [email protected].2/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/openpgp/internal/algorithm | ||
version: v1.1.0-beta.0-proton | ||
version: v1.1.2 | ||
type: go | ||
summary: | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm | ||
license: other | ||
licenses: | ||
- sources: [email protected].0-beta.0-proton/LICENSE | ||
- sources: [email protected].2/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -35,7 +35,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0-beta.0-proton/PATENTS | ||
- sources: [email protected].2/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
Oops, something went wrong.