Dual-license the codebase.

This removes the sign-off requirement.

License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
This commit is contained in:
Hector Sanjuan 2019-03-01 20:12:19 +00:00
parent 121660aa2f
commit a538556920
4 changed files with 20 additions and 4 deletions

3
COPYRIGHT Normal file
View File

@ -0,0 +1,3 @@
Copyright 2019. Protocol Labs, Inc.
This library is dual-licensed under Apache 2.0 and MIT terms.

13
LICENSE-APACHE Normal file
View File

@ -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.

View File

@ -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

View File

@ -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.