From a5385569200a465dc28e61f2d3642e15f40c19c2 Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Fri, 1 Mar 2019 20:12:19 +0000 Subject: [PATCH] Dual-license the codebase. This removes the sign-off requirement. License: MIT Signed-off-by: Hector Sanjuan --- COPYRIGHT | 3 +++ LICENSE-APACHE | 13 +++++++++++++ LICENSE => LICENSE-MIT | 4 +--- README.md | 4 +++- 4 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 COPYRIGHT create mode 100644 LICENSE-APACHE rename LICENSE => LICENSE-MIT (94%) diff --git a/COPYRIGHT b/COPYRIGHT new file mode 100644 index 00000000..771e6f7c --- /dev/null +++ b/COPYRIGHT @@ -0,0 +1,3 @@ +Copyright 2019. Protocol Labs, Inc. + +This library is dual-licensed under Apache 2.0 and MIT terms. diff --git a/LICENSE-APACHE b/LICENSE-APACHE new file mode 100644 index 00000000..54651436 --- /dev/null +++ b/LICENSE-APACHE @@ -0,0 +1,13 @@ +Copyright 2019. Protocol Labs, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/LICENSE b/LICENSE-MIT similarity index 94% rename from LICENSE rename to LICENSE-MIT index b05a1387..ea532a83 100644 --- a/LICENSE +++ b/LICENSE-MIT @@ -1,6 +1,4 @@ -The MIT License (MIT) - -Copyright (c) 2017 Protocol Labs, Inc +Copyright 2019. Protocol Labs, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 024d863b..6b96bc68 100644 --- a/README.md +++ b/README.md @@ -70,4 +70,6 @@ Small note: If editing the README, please conform to the [standard-readme](https ## License -MIT © Protocol Labs, Inc. +This library is dual-licensed under Apache 2.0 and MIT terms. + +© 2019. Protocol Labs, Inc.