summary refs log tree commit diff
path: root/ripple
diff options
context:
space:
mode:
authoredef <edef@unfathomable.blue>2022-10-28 14:10:03 +0000
committeredef <edef@unfathomable.blue>2022-10-28 14:10:03 +0000
commit0d4906cbabb183caa96e763671810fb39bd0c935 (patch)
tree0fe5c295eaf6edaff86278f106ed9c08c34c8732 /ripple
parent1a7fcdb0cc6c070e90e51deee4ff5768a2513028 (diff)
ripple/fossil: make protos available as MIT OR Apache-2.0 HEAD trunk
This is more generally useful for other software and interop, so it
should be licensed as liberally as possible.

Change-Id: Iad848b0cb28f69b837f495ca20f00f9cbe677353
Diffstat (limited to 'ripple')
-rw-r--r--ripple/fossil/src/store.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripple/fossil/src/store.proto b/ripple/fossil/src/store.proto
index 4ae930e..14a689e 100644
--- a/ripple/fossil/src/store.proto
+++ b/ripple/fossil/src/store.proto
@@ -1,5 +1,5 @@
 // SPDX-FileCopyrightText: edef <edef@unfathomable.blue>
-// SPDX-License-Identifier: OSL-3.0
+// SPDX-License-Identifier: OSL-3.0 OR MIT OR Apache-2.0
 
 syntax = "proto3";