Skip to content

Commit

Permalink
Merge pull request #6301 from ipfs/update-license
Browse files Browse the repository at this point in the history
License update to dual MIT and Apache 2
  • Loading branch information
Stebalien committed May 6, 2019
2 parents 7e9eb72 + e421447 commit bfd4ec5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions COPYRIGHT
@@ -0,0 +1,5 @@
This project is transitioning from an MIT-only license to a dual MIT/Apache-2.0 license.
Unless otherwise noted, all code contributed prior to 2019-05-06 and not contributed by
a user listed in [this signoff issue](https://github.com/ipfs/go-ipfs/issues/6302) is
licensed under MIT-only. All new contributions (and past contributions since 2019-05-06)
are licensed under a dual MIT/Apache-2.0 license.
5 changes: 5 additions & 0 deletions LICENSE-APACHE
@@ -0,0 +1,5 @@
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.
2 changes: 0 additions & 2 deletions LICENSE → LICENSE-MIT
@@ -1,7 +1,5 @@
The MIT License (MIT)

Copyright (c) 2014-2016 Juan Batiz-Benet

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
Expand Down

0 comments on commit bfd4ec5

Please sign in to comment.