From f674eb416695b08eaaaf5c2161dc0ba567fdb4fc Mon Sep 17 00:00:00 2001 From: haad Date: Wed, 27 Nov 2024 09:00:23 +0100 Subject: [PATCH] Update and add license to README --- LICENSE | 4 +--- README.md | 4 ++++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 6d99b0a..4a3819b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015-2018 Protocol Labs Inc. -Copyright (c) 2018 Haja Networks Oy +Copyright (c) 2024 OrbitDB Community Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -20,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/README.md b/README.md index 13be58e..0c89d7d 100644 --- a/README.md +++ b/README.md @@ -188,3 +188,7 @@ If successful, an OK response will be sent. If it fails, an error will be return Voyager uses simple ALLOW/DENY policies to authorize the messages received through the protocol. Voyager can either be run in ALLOW ALL mode where anyone can send a message except those who appear in the denied list or DENY ALL mode which will only allow messages from an explicit list of users. The default access mode is DENY ALL. + +## License + +[MIT](LICENSE) © 2024 OrbitDB Community