Skip to content

Commit bfd4ec5

Browse files
authored
Merge pull request #6301 from ipfs/update-license
License update to dual MIT and Apache 2
2 parents 7e9eb72 + e421447 commit bfd4ec5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

COPYRIGHT

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This project is transitioning from an MIT-only license to a dual MIT/Apache-2.0 license.
2+
Unless otherwise noted, all code contributed prior to 2019-05-06 and not contributed by
3+
a user listed in [this signoff issue](https://github.com/ipfs/go-ipfs/issues/6302) is
4+
licensed under MIT-only. All new contributions (and past contributions since 2019-05-06)
5+
are licensed under a dual MIT/Apache-2.0 license.

LICENSE-APACHE

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
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
2+
3+
http://www.apache.org/licenses/LICENSE-2.0
4+
5+
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.

LICENSE renamed to LICENSE-MIT

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-2016 Juan Batiz-Benet
4-
53
Permission is hereby granted, free of charge, to any person obtaining a copy
64
of this software and associated documentation files (the "Software"), to deal
75
in the Software without restriction, including without limitation the rights

0 commit comments

Comments
 (0)