mirror of
https://github.com/minio/minio.git
synced 2024-12-31 17:43:21 -05:00
61175ef091
- over the course of a project history every maintainer needs to update its dependency packages, the problem essentially with godep is manipulating GOPATH - this manipulation leads to static objects created at different locations which end up conflicting with the overall functionality of golang. This also leads to broken builds. There is no easier way out of this other than asking developers to do 'godep restore' all the time. Which perhaps as a practice doesn't sound like a clean solution. On the other hand 'godep restore' has its own set of problems. - govendor is a right tool but a stop gap tool until we wait for golangs official 1.5 version which fixes this vendoring issue once and for all. - govendor provides consistency in terms of how import paths should be handled unlike manipulation GOPATH. This has advantages - no more compiled objects being referenced in GOPATH and build time GOPATH manging which leads to conflicts. - proper import paths referencing the exact package a project is dependent on. govendor is simple and provides the minimal necessary tooling to achieve this. For now this is the right solution.
34 lines
1.9 KiB
Plaintext
34 lines
1.9 KiB
Plaintext
Additional Grant of Patent Rights Version 2
|
||
|
||
"Software" means the httpdown software distributed by Facebook, Inc.
|
||
|
||
Facebook, Inc. ("Facebook") hereby grants to each recipient of the Software
|
||
("you") a perpetual, worldwide, royalty-free, non-exclusive, irrevocable
|
||
(subject to the termination provision below) license under any Necessary
|
||
Claims, to make, have made, use, sell, offer to sell, import, and otherwise
|
||
transfer the Software. For avoidance of doubt, no license is granted under
|
||
Facebook’s rights in any patent claims that are infringed by (i) modifications
|
||
to the Software made by you or any third party or (ii) the Software in
|
||
combination with any software or other technology.
|
||
|
||
The license granted hereunder will terminate, automatically and without notice,
|
||
if you (or any of your subsidiaries, corporate affiliates or agents) initiate
|
||
directly or indirectly, or take a direct financial interest in, any Patent
|
||
Assertion: (i) against Facebook or any of its subsidiaries or corporate
|
||
affiliates, (ii) against any party if such Patent Assertion arises in whole or
|
||
in part from any software, technology, product or service of Facebook or any of
|
||
its subsidiaries or corporate affiliates, or (iii) against any party relating
|
||
to the Software. Notwithstanding the foregoing, if Facebook or any of its
|
||
subsidiaries or corporate affiliates files a lawsuit alleging patent
|
||
infringement against you in the first instance, and you respond by filing a
|
||
patent infringement counterclaim in that lawsuit against that party that is
|
||
unrelated to the Software, the license granted hereunder will not terminate
|
||
under section (i) of this paragraph due to such counterclaim.
|
||
|
||
A "Necessary Claim" is a claim of a patent owned by Facebook that is
|
||
necessarily infringed by the Software standing alone.
|
||
|
||
A "Patent Assertion" is any lawsuit or other action alleging direct, indirect,
|
||
or contributory infringement or inducement to infringe any patent, including a
|
||
cross-claim or counterclaim.
|