Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,45 @@ the Apache 2.0 grant above. See docs/COMMERCIAL_BOUNDARY.md.
"BlockSiFr", "TTP" and "PCTR" are trademarks of BlockSiFr. Trademark use is
governed by docs/TRADEMARKS.md and, per section 6 of the License, no trademark
rights are granted by the License itself.

--------------------------------------------------------------------------------
PATENT GRANT AND IMPLEMENTATION ASSURANCE
--------------------------------------------------------------------------------

TTP is released under the Apache License 2.0 and is intended to remain a
permanently open protocol. BlockSiFr's commercial interests are in managed
services and enterprise tooling built on top of the protocol -- not in
controlling the protocol itself.

The Apache 2.0 license's express patent grant covers any patents BlockSiFr
holds that are necessarily infringed by implementing the protocol
specification as published in this repository.

In plain language: if you implement what's in the spec, you're covered.

You may, royalty-free:

- Implement the TTP protocol as described in the specification.
- Use the reference aggregation algorithm from protocol/aggregation-spec.md
in any product, commercial or otherwise.
- Build competing Trust Authority services, SDKs, issuers, or verifiers that
conform to the protocol.
- Deploy TTP for internal enterprise use without paying BlockSiFr anything.
- Fork and modify the reference implementations under Apache 2.0.

BlockSiFr commits that:

1. The core TTP specification will never be made patent-encumbered in a way
that blocks royalty-free implementation.

2. If TTP is submitted to a standards body (IETF, W3C, etc.), BlockSiFr will
provide the patent grants required by that body's IP policy.

3. Any protocol change that introduces a new patent-pending mechanism will be
clearly flagged in the RFC process, and the patent grant will be updated
before the change is accepted into the normative specification.

None of BlockSiFr's commercial offerings gate access to the open protocol.
Alternative Trust Authority implementations are possible and encouraged.

For questions about IP or licensing: hello@blocksifr.com
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Start here in order:

Start here in order:

1. [`COMMERCIAL_BOUNDARY.md`](../COMMERCIAL_BOUNDARY.md)
1. [`COMMERCIAL_BOUNDARY.md`](COMMERCIAL_BOUNDARY.md)
2. [`docs/enterprise/security-model.md`](./enterprise/security-model.md)
3. [`docs/enterprise/threat-model.md`](./enterprise/threat-model.md)
4. [`docs/enterprise/deployment-patterns.md`](./enterprise/deployment-patterns.md)
Expand Down
70 changes: 0 additions & 70 deletions docs/patent-strategy.md

This file was deleted.

2 changes: 1 addition & 1 deletion protocol/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ For the current scope and grammar, see:

- [`../README.md`](../README.md)
- [`../SPECIFICATION.md`](../SPECIFICATION.md)
- [`../docs/MVP.md`](../MVP.md)
- [`../docs/MVP.md`](../docs/MVP.md)
- [`../THREAT_MODEL.md`](../THREAT_MODEL.md)
Loading