diff options
author | edef <edef@unfathomable.blue> | 2022-10-28 14:10:03 +0000 |
---|---|---|
committer | edef <edef@unfathomable.blue> | 2022-10-28 14:10:03 +0000 |
commit | 0d4906cbabb183caa96e763671810fb39bd0c935 (patch) | |
tree | 0fe5c295eaf6edaff86278f106ed9c08c34c8732 /ripple/fossil | |
parent | 1a7fcdb0cc6c070e90e51deee4ff5768a2513028 (diff) | |
download | unf-legacy-trunk.tar.zst |
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/fossil')
-rw-r--r-- | ripple/fossil/src/store.proto | 2 |
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"; |