KEYCLOAK-12904 Add Moment.js info, run download script
Also fix misc. html license files
This commit is contained in:
parent
f28ca30e6d
commit
42956bdfb7
59 changed files with 3699 additions and 7449 deletions
|
@ -0,0 +1,19 @@
|
||||||
|
Copyright (c) 2014-present Matt Zabriskie
|
||||||
|
|
||||||
|
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
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
THE SOFTWARE.
|
|
@ -0,0 +1,21 @@
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
|
||||||
|
|
||||||
|
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
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
THE SOFTWARE.
|
|
@ -0,0 +1,41 @@
|
||||||
|
{
|
||||||
|
"name": "emotion",
|
||||||
|
"version": "9.2.12",
|
||||||
|
"description": "The Next Generation of CSS-in-JS.",
|
||||||
|
"main": "dist/index.cjs.js",
|
||||||
|
"module": "dist/index.esm.js",
|
||||||
|
"types": "types/index.d.ts",
|
||||||
|
"files": [
|
||||||
|
"src",
|
||||||
|
"dist",
|
||||||
|
"macro.js",
|
||||||
|
"types"
|
||||||
|
],
|
||||||
|
"scripts": {
|
||||||
|
"test:typescript": "dtslint types"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"babel-plugin-emotion": "^9.2.11",
|
||||||
|
"create-emotion": "^9.2.12"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/react": "16.0.16",
|
||||||
|
"babel-plugin-transform-define": "^1.3.0",
|
||||||
|
"dtslint": "^0.3.0"
|
||||||
|
},
|
||||||
|
"author": "Kye Hohenberger",
|
||||||
|
"homepage": "https://emotion.sh",
|
||||||
|
"license": "MIT",
|
||||||
|
"repository": "https://github.com/emotion-js/emotion/tree/master/packages/emotion",
|
||||||
|
"keywords": [
|
||||||
|
"styles",
|
||||||
|
"emotion",
|
||||||
|
"react",
|
||||||
|
"css",
|
||||||
|
"css-in-js"
|
||||||
|
],
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/emotion-js/emotion/issues"
|
||||||
|
},
|
||||||
|
"umd:main": "./dist/emotion.umd.min.js"
|
||||||
|
}
|
|
@ -0,0 +1,31 @@
|
||||||
|
BSD License
|
||||||
|
|
||||||
|
For React software
|
||||||
|
|
||||||
|
Copyright (c) 2013-2015, Facebook, Inc.
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without modification,
|
||||||
|
are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
* Redistributions of source code must retain the above copyright notice, this
|
||||||
|
list of conditions and the following disclaimer.
|
||||||
|
|
||||||
|
* Redistributions in binary form must reproduce the above copyright notice,
|
||||||
|
this list of conditions and the following disclaimer in the documentation
|
||||||
|
and/or other materials provided with the distribution.
|
||||||
|
|
||||||
|
* Neither the name Facebook nor the names of its contributors may be used to
|
||||||
|
endorse or promote products derived from this software without specific
|
||||||
|
prior written permission.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||||||
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||||
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
||||||
|
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||||
|
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||||
|
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||||
|
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||||
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
@ -0,0 +1,22 @@
|
||||||
|
Copyright (c) JS Foundation and other contributors
|
||||||
|
|
||||||
|
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 to use,
|
||||||
|
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the
|
||||||
|
Software is furnished to do so, subject to the following
|
||||||
|
conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
||||||
|
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||||
|
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||||
|
OTHER DEALINGS IN THE SOFTWARE.
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019 Red Hat, 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
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019 Red Hat, 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
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019 Red Hat, 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
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019 Red Hat, 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
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019 Red Hat, 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
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) Facebook, Inc. and its affiliates.
|
||||||
|
|
||||||
|
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
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
|
@ -0,0 +1,10 @@
|
||||||
|
MIT License
|
||||||
|
-----------
|
||||||
|
|
||||||
|
Copyright (C) 2013-2016 Guy Bedford
|
||||||
|
|
||||||
|
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 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2018 atomiks
|
||||||
|
|
||||||
|
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
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2017 atomiks
|
||||||
|
|
||||||
|
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
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
|
@ -0,0 +1,21 @@
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2015-2016 David Clark
|
||||||
|
|
||||||
|
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
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
|
@ -0,0 +1,22 @@
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2015 David Clark
|
||||||
|
|
||||||
|
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
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
|
|
@ -316,7 +316,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Eclipse Public License 1.0</name>
|
<name>Eclipse Public License 1.0</name>
|
||||||
<url>http://git.eclipse.org/c/sisu/org.eclipse.sisu.inject.git/tree/LICENSE.txt?h=releases/0.3.2</url>
|
<url>http://git.eclipse.org/c/sisu/org.eclipse.sisu.inject.git/plain/LICENSE.txt?h=releases/0.3.2</url>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -327,7 +327,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Eclipse Public License 1.0</name>
|
<name>Eclipse Public License 1.0</name>
|
||||||
<url>http://git.eclipse.org/c/sisu/org.eclipse.sisu.inject.git/tree/LICENSE.txt?h=releases/0.3.2</url>
|
<url>http://git.eclipse.org/c/sisu/org.eclipse.sisu.inject.git/plain/LICENSE.txt?h=releases/0.3.2</url>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -338,7 +338,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Eclipse Public License 1.0</name>
|
<name>Eclipse Public License 1.0</name>
|
||||||
<url>https://www.eclipse.org/legal/epl-v10.html</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
<url>https://www.eclipse.org/org/documents/epl-1.0/EPL-1.0.txt</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -349,7 +349,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Eclipse Public License 1.0</name>
|
<name>Eclipse Public License 1.0</name>
|
||||||
<url>https://www.eclipse.org/legal/epl-v10.html</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
<url>https://www.eclipse.org/org/documents/epl-1.0/EPL-1.0.txt</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -360,7 +360,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Eclipse Public License 1.0</name>
|
<name>Eclipse Public License 1.0</name>
|
||||||
<url>https://www.eclipse.org/legal/epl-v10.html</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
<url>https://www.eclipse.org/org/documents/epl-1.0/EPL-1.0.txt</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -371,7 +371,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Eclipse Public License 1.0</name>
|
<name>Eclipse Public License 1.0</name>
|
||||||
<url>https://www.eclipse.org/legal/epl-v10.html</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
<url>https://www.eclipse.org/org/documents/epl-1.0/EPL-1.0.txt</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -382,7 +382,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Eclipse Public License 1.0</name>
|
<name>Eclipse Public License 1.0</name>
|
||||||
<url>https://www.eclipse.org/legal/epl-v10.html</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
<url>https://www.eclipse.org/org/documents/epl-1.0/EPL-1.0.txt</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -393,7 +393,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Eclipse Public License 1.0</name>
|
<name>Eclipse Public License 1.0</name>
|
||||||
<url>https://www.eclipse.org/legal/epl-v10.html</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
<url>https://www.eclipse.org/org/documents/epl-1.0/EPL-1.0.txt</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -404,7 +404,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Eclipse Public License 1.0</name>
|
<name>Eclipse Public License 1.0</name>
|
||||||
<url>https://www.eclipse.org/legal/epl-v10.html</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
<url>https://www.eclipse.org/org/documents/epl-1.0/EPL-1.0.txt</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -415,7 +415,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Eclipse Public License 1.0</name>
|
<name>Eclipse Public License 1.0</name>
|
||||||
<url>https://www.eclipse.org/legal/epl-v10.html</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
<url>https://www.eclipse.org/org/documents/epl-1.0/EPL-1.0.txt</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -810,7 +810,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>MIT License</name>
|
<name>MIT License</name>
|
||||||
<url>https://github.com/swansontec/rfc4648.js/blob/master/package.json</url>
|
<url>https://raw.githubusercontent.com/swansontec/rfc4648.js/master/package.json</url>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</other>
|
</other>
|
||||||
|
@ -840,7 +840,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>MIT License</name>
|
<name>MIT License</name>
|
||||||
<url>https://github.com/blakeembrey/change-case/blob/v3.0.0/LICENSE</url>
|
<url>https://raw.githubusercontent.com/blakeembrey/change-case/v3.0.0/LICENSE</url>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</other>
|
</other>
|
||||||
|
@ -892,6 +892,18 @@
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</other>
|
</other>
|
||||||
|
<other>
|
||||||
|
<description>Moment.js</description>
|
||||||
|
<locations>
|
||||||
|
<file>themes/keycloak-preview/account/resources/node_modules/moment/min/moment-with-locales.min.js</file>
|
||||||
|
</locations>
|
||||||
|
<licenses>
|
||||||
|
<license>
|
||||||
|
<name>MIT License</name>
|
||||||
|
<url>https://raw.githubusercontent.com/moment/moment/2.22.2/LICENSE</url>
|
||||||
|
</license>
|
||||||
|
</licenses>
|
||||||
|
</other>
|
||||||
<other>
|
<other>
|
||||||
<description>prop-types</description>
|
<description>prop-types</description>
|
||||||
<locations>
|
<locations>
|
||||||
|
@ -955,17 +967,50 @@
|
||||||
</licenses>
|
</licenses>
|
||||||
</other>
|
</other>
|
||||||
<other>
|
<other>
|
||||||
<description>Patternfly 4 React</description>
|
<description>Patternfly 4 React Core</description>
|
||||||
<locations>
|
<locations>
|
||||||
<directory>themes/keycloak-preview/account/resources/node_modules/@patternfly/react-core</directory>
|
<directory>themes/keycloak-preview/account/resources/node_modules/@patternfly/react-core</directory>
|
||||||
|
</locations>
|
||||||
|
<licenses>
|
||||||
|
<license>
|
||||||
|
<name>MIT License</name>
|
||||||
|
<url>https://raw.githubusercontent.com/patternfly/patternfly-react/%40patternfly/react-core%403.35.0/LICENSE</url>
|
||||||
|
</license>
|
||||||
|
</licenses>
|
||||||
|
</other>
|
||||||
|
<other>
|
||||||
|
<description>Patternfly 4 React Icons</description>
|
||||||
|
<locations>
|
||||||
<directory>themes/keycloak-preview/account/resources/node_modules/@patternfly/react-icons</directory>
|
<directory>themes/keycloak-preview/account/resources/node_modules/@patternfly/react-icons</directory>
|
||||||
|
</locations>
|
||||||
|
<licenses>
|
||||||
|
<license>
|
||||||
|
<name>MIT License</name>
|
||||||
|
<url>https://raw.githubusercontent.com/patternfly/patternfly-react/%40patternfly/react-icons%403.11.0/LICENSE</url>
|
||||||
|
</license>
|
||||||
|
</licenses>
|
||||||
|
</other>
|
||||||
|
<other>
|
||||||
|
<description>Patternfly 4 React Styles</description>
|
||||||
|
<locations>
|
||||||
<directory>themes/keycloak-preview/account/resources/node_modules/@patternfly/react-styles</directory>
|
<directory>themes/keycloak-preview/account/resources/node_modules/@patternfly/react-styles</directory>
|
||||||
|
</locations>
|
||||||
|
<licenses>
|
||||||
|
<license>
|
||||||
|
<name>MIT License</name>
|
||||||
|
<url>https://raw.githubusercontent.com/patternfly/patternfly-react/%40patternfly/react-styles%403.5.13/LICENSE</url>
|
||||||
|
</license>
|
||||||
|
</licenses>
|
||||||
|
</other>
|
||||||
|
<other>
|
||||||
|
<description>Patternfly 4 React Tokens</description>
|
||||||
|
<locations>
|
||||||
<directory>themes/keycloak-preview/account/resources/node_modules/@patternfly/react-tokens</directory>
|
<directory>themes/keycloak-preview/account/resources/node_modules/@patternfly/react-tokens</directory>
|
||||||
</locations>
|
</locations>
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>MIT License</name>
|
<name>MIT License</name>
|
||||||
<url>https://github.com/patternfly/patternfly-react/blob/master/LICENSE</url>
|
<url>https://raw.githubusercontent.com/patternfly/patternfly-react/%40patternfly/react-tokens%402.6.16/LICENSE</url>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</other>
|
</other>
|
||||||
|
|
|
@ -1,261 +1,210 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
Eclipse Public License - v 1.0
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
||||||
|
|
||||||
<head>
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
|
||||||
<title>Eclipse Public License - Version 1.0</title>
|
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
size: 8.5in 11.0in;
|
|
||||||
margin: 0.25in 0.5in 0.25in 0.5in;
|
|
||||||
tab-interval: 0.5in;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
p.list {
|
|
||||||
margin-left: 0.5in;
|
|
||||||
margin-top: 0.05em;
|
|
||||||
margin-bottom: 0.05em;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
1. DEFINITIONS
|
||||||
|
|
||||||
<body lang="EN-US">
|
"Contribution" means:
|
||||||
|
|
||||||
<h2>Eclipse Public License - v 1.0</h2>
|
a) in the case of the initial Contributor, the initial code and documentation
|
||||||
|
distributed under this Agreement, and
|
||||||
|
|
||||||
<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
b) in the case of each subsequent Contributor:
|
||||||
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
|
|
||||||
DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
|
|
||||||
AGREEMENT.</p>
|
|
||||||
|
|
||||||
<p><b>1. DEFINITIONS</b></p>
|
i) changes to the Program, and
|
||||||
|
|
||||||
<p>"Contribution" means:</p>
|
ii) additions to the Program;
|
||||||
|
|
||||||
<p class="list">a) in the case of the initial Contributor, the initial
|
where such changes and/or additions to the Program originate from and are
|
||||||
code and documentation distributed under this Agreement, and</p>
|
distributed by that particular Contributor. A Contribution 'originates' from
|
||||||
<p class="list">b) in the case of each subsequent Contributor:</p>
|
a Contributor if it was added to the Program by such Contributor itself or
|
||||||
<p class="list">i) changes to the Program, and</p>
|
anyone acting on such Contributor's behalf. Contributions do not include additions
|
||||||
<p class="list">ii) additions to the Program;</p>
|
to the Program which: (i) are separate modules of software distributed in
|
||||||
<p class="list">where such changes and/or additions to the Program
|
conjunction with the Program under their own license agreement, and (ii) are
|
||||||
originate from and are distributed by that particular Contributor. A
|
not derivative works of the Program.
|
||||||
Contribution 'originates' from a Contributor if it was added to the
|
|
||||||
Program by such Contributor itself or anyone acting on such
|
|
||||||
Contributor's behalf. Contributions do not include additions to the
|
|
||||||
Program which: (i) are separate modules of software distributed in
|
|
||||||
conjunction with the Program under their own license agreement, and (ii)
|
|
||||||
are not derivative works of the Program.</p>
|
|
||||||
|
|
||||||
<p>"Contributor" means any person or entity that distributes
|
"Contributor" means any person or entity that distributes the Program.
|
||||||
the Program.</p>
|
|
||||||
|
|
||||||
<p>"Licensed Patents" mean patent claims licensable by a
|
"Licensed Patents" mean patent claims licensable by a Contributor which are
|
||||||
Contributor which are necessarily infringed by the use or sale of its
|
necessarily infringed by the use or sale of its Contribution alone or when
|
||||||
Contribution alone or when combined with the Program.</p>
|
combined with the Program.
|
||||||
|
|
||||||
<p>"Program" means the Contributions distributed in accordance
|
"Program" means the Contributions distributed in accordance with this Agreement.
|
||||||
with this Agreement.</p>
|
|
||||||
|
|
||||||
<p>"Recipient" means anyone who receives the Program under
|
"Recipient" means anyone who receives the Program under this Agreement, including
|
||||||
this Agreement, including all Contributors.</p>
|
all Contributors.
|
||||||
|
|
||||||
<p><b>2. GRANT OF RIGHTS</b></p>
|
2. GRANT OF RIGHTS
|
||||||
|
|
||||||
<p class="list">a) Subject to the terms of this Agreement, each
|
a) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce,
|
||||||
royalty-free copyright license to reproduce, prepare derivative works
|
prepare derivative works of, publicly display, publicly perform, distribute
|
||||||
of, publicly display, publicly perform, distribute and sublicense the
|
and sublicense the Contribution of such Contributor, if any, and such derivative
|
||||||
Contribution of such Contributor, if any, and such derivative works, in
|
works, in source code and object code form.
|
||||||
source code and object code form.</p>
|
|
||||||
|
|
||||||
<p class="list">b) Subject to the terms of this Agreement, each
|
b) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
|
||||||
royalty-free patent license under Licensed Patents to make, use, sell,
|
Patents to make, use, sell, offer to sell, import and otherwise transfer the
|
||||||
offer to sell, import and otherwise transfer the Contribution of such
|
Contribution of such Contributor, if any, in source code and object code form.
|
||||||
Contributor, if any, in source code and object code form. This patent
|
This patent license shall apply to the combination of the Contribution and
|
||||||
license shall apply to the combination of the Contribution and the
|
the Program if, at the time the Contribution is added by the Contributor,
|
||||||
Program if, at the time the Contribution is added by the Contributor,
|
such addition of the Contribution causes such combination to be covered by
|
||||||
such addition of the Contribution causes such combination to be covered
|
the Licensed Patents. The patent license shall not apply to any other combinations
|
||||||
by the Licensed Patents. The patent license shall not apply to any other
|
which include the Contribution. No hardware per se is licensed hereunder.
|
||||||
combinations which include the Contribution. No hardware per se is
|
|
||||||
licensed hereunder.</p>
|
|
||||||
|
|
||||||
<p class="list">c) Recipient understands that although each Contributor
|
c) Recipient understands that although each Contributor grants the licenses
|
||||||
grants the licenses to its Contributions set forth herein, no assurances
|
to its Contributions set forth herein, no assurances are provided by any Contributor
|
||||||
are provided by any Contributor that the Program does not infringe the
|
that the Program does not infringe the patent or other intellectual property
|
||||||
patent or other intellectual property rights of any other entity. Each
|
rights of any other entity. Each Contributor disclaims any liability to Recipient
|
||||||
Contributor disclaims any liability to Recipient for claims brought by
|
for claims brought by any other entity based on infringement of intellectual
|
||||||
any other entity based on infringement of intellectual property rights
|
property rights or otherwise. As a condition to exercising the rights and
|
||||||
or otherwise. As a condition to exercising the rights and licenses
|
licenses granted hereunder, each Recipient hereby assumes sole responsibility
|
||||||
granted hereunder, each Recipient hereby assumes sole responsibility to
|
to secure any other intellectual property rights needed, if any. For example,
|
||||||
secure any other intellectual property rights needed, if any. For
|
if a third party patent license is required to allow Recipient to distribute
|
||||||
example, if a third party patent license is required to allow Recipient
|
the Program, it is Recipient's responsibility to acquire that license before
|
||||||
to distribute the Program, it is Recipient's responsibility to acquire
|
distributing the Program.
|
||||||
that license before distributing the Program.</p>
|
|
||||||
|
|
||||||
<p class="list">d) Each Contributor represents that to its knowledge it
|
d) Each Contributor represents that to its knowledge it has sufficient copyright
|
||||||
has sufficient copyright rights in its Contribution, if any, to grant
|
rights in its Contribution, if any, to grant the copyright license set forth
|
||||||
the copyright license set forth in this Agreement.</p>
|
in this Agreement.
|
||||||
|
|
||||||
<p><b>3. REQUIREMENTS</b></p>
|
3. REQUIREMENTS
|
||||||
|
|
||||||
<p>A Contributor may choose to distribute the Program in object code
|
A Contributor may choose to distribute the Program in object code form under
|
||||||
form under its own license agreement, provided that:</p>
|
its own license agreement, provided that:
|
||||||
|
|
||||||
<p class="list">a) it complies with the terms and conditions of this
|
a) it complies with the terms and conditions of this Agreement; and
|
||||||
Agreement; and</p>
|
|
||||||
|
|
||||||
<p class="list">b) its license agreement:</p>
|
b) its license agreement:
|
||||||
|
|
||||||
<p class="list">i) effectively disclaims on behalf of all Contributors
|
i) effectively disclaims on behalf of all Contributors all warranties and
|
||||||
all warranties and conditions, express and implied, including warranties
|
conditions, express and implied, including warranties or conditions of title
|
||||||
or conditions of title and non-infringement, and implied warranties or
|
and non-infringement, and implied warranties or conditions of merchantability
|
||||||
conditions of merchantability and fitness for a particular purpose;</p>
|
and fitness for a particular purpose;
|
||||||
|
|
||||||
<p class="list">ii) effectively excludes on behalf of all Contributors
|
ii) effectively excludes on behalf of all Contributors all liability for damages,
|
||||||
all liability for damages, including direct, indirect, special,
|
including direct, indirect, special, incidental and consequential damages,
|
||||||
incidental and consequential damages, such as lost profits;</p>
|
such as lost profits;
|
||||||
|
|
||||||
<p class="list">iii) states that any provisions which differ from this
|
iii) states that any provisions which differ from this Agreement are offered
|
||||||
Agreement are offered by that Contributor alone and not by any other
|
by that Contributor alone and not by any other party; and
|
||||||
party; and</p>
|
|
||||||
|
|
||||||
<p class="list">iv) states that source code for the Program is available
|
iv) states that source code for the Program is available from such Contributor,
|
||||||
from such Contributor, and informs licensees how to obtain it in a
|
and informs licensees how to obtain it in a reasonable manner on or through
|
||||||
reasonable manner on or through a medium customarily used for software
|
a medium customarily used for software exchange.
|
||||||
exchange.</p>
|
|
||||||
|
|
||||||
<p>When the Program is made available in source code form:</p>
|
When the Program is made available in source code form:
|
||||||
|
|
||||||
<p class="list">a) it must be made available under this Agreement; and</p>
|
a) it must be made available under this Agreement; and
|
||||||
|
|
||||||
<p class="list">b) a copy of this Agreement must be included with each
|
b) a copy of this Agreement must be included with each copy of the Program.
|
||||||
copy of the Program.</p>
|
|
||||||
|
|
||||||
<p>Contributors may not remove or alter any copyright notices contained
|
Contributors may not remove or alter any copyright notices contained within
|
||||||
within the Program.</p>
|
the Program.
|
||||||
|
|
||||||
<p>Each Contributor must identify itself as the originator of its
|
Each Contributor must identify itself as the originator of its Contribution,
|
||||||
Contribution, if any, in a manner that reasonably allows subsequent
|
if any, in a manner that reasonably allows subsequent Recipients to identify
|
||||||
Recipients to identify the originator of the Contribution.</p>
|
the originator of the Contribution.
|
||||||
|
|
||||||
<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
|
4. COMMERCIAL DISTRIBUTION
|
||||||
|
|
||||||
<p>Commercial distributors of software may accept certain
|
Commercial distributors of software may accept certain responsibilities with
|
||||||
responsibilities with respect to end users, business partners and the
|
respect to end users, business partners and the like. While this license is
|
||||||
like. While this license is intended to facilitate the commercial use of
|
intended to facilitate the commercial use of the Program, the Contributor
|
||||||
the Program, the Contributor who includes the Program in a commercial
|
who includes the Program in a commercial product offering should do so in
|
||||||
product offering should do so in a manner which does not create
|
a manner which does not create potential liability for other Contributors.
|
||||||
potential liability for other Contributors. Therefore, if a Contributor
|
Therefore, if a Contributor includes the Program in a commercial product offering,
|
||||||
includes the Program in a commercial product offering, such Contributor
|
such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
|
||||||
("Commercial Contributor") hereby agrees to defend and
|
every other Contributor ("Indemnified Contributor") against any losses, damages
|
||||||
indemnify every other Contributor ("Indemnified Contributor")
|
and costs (collectively "Losses") arising from claims, lawsuits and other
|
||||||
against any losses, damages and costs (collectively "Losses")
|
legal actions brought by a third party against the Indemnified Contributor
|
||||||
arising from claims, lawsuits and other legal actions brought by a third
|
to the extent caused by the acts or omissions of such Commercial Contributor
|
||||||
party against the Indemnified Contributor to the extent caused by the
|
in connection with its distribution of the Program in a commercial product
|
||||||
acts or omissions of such Commercial Contributor in connection with its
|
offering. The obligations in this section do not apply to any claims or Losses
|
||||||
distribution of the Program in a commercial product offering. The
|
relating to any actual or alleged intellectual property infringement. In order
|
||||||
obligations in this section do not apply to any claims or Losses
|
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
|
||||||
relating to any actual or alleged intellectual property infringement. In
|
Contributor in writing of such claim, and b) allow the Commercial Contributor
|
||||||
order to qualify, an Indemnified Contributor must: a) promptly notify
|
to control, and cooperate with the Commercial Contributor in, the defense
|
||||||
the Commercial Contributor in writing of such claim, and b) allow the
|
and any related settlement negotiations. The Indemnified Contributor may participate
|
||||||
Commercial Contributor to control, and cooperate with the Commercial
|
in any such claim at its own expense.
|
||||||
Contributor in, the defense and any related settlement negotiations. The
|
|
||||||
Indemnified Contributor may participate in any such claim at its own
|
|
||||||
expense.</p>
|
|
||||||
|
|
||||||
<p>For example, a Contributor might include the Program in a commercial
|
For example, a Contributor might include the Program in a commercial product
|
||||||
product offering, Product X. That Contributor is then a Commercial
|
offering, Product X. That Contributor is then a Commercial Contributor. If
|
||||||
Contributor. If that Commercial Contributor then makes performance
|
that Commercial Contributor then makes performance claims, or offers warranties
|
||||||
claims, or offers warranties related to Product X, those performance
|
related to Product X, those performance claims and warranties are such Commercial
|
||||||
claims and warranties are such Commercial Contributor's responsibility
|
Contributor's responsibility alone. Under this section, the Commercial Contributor
|
||||||
alone. Under this section, the Commercial Contributor would have to
|
would have to defend claims against the other Contributors related to those
|
||||||
defend claims against the other Contributors related to those
|
performance claims and warranties, and if a court requires any other Contributor
|
||||||
performance claims and warranties, and if a court requires any other
|
to pay any damages as a result, the Commercial Contributor must pay those
|
||||||
Contributor to pay any damages as a result, the Commercial Contributor
|
damages.
|
||||||
must pay those damages.</p>
|
|
||||||
|
|
||||||
<p><b>5. NO WARRANTY</b></p>
|
5. NO WARRANTY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON
|
||||||
PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS
|
||||||
OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
|
OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
|
||||||
ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
|
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
|
Each Recipient is solely responsible for determining the appropriateness of
|
||||||
responsible for determining the appropriateness of using and
|
using and distributing the Program and assumes all risks associated with its
|
||||||
distributing the Program and assumes all risks associated with its
|
exercise of rights under this Agreement, including but not limited to the
|
||||||
exercise of rights under this Agreement , including but not limited to
|
risks and costs of program errors, compliance with applicable laws, damage
|
||||||
the risks and costs of program errors, compliance with applicable laws,
|
to or loss of data, programs or equipment, and unavailability or interruption
|
||||||
damage to or loss of data, programs or equipment, and unavailability or
|
of operations.
|
||||||
interruption of operations.</p>
|
|
||||||
|
|
||||||
<p><b>6. DISCLAIMER OF LIABILITY</b></p>
|
6. DISCLAIMER OF LIABILITY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
|
||||||
NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
|
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
|
||||||
WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
|
LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
|
||||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
|
WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
|
||||||
DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
|
GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||||
HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
|
|
||||||
|
|
||||||
<p><b>7. GENERAL</b></p>
|
7. GENERAL
|
||||||
|
|
||||||
<p>If any provision of this Agreement is invalid or unenforceable under
|
If any provision of this Agreement is invalid or unenforceable under applicable
|
||||||
applicable law, it shall not affect the validity or enforceability of
|
law, it shall not affect the validity or enforceability of the remainder of
|
||||||
the remainder of the terms of this Agreement, and without further action
|
the terms of this Agreement, and without further action by the parties hereto,
|
||||||
by the parties hereto, such provision shall be reformed to the minimum
|
such provision shall be reformed to the minimum extent necessary to make such
|
||||||
extent necessary to make such provision valid and enforceable.</p>
|
provision valid and enforceable.
|
||||||
|
|
||||||
<p>If Recipient institutes patent litigation against any entity
|
If Recipient institutes patent litigation against any entity (including a
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that the
|
cross-claim or counterclaim in a lawsuit) alleging that the Program itself
|
||||||
Program itself (excluding combinations of the Program with other
|
(excluding combinations of the Program with other software or hardware) infringes
|
||||||
software or hardware) infringes such Recipient's patent(s), then such
|
such Recipient's patent(s), then such Recipient's rights granted under Section
|
||||||
Recipient's rights granted under Section 2(b) shall terminate as of the
|
2(b) shall terminate as of the date such litigation is filed.
|
||||||
date such litigation is filed.</p>
|
|
||||||
|
|
||||||
<p>All Recipient's rights under this Agreement shall terminate if it
|
All Recipient's rights under this Agreement shall terminate if it fails to
|
||||||
fails to comply with any of the material terms or conditions of this
|
comply with any of the material terms or conditions of this Agreement and
|
||||||
Agreement and does not cure such failure in a reasonable period of time
|
does not cure such failure in a reasonable period of time after becoming aware
|
||||||
after becoming aware of such noncompliance. If all Recipient's rights
|
of such noncompliance. If all Recipient's rights under this Agreement terminate,
|
||||||
under this Agreement terminate, Recipient agrees to cease use and
|
Recipient agrees to cease use and distribution of the Program as soon as reasonably
|
||||||
distribution of the Program as soon as reasonably practicable. However,
|
practicable. However, Recipient's obligations under this Agreement and any
|
||||||
Recipient's obligations under this Agreement and any licenses granted by
|
licenses granted by Recipient relating to the Program shall continue and survive.
|
||||||
Recipient relating to the Program shall continue and survive.</p>
|
|
||||||
|
|
||||||
<p>Everyone is permitted to copy and distribute copies of this
|
Everyone is permitted to copy and distribute copies of this Agreement, but
|
||||||
Agreement, but in order to avoid inconsistency the Agreement is
|
in order to avoid inconsistency the Agreement is copyrighted and may only
|
||||||
copyrighted and may only be modified in the following manner. The
|
be modified in the following manner. The Agreement Steward reserves the right
|
||||||
Agreement Steward reserves the right to publish new versions (including
|
to publish new versions (including revisions) of this Agreement from time
|
||||||
revisions) of this Agreement from time to time. No one other than the
|
to time. No one other than the Agreement Steward has the right to modify this
|
||||||
Agreement Steward has the right to modify this Agreement. The Eclipse
|
Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse
|
||||||
Foundation is the initial Agreement Steward. The Eclipse Foundation may
|
Foundation may assign the responsibility to serve as the Agreement Steward
|
||||||
assign the responsibility to serve as the Agreement Steward to a
|
to a suitable separate entity. Each new version of the Agreement will be given
|
||||||
suitable separate entity. Each new version of the Agreement will be
|
a distinguishing version number. The Program (including Contributions) may
|
||||||
given a distinguishing version number. The Program (including
|
always be distributed subject to the version of the Agreement under which
|
||||||
Contributions) may always be distributed subject to the version of the
|
it was received. In addition, after a new version of the Agreement is published,
|
||||||
Agreement under which it was received. In addition, after a new version
|
Contributor may elect to distribute the Program (including its Contributions)
|
||||||
of the Agreement is published, Contributor may elect to distribute the
|
under the new version. Except as expressly stated in Sections 2(a) and 2(b)
|
||||||
Program (including its Contributions) under the new version. Except as
|
above, Recipient receives no rights or licenses to the intellectual property
|
||||||
expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
|
of any Contributor under this Agreement, whether expressly, by implication,
|
||||||
rights or licenses to the intellectual property of any Contributor under
|
estoppel or otherwise. All rights in the Program not expressly granted under
|
||||||
this Agreement, whether expressly, by implication, estoppel or
|
this Agreement are reserved.
|
||||||
otherwise. All rights in the Program not expressly granted under this
|
|
||||||
Agreement are reserved.</p>
|
|
||||||
|
|
||||||
<p>This Agreement is governed by the laws of the State of New York and
|
This Agreement is governed by the laws of the State of New York and the intellectual
|
||||||
the intellectual property laws of the United States of America. No party
|
property laws of the United States of America. No party to this Agreement
|
||||||
to this Agreement will bring a legal action under this Agreement more
|
will bring a legal action under this Agreement more than one year after the
|
||||||
than one year after the cause of action arose. Each party waives its
|
cause of action arose. Each party waives its rights to a jury trial in any
|
||||||
rights to a jury trial in any resulting litigation.</p>
|
resulting litigation.
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
|
@ -1,261 +1,210 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
Eclipse Public License - v 1.0
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
||||||
|
|
||||||
<head>
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
|
||||||
<title>Eclipse Public License - Version 1.0</title>
|
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
size: 8.5in 11.0in;
|
|
||||||
margin: 0.25in 0.5in 0.25in 0.5in;
|
|
||||||
tab-interval: 0.5in;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
p.list {
|
|
||||||
margin-left: 0.5in;
|
|
||||||
margin-top: 0.05em;
|
|
||||||
margin-bottom: 0.05em;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
1. DEFINITIONS
|
||||||
|
|
||||||
<body lang="EN-US">
|
"Contribution" means:
|
||||||
|
|
||||||
<h2>Eclipse Public License - v 1.0</h2>
|
a) in the case of the initial Contributor, the initial code and documentation
|
||||||
|
distributed under this Agreement, and
|
||||||
|
|
||||||
<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
b) in the case of each subsequent Contributor:
|
||||||
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
|
|
||||||
DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
|
|
||||||
AGREEMENT.</p>
|
|
||||||
|
|
||||||
<p><b>1. DEFINITIONS</b></p>
|
i) changes to the Program, and
|
||||||
|
|
||||||
<p>"Contribution" means:</p>
|
ii) additions to the Program;
|
||||||
|
|
||||||
<p class="list">a) in the case of the initial Contributor, the initial
|
where such changes and/or additions to the Program originate from and are
|
||||||
code and documentation distributed under this Agreement, and</p>
|
distributed by that particular Contributor. A Contribution 'originates' from
|
||||||
<p class="list">b) in the case of each subsequent Contributor:</p>
|
a Contributor if it was added to the Program by such Contributor itself or
|
||||||
<p class="list">i) changes to the Program, and</p>
|
anyone acting on such Contributor's behalf. Contributions do not include additions
|
||||||
<p class="list">ii) additions to the Program;</p>
|
to the Program which: (i) are separate modules of software distributed in
|
||||||
<p class="list">where such changes and/or additions to the Program
|
conjunction with the Program under their own license agreement, and (ii) are
|
||||||
originate from and are distributed by that particular Contributor. A
|
not derivative works of the Program.
|
||||||
Contribution 'originates' from a Contributor if it was added to the
|
|
||||||
Program by such Contributor itself or anyone acting on such
|
|
||||||
Contributor's behalf. Contributions do not include additions to the
|
|
||||||
Program which: (i) are separate modules of software distributed in
|
|
||||||
conjunction with the Program under their own license agreement, and (ii)
|
|
||||||
are not derivative works of the Program.</p>
|
|
||||||
|
|
||||||
<p>"Contributor" means any person or entity that distributes
|
"Contributor" means any person or entity that distributes the Program.
|
||||||
the Program.</p>
|
|
||||||
|
|
||||||
<p>"Licensed Patents" mean patent claims licensable by a
|
"Licensed Patents" mean patent claims licensable by a Contributor which are
|
||||||
Contributor which are necessarily infringed by the use or sale of its
|
necessarily infringed by the use or sale of its Contribution alone or when
|
||||||
Contribution alone or when combined with the Program.</p>
|
combined with the Program.
|
||||||
|
|
||||||
<p>"Program" means the Contributions distributed in accordance
|
"Program" means the Contributions distributed in accordance with this Agreement.
|
||||||
with this Agreement.</p>
|
|
||||||
|
|
||||||
<p>"Recipient" means anyone who receives the Program under
|
"Recipient" means anyone who receives the Program under this Agreement, including
|
||||||
this Agreement, including all Contributors.</p>
|
all Contributors.
|
||||||
|
|
||||||
<p><b>2. GRANT OF RIGHTS</b></p>
|
2. GRANT OF RIGHTS
|
||||||
|
|
||||||
<p class="list">a) Subject to the terms of this Agreement, each
|
a) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce,
|
||||||
royalty-free copyright license to reproduce, prepare derivative works
|
prepare derivative works of, publicly display, publicly perform, distribute
|
||||||
of, publicly display, publicly perform, distribute and sublicense the
|
and sublicense the Contribution of such Contributor, if any, and such derivative
|
||||||
Contribution of such Contributor, if any, and such derivative works, in
|
works, in source code and object code form.
|
||||||
source code and object code form.</p>
|
|
||||||
|
|
||||||
<p class="list">b) Subject to the terms of this Agreement, each
|
b) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
|
||||||
royalty-free patent license under Licensed Patents to make, use, sell,
|
Patents to make, use, sell, offer to sell, import and otherwise transfer the
|
||||||
offer to sell, import and otherwise transfer the Contribution of such
|
Contribution of such Contributor, if any, in source code and object code form.
|
||||||
Contributor, if any, in source code and object code form. This patent
|
This patent license shall apply to the combination of the Contribution and
|
||||||
license shall apply to the combination of the Contribution and the
|
the Program if, at the time the Contribution is added by the Contributor,
|
||||||
Program if, at the time the Contribution is added by the Contributor,
|
such addition of the Contribution causes such combination to be covered by
|
||||||
such addition of the Contribution causes such combination to be covered
|
the Licensed Patents. The patent license shall not apply to any other combinations
|
||||||
by the Licensed Patents. The patent license shall not apply to any other
|
which include the Contribution. No hardware per se is licensed hereunder.
|
||||||
combinations which include the Contribution. No hardware per se is
|
|
||||||
licensed hereunder.</p>
|
|
||||||
|
|
||||||
<p class="list">c) Recipient understands that although each Contributor
|
c) Recipient understands that although each Contributor grants the licenses
|
||||||
grants the licenses to its Contributions set forth herein, no assurances
|
to its Contributions set forth herein, no assurances are provided by any Contributor
|
||||||
are provided by any Contributor that the Program does not infringe the
|
that the Program does not infringe the patent or other intellectual property
|
||||||
patent or other intellectual property rights of any other entity. Each
|
rights of any other entity. Each Contributor disclaims any liability to Recipient
|
||||||
Contributor disclaims any liability to Recipient for claims brought by
|
for claims brought by any other entity based on infringement of intellectual
|
||||||
any other entity based on infringement of intellectual property rights
|
property rights or otherwise. As a condition to exercising the rights and
|
||||||
or otherwise. As a condition to exercising the rights and licenses
|
licenses granted hereunder, each Recipient hereby assumes sole responsibility
|
||||||
granted hereunder, each Recipient hereby assumes sole responsibility to
|
to secure any other intellectual property rights needed, if any. For example,
|
||||||
secure any other intellectual property rights needed, if any. For
|
if a third party patent license is required to allow Recipient to distribute
|
||||||
example, if a third party patent license is required to allow Recipient
|
the Program, it is Recipient's responsibility to acquire that license before
|
||||||
to distribute the Program, it is Recipient's responsibility to acquire
|
distributing the Program.
|
||||||
that license before distributing the Program.</p>
|
|
||||||
|
|
||||||
<p class="list">d) Each Contributor represents that to its knowledge it
|
d) Each Contributor represents that to its knowledge it has sufficient copyright
|
||||||
has sufficient copyright rights in its Contribution, if any, to grant
|
rights in its Contribution, if any, to grant the copyright license set forth
|
||||||
the copyright license set forth in this Agreement.</p>
|
in this Agreement.
|
||||||
|
|
||||||
<p><b>3. REQUIREMENTS</b></p>
|
3. REQUIREMENTS
|
||||||
|
|
||||||
<p>A Contributor may choose to distribute the Program in object code
|
A Contributor may choose to distribute the Program in object code form under
|
||||||
form under its own license agreement, provided that:</p>
|
its own license agreement, provided that:
|
||||||
|
|
||||||
<p class="list">a) it complies with the terms and conditions of this
|
a) it complies with the terms and conditions of this Agreement; and
|
||||||
Agreement; and</p>
|
|
||||||
|
|
||||||
<p class="list">b) its license agreement:</p>
|
b) its license agreement:
|
||||||
|
|
||||||
<p class="list">i) effectively disclaims on behalf of all Contributors
|
i) effectively disclaims on behalf of all Contributors all warranties and
|
||||||
all warranties and conditions, express and implied, including warranties
|
conditions, express and implied, including warranties or conditions of title
|
||||||
or conditions of title and non-infringement, and implied warranties or
|
and non-infringement, and implied warranties or conditions of merchantability
|
||||||
conditions of merchantability and fitness for a particular purpose;</p>
|
and fitness for a particular purpose;
|
||||||
|
|
||||||
<p class="list">ii) effectively excludes on behalf of all Contributors
|
ii) effectively excludes on behalf of all Contributors all liability for damages,
|
||||||
all liability for damages, including direct, indirect, special,
|
including direct, indirect, special, incidental and consequential damages,
|
||||||
incidental and consequential damages, such as lost profits;</p>
|
such as lost profits;
|
||||||
|
|
||||||
<p class="list">iii) states that any provisions which differ from this
|
iii) states that any provisions which differ from this Agreement are offered
|
||||||
Agreement are offered by that Contributor alone and not by any other
|
by that Contributor alone and not by any other party; and
|
||||||
party; and</p>
|
|
||||||
|
|
||||||
<p class="list">iv) states that source code for the Program is available
|
iv) states that source code for the Program is available from such Contributor,
|
||||||
from such Contributor, and informs licensees how to obtain it in a
|
and informs licensees how to obtain it in a reasonable manner on or through
|
||||||
reasonable manner on or through a medium customarily used for software
|
a medium customarily used for software exchange.
|
||||||
exchange.</p>
|
|
||||||
|
|
||||||
<p>When the Program is made available in source code form:</p>
|
When the Program is made available in source code form:
|
||||||
|
|
||||||
<p class="list">a) it must be made available under this Agreement; and</p>
|
a) it must be made available under this Agreement; and
|
||||||
|
|
||||||
<p class="list">b) a copy of this Agreement must be included with each
|
b) a copy of this Agreement must be included with each copy of the Program.
|
||||||
copy of the Program.</p>
|
|
||||||
|
|
||||||
<p>Contributors may not remove or alter any copyright notices contained
|
Contributors may not remove or alter any copyright notices contained within
|
||||||
within the Program.</p>
|
the Program.
|
||||||
|
|
||||||
<p>Each Contributor must identify itself as the originator of its
|
Each Contributor must identify itself as the originator of its Contribution,
|
||||||
Contribution, if any, in a manner that reasonably allows subsequent
|
if any, in a manner that reasonably allows subsequent Recipients to identify
|
||||||
Recipients to identify the originator of the Contribution.</p>
|
the originator of the Contribution.
|
||||||
|
|
||||||
<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
|
4. COMMERCIAL DISTRIBUTION
|
||||||
|
|
||||||
<p>Commercial distributors of software may accept certain
|
Commercial distributors of software may accept certain responsibilities with
|
||||||
responsibilities with respect to end users, business partners and the
|
respect to end users, business partners and the like. While this license is
|
||||||
like. While this license is intended to facilitate the commercial use of
|
intended to facilitate the commercial use of the Program, the Contributor
|
||||||
the Program, the Contributor who includes the Program in a commercial
|
who includes the Program in a commercial product offering should do so in
|
||||||
product offering should do so in a manner which does not create
|
a manner which does not create potential liability for other Contributors.
|
||||||
potential liability for other Contributors. Therefore, if a Contributor
|
Therefore, if a Contributor includes the Program in a commercial product offering,
|
||||||
includes the Program in a commercial product offering, such Contributor
|
such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
|
||||||
("Commercial Contributor") hereby agrees to defend and
|
every other Contributor ("Indemnified Contributor") against any losses, damages
|
||||||
indemnify every other Contributor ("Indemnified Contributor")
|
and costs (collectively "Losses") arising from claims, lawsuits and other
|
||||||
against any losses, damages and costs (collectively "Losses")
|
legal actions brought by a third party against the Indemnified Contributor
|
||||||
arising from claims, lawsuits and other legal actions brought by a third
|
to the extent caused by the acts or omissions of such Commercial Contributor
|
||||||
party against the Indemnified Contributor to the extent caused by the
|
in connection with its distribution of the Program in a commercial product
|
||||||
acts or omissions of such Commercial Contributor in connection with its
|
offering. The obligations in this section do not apply to any claims or Losses
|
||||||
distribution of the Program in a commercial product offering. The
|
relating to any actual or alleged intellectual property infringement. In order
|
||||||
obligations in this section do not apply to any claims or Losses
|
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
|
||||||
relating to any actual or alleged intellectual property infringement. In
|
Contributor in writing of such claim, and b) allow the Commercial Contributor
|
||||||
order to qualify, an Indemnified Contributor must: a) promptly notify
|
to control, and cooperate with the Commercial Contributor in, the defense
|
||||||
the Commercial Contributor in writing of such claim, and b) allow the
|
and any related settlement negotiations. The Indemnified Contributor may participate
|
||||||
Commercial Contributor to control, and cooperate with the Commercial
|
in any such claim at its own expense.
|
||||||
Contributor in, the defense and any related settlement negotiations. The
|
|
||||||
Indemnified Contributor may participate in any such claim at its own
|
|
||||||
expense.</p>
|
|
||||||
|
|
||||||
<p>For example, a Contributor might include the Program in a commercial
|
For example, a Contributor might include the Program in a commercial product
|
||||||
product offering, Product X. That Contributor is then a Commercial
|
offering, Product X. That Contributor is then a Commercial Contributor. If
|
||||||
Contributor. If that Commercial Contributor then makes performance
|
that Commercial Contributor then makes performance claims, or offers warranties
|
||||||
claims, or offers warranties related to Product X, those performance
|
related to Product X, those performance claims and warranties are such Commercial
|
||||||
claims and warranties are such Commercial Contributor's responsibility
|
Contributor's responsibility alone. Under this section, the Commercial Contributor
|
||||||
alone. Under this section, the Commercial Contributor would have to
|
would have to defend claims against the other Contributors related to those
|
||||||
defend claims against the other Contributors related to those
|
performance claims and warranties, and if a court requires any other Contributor
|
||||||
performance claims and warranties, and if a court requires any other
|
to pay any damages as a result, the Commercial Contributor must pay those
|
||||||
Contributor to pay any damages as a result, the Commercial Contributor
|
damages.
|
||||||
must pay those damages.</p>
|
|
||||||
|
|
||||||
<p><b>5. NO WARRANTY</b></p>
|
5. NO WARRANTY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON
|
||||||
PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS
|
||||||
OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
|
OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
|
||||||
ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
|
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
|
Each Recipient is solely responsible for determining the appropriateness of
|
||||||
responsible for determining the appropriateness of using and
|
using and distributing the Program and assumes all risks associated with its
|
||||||
distributing the Program and assumes all risks associated with its
|
exercise of rights under this Agreement, including but not limited to the
|
||||||
exercise of rights under this Agreement , including but not limited to
|
risks and costs of program errors, compliance with applicable laws, damage
|
||||||
the risks and costs of program errors, compliance with applicable laws,
|
to or loss of data, programs or equipment, and unavailability or interruption
|
||||||
damage to or loss of data, programs or equipment, and unavailability or
|
of operations.
|
||||||
interruption of operations.</p>
|
|
||||||
|
|
||||||
<p><b>6. DISCLAIMER OF LIABILITY</b></p>
|
6. DISCLAIMER OF LIABILITY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
|
||||||
NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
|
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
|
||||||
WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
|
LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
|
||||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
|
WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
|
||||||
DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
|
GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||||
HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
|
|
||||||
|
|
||||||
<p><b>7. GENERAL</b></p>
|
7. GENERAL
|
||||||
|
|
||||||
<p>If any provision of this Agreement is invalid or unenforceable under
|
If any provision of this Agreement is invalid or unenforceable under applicable
|
||||||
applicable law, it shall not affect the validity or enforceability of
|
law, it shall not affect the validity or enforceability of the remainder of
|
||||||
the remainder of the terms of this Agreement, and without further action
|
the terms of this Agreement, and without further action by the parties hereto,
|
||||||
by the parties hereto, such provision shall be reformed to the minimum
|
such provision shall be reformed to the minimum extent necessary to make such
|
||||||
extent necessary to make such provision valid and enforceable.</p>
|
provision valid and enforceable.
|
||||||
|
|
||||||
<p>If Recipient institutes patent litigation against any entity
|
If Recipient institutes patent litigation against any entity (including a
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that the
|
cross-claim or counterclaim in a lawsuit) alleging that the Program itself
|
||||||
Program itself (excluding combinations of the Program with other
|
(excluding combinations of the Program with other software or hardware) infringes
|
||||||
software or hardware) infringes such Recipient's patent(s), then such
|
such Recipient's patent(s), then such Recipient's rights granted under Section
|
||||||
Recipient's rights granted under Section 2(b) shall terminate as of the
|
2(b) shall terminate as of the date such litigation is filed.
|
||||||
date such litigation is filed.</p>
|
|
||||||
|
|
||||||
<p>All Recipient's rights under this Agreement shall terminate if it
|
All Recipient's rights under this Agreement shall terminate if it fails to
|
||||||
fails to comply with any of the material terms or conditions of this
|
comply with any of the material terms or conditions of this Agreement and
|
||||||
Agreement and does not cure such failure in a reasonable period of time
|
does not cure such failure in a reasonable period of time after becoming aware
|
||||||
after becoming aware of such noncompliance. If all Recipient's rights
|
of such noncompliance. If all Recipient's rights under this Agreement terminate,
|
||||||
under this Agreement terminate, Recipient agrees to cease use and
|
Recipient agrees to cease use and distribution of the Program as soon as reasonably
|
||||||
distribution of the Program as soon as reasonably practicable. However,
|
practicable. However, Recipient's obligations under this Agreement and any
|
||||||
Recipient's obligations under this Agreement and any licenses granted by
|
licenses granted by Recipient relating to the Program shall continue and survive.
|
||||||
Recipient relating to the Program shall continue and survive.</p>
|
|
||||||
|
|
||||||
<p>Everyone is permitted to copy and distribute copies of this
|
Everyone is permitted to copy and distribute copies of this Agreement, but
|
||||||
Agreement, but in order to avoid inconsistency the Agreement is
|
in order to avoid inconsistency the Agreement is copyrighted and may only
|
||||||
copyrighted and may only be modified in the following manner. The
|
be modified in the following manner. The Agreement Steward reserves the right
|
||||||
Agreement Steward reserves the right to publish new versions (including
|
to publish new versions (including revisions) of this Agreement from time
|
||||||
revisions) of this Agreement from time to time. No one other than the
|
to time. No one other than the Agreement Steward has the right to modify this
|
||||||
Agreement Steward has the right to modify this Agreement. The Eclipse
|
Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse
|
||||||
Foundation is the initial Agreement Steward. The Eclipse Foundation may
|
Foundation may assign the responsibility to serve as the Agreement Steward
|
||||||
assign the responsibility to serve as the Agreement Steward to a
|
to a suitable separate entity. Each new version of the Agreement will be given
|
||||||
suitable separate entity. Each new version of the Agreement will be
|
a distinguishing version number. The Program (including Contributions) may
|
||||||
given a distinguishing version number. The Program (including
|
always be distributed subject to the version of the Agreement under which
|
||||||
Contributions) may always be distributed subject to the version of the
|
it was received. In addition, after a new version of the Agreement is published,
|
||||||
Agreement under which it was received. In addition, after a new version
|
Contributor may elect to distribute the Program (including its Contributions)
|
||||||
of the Agreement is published, Contributor may elect to distribute the
|
under the new version. Except as expressly stated in Sections 2(a) and 2(b)
|
||||||
Program (including its Contributions) under the new version. Except as
|
above, Recipient receives no rights or licenses to the intellectual property
|
||||||
expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
|
of any Contributor under this Agreement, whether expressly, by implication,
|
||||||
rights or licenses to the intellectual property of any Contributor under
|
estoppel or otherwise. All rights in the Program not expressly granted under
|
||||||
this Agreement, whether expressly, by implication, estoppel or
|
this Agreement are reserved.
|
||||||
otherwise. All rights in the Program not expressly granted under this
|
|
||||||
Agreement are reserved.</p>
|
|
||||||
|
|
||||||
<p>This Agreement is governed by the laws of the State of New York and
|
This Agreement is governed by the laws of the State of New York and the intellectual
|
||||||
the intellectual property laws of the United States of America. No party
|
property laws of the United States of America. No party to this Agreement
|
||||||
to this Agreement will bring a legal action under this Agreement more
|
will bring a legal action under this Agreement more than one year after the
|
||||||
than one year after the cause of action arose. Each party waives its
|
cause of action arose. Each party waives its rights to a jury trial in any
|
||||||
rights to a jury trial in any resulting litigation.</p>
|
resulting litigation.
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
|
@ -1,261 +1,210 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
Eclipse Public License - v 1.0
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
||||||
|
|
||||||
<head>
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
|
||||||
<title>Eclipse Public License - Version 1.0</title>
|
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
size: 8.5in 11.0in;
|
|
||||||
margin: 0.25in 0.5in 0.25in 0.5in;
|
|
||||||
tab-interval: 0.5in;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
p.list {
|
|
||||||
margin-left: 0.5in;
|
|
||||||
margin-top: 0.05em;
|
|
||||||
margin-bottom: 0.05em;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
1. DEFINITIONS
|
||||||
|
|
||||||
<body lang="EN-US">
|
"Contribution" means:
|
||||||
|
|
||||||
<h2>Eclipse Public License - v 1.0</h2>
|
a) in the case of the initial Contributor, the initial code and documentation
|
||||||
|
distributed under this Agreement, and
|
||||||
|
|
||||||
<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
b) in the case of each subsequent Contributor:
|
||||||
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
|
|
||||||
DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
|
|
||||||
AGREEMENT.</p>
|
|
||||||
|
|
||||||
<p><b>1. DEFINITIONS</b></p>
|
i) changes to the Program, and
|
||||||
|
|
||||||
<p>"Contribution" means:</p>
|
ii) additions to the Program;
|
||||||
|
|
||||||
<p class="list">a) in the case of the initial Contributor, the initial
|
where such changes and/or additions to the Program originate from and are
|
||||||
code and documentation distributed under this Agreement, and</p>
|
distributed by that particular Contributor. A Contribution 'originates' from
|
||||||
<p class="list">b) in the case of each subsequent Contributor:</p>
|
a Contributor if it was added to the Program by such Contributor itself or
|
||||||
<p class="list">i) changes to the Program, and</p>
|
anyone acting on such Contributor's behalf. Contributions do not include additions
|
||||||
<p class="list">ii) additions to the Program;</p>
|
to the Program which: (i) are separate modules of software distributed in
|
||||||
<p class="list">where such changes and/or additions to the Program
|
conjunction with the Program under their own license agreement, and (ii) are
|
||||||
originate from and are distributed by that particular Contributor. A
|
not derivative works of the Program.
|
||||||
Contribution 'originates' from a Contributor if it was added to the
|
|
||||||
Program by such Contributor itself or anyone acting on such
|
|
||||||
Contributor's behalf. Contributions do not include additions to the
|
|
||||||
Program which: (i) are separate modules of software distributed in
|
|
||||||
conjunction with the Program under their own license agreement, and (ii)
|
|
||||||
are not derivative works of the Program.</p>
|
|
||||||
|
|
||||||
<p>"Contributor" means any person or entity that distributes
|
"Contributor" means any person or entity that distributes the Program.
|
||||||
the Program.</p>
|
|
||||||
|
|
||||||
<p>"Licensed Patents" mean patent claims licensable by a
|
"Licensed Patents" mean patent claims licensable by a Contributor which are
|
||||||
Contributor which are necessarily infringed by the use or sale of its
|
necessarily infringed by the use or sale of its Contribution alone or when
|
||||||
Contribution alone or when combined with the Program.</p>
|
combined with the Program.
|
||||||
|
|
||||||
<p>"Program" means the Contributions distributed in accordance
|
"Program" means the Contributions distributed in accordance with this Agreement.
|
||||||
with this Agreement.</p>
|
|
||||||
|
|
||||||
<p>"Recipient" means anyone who receives the Program under
|
"Recipient" means anyone who receives the Program under this Agreement, including
|
||||||
this Agreement, including all Contributors.</p>
|
all Contributors.
|
||||||
|
|
||||||
<p><b>2. GRANT OF RIGHTS</b></p>
|
2. GRANT OF RIGHTS
|
||||||
|
|
||||||
<p class="list">a) Subject to the terms of this Agreement, each
|
a) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce,
|
||||||
royalty-free copyright license to reproduce, prepare derivative works
|
prepare derivative works of, publicly display, publicly perform, distribute
|
||||||
of, publicly display, publicly perform, distribute and sublicense the
|
and sublicense the Contribution of such Contributor, if any, and such derivative
|
||||||
Contribution of such Contributor, if any, and such derivative works, in
|
works, in source code and object code form.
|
||||||
source code and object code form.</p>
|
|
||||||
|
|
||||||
<p class="list">b) Subject to the terms of this Agreement, each
|
b) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
|
||||||
royalty-free patent license under Licensed Patents to make, use, sell,
|
Patents to make, use, sell, offer to sell, import and otherwise transfer the
|
||||||
offer to sell, import and otherwise transfer the Contribution of such
|
Contribution of such Contributor, if any, in source code and object code form.
|
||||||
Contributor, if any, in source code and object code form. This patent
|
This patent license shall apply to the combination of the Contribution and
|
||||||
license shall apply to the combination of the Contribution and the
|
the Program if, at the time the Contribution is added by the Contributor,
|
||||||
Program if, at the time the Contribution is added by the Contributor,
|
such addition of the Contribution causes such combination to be covered by
|
||||||
such addition of the Contribution causes such combination to be covered
|
the Licensed Patents. The patent license shall not apply to any other combinations
|
||||||
by the Licensed Patents. The patent license shall not apply to any other
|
which include the Contribution. No hardware per se is licensed hereunder.
|
||||||
combinations which include the Contribution. No hardware per se is
|
|
||||||
licensed hereunder.</p>
|
|
||||||
|
|
||||||
<p class="list">c) Recipient understands that although each Contributor
|
c) Recipient understands that although each Contributor grants the licenses
|
||||||
grants the licenses to its Contributions set forth herein, no assurances
|
to its Contributions set forth herein, no assurances are provided by any Contributor
|
||||||
are provided by any Contributor that the Program does not infringe the
|
that the Program does not infringe the patent or other intellectual property
|
||||||
patent or other intellectual property rights of any other entity. Each
|
rights of any other entity. Each Contributor disclaims any liability to Recipient
|
||||||
Contributor disclaims any liability to Recipient for claims brought by
|
for claims brought by any other entity based on infringement of intellectual
|
||||||
any other entity based on infringement of intellectual property rights
|
property rights or otherwise. As a condition to exercising the rights and
|
||||||
or otherwise. As a condition to exercising the rights and licenses
|
licenses granted hereunder, each Recipient hereby assumes sole responsibility
|
||||||
granted hereunder, each Recipient hereby assumes sole responsibility to
|
to secure any other intellectual property rights needed, if any. For example,
|
||||||
secure any other intellectual property rights needed, if any. For
|
if a third party patent license is required to allow Recipient to distribute
|
||||||
example, if a third party patent license is required to allow Recipient
|
the Program, it is Recipient's responsibility to acquire that license before
|
||||||
to distribute the Program, it is Recipient's responsibility to acquire
|
distributing the Program.
|
||||||
that license before distributing the Program.</p>
|
|
||||||
|
|
||||||
<p class="list">d) Each Contributor represents that to its knowledge it
|
d) Each Contributor represents that to its knowledge it has sufficient copyright
|
||||||
has sufficient copyright rights in its Contribution, if any, to grant
|
rights in its Contribution, if any, to grant the copyright license set forth
|
||||||
the copyright license set forth in this Agreement.</p>
|
in this Agreement.
|
||||||
|
|
||||||
<p><b>3. REQUIREMENTS</b></p>
|
3. REQUIREMENTS
|
||||||
|
|
||||||
<p>A Contributor may choose to distribute the Program in object code
|
A Contributor may choose to distribute the Program in object code form under
|
||||||
form under its own license agreement, provided that:</p>
|
its own license agreement, provided that:
|
||||||
|
|
||||||
<p class="list">a) it complies with the terms and conditions of this
|
a) it complies with the terms and conditions of this Agreement; and
|
||||||
Agreement; and</p>
|
|
||||||
|
|
||||||
<p class="list">b) its license agreement:</p>
|
b) its license agreement:
|
||||||
|
|
||||||
<p class="list">i) effectively disclaims on behalf of all Contributors
|
i) effectively disclaims on behalf of all Contributors all warranties and
|
||||||
all warranties and conditions, express and implied, including warranties
|
conditions, express and implied, including warranties or conditions of title
|
||||||
or conditions of title and non-infringement, and implied warranties or
|
and non-infringement, and implied warranties or conditions of merchantability
|
||||||
conditions of merchantability and fitness for a particular purpose;</p>
|
and fitness for a particular purpose;
|
||||||
|
|
||||||
<p class="list">ii) effectively excludes on behalf of all Contributors
|
ii) effectively excludes on behalf of all Contributors all liability for damages,
|
||||||
all liability for damages, including direct, indirect, special,
|
including direct, indirect, special, incidental and consequential damages,
|
||||||
incidental and consequential damages, such as lost profits;</p>
|
such as lost profits;
|
||||||
|
|
||||||
<p class="list">iii) states that any provisions which differ from this
|
iii) states that any provisions which differ from this Agreement are offered
|
||||||
Agreement are offered by that Contributor alone and not by any other
|
by that Contributor alone and not by any other party; and
|
||||||
party; and</p>
|
|
||||||
|
|
||||||
<p class="list">iv) states that source code for the Program is available
|
iv) states that source code for the Program is available from such Contributor,
|
||||||
from such Contributor, and informs licensees how to obtain it in a
|
and informs licensees how to obtain it in a reasonable manner on or through
|
||||||
reasonable manner on or through a medium customarily used for software
|
a medium customarily used for software exchange.
|
||||||
exchange.</p>
|
|
||||||
|
|
||||||
<p>When the Program is made available in source code form:</p>
|
When the Program is made available in source code form:
|
||||||
|
|
||||||
<p class="list">a) it must be made available under this Agreement; and</p>
|
a) it must be made available under this Agreement; and
|
||||||
|
|
||||||
<p class="list">b) a copy of this Agreement must be included with each
|
b) a copy of this Agreement must be included with each copy of the Program.
|
||||||
copy of the Program.</p>
|
|
||||||
|
|
||||||
<p>Contributors may not remove or alter any copyright notices contained
|
Contributors may not remove or alter any copyright notices contained within
|
||||||
within the Program.</p>
|
the Program.
|
||||||
|
|
||||||
<p>Each Contributor must identify itself as the originator of its
|
Each Contributor must identify itself as the originator of its Contribution,
|
||||||
Contribution, if any, in a manner that reasonably allows subsequent
|
if any, in a manner that reasonably allows subsequent Recipients to identify
|
||||||
Recipients to identify the originator of the Contribution.</p>
|
the originator of the Contribution.
|
||||||
|
|
||||||
<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
|
4. COMMERCIAL DISTRIBUTION
|
||||||
|
|
||||||
<p>Commercial distributors of software may accept certain
|
Commercial distributors of software may accept certain responsibilities with
|
||||||
responsibilities with respect to end users, business partners and the
|
respect to end users, business partners and the like. While this license is
|
||||||
like. While this license is intended to facilitate the commercial use of
|
intended to facilitate the commercial use of the Program, the Contributor
|
||||||
the Program, the Contributor who includes the Program in a commercial
|
who includes the Program in a commercial product offering should do so in
|
||||||
product offering should do so in a manner which does not create
|
a manner which does not create potential liability for other Contributors.
|
||||||
potential liability for other Contributors. Therefore, if a Contributor
|
Therefore, if a Contributor includes the Program in a commercial product offering,
|
||||||
includes the Program in a commercial product offering, such Contributor
|
such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
|
||||||
("Commercial Contributor") hereby agrees to defend and
|
every other Contributor ("Indemnified Contributor") against any losses, damages
|
||||||
indemnify every other Contributor ("Indemnified Contributor")
|
and costs (collectively "Losses") arising from claims, lawsuits and other
|
||||||
against any losses, damages and costs (collectively "Losses")
|
legal actions brought by a third party against the Indemnified Contributor
|
||||||
arising from claims, lawsuits and other legal actions brought by a third
|
to the extent caused by the acts or omissions of such Commercial Contributor
|
||||||
party against the Indemnified Contributor to the extent caused by the
|
in connection with its distribution of the Program in a commercial product
|
||||||
acts or omissions of such Commercial Contributor in connection with its
|
offering. The obligations in this section do not apply to any claims or Losses
|
||||||
distribution of the Program in a commercial product offering. The
|
relating to any actual or alleged intellectual property infringement. In order
|
||||||
obligations in this section do not apply to any claims or Losses
|
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
|
||||||
relating to any actual or alleged intellectual property infringement. In
|
Contributor in writing of such claim, and b) allow the Commercial Contributor
|
||||||
order to qualify, an Indemnified Contributor must: a) promptly notify
|
to control, and cooperate with the Commercial Contributor in, the defense
|
||||||
the Commercial Contributor in writing of such claim, and b) allow the
|
and any related settlement negotiations. The Indemnified Contributor may participate
|
||||||
Commercial Contributor to control, and cooperate with the Commercial
|
in any such claim at its own expense.
|
||||||
Contributor in, the defense and any related settlement negotiations. The
|
|
||||||
Indemnified Contributor may participate in any such claim at its own
|
|
||||||
expense.</p>
|
|
||||||
|
|
||||||
<p>For example, a Contributor might include the Program in a commercial
|
For example, a Contributor might include the Program in a commercial product
|
||||||
product offering, Product X. That Contributor is then a Commercial
|
offering, Product X. That Contributor is then a Commercial Contributor. If
|
||||||
Contributor. If that Commercial Contributor then makes performance
|
that Commercial Contributor then makes performance claims, or offers warranties
|
||||||
claims, or offers warranties related to Product X, those performance
|
related to Product X, those performance claims and warranties are such Commercial
|
||||||
claims and warranties are such Commercial Contributor's responsibility
|
Contributor's responsibility alone. Under this section, the Commercial Contributor
|
||||||
alone. Under this section, the Commercial Contributor would have to
|
would have to defend claims against the other Contributors related to those
|
||||||
defend claims against the other Contributors related to those
|
performance claims and warranties, and if a court requires any other Contributor
|
||||||
performance claims and warranties, and if a court requires any other
|
to pay any damages as a result, the Commercial Contributor must pay those
|
||||||
Contributor to pay any damages as a result, the Commercial Contributor
|
damages.
|
||||||
must pay those damages.</p>
|
|
||||||
|
|
||||||
<p><b>5. NO WARRANTY</b></p>
|
5. NO WARRANTY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON
|
||||||
PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS
|
||||||
OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
|
OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
|
||||||
ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
|
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
|
Each Recipient is solely responsible for determining the appropriateness of
|
||||||
responsible for determining the appropriateness of using and
|
using and distributing the Program and assumes all risks associated with its
|
||||||
distributing the Program and assumes all risks associated with its
|
exercise of rights under this Agreement, including but not limited to the
|
||||||
exercise of rights under this Agreement , including but not limited to
|
risks and costs of program errors, compliance with applicable laws, damage
|
||||||
the risks and costs of program errors, compliance with applicable laws,
|
to or loss of data, programs or equipment, and unavailability or interruption
|
||||||
damage to or loss of data, programs or equipment, and unavailability or
|
of operations.
|
||||||
interruption of operations.</p>
|
|
||||||
|
|
||||||
<p><b>6. DISCLAIMER OF LIABILITY</b></p>
|
6. DISCLAIMER OF LIABILITY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
|
||||||
NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
|
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
|
||||||
WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
|
LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
|
||||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
|
WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
|
||||||
DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
|
GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||||
HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
|
|
||||||
|
|
||||||
<p><b>7. GENERAL</b></p>
|
7. GENERAL
|
||||||
|
|
||||||
<p>If any provision of this Agreement is invalid or unenforceable under
|
If any provision of this Agreement is invalid or unenforceable under applicable
|
||||||
applicable law, it shall not affect the validity or enforceability of
|
law, it shall not affect the validity or enforceability of the remainder of
|
||||||
the remainder of the terms of this Agreement, and without further action
|
the terms of this Agreement, and without further action by the parties hereto,
|
||||||
by the parties hereto, such provision shall be reformed to the minimum
|
such provision shall be reformed to the minimum extent necessary to make such
|
||||||
extent necessary to make such provision valid and enforceable.</p>
|
provision valid and enforceable.
|
||||||
|
|
||||||
<p>If Recipient institutes patent litigation against any entity
|
If Recipient institutes patent litigation against any entity (including a
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that the
|
cross-claim or counterclaim in a lawsuit) alleging that the Program itself
|
||||||
Program itself (excluding combinations of the Program with other
|
(excluding combinations of the Program with other software or hardware) infringes
|
||||||
software or hardware) infringes such Recipient's patent(s), then such
|
such Recipient's patent(s), then such Recipient's rights granted under Section
|
||||||
Recipient's rights granted under Section 2(b) shall terminate as of the
|
2(b) shall terminate as of the date such litigation is filed.
|
||||||
date such litigation is filed.</p>
|
|
||||||
|
|
||||||
<p>All Recipient's rights under this Agreement shall terminate if it
|
All Recipient's rights under this Agreement shall terminate if it fails to
|
||||||
fails to comply with any of the material terms or conditions of this
|
comply with any of the material terms or conditions of this Agreement and
|
||||||
Agreement and does not cure such failure in a reasonable period of time
|
does not cure such failure in a reasonable period of time after becoming aware
|
||||||
after becoming aware of such noncompliance. If all Recipient's rights
|
of such noncompliance. If all Recipient's rights under this Agreement terminate,
|
||||||
under this Agreement terminate, Recipient agrees to cease use and
|
Recipient agrees to cease use and distribution of the Program as soon as reasonably
|
||||||
distribution of the Program as soon as reasonably practicable. However,
|
practicable. However, Recipient's obligations under this Agreement and any
|
||||||
Recipient's obligations under this Agreement and any licenses granted by
|
licenses granted by Recipient relating to the Program shall continue and survive.
|
||||||
Recipient relating to the Program shall continue and survive.</p>
|
|
||||||
|
|
||||||
<p>Everyone is permitted to copy and distribute copies of this
|
Everyone is permitted to copy and distribute copies of this Agreement, but
|
||||||
Agreement, but in order to avoid inconsistency the Agreement is
|
in order to avoid inconsistency the Agreement is copyrighted and may only
|
||||||
copyrighted and may only be modified in the following manner. The
|
be modified in the following manner. The Agreement Steward reserves the right
|
||||||
Agreement Steward reserves the right to publish new versions (including
|
to publish new versions (including revisions) of this Agreement from time
|
||||||
revisions) of this Agreement from time to time. No one other than the
|
to time. No one other than the Agreement Steward has the right to modify this
|
||||||
Agreement Steward has the right to modify this Agreement. The Eclipse
|
Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse
|
||||||
Foundation is the initial Agreement Steward. The Eclipse Foundation may
|
Foundation may assign the responsibility to serve as the Agreement Steward
|
||||||
assign the responsibility to serve as the Agreement Steward to a
|
to a suitable separate entity. Each new version of the Agreement will be given
|
||||||
suitable separate entity. Each new version of the Agreement will be
|
a distinguishing version number. The Program (including Contributions) may
|
||||||
given a distinguishing version number. The Program (including
|
always be distributed subject to the version of the Agreement under which
|
||||||
Contributions) may always be distributed subject to the version of the
|
it was received. In addition, after a new version of the Agreement is published,
|
||||||
Agreement under which it was received. In addition, after a new version
|
Contributor may elect to distribute the Program (including its Contributions)
|
||||||
of the Agreement is published, Contributor may elect to distribute the
|
under the new version. Except as expressly stated in Sections 2(a) and 2(b)
|
||||||
Program (including its Contributions) under the new version. Except as
|
above, Recipient receives no rights or licenses to the intellectual property
|
||||||
expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
|
of any Contributor under this Agreement, whether expressly, by implication,
|
||||||
rights or licenses to the intellectual property of any Contributor under
|
estoppel or otherwise. All rights in the Program not expressly granted under
|
||||||
this Agreement, whether expressly, by implication, estoppel or
|
this Agreement are reserved.
|
||||||
otherwise. All rights in the Program not expressly granted under this
|
|
||||||
Agreement are reserved.</p>
|
|
||||||
|
|
||||||
<p>This Agreement is governed by the laws of the State of New York and
|
This Agreement is governed by the laws of the State of New York and the intellectual
|
||||||
the intellectual property laws of the United States of America. No party
|
property laws of the United States of America. No party to this Agreement
|
||||||
to this Agreement will bring a legal action under this Agreement more
|
will bring a legal action under this Agreement more than one year after the
|
||||||
than one year after the cause of action arose. Each party waives its
|
cause of action arose. Each party waives its rights to a jury trial in any
|
||||||
rights to a jury trial in any resulting litigation.</p>
|
resulting litigation.
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
|
@ -1,261 +1,210 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
Eclipse Public License - v 1.0
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
||||||
|
|
||||||
<head>
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
|
||||||
<title>Eclipse Public License - Version 1.0</title>
|
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
size: 8.5in 11.0in;
|
|
||||||
margin: 0.25in 0.5in 0.25in 0.5in;
|
|
||||||
tab-interval: 0.5in;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
p.list {
|
|
||||||
margin-left: 0.5in;
|
|
||||||
margin-top: 0.05em;
|
|
||||||
margin-bottom: 0.05em;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
1. DEFINITIONS
|
||||||
|
|
||||||
<body lang="EN-US">
|
"Contribution" means:
|
||||||
|
|
||||||
<h2>Eclipse Public License - v 1.0</h2>
|
a) in the case of the initial Contributor, the initial code and documentation
|
||||||
|
distributed under this Agreement, and
|
||||||
|
|
||||||
<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
b) in the case of each subsequent Contributor:
|
||||||
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
|
|
||||||
DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
|
|
||||||
AGREEMENT.</p>
|
|
||||||
|
|
||||||
<p><b>1. DEFINITIONS</b></p>
|
i) changes to the Program, and
|
||||||
|
|
||||||
<p>"Contribution" means:</p>
|
ii) additions to the Program;
|
||||||
|
|
||||||
<p class="list">a) in the case of the initial Contributor, the initial
|
where such changes and/or additions to the Program originate from and are
|
||||||
code and documentation distributed under this Agreement, and</p>
|
distributed by that particular Contributor. A Contribution 'originates' from
|
||||||
<p class="list">b) in the case of each subsequent Contributor:</p>
|
a Contributor if it was added to the Program by such Contributor itself or
|
||||||
<p class="list">i) changes to the Program, and</p>
|
anyone acting on such Contributor's behalf. Contributions do not include additions
|
||||||
<p class="list">ii) additions to the Program;</p>
|
to the Program which: (i) are separate modules of software distributed in
|
||||||
<p class="list">where such changes and/or additions to the Program
|
conjunction with the Program under their own license agreement, and (ii) are
|
||||||
originate from and are distributed by that particular Contributor. A
|
not derivative works of the Program.
|
||||||
Contribution 'originates' from a Contributor if it was added to the
|
|
||||||
Program by such Contributor itself or anyone acting on such
|
|
||||||
Contributor's behalf. Contributions do not include additions to the
|
|
||||||
Program which: (i) are separate modules of software distributed in
|
|
||||||
conjunction with the Program under their own license agreement, and (ii)
|
|
||||||
are not derivative works of the Program.</p>
|
|
||||||
|
|
||||||
<p>"Contributor" means any person or entity that distributes
|
"Contributor" means any person or entity that distributes the Program.
|
||||||
the Program.</p>
|
|
||||||
|
|
||||||
<p>"Licensed Patents" mean patent claims licensable by a
|
"Licensed Patents" mean patent claims licensable by a Contributor which are
|
||||||
Contributor which are necessarily infringed by the use or sale of its
|
necessarily infringed by the use or sale of its Contribution alone or when
|
||||||
Contribution alone or when combined with the Program.</p>
|
combined with the Program.
|
||||||
|
|
||||||
<p>"Program" means the Contributions distributed in accordance
|
"Program" means the Contributions distributed in accordance with this Agreement.
|
||||||
with this Agreement.</p>
|
|
||||||
|
|
||||||
<p>"Recipient" means anyone who receives the Program under
|
"Recipient" means anyone who receives the Program under this Agreement, including
|
||||||
this Agreement, including all Contributors.</p>
|
all Contributors.
|
||||||
|
|
||||||
<p><b>2. GRANT OF RIGHTS</b></p>
|
2. GRANT OF RIGHTS
|
||||||
|
|
||||||
<p class="list">a) Subject to the terms of this Agreement, each
|
a) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce,
|
||||||
royalty-free copyright license to reproduce, prepare derivative works
|
prepare derivative works of, publicly display, publicly perform, distribute
|
||||||
of, publicly display, publicly perform, distribute and sublicense the
|
and sublicense the Contribution of such Contributor, if any, and such derivative
|
||||||
Contribution of such Contributor, if any, and such derivative works, in
|
works, in source code and object code form.
|
||||||
source code and object code form.</p>
|
|
||||||
|
|
||||||
<p class="list">b) Subject to the terms of this Agreement, each
|
b) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
|
||||||
royalty-free patent license under Licensed Patents to make, use, sell,
|
Patents to make, use, sell, offer to sell, import and otherwise transfer the
|
||||||
offer to sell, import and otherwise transfer the Contribution of such
|
Contribution of such Contributor, if any, in source code and object code form.
|
||||||
Contributor, if any, in source code and object code form. This patent
|
This patent license shall apply to the combination of the Contribution and
|
||||||
license shall apply to the combination of the Contribution and the
|
the Program if, at the time the Contribution is added by the Contributor,
|
||||||
Program if, at the time the Contribution is added by the Contributor,
|
such addition of the Contribution causes such combination to be covered by
|
||||||
such addition of the Contribution causes such combination to be covered
|
the Licensed Patents. The patent license shall not apply to any other combinations
|
||||||
by the Licensed Patents. The patent license shall not apply to any other
|
which include the Contribution. No hardware per se is licensed hereunder.
|
||||||
combinations which include the Contribution. No hardware per se is
|
|
||||||
licensed hereunder.</p>
|
|
||||||
|
|
||||||
<p class="list">c) Recipient understands that although each Contributor
|
c) Recipient understands that although each Contributor grants the licenses
|
||||||
grants the licenses to its Contributions set forth herein, no assurances
|
to its Contributions set forth herein, no assurances are provided by any Contributor
|
||||||
are provided by any Contributor that the Program does not infringe the
|
that the Program does not infringe the patent or other intellectual property
|
||||||
patent or other intellectual property rights of any other entity. Each
|
rights of any other entity. Each Contributor disclaims any liability to Recipient
|
||||||
Contributor disclaims any liability to Recipient for claims brought by
|
for claims brought by any other entity based on infringement of intellectual
|
||||||
any other entity based on infringement of intellectual property rights
|
property rights or otherwise. As a condition to exercising the rights and
|
||||||
or otherwise. As a condition to exercising the rights and licenses
|
licenses granted hereunder, each Recipient hereby assumes sole responsibility
|
||||||
granted hereunder, each Recipient hereby assumes sole responsibility to
|
to secure any other intellectual property rights needed, if any. For example,
|
||||||
secure any other intellectual property rights needed, if any. For
|
if a third party patent license is required to allow Recipient to distribute
|
||||||
example, if a third party patent license is required to allow Recipient
|
the Program, it is Recipient's responsibility to acquire that license before
|
||||||
to distribute the Program, it is Recipient's responsibility to acquire
|
distributing the Program.
|
||||||
that license before distributing the Program.</p>
|
|
||||||
|
|
||||||
<p class="list">d) Each Contributor represents that to its knowledge it
|
d) Each Contributor represents that to its knowledge it has sufficient copyright
|
||||||
has sufficient copyright rights in its Contribution, if any, to grant
|
rights in its Contribution, if any, to grant the copyright license set forth
|
||||||
the copyright license set forth in this Agreement.</p>
|
in this Agreement.
|
||||||
|
|
||||||
<p><b>3. REQUIREMENTS</b></p>
|
3. REQUIREMENTS
|
||||||
|
|
||||||
<p>A Contributor may choose to distribute the Program in object code
|
A Contributor may choose to distribute the Program in object code form under
|
||||||
form under its own license agreement, provided that:</p>
|
its own license agreement, provided that:
|
||||||
|
|
||||||
<p class="list">a) it complies with the terms and conditions of this
|
a) it complies with the terms and conditions of this Agreement; and
|
||||||
Agreement; and</p>
|
|
||||||
|
|
||||||
<p class="list">b) its license agreement:</p>
|
b) its license agreement:
|
||||||
|
|
||||||
<p class="list">i) effectively disclaims on behalf of all Contributors
|
i) effectively disclaims on behalf of all Contributors all warranties and
|
||||||
all warranties and conditions, express and implied, including warranties
|
conditions, express and implied, including warranties or conditions of title
|
||||||
or conditions of title and non-infringement, and implied warranties or
|
and non-infringement, and implied warranties or conditions of merchantability
|
||||||
conditions of merchantability and fitness for a particular purpose;</p>
|
and fitness for a particular purpose;
|
||||||
|
|
||||||
<p class="list">ii) effectively excludes on behalf of all Contributors
|
ii) effectively excludes on behalf of all Contributors all liability for damages,
|
||||||
all liability for damages, including direct, indirect, special,
|
including direct, indirect, special, incidental and consequential damages,
|
||||||
incidental and consequential damages, such as lost profits;</p>
|
such as lost profits;
|
||||||
|
|
||||||
<p class="list">iii) states that any provisions which differ from this
|
iii) states that any provisions which differ from this Agreement are offered
|
||||||
Agreement are offered by that Contributor alone and not by any other
|
by that Contributor alone and not by any other party; and
|
||||||
party; and</p>
|
|
||||||
|
|
||||||
<p class="list">iv) states that source code for the Program is available
|
iv) states that source code for the Program is available from such Contributor,
|
||||||
from such Contributor, and informs licensees how to obtain it in a
|
and informs licensees how to obtain it in a reasonable manner on or through
|
||||||
reasonable manner on or through a medium customarily used for software
|
a medium customarily used for software exchange.
|
||||||
exchange.</p>
|
|
||||||
|
|
||||||
<p>When the Program is made available in source code form:</p>
|
When the Program is made available in source code form:
|
||||||
|
|
||||||
<p class="list">a) it must be made available under this Agreement; and</p>
|
a) it must be made available under this Agreement; and
|
||||||
|
|
||||||
<p class="list">b) a copy of this Agreement must be included with each
|
b) a copy of this Agreement must be included with each copy of the Program.
|
||||||
copy of the Program.</p>
|
|
||||||
|
|
||||||
<p>Contributors may not remove or alter any copyright notices contained
|
Contributors may not remove or alter any copyright notices contained within
|
||||||
within the Program.</p>
|
the Program.
|
||||||
|
|
||||||
<p>Each Contributor must identify itself as the originator of its
|
Each Contributor must identify itself as the originator of its Contribution,
|
||||||
Contribution, if any, in a manner that reasonably allows subsequent
|
if any, in a manner that reasonably allows subsequent Recipients to identify
|
||||||
Recipients to identify the originator of the Contribution.</p>
|
the originator of the Contribution.
|
||||||
|
|
||||||
<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
|
4. COMMERCIAL DISTRIBUTION
|
||||||
|
|
||||||
<p>Commercial distributors of software may accept certain
|
Commercial distributors of software may accept certain responsibilities with
|
||||||
responsibilities with respect to end users, business partners and the
|
respect to end users, business partners and the like. While this license is
|
||||||
like. While this license is intended to facilitate the commercial use of
|
intended to facilitate the commercial use of the Program, the Contributor
|
||||||
the Program, the Contributor who includes the Program in a commercial
|
who includes the Program in a commercial product offering should do so in
|
||||||
product offering should do so in a manner which does not create
|
a manner which does not create potential liability for other Contributors.
|
||||||
potential liability for other Contributors. Therefore, if a Contributor
|
Therefore, if a Contributor includes the Program in a commercial product offering,
|
||||||
includes the Program in a commercial product offering, such Contributor
|
such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
|
||||||
("Commercial Contributor") hereby agrees to defend and
|
every other Contributor ("Indemnified Contributor") against any losses, damages
|
||||||
indemnify every other Contributor ("Indemnified Contributor")
|
and costs (collectively "Losses") arising from claims, lawsuits and other
|
||||||
against any losses, damages and costs (collectively "Losses")
|
legal actions brought by a third party against the Indemnified Contributor
|
||||||
arising from claims, lawsuits and other legal actions brought by a third
|
to the extent caused by the acts or omissions of such Commercial Contributor
|
||||||
party against the Indemnified Contributor to the extent caused by the
|
in connection with its distribution of the Program in a commercial product
|
||||||
acts or omissions of such Commercial Contributor in connection with its
|
offering. The obligations in this section do not apply to any claims or Losses
|
||||||
distribution of the Program in a commercial product offering. The
|
relating to any actual or alleged intellectual property infringement. In order
|
||||||
obligations in this section do not apply to any claims or Losses
|
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
|
||||||
relating to any actual or alleged intellectual property infringement. In
|
Contributor in writing of such claim, and b) allow the Commercial Contributor
|
||||||
order to qualify, an Indemnified Contributor must: a) promptly notify
|
to control, and cooperate with the Commercial Contributor in, the defense
|
||||||
the Commercial Contributor in writing of such claim, and b) allow the
|
and any related settlement negotiations. The Indemnified Contributor may participate
|
||||||
Commercial Contributor to control, and cooperate with the Commercial
|
in any such claim at its own expense.
|
||||||
Contributor in, the defense and any related settlement negotiations. The
|
|
||||||
Indemnified Contributor may participate in any such claim at its own
|
|
||||||
expense.</p>
|
|
||||||
|
|
||||||
<p>For example, a Contributor might include the Program in a commercial
|
For example, a Contributor might include the Program in a commercial product
|
||||||
product offering, Product X. That Contributor is then a Commercial
|
offering, Product X. That Contributor is then a Commercial Contributor. If
|
||||||
Contributor. If that Commercial Contributor then makes performance
|
that Commercial Contributor then makes performance claims, or offers warranties
|
||||||
claims, or offers warranties related to Product X, those performance
|
related to Product X, those performance claims and warranties are such Commercial
|
||||||
claims and warranties are such Commercial Contributor's responsibility
|
Contributor's responsibility alone. Under this section, the Commercial Contributor
|
||||||
alone. Under this section, the Commercial Contributor would have to
|
would have to defend claims against the other Contributors related to those
|
||||||
defend claims against the other Contributors related to those
|
performance claims and warranties, and if a court requires any other Contributor
|
||||||
performance claims and warranties, and if a court requires any other
|
to pay any damages as a result, the Commercial Contributor must pay those
|
||||||
Contributor to pay any damages as a result, the Commercial Contributor
|
damages.
|
||||||
must pay those damages.</p>
|
|
||||||
|
|
||||||
<p><b>5. NO WARRANTY</b></p>
|
5. NO WARRANTY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON
|
||||||
PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS
|
||||||
OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
|
OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
|
||||||
ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
|
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
|
Each Recipient is solely responsible for determining the appropriateness of
|
||||||
responsible for determining the appropriateness of using and
|
using and distributing the Program and assumes all risks associated with its
|
||||||
distributing the Program and assumes all risks associated with its
|
exercise of rights under this Agreement, including but not limited to the
|
||||||
exercise of rights under this Agreement , including but not limited to
|
risks and costs of program errors, compliance with applicable laws, damage
|
||||||
the risks and costs of program errors, compliance with applicable laws,
|
to or loss of data, programs or equipment, and unavailability or interruption
|
||||||
damage to or loss of data, programs or equipment, and unavailability or
|
of operations.
|
||||||
interruption of operations.</p>
|
|
||||||
|
|
||||||
<p><b>6. DISCLAIMER OF LIABILITY</b></p>
|
6. DISCLAIMER OF LIABILITY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
|
||||||
NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
|
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
|
||||||
WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
|
LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
|
||||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
|
WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
|
||||||
DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
|
GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||||
HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
|
|
||||||
|
|
||||||
<p><b>7. GENERAL</b></p>
|
7. GENERAL
|
||||||
|
|
||||||
<p>If any provision of this Agreement is invalid or unenforceable under
|
If any provision of this Agreement is invalid or unenforceable under applicable
|
||||||
applicable law, it shall not affect the validity or enforceability of
|
law, it shall not affect the validity or enforceability of the remainder of
|
||||||
the remainder of the terms of this Agreement, and without further action
|
the terms of this Agreement, and without further action by the parties hereto,
|
||||||
by the parties hereto, such provision shall be reformed to the minimum
|
such provision shall be reformed to the minimum extent necessary to make such
|
||||||
extent necessary to make such provision valid and enforceable.</p>
|
provision valid and enforceable.
|
||||||
|
|
||||||
<p>If Recipient institutes patent litigation against any entity
|
If Recipient institutes patent litigation against any entity (including a
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that the
|
cross-claim or counterclaim in a lawsuit) alleging that the Program itself
|
||||||
Program itself (excluding combinations of the Program with other
|
(excluding combinations of the Program with other software or hardware) infringes
|
||||||
software or hardware) infringes such Recipient's patent(s), then such
|
such Recipient's patent(s), then such Recipient's rights granted under Section
|
||||||
Recipient's rights granted under Section 2(b) shall terminate as of the
|
2(b) shall terminate as of the date such litigation is filed.
|
||||||
date such litigation is filed.</p>
|
|
||||||
|
|
||||||
<p>All Recipient's rights under this Agreement shall terminate if it
|
All Recipient's rights under this Agreement shall terminate if it fails to
|
||||||
fails to comply with any of the material terms or conditions of this
|
comply with any of the material terms or conditions of this Agreement and
|
||||||
Agreement and does not cure such failure in a reasonable period of time
|
does not cure such failure in a reasonable period of time after becoming aware
|
||||||
after becoming aware of such noncompliance. If all Recipient's rights
|
of such noncompliance. If all Recipient's rights under this Agreement terminate,
|
||||||
under this Agreement terminate, Recipient agrees to cease use and
|
Recipient agrees to cease use and distribution of the Program as soon as reasonably
|
||||||
distribution of the Program as soon as reasonably practicable. However,
|
practicable. However, Recipient's obligations under this Agreement and any
|
||||||
Recipient's obligations under this Agreement and any licenses granted by
|
licenses granted by Recipient relating to the Program shall continue and survive.
|
||||||
Recipient relating to the Program shall continue and survive.</p>
|
|
||||||
|
|
||||||
<p>Everyone is permitted to copy and distribute copies of this
|
Everyone is permitted to copy and distribute copies of this Agreement, but
|
||||||
Agreement, but in order to avoid inconsistency the Agreement is
|
in order to avoid inconsistency the Agreement is copyrighted and may only
|
||||||
copyrighted and may only be modified in the following manner. The
|
be modified in the following manner. The Agreement Steward reserves the right
|
||||||
Agreement Steward reserves the right to publish new versions (including
|
to publish new versions (including revisions) of this Agreement from time
|
||||||
revisions) of this Agreement from time to time. No one other than the
|
to time. No one other than the Agreement Steward has the right to modify this
|
||||||
Agreement Steward has the right to modify this Agreement. The Eclipse
|
Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse
|
||||||
Foundation is the initial Agreement Steward. The Eclipse Foundation may
|
Foundation may assign the responsibility to serve as the Agreement Steward
|
||||||
assign the responsibility to serve as the Agreement Steward to a
|
to a suitable separate entity. Each new version of the Agreement will be given
|
||||||
suitable separate entity. Each new version of the Agreement will be
|
a distinguishing version number. The Program (including Contributions) may
|
||||||
given a distinguishing version number. The Program (including
|
always be distributed subject to the version of the Agreement under which
|
||||||
Contributions) may always be distributed subject to the version of the
|
it was received. In addition, after a new version of the Agreement is published,
|
||||||
Agreement under which it was received. In addition, after a new version
|
Contributor may elect to distribute the Program (including its Contributions)
|
||||||
of the Agreement is published, Contributor may elect to distribute the
|
under the new version. Except as expressly stated in Sections 2(a) and 2(b)
|
||||||
Program (including its Contributions) under the new version. Except as
|
above, Recipient receives no rights or licenses to the intellectual property
|
||||||
expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
|
of any Contributor under this Agreement, whether expressly, by implication,
|
||||||
rights or licenses to the intellectual property of any Contributor under
|
estoppel or otherwise. All rights in the Program not expressly granted under
|
||||||
this Agreement, whether expressly, by implication, estoppel or
|
this Agreement are reserved.
|
||||||
otherwise. All rights in the Program not expressly granted under this
|
|
||||||
Agreement are reserved.</p>
|
|
||||||
|
|
||||||
<p>This Agreement is governed by the laws of the State of New York and
|
This Agreement is governed by the laws of the State of New York and the intellectual
|
||||||
the intellectual property laws of the United States of America. No party
|
property laws of the United States of America. No party to this Agreement
|
||||||
to this Agreement will bring a legal action under this Agreement more
|
will bring a legal action under this Agreement more than one year after the
|
||||||
than one year after the cause of action arose. Each party waives its
|
cause of action arose. Each party waives its rights to a jury trial in any
|
||||||
rights to a jury trial in any resulting litigation.</p>
|
resulting litigation.
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
|
@ -1,261 +1,210 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
Eclipse Public License - v 1.0
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
||||||
|
|
||||||
<head>
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
|
||||||
<title>Eclipse Public License - Version 1.0</title>
|
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
size: 8.5in 11.0in;
|
|
||||||
margin: 0.25in 0.5in 0.25in 0.5in;
|
|
||||||
tab-interval: 0.5in;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
p.list {
|
|
||||||
margin-left: 0.5in;
|
|
||||||
margin-top: 0.05em;
|
|
||||||
margin-bottom: 0.05em;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
1. DEFINITIONS
|
||||||
|
|
||||||
<body lang="EN-US">
|
"Contribution" means:
|
||||||
|
|
||||||
<h2>Eclipse Public License - v 1.0</h2>
|
a) in the case of the initial Contributor, the initial code and documentation
|
||||||
|
distributed under this Agreement, and
|
||||||
|
|
||||||
<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
b) in the case of each subsequent Contributor:
|
||||||
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
|
|
||||||
DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
|
|
||||||
AGREEMENT.</p>
|
|
||||||
|
|
||||||
<p><b>1. DEFINITIONS</b></p>
|
i) changes to the Program, and
|
||||||
|
|
||||||
<p>"Contribution" means:</p>
|
ii) additions to the Program;
|
||||||
|
|
||||||
<p class="list">a) in the case of the initial Contributor, the initial
|
where such changes and/or additions to the Program originate from and are
|
||||||
code and documentation distributed under this Agreement, and</p>
|
distributed by that particular Contributor. A Contribution 'originates' from
|
||||||
<p class="list">b) in the case of each subsequent Contributor:</p>
|
a Contributor if it was added to the Program by such Contributor itself or
|
||||||
<p class="list">i) changes to the Program, and</p>
|
anyone acting on such Contributor's behalf. Contributions do not include additions
|
||||||
<p class="list">ii) additions to the Program;</p>
|
to the Program which: (i) are separate modules of software distributed in
|
||||||
<p class="list">where such changes and/or additions to the Program
|
conjunction with the Program under their own license agreement, and (ii) are
|
||||||
originate from and are distributed by that particular Contributor. A
|
not derivative works of the Program.
|
||||||
Contribution 'originates' from a Contributor if it was added to the
|
|
||||||
Program by such Contributor itself or anyone acting on such
|
|
||||||
Contributor's behalf. Contributions do not include additions to the
|
|
||||||
Program which: (i) are separate modules of software distributed in
|
|
||||||
conjunction with the Program under their own license agreement, and (ii)
|
|
||||||
are not derivative works of the Program.</p>
|
|
||||||
|
|
||||||
<p>"Contributor" means any person or entity that distributes
|
"Contributor" means any person or entity that distributes the Program.
|
||||||
the Program.</p>
|
|
||||||
|
|
||||||
<p>"Licensed Patents" mean patent claims licensable by a
|
"Licensed Patents" mean patent claims licensable by a Contributor which are
|
||||||
Contributor which are necessarily infringed by the use or sale of its
|
necessarily infringed by the use or sale of its Contribution alone or when
|
||||||
Contribution alone or when combined with the Program.</p>
|
combined with the Program.
|
||||||
|
|
||||||
<p>"Program" means the Contributions distributed in accordance
|
"Program" means the Contributions distributed in accordance with this Agreement.
|
||||||
with this Agreement.</p>
|
|
||||||
|
|
||||||
<p>"Recipient" means anyone who receives the Program under
|
"Recipient" means anyone who receives the Program under this Agreement, including
|
||||||
this Agreement, including all Contributors.</p>
|
all Contributors.
|
||||||
|
|
||||||
<p><b>2. GRANT OF RIGHTS</b></p>
|
2. GRANT OF RIGHTS
|
||||||
|
|
||||||
<p class="list">a) Subject to the terms of this Agreement, each
|
a) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce,
|
||||||
royalty-free copyright license to reproduce, prepare derivative works
|
prepare derivative works of, publicly display, publicly perform, distribute
|
||||||
of, publicly display, publicly perform, distribute and sublicense the
|
and sublicense the Contribution of such Contributor, if any, and such derivative
|
||||||
Contribution of such Contributor, if any, and such derivative works, in
|
works, in source code and object code form.
|
||||||
source code and object code form.</p>
|
|
||||||
|
|
||||||
<p class="list">b) Subject to the terms of this Agreement, each
|
b) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
|
||||||
royalty-free patent license under Licensed Patents to make, use, sell,
|
Patents to make, use, sell, offer to sell, import and otherwise transfer the
|
||||||
offer to sell, import and otherwise transfer the Contribution of such
|
Contribution of such Contributor, if any, in source code and object code form.
|
||||||
Contributor, if any, in source code and object code form. This patent
|
This patent license shall apply to the combination of the Contribution and
|
||||||
license shall apply to the combination of the Contribution and the
|
the Program if, at the time the Contribution is added by the Contributor,
|
||||||
Program if, at the time the Contribution is added by the Contributor,
|
such addition of the Contribution causes such combination to be covered by
|
||||||
such addition of the Contribution causes such combination to be covered
|
the Licensed Patents. The patent license shall not apply to any other combinations
|
||||||
by the Licensed Patents. The patent license shall not apply to any other
|
which include the Contribution. No hardware per se is licensed hereunder.
|
||||||
combinations which include the Contribution. No hardware per se is
|
|
||||||
licensed hereunder.</p>
|
|
||||||
|
|
||||||
<p class="list">c) Recipient understands that although each Contributor
|
c) Recipient understands that although each Contributor grants the licenses
|
||||||
grants the licenses to its Contributions set forth herein, no assurances
|
to its Contributions set forth herein, no assurances are provided by any Contributor
|
||||||
are provided by any Contributor that the Program does not infringe the
|
that the Program does not infringe the patent or other intellectual property
|
||||||
patent or other intellectual property rights of any other entity. Each
|
rights of any other entity. Each Contributor disclaims any liability to Recipient
|
||||||
Contributor disclaims any liability to Recipient for claims brought by
|
for claims brought by any other entity based on infringement of intellectual
|
||||||
any other entity based on infringement of intellectual property rights
|
property rights or otherwise. As a condition to exercising the rights and
|
||||||
or otherwise. As a condition to exercising the rights and licenses
|
licenses granted hereunder, each Recipient hereby assumes sole responsibility
|
||||||
granted hereunder, each Recipient hereby assumes sole responsibility to
|
to secure any other intellectual property rights needed, if any. For example,
|
||||||
secure any other intellectual property rights needed, if any. For
|
if a third party patent license is required to allow Recipient to distribute
|
||||||
example, if a third party patent license is required to allow Recipient
|
the Program, it is Recipient's responsibility to acquire that license before
|
||||||
to distribute the Program, it is Recipient's responsibility to acquire
|
distributing the Program.
|
||||||
that license before distributing the Program.</p>
|
|
||||||
|
|
||||||
<p class="list">d) Each Contributor represents that to its knowledge it
|
d) Each Contributor represents that to its knowledge it has sufficient copyright
|
||||||
has sufficient copyright rights in its Contribution, if any, to grant
|
rights in its Contribution, if any, to grant the copyright license set forth
|
||||||
the copyright license set forth in this Agreement.</p>
|
in this Agreement.
|
||||||
|
|
||||||
<p><b>3. REQUIREMENTS</b></p>
|
3. REQUIREMENTS
|
||||||
|
|
||||||
<p>A Contributor may choose to distribute the Program in object code
|
A Contributor may choose to distribute the Program in object code form under
|
||||||
form under its own license agreement, provided that:</p>
|
its own license agreement, provided that:
|
||||||
|
|
||||||
<p class="list">a) it complies with the terms and conditions of this
|
a) it complies with the terms and conditions of this Agreement; and
|
||||||
Agreement; and</p>
|
|
||||||
|
|
||||||
<p class="list">b) its license agreement:</p>
|
b) its license agreement:
|
||||||
|
|
||||||
<p class="list">i) effectively disclaims on behalf of all Contributors
|
i) effectively disclaims on behalf of all Contributors all warranties and
|
||||||
all warranties and conditions, express and implied, including warranties
|
conditions, express and implied, including warranties or conditions of title
|
||||||
or conditions of title and non-infringement, and implied warranties or
|
and non-infringement, and implied warranties or conditions of merchantability
|
||||||
conditions of merchantability and fitness for a particular purpose;</p>
|
and fitness for a particular purpose;
|
||||||
|
|
||||||
<p class="list">ii) effectively excludes on behalf of all Contributors
|
ii) effectively excludes on behalf of all Contributors all liability for damages,
|
||||||
all liability for damages, including direct, indirect, special,
|
including direct, indirect, special, incidental and consequential damages,
|
||||||
incidental and consequential damages, such as lost profits;</p>
|
such as lost profits;
|
||||||
|
|
||||||
<p class="list">iii) states that any provisions which differ from this
|
iii) states that any provisions which differ from this Agreement are offered
|
||||||
Agreement are offered by that Contributor alone and not by any other
|
by that Contributor alone and not by any other party; and
|
||||||
party; and</p>
|
|
||||||
|
|
||||||
<p class="list">iv) states that source code for the Program is available
|
iv) states that source code for the Program is available from such Contributor,
|
||||||
from such Contributor, and informs licensees how to obtain it in a
|
and informs licensees how to obtain it in a reasonable manner on or through
|
||||||
reasonable manner on or through a medium customarily used for software
|
a medium customarily used for software exchange.
|
||||||
exchange.</p>
|
|
||||||
|
|
||||||
<p>When the Program is made available in source code form:</p>
|
When the Program is made available in source code form:
|
||||||
|
|
||||||
<p class="list">a) it must be made available under this Agreement; and</p>
|
a) it must be made available under this Agreement; and
|
||||||
|
|
||||||
<p class="list">b) a copy of this Agreement must be included with each
|
b) a copy of this Agreement must be included with each copy of the Program.
|
||||||
copy of the Program.</p>
|
|
||||||
|
|
||||||
<p>Contributors may not remove or alter any copyright notices contained
|
Contributors may not remove or alter any copyright notices contained within
|
||||||
within the Program.</p>
|
the Program.
|
||||||
|
|
||||||
<p>Each Contributor must identify itself as the originator of its
|
Each Contributor must identify itself as the originator of its Contribution,
|
||||||
Contribution, if any, in a manner that reasonably allows subsequent
|
if any, in a manner that reasonably allows subsequent Recipients to identify
|
||||||
Recipients to identify the originator of the Contribution.</p>
|
the originator of the Contribution.
|
||||||
|
|
||||||
<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
|
4. COMMERCIAL DISTRIBUTION
|
||||||
|
|
||||||
<p>Commercial distributors of software may accept certain
|
Commercial distributors of software may accept certain responsibilities with
|
||||||
responsibilities with respect to end users, business partners and the
|
respect to end users, business partners and the like. While this license is
|
||||||
like. While this license is intended to facilitate the commercial use of
|
intended to facilitate the commercial use of the Program, the Contributor
|
||||||
the Program, the Contributor who includes the Program in a commercial
|
who includes the Program in a commercial product offering should do so in
|
||||||
product offering should do so in a manner which does not create
|
a manner which does not create potential liability for other Contributors.
|
||||||
potential liability for other Contributors. Therefore, if a Contributor
|
Therefore, if a Contributor includes the Program in a commercial product offering,
|
||||||
includes the Program in a commercial product offering, such Contributor
|
such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
|
||||||
("Commercial Contributor") hereby agrees to defend and
|
every other Contributor ("Indemnified Contributor") against any losses, damages
|
||||||
indemnify every other Contributor ("Indemnified Contributor")
|
and costs (collectively "Losses") arising from claims, lawsuits and other
|
||||||
against any losses, damages and costs (collectively "Losses")
|
legal actions brought by a third party against the Indemnified Contributor
|
||||||
arising from claims, lawsuits and other legal actions brought by a third
|
to the extent caused by the acts or omissions of such Commercial Contributor
|
||||||
party against the Indemnified Contributor to the extent caused by the
|
in connection with its distribution of the Program in a commercial product
|
||||||
acts or omissions of such Commercial Contributor in connection with its
|
offering. The obligations in this section do not apply to any claims or Losses
|
||||||
distribution of the Program in a commercial product offering. The
|
relating to any actual or alleged intellectual property infringement. In order
|
||||||
obligations in this section do not apply to any claims or Losses
|
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
|
||||||
relating to any actual or alleged intellectual property infringement. In
|
Contributor in writing of such claim, and b) allow the Commercial Contributor
|
||||||
order to qualify, an Indemnified Contributor must: a) promptly notify
|
to control, and cooperate with the Commercial Contributor in, the defense
|
||||||
the Commercial Contributor in writing of such claim, and b) allow the
|
and any related settlement negotiations. The Indemnified Contributor may participate
|
||||||
Commercial Contributor to control, and cooperate with the Commercial
|
in any such claim at its own expense.
|
||||||
Contributor in, the defense and any related settlement negotiations. The
|
|
||||||
Indemnified Contributor may participate in any such claim at its own
|
|
||||||
expense.</p>
|
|
||||||
|
|
||||||
<p>For example, a Contributor might include the Program in a commercial
|
For example, a Contributor might include the Program in a commercial product
|
||||||
product offering, Product X. That Contributor is then a Commercial
|
offering, Product X. That Contributor is then a Commercial Contributor. If
|
||||||
Contributor. If that Commercial Contributor then makes performance
|
that Commercial Contributor then makes performance claims, or offers warranties
|
||||||
claims, or offers warranties related to Product X, those performance
|
related to Product X, those performance claims and warranties are such Commercial
|
||||||
claims and warranties are such Commercial Contributor's responsibility
|
Contributor's responsibility alone. Under this section, the Commercial Contributor
|
||||||
alone. Under this section, the Commercial Contributor would have to
|
would have to defend claims against the other Contributors related to those
|
||||||
defend claims against the other Contributors related to those
|
performance claims and warranties, and if a court requires any other Contributor
|
||||||
performance claims and warranties, and if a court requires any other
|
to pay any damages as a result, the Commercial Contributor must pay those
|
||||||
Contributor to pay any damages as a result, the Commercial Contributor
|
damages.
|
||||||
must pay those damages.</p>
|
|
||||||
|
|
||||||
<p><b>5. NO WARRANTY</b></p>
|
5. NO WARRANTY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON
|
||||||
PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS
|
||||||
OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
|
OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
|
||||||
ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
|
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
|
Each Recipient is solely responsible for determining the appropriateness of
|
||||||
responsible for determining the appropriateness of using and
|
using and distributing the Program and assumes all risks associated with its
|
||||||
distributing the Program and assumes all risks associated with its
|
exercise of rights under this Agreement, including but not limited to the
|
||||||
exercise of rights under this Agreement , including but not limited to
|
risks and costs of program errors, compliance with applicable laws, damage
|
||||||
the risks and costs of program errors, compliance with applicable laws,
|
to or loss of data, programs or equipment, and unavailability or interruption
|
||||||
damage to or loss of data, programs or equipment, and unavailability or
|
of operations.
|
||||||
interruption of operations.</p>
|
|
||||||
|
|
||||||
<p><b>6. DISCLAIMER OF LIABILITY</b></p>
|
6. DISCLAIMER OF LIABILITY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
|
||||||
NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
|
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
|
||||||
WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
|
LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
|
||||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
|
WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
|
||||||
DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
|
GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||||
HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
|
|
||||||
|
|
||||||
<p><b>7. GENERAL</b></p>
|
7. GENERAL
|
||||||
|
|
||||||
<p>If any provision of this Agreement is invalid or unenforceable under
|
If any provision of this Agreement is invalid or unenforceable under applicable
|
||||||
applicable law, it shall not affect the validity or enforceability of
|
law, it shall not affect the validity or enforceability of the remainder of
|
||||||
the remainder of the terms of this Agreement, and without further action
|
the terms of this Agreement, and without further action by the parties hereto,
|
||||||
by the parties hereto, such provision shall be reformed to the minimum
|
such provision shall be reformed to the minimum extent necessary to make such
|
||||||
extent necessary to make such provision valid and enforceable.</p>
|
provision valid and enforceable.
|
||||||
|
|
||||||
<p>If Recipient institutes patent litigation against any entity
|
If Recipient institutes patent litigation against any entity (including a
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that the
|
cross-claim or counterclaim in a lawsuit) alleging that the Program itself
|
||||||
Program itself (excluding combinations of the Program with other
|
(excluding combinations of the Program with other software or hardware) infringes
|
||||||
software or hardware) infringes such Recipient's patent(s), then such
|
such Recipient's patent(s), then such Recipient's rights granted under Section
|
||||||
Recipient's rights granted under Section 2(b) shall terminate as of the
|
2(b) shall terminate as of the date such litigation is filed.
|
||||||
date such litigation is filed.</p>
|
|
||||||
|
|
||||||
<p>All Recipient's rights under this Agreement shall terminate if it
|
All Recipient's rights under this Agreement shall terminate if it fails to
|
||||||
fails to comply with any of the material terms or conditions of this
|
comply with any of the material terms or conditions of this Agreement and
|
||||||
Agreement and does not cure such failure in a reasonable period of time
|
does not cure such failure in a reasonable period of time after becoming aware
|
||||||
after becoming aware of such noncompliance. If all Recipient's rights
|
of such noncompliance. If all Recipient's rights under this Agreement terminate,
|
||||||
under this Agreement terminate, Recipient agrees to cease use and
|
Recipient agrees to cease use and distribution of the Program as soon as reasonably
|
||||||
distribution of the Program as soon as reasonably practicable. However,
|
practicable. However, Recipient's obligations under this Agreement and any
|
||||||
Recipient's obligations under this Agreement and any licenses granted by
|
licenses granted by Recipient relating to the Program shall continue and survive.
|
||||||
Recipient relating to the Program shall continue and survive.</p>
|
|
||||||
|
|
||||||
<p>Everyone is permitted to copy and distribute copies of this
|
Everyone is permitted to copy and distribute copies of this Agreement, but
|
||||||
Agreement, but in order to avoid inconsistency the Agreement is
|
in order to avoid inconsistency the Agreement is copyrighted and may only
|
||||||
copyrighted and may only be modified in the following manner. The
|
be modified in the following manner. The Agreement Steward reserves the right
|
||||||
Agreement Steward reserves the right to publish new versions (including
|
to publish new versions (including revisions) of this Agreement from time
|
||||||
revisions) of this Agreement from time to time. No one other than the
|
to time. No one other than the Agreement Steward has the right to modify this
|
||||||
Agreement Steward has the right to modify this Agreement. The Eclipse
|
Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse
|
||||||
Foundation is the initial Agreement Steward. The Eclipse Foundation may
|
Foundation may assign the responsibility to serve as the Agreement Steward
|
||||||
assign the responsibility to serve as the Agreement Steward to a
|
to a suitable separate entity. Each new version of the Agreement will be given
|
||||||
suitable separate entity. Each new version of the Agreement will be
|
a distinguishing version number. The Program (including Contributions) may
|
||||||
given a distinguishing version number. The Program (including
|
always be distributed subject to the version of the Agreement under which
|
||||||
Contributions) may always be distributed subject to the version of the
|
it was received. In addition, after a new version of the Agreement is published,
|
||||||
Agreement under which it was received. In addition, after a new version
|
Contributor may elect to distribute the Program (including its Contributions)
|
||||||
of the Agreement is published, Contributor may elect to distribute the
|
under the new version. Except as expressly stated in Sections 2(a) and 2(b)
|
||||||
Program (including its Contributions) under the new version. Except as
|
above, Recipient receives no rights or licenses to the intellectual property
|
||||||
expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
|
of any Contributor under this Agreement, whether expressly, by implication,
|
||||||
rights or licenses to the intellectual property of any Contributor under
|
estoppel or otherwise. All rights in the Program not expressly granted under
|
||||||
this Agreement, whether expressly, by implication, estoppel or
|
this Agreement are reserved.
|
||||||
otherwise. All rights in the Program not expressly granted under this
|
|
||||||
Agreement are reserved.</p>
|
|
||||||
|
|
||||||
<p>This Agreement is governed by the laws of the State of New York and
|
This Agreement is governed by the laws of the State of New York and the intellectual
|
||||||
the intellectual property laws of the United States of America. No party
|
property laws of the United States of America. No party to this Agreement
|
||||||
to this Agreement will bring a legal action under this Agreement more
|
will bring a legal action under this Agreement more than one year after the
|
||||||
than one year after the cause of action arose. Each party waives its
|
cause of action arose. Each party waives its rights to a jury trial in any
|
||||||
rights to a jury trial in any resulting litigation.</p>
|
resulting litigation.
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
|
@ -1,261 +1,210 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
Eclipse Public License - v 1.0
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
||||||
|
|
||||||
<head>
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
|
||||||
<title>Eclipse Public License - Version 1.0</title>
|
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
size: 8.5in 11.0in;
|
|
||||||
margin: 0.25in 0.5in 0.25in 0.5in;
|
|
||||||
tab-interval: 0.5in;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
p.list {
|
|
||||||
margin-left: 0.5in;
|
|
||||||
margin-top: 0.05em;
|
|
||||||
margin-bottom: 0.05em;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
1. DEFINITIONS
|
||||||
|
|
||||||
<body lang="EN-US">
|
"Contribution" means:
|
||||||
|
|
||||||
<h2>Eclipse Public License - v 1.0</h2>
|
a) in the case of the initial Contributor, the initial code and documentation
|
||||||
|
distributed under this Agreement, and
|
||||||
|
|
||||||
<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
b) in the case of each subsequent Contributor:
|
||||||
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
|
|
||||||
DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
|
|
||||||
AGREEMENT.</p>
|
|
||||||
|
|
||||||
<p><b>1. DEFINITIONS</b></p>
|
i) changes to the Program, and
|
||||||
|
|
||||||
<p>"Contribution" means:</p>
|
ii) additions to the Program;
|
||||||
|
|
||||||
<p class="list">a) in the case of the initial Contributor, the initial
|
where such changes and/or additions to the Program originate from and are
|
||||||
code and documentation distributed under this Agreement, and</p>
|
distributed by that particular Contributor. A Contribution 'originates' from
|
||||||
<p class="list">b) in the case of each subsequent Contributor:</p>
|
a Contributor if it was added to the Program by such Contributor itself or
|
||||||
<p class="list">i) changes to the Program, and</p>
|
anyone acting on such Contributor's behalf. Contributions do not include additions
|
||||||
<p class="list">ii) additions to the Program;</p>
|
to the Program which: (i) are separate modules of software distributed in
|
||||||
<p class="list">where such changes and/or additions to the Program
|
conjunction with the Program under their own license agreement, and (ii) are
|
||||||
originate from and are distributed by that particular Contributor. A
|
not derivative works of the Program.
|
||||||
Contribution 'originates' from a Contributor if it was added to the
|
|
||||||
Program by such Contributor itself or anyone acting on such
|
|
||||||
Contributor's behalf. Contributions do not include additions to the
|
|
||||||
Program which: (i) are separate modules of software distributed in
|
|
||||||
conjunction with the Program under their own license agreement, and (ii)
|
|
||||||
are not derivative works of the Program.</p>
|
|
||||||
|
|
||||||
<p>"Contributor" means any person or entity that distributes
|
"Contributor" means any person or entity that distributes the Program.
|
||||||
the Program.</p>
|
|
||||||
|
|
||||||
<p>"Licensed Patents" mean patent claims licensable by a
|
"Licensed Patents" mean patent claims licensable by a Contributor which are
|
||||||
Contributor which are necessarily infringed by the use or sale of its
|
necessarily infringed by the use or sale of its Contribution alone or when
|
||||||
Contribution alone or when combined with the Program.</p>
|
combined with the Program.
|
||||||
|
|
||||||
<p>"Program" means the Contributions distributed in accordance
|
"Program" means the Contributions distributed in accordance with this Agreement.
|
||||||
with this Agreement.</p>
|
|
||||||
|
|
||||||
<p>"Recipient" means anyone who receives the Program under
|
"Recipient" means anyone who receives the Program under this Agreement, including
|
||||||
this Agreement, including all Contributors.</p>
|
all Contributors.
|
||||||
|
|
||||||
<p><b>2. GRANT OF RIGHTS</b></p>
|
2. GRANT OF RIGHTS
|
||||||
|
|
||||||
<p class="list">a) Subject to the terms of this Agreement, each
|
a) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce,
|
||||||
royalty-free copyright license to reproduce, prepare derivative works
|
prepare derivative works of, publicly display, publicly perform, distribute
|
||||||
of, publicly display, publicly perform, distribute and sublicense the
|
and sublicense the Contribution of such Contributor, if any, and such derivative
|
||||||
Contribution of such Contributor, if any, and such derivative works, in
|
works, in source code and object code form.
|
||||||
source code and object code form.</p>
|
|
||||||
|
|
||||||
<p class="list">b) Subject to the terms of this Agreement, each
|
b) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
|
||||||
royalty-free patent license under Licensed Patents to make, use, sell,
|
Patents to make, use, sell, offer to sell, import and otherwise transfer the
|
||||||
offer to sell, import and otherwise transfer the Contribution of such
|
Contribution of such Contributor, if any, in source code and object code form.
|
||||||
Contributor, if any, in source code and object code form. This patent
|
This patent license shall apply to the combination of the Contribution and
|
||||||
license shall apply to the combination of the Contribution and the
|
the Program if, at the time the Contribution is added by the Contributor,
|
||||||
Program if, at the time the Contribution is added by the Contributor,
|
such addition of the Contribution causes such combination to be covered by
|
||||||
such addition of the Contribution causes such combination to be covered
|
the Licensed Patents. The patent license shall not apply to any other combinations
|
||||||
by the Licensed Patents. The patent license shall not apply to any other
|
which include the Contribution. No hardware per se is licensed hereunder.
|
||||||
combinations which include the Contribution. No hardware per se is
|
|
||||||
licensed hereunder.</p>
|
|
||||||
|
|
||||||
<p class="list">c) Recipient understands that although each Contributor
|
c) Recipient understands that although each Contributor grants the licenses
|
||||||
grants the licenses to its Contributions set forth herein, no assurances
|
to its Contributions set forth herein, no assurances are provided by any Contributor
|
||||||
are provided by any Contributor that the Program does not infringe the
|
that the Program does not infringe the patent or other intellectual property
|
||||||
patent or other intellectual property rights of any other entity. Each
|
rights of any other entity. Each Contributor disclaims any liability to Recipient
|
||||||
Contributor disclaims any liability to Recipient for claims brought by
|
for claims brought by any other entity based on infringement of intellectual
|
||||||
any other entity based on infringement of intellectual property rights
|
property rights or otherwise. As a condition to exercising the rights and
|
||||||
or otherwise. As a condition to exercising the rights and licenses
|
licenses granted hereunder, each Recipient hereby assumes sole responsibility
|
||||||
granted hereunder, each Recipient hereby assumes sole responsibility to
|
to secure any other intellectual property rights needed, if any. For example,
|
||||||
secure any other intellectual property rights needed, if any. For
|
if a third party patent license is required to allow Recipient to distribute
|
||||||
example, if a third party patent license is required to allow Recipient
|
the Program, it is Recipient's responsibility to acquire that license before
|
||||||
to distribute the Program, it is Recipient's responsibility to acquire
|
distributing the Program.
|
||||||
that license before distributing the Program.</p>
|
|
||||||
|
|
||||||
<p class="list">d) Each Contributor represents that to its knowledge it
|
d) Each Contributor represents that to its knowledge it has sufficient copyright
|
||||||
has sufficient copyright rights in its Contribution, if any, to grant
|
rights in its Contribution, if any, to grant the copyright license set forth
|
||||||
the copyright license set forth in this Agreement.</p>
|
in this Agreement.
|
||||||
|
|
||||||
<p><b>3. REQUIREMENTS</b></p>
|
3. REQUIREMENTS
|
||||||
|
|
||||||
<p>A Contributor may choose to distribute the Program in object code
|
A Contributor may choose to distribute the Program in object code form under
|
||||||
form under its own license agreement, provided that:</p>
|
its own license agreement, provided that:
|
||||||
|
|
||||||
<p class="list">a) it complies with the terms and conditions of this
|
a) it complies with the terms and conditions of this Agreement; and
|
||||||
Agreement; and</p>
|
|
||||||
|
|
||||||
<p class="list">b) its license agreement:</p>
|
b) its license agreement:
|
||||||
|
|
||||||
<p class="list">i) effectively disclaims on behalf of all Contributors
|
i) effectively disclaims on behalf of all Contributors all warranties and
|
||||||
all warranties and conditions, express and implied, including warranties
|
conditions, express and implied, including warranties or conditions of title
|
||||||
or conditions of title and non-infringement, and implied warranties or
|
and non-infringement, and implied warranties or conditions of merchantability
|
||||||
conditions of merchantability and fitness for a particular purpose;</p>
|
and fitness for a particular purpose;
|
||||||
|
|
||||||
<p class="list">ii) effectively excludes on behalf of all Contributors
|
ii) effectively excludes on behalf of all Contributors all liability for damages,
|
||||||
all liability for damages, including direct, indirect, special,
|
including direct, indirect, special, incidental and consequential damages,
|
||||||
incidental and consequential damages, such as lost profits;</p>
|
such as lost profits;
|
||||||
|
|
||||||
<p class="list">iii) states that any provisions which differ from this
|
iii) states that any provisions which differ from this Agreement are offered
|
||||||
Agreement are offered by that Contributor alone and not by any other
|
by that Contributor alone and not by any other party; and
|
||||||
party; and</p>
|
|
||||||
|
|
||||||
<p class="list">iv) states that source code for the Program is available
|
iv) states that source code for the Program is available from such Contributor,
|
||||||
from such Contributor, and informs licensees how to obtain it in a
|
and informs licensees how to obtain it in a reasonable manner on or through
|
||||||
reasonable manner on or through a medium customarily used for software
|
a medium customarily used for software exchange.
|
||||||
exchange.</p>
|
|
||||||
|
|
||||||
<p>When the Program is made available in source code form:</p>
|
When the Program is made available in source code form:
|
||||||
|
|
||||||
<p class="list">a) it must be made available under this Agreement; and</p>
|
a) it must be made available under this Agreement; and
|
||||||
|
|
||||||
<p class="list">b) a copy of this Agreement must be included with each
|
b) a copy of this Agreement must be included with each copy of the Program.
|
||||||
copy of the Program.</p>
|
|
||||||
|
|
||||||
<p>Contributors may not remove or alter any copyright notices contained
|
Contributors may not remove or alter any copyright notices contained within
|
||||||
within the Program.</p>
|
the Program.
|
||||||
|
|
||||||
<p>Each Contributor must identify itself as the originator of its
|
Each Contributor must identify itself as the originator of its Contribution,
|
||||||
Contribution, if any, in a manner that reasonably allows subsequent
|
if any, in a manner that reasonably allows subsequent Recipients to identify
|
||||||
Recipients to identify the originator of the Contribution.</p>
|
the originator of the Contribution.
|
||||||
|
|
||||||
<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
|
4. COMMERCIAL DISTRIBUTION
|
||||||
|
|
||||||
<p>Commercial distributors of software may accept certain
|
Commercial distributors of software may accept certain responsibilities with
|
||||||
responsibilities with respect to end users, business partners and the
|
respect to end users, business partners and the like. While this license is
|
||||||
like. While this license is intended to facilitate the commercial use of
|
intended to facilitate the commercial use of the Program, the Contributor
|
||||||
the Program, the Contributor who includes the Program in a commercial
|
who includes the Program in a commercial product offering should do so in
|
||||||
product offering should do so in a manner which does not create
|
a manner which does not create potential liability for other Contributors.
|
||||||
potential liability for other Contributors. Therefore, if a Contributor
|
Therefore, if a Contributor includes the Program in a commercial product offering,
|
||||||
includes the Program in a commercial product offering, such Contributor
|
such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
|
||||||
("Commercial Contributor") hereby agrees to defend and
|
every other Contributor ("Indemnified Contributor") against any losses, damages
|
||||||
indemnify every other Contributor ("Indemnified Contributor")
|
and costs (collectively "Losses") arising from claims, lawsuits and other
|
||||||
against any losses, damages and costs (collectively "Losses")
|
legal actions brought by a third party against the Indemnified Contributor
|
||||||
arising from claims, lawsuits and other legal actions brought by a third
|
to the extent caused by the acts or omissions of such Commercial Contributor
|
||||||
party against the Indemnified Contributor to the extent caused by the
|
in connection with its distribution of the Program in a commercial product
|
||||||
acts or omissions of such Commercial Contributor in connection with its
|
offering. The obligations in this section do not apply to any claims or Losses
|
||||||
distribution of the Program in a commercial product offering. The
|
relating to any actual or alleged intellectual property infringement. In order
|
||||||
obligations in this section do not apply to any claims or Losses
|
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
|
||||||
relating to any actual or alleged intellectual property infringement. In
|
Contributor in writing of such claim, and b) allow the Commercial Contributor
|
||||||
order to qualify, an Indemnified Contributor must: a) promptly notify
|
to control, and cooperate with the Commercial Contributor in, the defense
|
||||||
the Commercial Contributor in writing of such claim, and b) allow the
|
and any related settlement negotiations. The Indemnified Contributor may participate
|
||||||
Commercial Contributor to control, and cooperate with the Commercial
|
in any such claim at its own expense.
|
||||||
Contributor in, the defense and any related settlement negotiations. The
|
|
||||||
Indemnified Contributor may participate in any such claim at its own
|
|
||||||
expense.</p>
|
|
||||||
|
|
||||||
<p>For example, a Contributor might include the Program in a commercial
|
For example, a Contributor might include the Program in a commercial product
|
||||||
product offering, Product X. That Contributor is then a Commercial
|
offering, Product X. That Contributor is then a Commercial Contributor. If
|
||||||
Contributor. If that Commercial Contributor then makes performance
|
that Commercial Contributor then makes performance claims, or offers warranties
|
||||||
claims, or offers warranties related to Product X, those performance
|
related to Product X, those performance claims and warranties are such Commercial
|
||||||
claims and warranties are such Commercial Contributor's responsibility
|
Contributor's responsibility alone. Under this section, the Commercial Contributor
|
||||||
alone. Under this section, the Commercial Contributor would have to
|
would have to defend claims against the other Contributors related to those
|
||||||
defend claims against the other Contributors related to those
|
performance claims and warranties, and if a court requires any other Contributor
|
||||||
performance claims and warranties, and if a court requires any other
|
to pay any damages as a result, the Commercial Contributor must pay those
|
||||||
Contributor to pay any damages as a result, the Commercial Contributor
|
damages.
|
||||||
must pay those damages.</p>
|
|
||||||
|
|
||||||
<p><b>5. NO WARRANTY</b></p>
|
5. NO WARRANTY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON
|
||||||
PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS
|
||||||
OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
|
OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
|
||||||
ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
|
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
|
Each Recipient is solely responsible for determining the appropriateness of
|
||||||
responsible for determining the appropriateness of using and
|
using and distributing the Program and assumes all risks associated with its
|
||||||
distributing the Program and assumes all risks associated with its
|
exercise of rights under this Agreement, including but not limited to the
|
||||||
exercise of rights under this Agreement , including but not limited to
|
risks and costs of program errors, compliance with applicable laws, damage
|
||||||
the risks and costs of program errors, compliance with applicable laws,
|
to or loss of data, programs or equipment, and unavailability or interruption
|
||||||
damage to or loss of data, programs or equipment, and unavailability or
|
of operations.
|
||||||
interruption of operations.</p>
|
|
||||||
|
|
||||||
<p><b>6. DISCLAIMER OF LIABILITY</b></p>
|
6. DISCLAIMER OF LIABILITY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
|
||||||
NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
|
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
|
||||||
WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
|
LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
|
||||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
|
WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
|
||||||
DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
|
GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||||
HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
|
|
||||||
|
|
||||||
<p><b>7. GENERAL</b></p>
|
7. GENERAL
|
||||||
|
|
||||||
<p>If any provision of this Agreement is invalid or unenforceable under
|
If any provision of this Agreement is invalid or unenforceable under applicable
|
||||||
applicable law, it shall not affect the validity or enforceability of
|
law, it shall not affect the validity or enforceability of the remainder of
|
||||||
the remainder of the terms of this Agreement, and without further action
|
the terms of this Agreement, and without further action by the parties hereto,
|
||||||
by the parties hereto, such provision shall be reformed to the minimum
|
such provision shall be reformed to the minimum extent necessary to make such
|
||||||
extent necessary to make such provision valid and enforceable.</p>
|
provision valid and enforceable.
|
||||||
|
|
||||||
<p>If Recipient institutes patent litigation against any entity
|
If Recipient institutes patent litigation against any entity (including a
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that the
|
cross-claim or counterclaim in a lawsuit) alleging that the Program itself
|
||||||
Program itself (excluding combinations of the Program with other
|
(excluding combinations of the Program with other software or hardware) infringes
|
||||||
software or hardware) infringes such Recipient's patent(s), then such
|
such Recipient's patent(s), then such Recipient's rights granted under Section
|
||||||
Recipient's rights granted under Section 2(b) shall terminate as of the
|
2(b) shall terminate as of the date such litigation is filed.
|
||||||
date such litigation is filed.</p>
|
|
||||||
|
|
||||||
<p>All Recipient's rights under this Agreement shall terminate if it
|
All Recipient's rights under this Agreement shall terminate if it fails to
|
||||||
fails to comply with any of the material terms or conditions of this
|
comply with any of the material terms or conditions of this Agreement and
|
||||||
Agreement and does not cure such failure in a reasonable period of time
|
does not cure such failure in a reasonable period of time after becoming aware
|
||||||
after becoming aware of such noncompliance. If all Recipient's rights
|
of such noncompliance. If all Recipient's rights under this Agreement terminate,
|
||||||
under this Agreement terminate, Recipient agrees to cease use and
|
Recipient agrees to cease use and distribution of the Program as soon as reasonably
|
||||||
distribution of the Program as soon as reasonably practicable. However,
|
practicable. However, Recipient's obligations under this Agreement and any
|
||||||
Recipient's obligations under this Agreement and any licenses granted by
|
licenses granted by Recipient relating to the Program shall continue and survive.
|
||||||
Recipient relating to the Program shall continue and survive.</p>
|
|
||||||
|
|
||||||
<p>Everyone is permitted to copy and distribute copies of this
|
Everyone is permitted to copy and distribute copies of this Agreement, but
|
||||||
Agreement, but in order to avoid inconsistency the Agreement is
|
in order to avoid inconsistency the Agreement is copyrighted and may only
|
||||||
copyrighted and may only be modified in the following manner. The
|
be modified in the following manner. The Agreement Steward reserves the right
|
||||||
Agreement Steward reserves the right to publish new versions (including
|
to publish new versions (including revisions) of this Agreement from time
|
||||||
revisions) of this Agreement from time to time. No one other than the
|
to time. No one other than the Agreement Steward has the right to modify this
|
||||||
Agreement Steward has the right to modify this Agreement. The Eclipse
|
Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse
|
||||||
Foundation is the initial Agreement Steward. The Eclipse Foundation may
|
Foundation may assign the responsibility to serve as the Agreement Steward
|
||||||
assign the responsibility to serve as the Agreement Steward to a
|
to a suitable separate entity. Each new version of the Agreement will be given
|
||||||
suitable separate entity. Each new version of the Agreement will be
|
a distinguishing version number. The Program (including Contributions) may
|
||||||
given a distinguishing version number. The Program (including
|
always be distributed subject to the version of the Agreement under which
|
||||||
Contributions) may always be distributed subject to the version of the
|
it was received. In addition, after a new version of the Agreement is published,
|
||||||
Agreement under which it was received. In addition, after a new version
|
Contributor may elect to distribute the Program (including its Contributions)
|
||||||
of the Agreement is published, Contributor may elect to distribute the
|
under the new version. Except as expressly stated in Sections 2(a) and 2(b)
|
||||||
Program (including its Contributions) under the new version. Except as
|
above, Recipient receives no rights or licenses to the intellectual property
|
||||||
expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
|
of any Contributor under this Agreement, whether expressly, by implication,
|
||||||
rights or licenses to the intellectual property of any Contributor under
|
estoppel or otherwise. All rights in the Program not expressly granted under
|
||||||
this Agreement, whether expressly, by implication, estoppel or
|
this Agreement are reserved.
|
||||||
otherwise. All rights in the Program not expressly granted under this
|
|
||||||
Agreement are reserved.</p>
|
|
||||||
|
|
||||||
<p>This Agreement is governed by the laws of the State of New York and
|
This Agreement is governed by the laws of the State of New York and the intellectual
|
||||||
the intellectual property laws of the United States of America. No party
|
property laws of the United States of America. No party to this Agreement
|
||||||
to this Agreement will bring a legal action under this Agreement more
|
will bring a legal action under this Agreement more than one year after the
|
||||||
than one year after the cause of action arose. Each party waives its
|
cause of action arose. Each party waives its rights to a jury trial in any
|
||||||
rights to a jury trial in any resulting litigation.</p>
|
resulting litigation.
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
|
@ -1,261 +1,210 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
Eclipse Public License - v 1.0
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
||||||
|
|
||||||
<head>
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
|
||||||
<title>Eclipse Public License - Version 1.0</title>
|
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
size: 8.5in 11.0in;
|
|
||||||
margin: 0.25in 0.5in 0.25in 0.5in;
|
|
||||||
tab-interval: 0.5in;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
p.list {
|
|
||||||
margin-left: 0.5in;
|
|
||||||
margin-top: 0.05em;
|
|
||||||
margin-bottom: 0.05em;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
1. DEFINITIONS
|
||||||
|
|
||||||
<body lang="EN-US">
|
"Contribution" means:
|
||||||
|
|
||||||
<h2>Eclipse Public License - v 1.0</h2>
|
a) in the case of the initial Contributor, the initial code and documentation
|
||||||
|
distributed under this Agreement, and
|
||||||
|
|
||||||
<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
b) in the case of each subsequent Contributor:
|
||||||
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
|
|
||||||
DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
|
|
||||||
AGREEMENT.</p>
|
|
||||||
|
|
||||||
<p><b>1. DEFINITIONS</b></p>
|
i) changes to the Program, and
|
||||||
|
|
||||||
<p>"Contribution" means:</p>
|
ii) additions to the Program;
|
||||||
|
|
||||||
<p class="list">a) in the case of the initial Contributor, the initial
|
where such changes and/or additions to the Program originate from and are
|
||||||
code and documentation distributed under this Agreement, and</p>
|
distributed by that particular Contributor. A Contribution 'originates' from
|
||||||
<p class="list">b) in the case of each subsequent Contributor:</p>
|
a Contributor if it was added to the Program by such Contributor itself or
|
||||||
<p class="list">i) changes to the Program, and</p>
|
anyone acting on such Contributor's behalf. Contributions do not include additions
|
||||||
<p class="list">ii) additions to the Program;</p>
|
to the Program which: (i) are separate modules of software distributed in
|
||||||
<p class="list">where such changes and/or additions to the Program
|
conjunction with the Program under their own license agreement, and (ii) are
|
||||||
originate from and are distributed by that particular Contributor. A
|
not derivative works of the Program.
|
||||||
Contribution 'originates' from a Contributor if it was added to the
|
|
||||||
Program by such Contributor itself or anyone acting on such
|
|
||||||
Contributor's behalf. Contributions do not include additions to the
|
|
||||||
Program which: (i) are separate modules of software distributed in
|
|
||||||
conjunction with the Program under their own license agreement, and (ii)
|
|
||||||
are not derivative works of the Program.</p>
|
|
||||||
|
|
||||||
<p>"Contributor" means any person or entity that distributes
|
"Contributor" means any person or entity that distributes the Program.
|
||||||
the Program.</p>
|
|
||||||
|
|
||||||
<p>"Licensed Patents" mean patent claims licensable by a
|
"Licensed Patents" mean patent claims licensable by a Contributor which are
|
||||||
Contributor which are necessarily infringed by the use or sale of its
|
necessarily infringed by the use or sale of its Contribution alone or when
|
||||||
Contribution alone or when combined with the Program.</p>
|
combined with the Program.
|
||||||
|
|
||||||
<p>"Program" means the Contributions distributed in accordance
|
"Program" means the Contributions distributed in accordance with this Agreement.
|
||||||
with this Agreement.</p>
|
|
||||||
|
|
||||||
<p>"Recipient" means anyone who receives the Program under
|
"Recipient" means anyone who receives the Program under this Agreement, including
|
||||||
this Agreement, including all Contributors.</p>
|
all Contributors.
|
||||||
|
|
||||||
<p><b>2. GRANT OF RIGHTS</b></p>
|
2. GRANT OF RIGHTS
|
||||||
|
|
||||||
<p class="list">a) Subject to the terms of this Agreement, each
|
a) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce,
|
||||||
royalty-free copyright license to reproduce, prepare derivative works
|
prepare derivative works of, publicly display, publicly perform, distribute
|
||||||
of, publicly display, publicly perform, distribute and sublicense the
|
and sublicense the Contribution of such Contributor, if any, and such derivative
|
||||||
Contribution of such Contributor, if any, and such derivative works, in
|
works, in source code and object code form.
|
||||||
source code and object code form.</p>
|
|
||||||
|
|
||||||
<p class="list">b) Subject to the terms of this Agreement, each
|
b) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
|
||||||
royalty-free patent license under Licensed Patents to make, use, sell,
|
Patents to make, use, sell, offer to sell, import and otherwise transfer the
|
||||||
offer to sell, import and otherwise transfer the Contribution of such
|
Contribution of such Contributor, if any, in source code and object code form.
|
||||||
Contributor, if any, in source code and object code form. This patent
|
This patent license shall apply to the combination of the Contribution and
|
||||||
license shall apply to the combination of the Contribution and the
|
the Program if, at the time the Contribution is added by the Contributor,
|
||||||
Program if, at the time the Contribution is added by the Contributor,
|
such addition of the Contribution causes such combination to be covered by
|
||||||
such addition of the Contribution causes such combination to be covered
|
the Licensed Patents. The patent license shall not apply to any other combinations
|
||||||
by the Licensed Patents. The patent license shall not apply to any other
|
which include the Contribution. No hardware per se is licensed hereunder.
|
||||||
combinations which include the Contribution. No hardware per se is
|
|
||||||
licensed hereunder.</p>
|
|
||||||
|
|
||||||
<p class="list">c) Recipient understands that although each Contributor
|
c) Recipient understands that although each Contributor grants the licenses
|
||||||
grants the licenses to its Contributions set forth herein, no assurances
|
to its Contributions set forth herein, no assurances are provided by any Contributor
|
||||||
are provided by any Contributor that the Program does not infringe the
|
that the Program does not infringe the patent or other intellectual property
|
||||||
patent or other intellectual property rights of any other entity. Each
|
rights of any other entity. Each Contributor disclaims any liability to Recipient
|
||||||
Contributor disclaims any liability to Recipient for claims brought by
|
for claims brought by any other entity based on infringement of intellectual
|
||||||
any other entity based on infringement of intellectual property rights
|
property rights or otherwise. As a condition to exercising the rights and
|
||||||
or otherwise. As a condition to exercising the rights and licenses
|
licenses granted hereunder, each Recipient hereby assumes sole responsibility
|
||||||
granted hereunder, each Recipient hereby assumes sole responsibility to
|
to secure any other intellectual property rights needed, if any. For example,
|
||||||
secure any other intellectual property rights needed, if any. For
|
if a third party patent license is required to allow Recipient to distribute
|
||||||
example, if a third party patent license is required to allow Recipient
|
the Program, it is Recipient's responsibility to acquire that license before
|
||||||
to distribute the Program, it is Recipient's responsibility to acquire
|
distributing the Program.
|
||||||
that license before distributing the Program.</p>
|
|
||||||
|
|
||||||
<p class="list">d) Each Contributor represents that to its knowledge it
|
d) Each Contributor represents that to its knowledge it has sufficient copyright
|
||||||
has sufficient copyright rights in its Contribution, if any, to grant
|
rights in its Contribution, if any, to grant the copyright license set forth
|
||||||
the copyright license set forth in this Agreement.</p>
|
in this Agreement.
|
||||||
|
|
||||||
<p><b>3. REQUIREMENTS</b></p>
|
3. REQUIREMENTS
|
||||||
|
|
||||||
<p>A Contributor may choose to distribute the Program in object code
|
A Contributor may choose to distribute the Program in object code form under
|
||||||
form under its own license agreement, provided that:</p>
|
its own license agreement, provided that:
|
||||||
|
|
||||||
<p class="list">a) it complies with the terms and conditions of this
|
a) it complies with the terms and conditions of this Agreement; and
|
||||||
Agreement; and</p>
|
|
||||||
|
|
||||||
<p class="list">b) its license agreement:</p>
|
b) its license agreement:
|
||||||
|
|
||||||
<p class="list">i) effectively disclaims on behalf of all Contributors
|
i) effectively disclaims on behalf of all Contributors all warranties and
|
||||||
all warranties and conditions, express and implied, including warranties
|
conditions, express and implied, including warranties or conditions of title
|
||||||
or conditions of title and non-infringement, and implied warranties or
|
and non-infringement, and implied warranties or conditions of merchantability
|
||||||
conditions of merchantability and fitness for a particular purpose;</p>
|
and fitness for a particular purpose;
|
||||||
|
|
||||||
<p class="list">ii) effectively excludes on behalf of all Contributors
|
ii) effectively excludes on behalf of all Contributors all liability for damages,
|
||||||
all liability for damages, including direct, indirect, special,
|
including direct, indirect, special, incidental and consequential damages,
|
||||||
incidental and consequential damages, such as lost profits;</p>
|
such as lost profits;
|
||||||
|
|
||||||
<p class="list">iii) states that any provisions which differ from this
|
iii) states that any provisions which differ from this Agreement are offered
|
||||||
Agreement are offered by that Contributor alone and not by any other
|
by that Contributor alone and not by any other party; and
|
||||||
party; and</p>
|
|
||||||
|
|
||||||
<p class="list">iv) states that source code for the Program is available
|
iv) states that source code for the Program is available from such Contributor,
|
||||||
from such Contributor, and informs licensees how to obtain it in a
|
and informs licensees how to obtain it in a reasonable manner on or through
|
||||||
reasonable manner on or through a medium customarily used for software
|
a medium customarily used for software exchange.
|
||||||
exchange.</p>
|
|
||||||
|
|
||||||
<p>When the Program is made available in source code form:</p>
|
When the Program is made available in source code form:
|
||||||
|
|
||||||
<p class="list">a) it must be made available under this Agreement; and</p>
|
a) it must be made available under this Agreement; and
|
||||||
|
|
||||||
<p class="list">b) a copy of this Agreement must be included with each
|
b) a copy of this Agreement must be included with each copy of the Program.
|
||||||
copy of the Program.</p>
|
|
||||||
|
|
||||||
<p>Contributors may not remove or alter any copyright notices contained
|
Contributors may not remove or alter any copyright notices contained within
|
||||||
within the Program.</p>
|
the Program.
|
||||||
|
|
||||||
<p>Each Contributor must identify itself as the originator of its
|
Each Contributor must identify itself as the originator of its Contribution,
|
||||||
Contribution, if any, in a manner that reasonably allows subsequent
|
if any, in a manner that reasonably allows subsequent Recipients to identify
|
||||||
Recipients to identify the originator of the Contribution.</p>
|
the originator of the Contribution.
|
||||||
|
|
||||||
<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
|
4. COMMERCIAL DISTRIBUTION
|
||||||
|
|
||||||
<p>Commercial distributors of software may accept certain
|
Commercial distributors of software may accept certain responsibilities with
|
||||||
responsibilities with respect to end users, business partners and the
|
respect to end users, business partners and the like. While this license is
|
||||||
like. While this license is intended to facilitate the commercial use of
|
intended to facilitate the commercial use of the Program, the Contributor
|
||||||
the Program, the Contributor who includes the Program in a commercial
|
who includes the Program in a commercial product offering should do so in
|
||||||
product offering should do so in a manner which does not create
|
a manner which does not create potential liability for other Contributors.
|
||||||
potential liability for other Contributors. Therefore, if a Contributor
|
Therefore, if a Contributor includes the Program in a commercial product offering,
|
||||||
includes the Program in a commercial product offering, such Contributor
|
such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
|
||||||
("Commercial Contributor") hereby agrees to defend and
|
every other Contributor ("Indemnified Contributor") against any losses, damages
|
||||||
indemnify every other Contributor ("Indemnified Contributor")
|
and costs (collectively "Losses") arising from claims, lawsuits and other
|
||||||
against any losses, damages and costs (collectively "Losses")
|
legal actions brought by a third party against the Indemnified Contributor
|
||||||
arising from claims, lawsuits and other legal actions brought by a third
|
to the extent caused by the acts or omissions of such Commercial Contributor
|
||||||
party against the Indemnified Contributor to the extent caused by the
|
in connection with its distribution of the Program in a commercial product
|
||||||
acts or omissions of such Commercial Contributor in connection with its
|
offering. The obligations in this section do not apply to any claims or Losses
|
||||||
distribution of the Program in a commercial product offering. The
|
relating to any actual or alleged intellectual property infringement. In order
|
||||||
obligations in this section do not apply to any claims or Losses
|
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
|
||||||
relating to any actual or alleged intellectual property infringement. In
|
Contributor in writing of such claim, and b) allow the Commercial Contributor
|
||||||
order to qualify, an Indemnified Contributor must: a) promptly notify
|
to control, and cooperate with the Commercial Contributor in, the defense
|
||||||
the Commercial Contributor in writing of such claim, and b) allow the
|
and any related settlement negotiations. The Indemnified Contributor may participate
|
||||||
Commercial Contributor to control, and cooperate with the Commercial
|
in any such claim at its own expense.
|
||||||
Contributor in, the defense and any related settlement negotiations. The
|
|
||||||
Indemnified Contributor may participate in any such claim at its own
|
|
||||||
expense.</p>
|
|
||||||
|
|
||||||
<p>For example, a Contributor might include the Program in a commercial
|
For example, a Contributor might include the Program in a commercial product
|
||||||
product offering, Product X. That Contributor is then a Commercial
|
offering, Product X. That Contributor is then a Commercial Contributor. If
|
||||||
Contributor. If that Commercial Contributor then makes performance
|
that Commercial Contributor then makes performance claims, or offers warranties
|
||||||
claims, or offers warranties related to Product X, those performance
|
related to Product X, those performance claims and warranties are such Commercial
|
||||||
claims and warranties are such Commercial Contributor's responsibility
|
Contributor's responsibility alone. Under this section, the Commercial Contributor
|
||||||
alone. Under this section, the Commercial Contributor would have to
|
would have to defend claims against the other Contributors related to those
|
||||||
defend claims against the other Contributors related to those
|
performance claims and warranties, and if a court requires any other Contributor
|
||||||
performance claims and warranties, and if a court requires any other
|
to pay any damages as a result, the Commercial Contributor must pay those
|
||||||
Contributor to pay any damages as a result, the Commercial Contributor
|
damages.
|
||||||
must pay those damages.</p>
|
|
||||||
|
|
||||||
<p><b>5. NO WARRANTY</b></p>
|
5. NO WARRANTY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON
|
||||||
PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS
|
||||||
OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
|
OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
|
||||||
ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
|
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
|
Each Recipient is solely responsible for determining the appropriateness of
|
||||||
responsible for determining the appropriateness of using and
|
using and distributing the Program and assumes all risks associated with its
|
||||||
distributing the Program and assumes all risks associated with its
|
exercise of rights under this Agreement, including but not limited to the
|
||||||
exercise of rights under this Agreement , including but not limited to
|
risks and costs of program errors, compliance with applicable laws, damage
|
||||||
the risks and costs of program errors, compliance with applicable laws,
|
to or loss of data, programs or equipment, and unavailability or interruption
|
||||||
damage to or loss of data, programs or equipment, and unavailability or
|
of operations.
|
||||||
interruption of operations.</p>
|
|
||||||
|
|
||||||
<p><b>6. DISCLAIMER OF LIABILITY</b></p>
|
6. DISCLAIMER OF LIABILITY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
|
||||||
NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
|
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
|
||||||
WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
|
LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
|
||||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
|
WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
|
||||||
DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
|
GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||||
HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
|
|
||||||
|
|
||||||
<p><b>7. GENERAL</b></p>
|
7. GENERAL
|
||||||
|
|
||||||
<p>If any provision of this Agreement is invalid or unenforceable under
|
If any provision of this Agreement is invalid or unenforceable under applicable
|
||||||
applicable law, it shall not affect the validity or enforceability of
|
law, it shall not affect the validity or enforceability of the remainder of
|
||||||
the remainder of the terms of this Agreement, and without further action
|
the terms of this Agreement, and without further action by the parties hereto,
|
||||||
by the parties hereto, such provision shall be reformed to the minimum
|
such provision shall be reformed to the minimum extent necessary to make such
|
||||||
extent necessary to make such provision valid and enforceable.</p>
|
provision valid and enforceable.
|
||||||
|
|
||||||
<p>If Recipient institutes patent litigation against any entity
|
If Recipient institutes patent litigation against any entity (including a
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that the
|
cross-claim or counterclaim in a lawsuit) alleging that the Program itself
|
||||||
Program itself (excluding combinations of the Program with other
|
(excluding combinations of the Program with other software or hardware) infringes
|
||||||
software or hardware) infringes such Recipient's patent(s), then such
|
such Recipient's patent(s), then such Recipient's rights granted under Section
|
||||||
Recipient's rights granted under Section 2(b) shall terminate as of the
|
2(b) shall terminate as of the date such litigation is filed.
|
||||||
date such litigation is filed.</p>
|
|
||||||
|
|
||||||
<p>All Recipient's rights under this Agreement shall terminate if it
|
All Recipient's rights under this Agreement shall terminate if it fails to
|
||||||
fails to comply with any of the material terms or conditions of this
|
comply with any of the material terms or conditions of this Agreement and
|
||||||
Agreement and does not cure such failure in a reasonable period of time
|
does not cure such failure in a reasonable period of time after becoming aware
|
||||||
after becoming aware of such noncompliance. If all Recipient's rights
|
of such noncompliance. If all Recipient's rights under this Agreement terminate,
|
||||||
under this Agreement terminate, Recipient agrees to cease use and
|
Recipient agrees to cease use and distribution of the Program as soon as reasonably
|
||||||
distribution of the Program as soon as reasonably practicable. However,
|
practicable. However, Recipient's obligations under this Agreement and any
|
||||||
Recipient's obligations under this Agreement and any licenses granted by
|
licenses granted by Recipient relating to the Program shall continue and survive.
|
||||||
Recipient relating to the Program shall continue and survive.</p>
|
|
||||||
|
|
||||||
<p>Everyone is permitted to copy and distribute copies of this
|
Everyone is permitted to copy and distribute copies of this Agreement, but
|
||||||
Agreement, but in order to avoid inconsistency the Agreement is
|
in order to avoid inconsistency the Agreement is copyrighted and may only
|
||||||
copyrighted and may only be modified in the following manner. The
|
be modified in the following manner. The Agreement Steward reserves the right
|
||||||
Agreement Steward reserves the right to publish new versions (including
|
to publish new versions (including revisions) of this Agreement from time
|
||||||
revisions) of this Agreement from time to time. No one other than the
|
to time. No one other than the Agreement Steward has the right to modify this
|
||||||
Agreement Steward has the right to modify this Agreement. The Eclipse
|
Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse
|
||||||
Foundation is the initial Agreement Steward. The Eclipse Foundation may
|
Foundation may assign the responsibility to serve as the Agreement Steward
|
||||||
assign the responsibility to serve as the Agreement Steward to a
|
to a suitable separate entity. Each new version of the Agreement will be given
|
||||||
suitable separate entity. Each new version of the Agreement will be
|
a distinguishing version number. The Program (including Contributions) may
|
||||||
given a distinguishing version number. The Program (including
|
always be distributed subject to the version of the Agreement under which
|
||||||
Contributions) may always be distributed subject to the version of the
|
it was received. In addition, after a new version of the Agreement is published,
|
||||||
Agreement under which it was received. In addition, after a new version
|
Contributor may elect to distribute the Program (including its Contributions)
|
||||||
of the Agreement is published, Contributor may elect to distribute the
|
under the new version. Except as expressly stated in Sections 2(a) and 2(b)
|
||||||
Program (including its Contributions) under the new version. Except as
|
above, Recipient receives no rights or licenses to the intellectual property
|
||||||
expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
|
of any Contributor under this Agreement, whether expressly, by implication,
|
||||||
rights or licenses to the intellectual property of any Contributor under
|
estoppel or otherwise. All rights in the Program not expressly granted under
|
||||||
this Agreement, whether expressly, by implication, estoppel or
|
this Agreement are reserved.
|
||||||
otherwise. All rights in the Program not expressly granted under this
|
|
||||||
Agreement are reserved.</p>
|
|
||||||
|
|
||||||
<p>This Agreement is governed by the laws of the State of New York and
|
This Agreement is governed by the laws of the State of New York and the intellectual
|
||||||
the intellectual property laws of the United States of America. No party
|
property laws of the United States of America. No party to this Agreement
|
||||||
to this Agreement will bring a legal action under this Agreement more
|
will bring a legal action under this Agreement more than one year after the
|
||||||
than one year after the cause of action arose. Each party waives its
|
cause of action arose. Each party waives its rights to a jury trial in any
|
||||||
rights to a jury trial in any resulting litigation.</p>
|
resulting litigation.
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
|
@ -1,261 +1,210 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
Eclipse Public License - v 1.0
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
||||||
|
|
||||||
<head>
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
|
||||||
<title>Eclipse Public License - Version 1.0</title>
|
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
size: 8.5in 11.0in;
|
|
||||||
margin: 0.25in 0.5in 0.25in 0.5in;
|
|
||||||
tab-interval: 0.5in;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
p.list {
|
|
||||||
margin-left: 0.5in;
|
|
||||||
margin-top: 0.05em;
|
|
||||||
margin-bottom: 0.05em;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
1. DEFINITIONS
|
||||||
|
|
||||||
<body lang="EN-US">
|
"Contribution" means:
|
||||||
|
|
||||||
<h2>Eclipse Public License - v 1.0</h2>
|
a) in the case of the initial Contributor, the initial code and documentation
|
||||||
|
distributed under this Agreement, and
|
||||||
|
|
||||||
<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
b) in the case of each subsequent Contributor:
|
||||||
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
|
|
||||||
DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
|
|
||||||
AGREEMENT.</p>
|
|
||||||
|
|
||||||
<p><b>1. DEFINITIONS</b></p>
|
i) changes to the Program, and
|
||||||
|
|
||||||
<p>"Contribution" means:</p>
|
ii) additions to the Program;
|
||||||
|
|
||||||
<p class="list">a) in the case of the initial Contributor, the initial
|
where such changes and/or additions to the Program originate from and are
|
||||||
code and documentation distributed under this Agreement, and</p>
|
distributed by that particular Contributor. A Contribution 'originates' from
|
||||||
<p class="list">b) in the case of each subsequent Contributor:</p>
|
a Contributor if it was added to the Program by such Contributor itself or
|
||||||
<p class="list">i) changes to the Program, and</p>
|
anyone acting on such Contributor's behalf. Contributions do not include additions
|
||||||
<p class="list">ii) additions to the Program;</p>
|
to the Program which: (i) are separate modules of software distributed in
|
||||||
<p class="list">where such changes and/or additions to the Program
|
conjunction with the Program under their own license agreement, and (ii) are
|
||||||
originate from and are distributed by that particular Contributor. A
|
not derivative works of the Program.
|
||||||
Contribution 'originates' from a Contributor if it was added to the
|
|
||||||
Program by such Contributor itself or anyone acting on such
|
|
||||||
Contributor's behalf. Contributions do not include additions to the
|
|
||||||
Program which: (i) are separate modules of software distributed in
|
|
||||||
conjunction with the Program under their own license agreement, and (ii)
|
|
||||||
are not derivative works of the Program.</p>
|
|
||||||
|
|
||||||
<p>"Contributor" means any person or entity that distributes
|
"Contributor" means any person or entity that distributes the Program.
|
||||||
the Program.</p>
|
|
||||||
|
|
||||||
<p>"Licensed Patents" mean patent claims licensable by a
|
"Licensed Patents" mean patent claims licensable by a Contributor which are
|
||||||
Contributor which are necessarily infringed by the use or sale of its
|
necessarily infringed by the use or sale of its Contribution alone or when
|
||||||
Contribution alone or when combined with the Program.</p>
|
combined with the Program.
|
||||||
|
|
||||||
<p>"Program" means the Contributions distributed in accordance
|
"Program" means the Contributions distributed in accordance with this Agreement.
|
||||||
with this Agreement.</p>
|
|
||||||
|
|
||||||
<p>"Recipient" means anyone who receives the Program under
|
"Recipient" means anyone who receives the Program under this Agreement, including
|
||||||
this Agreement, including all Contributors.</p>
|
all Contributors.
|
||||||
|
|
||||||
<p><b>2. GRANT OF RIGHTS</b></p>
|
2. GRANT OF RIGHTS
|
||||||
|
|
||||||
<p class="list">a) Subject to the terms of this Agreement, each
|
a) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce,
|
||||||
royalty-free copyright license to reproduce, prepare derivative works
|
prepare derivative works of, publicly display, publicly perform, distribute
|
||||||
of, publicly display, publicly perform, distribute and sublicense the
|
and sublicense the Contribution of such Contributor, if any, and such derivative
|
||||||
Contribution of such Contributor, if any, and such derivative works, in
|
works, in source code and object code form.
|
||||||
source code and object code form.</p>
|
|
||||||
|
|
||||||
<p class="list">b) Subject to the terms of this Agreement, each
|
b) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
|
||||||
royalty-free patent license under Licensed Patents to make, use, sell,
|
Patents to make, use, sell, offer to sell, import and otherwise transfer the
|
||||||
offer to sell, import and otherwise transfer the Contribution of such
|
Contribution of such Contributor, if any, in source code and object code form.
|
||||||
Contributor, if any, in source code and object code form. This patent
|
This patent license shall apply to the combination of the Contribution and
|
||||||
license shall apply to the combination of the Contribution and the
|
the Program if, at the time the Contribution is added by the Contributor,
|
||||||
Program if, at the time the Contribution is added by the Contributor,
|
such addition of the Contribution causes such combination to be covered by
|
||||||
such addition of the Contribution causes such combination to be covered
|
the Licensed Patents. The patent license shall not apply to any other combinations
|
||||||
by the Licensed Patents. The patent license shall not apply to any other
|
which include the Contribution. No hardware per se is licensed hereunder.
|
||||||
combinations which include the Contribution. No hardware per se is
|
|
||||||
licensed hereunder.</p>
|
|
||||||
|
|
||||||
<p class="list">c) Recipient understands that although each Contributor
|
c) Recipient understands that although each Contributor grants the licenses
|
||||||
grants the licenses to its Contributions set forth herein, no assurances
|
to its Contributions set forth herein, no assurances are provided by any Contributor
|
||||||
are provided by any Contributor that the Program does not infringe the
|
that the Program does not infringe the patent or other intellectual property
|
||||||
patent or other intellectual property rights of any other entity. Each
|
rights of any other entity. Each Contributor disclaims any liability to Recipient
|
||||||
Contributor disclaims any liability to Recipient for claims brought by
|
for claims brought by any other entity based on infringement of intellectual
|
||||||
any other entity based on infringement of intellectual property rights
|
property rights or otherwise. As a condition to exercising the rights and
|
||||||
or otherwise. As a condition to exercising the rights and licenses
|
licenses granted hereunder, each Recipient hereby assumes sole responsibility
|
||||||
granted hereunder, each Recipient hereby assumes sole responsibility to
|
to secure any other intellectual property rights needed, if any. For example,
|
||||||
secure any other intellectual property rights needed, if any. For
|
if a third party patent license is required to allow Recipient to distribute
|
||||||
example, if a third party patent license is required to allow Recipient
|
the Program, it is Recipient's responsibility to acquire that license before
|
||||||
to distribute the Program, it is Recipient's responsibility to acquire
|
distributing the Program.
|
||||||
that license before distributing the Program.</p>
|
|
||||||
|
|
||||||
<p class="list">d) Each Contributor represents that to its knowledge it
|
d) Each Contributor represents that to its knowledge it has sufficient copyright
|
||||||
has sufficient copyright rights in its Contribution, if any, to grant
|
rights in its Contribution, if any, to grant the copyright license set forth
|
||||||
the copyright license set forth in this Agreement.</p>
|
in this Agreement.
|
||||||
|
|
||||||
<p><b>3. REQUIREMENTS</b></p>
|
3. REQUIREMENTS
|
||||||
|
|
||||||
<p>A Contributor may choose to distribute the Program in object code
|
A Contributor may choose to distribute the Program in object code form under
|
||||||
form under its own license agreement, provided that:</p>
|
its own license agreement, provided that:
|
||||||
|
|
||||||
<p class="list">a) it complies with the terms and conditions of this
|
a) it complies with the terms and conditions of this Agreement; and
|
||||||
Agreement; and</p>
|
|
||||||
|
|
||||||
<p class="list">b) its license agreement:</p>
|
b) its license agreement:
|
||||||
|
|
||||||
<p class="list">i) effectively disclaims on behalf of all Contributors
|
i) effectively disclaims on behalf of all Contributors all warranties and
|
||||||
all warranties and conditions, express and implied, including warranties
|
conditions, express and implied, including warranties or conditions of title
|
||||||
or conditions of title and non-infringement, and implied warranties or
|
and non-infringement, and implied warranties or conditions of merchantability
|
||||||
conditions of merchantability and fitness for a particular purpose;</p>
|
and fitness for a particular purpose;
|
||||||
|
|
||||||
<p class="list">ii) effectively excludes on behalf of all Contributors
|
ii) effectively excludes on behalf of all Contributors all liability for damages,
|
||||||
all liability for damages, including direct, indirect, special,
|
including direct, indirect, special, incidental and consequential damages,
|
||||||
incidental and consequential damages, such as lost profits;</p>
|
such as lost profits;
|
||||||
|
|
||||||
<p class="list">iii) states that any provisions which differ from this
|
iii) states that any provisions which differ from this Agreement are offered
|
||||||
Agreement are offered by that Contributor alone and not by any other
|
by that Contributor alone and not by any other party; and
|
||||||
party; and</p>
|
|
||||||
|
|
||||||
<p class="list">iv) states that source code for the Program is available
|
iv) states that source code for the Program is available from such Contributor,
|
||||||
from such Contributor, and informs licensees how to obtain it in a
|
and informs licensees how to obtain it in a reasonable manner on or through
|
||||||
reasonable manner on or through a medium customarily used for software
|
a medium customarily used for software exchange.
|
||||||
exchange.</p>
|
|
||||||
|
|
||||||
<p>When the Program is made available in source code form:</p>
|
When the Program is made available in source code form:
|
||||||
|
|
||||||
<p class="list">a) it must be made available under this Agreement; and</p>
|
a) it must be made available under this Agreement; and
|
||||||
|
|
||||||
<p class="list">b) a copy of this Agreement must be included with each
|
b) a copy of this Agreement must be included with each copy of the Program.
|
||||||
copy of the Program.</p>
|
|
||||||
|
|
||||||
<p>Contributors may not remove or alter any copyright notices contained
|
Contributors may not remove or alter any copyright notices contained within
|
||||||
within the Program.</p>
|
the Program.
|
||||||
|
|
||||||
<p>Each Contributor must identify itself as the originator of its
|
Each Contributor must identify itself as the originator of its Contribution,
|
||||||
Contribution, if any, in a manner that reasonably allows subsequent
|
if any, in a manner that reasonably allows subsequent Recipients to identify
|
||||||
Recipients to identify the originator of the Contribution.</p>
|
the originator of the Contribution.
|
||||||
|
|
||||||
<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
|
4. COMMERCIAL DISTRIBUTION
|
||||||
|
|
||||||
<p>Commercial distributors of software may accept certain
|
Commercial distributors of software may accept certain responsibilities with
|
||||||
responsibilities with respect to end users, business partners and the
|
respect to end users, business partners and the like. While this license is
|
||||||
like. While this license is intended to facilitate the commercial use of
|
intended to facilitate the commercial use of the Program, the Contributor
|
||||||
the Program, the Contributor who includes the Program in a commercial
|
who includes the Program in a commercial product offering should do so in
|
||||||
product offering should do so in a manner which does not create
|
a manner which does not create potential liability for other Contributors.
|
||||||
potential liability for other Contributors. Therefore, if a Contributor
|
Therefore, if a Contributor includes the Program in a commercial product offering,
|
||||||
includes the Program in a commercial product offering, such Contributor
|
such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
|
||||||
("Commercial Contributor") hereby agrees to defend and
|
every other Contributor ("Indemnified Contributor") against any losses, damages
|
||||||
indemnify every other Contributor ("Indemnified Contributor")
|
and costs (collectively "Losses") arising from claims, lawsuits and other
|
||||||
against any losses, damages and costs (collectively "Losses")
|
legal actions brought by a third party against the Indemnified Contributor
|
||||||
arising from claims, lawsuits and other legal actions brought by a third
|
to the extent caused by the acts or omissions of such Commercial Contributor
|
||||||
party against the Indemnified Contributor to the extent caused by the
|
in connection with its distribution of the Program in a commercial product
|
||||||
acts or omissions of such Commercial Contributor in connection with its
|
offering. The obligations in this section do not apply to any claims or Losses
|
||||||
distribution of the Program in a commercial product offering. The
|
relating to any actual or alleged intellectual property infringement. In order
|
||||||
obligations in this section do not apply to any claims or Losses
|
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
|
||||||
relating to any actual or alleged intellectual property infringement. In
|
Contributor in writing of such claim, and b) allow the Commercial Contributor
|
||||||
order to qualify, an Indemnified Contributor must: a) promptly notify
|
to control, and cooperate with the Commercial Contributor in, the defense
|
||||||
the Commercial Contributor in writing of such claim, and b) allow the
|
and any related settlement negotiations. The Indemnified Contributor may participate
|
||||||
Commercial Contributor to control, and cooperate with the Commercial
|
in any such claim at its own expense.
|
||||||
Contributor in, the defense and any related settlement negotiations. The
|
|
||||||
Indemnified Contributor may participate in any such claim at its own
|
|
||||||
expense.</p>
|
|
||||||
|
|
||||||
<p>For example, a Contributor might include the Program in a commercial
|
For example, a Contributor might include the Program in a commercial product
|
||||||
product offering, Product X. That Contributor is then a Commercial
|
offering, Product X. That Contributor is then a Commercial Contributor. If
|
||||||
Contributor. If that Commercial Contributor then makes performance
|
that Commercial Contributor then makes performance claims, or offers warranties
|
||||||
claims, or offers warranties related to Product X, those performance
|
related to Product X, those performance claims and warranties are such Commercial
|
||||||
claims and warranties are such Commercial Contributor's responsibility
|
Contributor's responsibility alone. Under this section, the Commercial Contributor
|
||||||
alone. Under this section, the Commercial Contributor would have to
|
would have to defend claims against the other Contributors related to those
|
||||||
defend claims against the other Contributors related to those
|
performance claims and warranties, and if a court requires any other Contributor
|
||||||
performance claims and warranties, and if a court requires any other
|
to pay any damages as a result, the Commercial Contributor must pay those
|
||||||
Contributor to pay any damages as a result, the Commercial Contributor
|
damages.
|
||||||
must pay those damages.</p>
|
|
||||||
|
|
||||||
<p><b>5. NO WARRANTY</b></p>
|
5. NO WARRANTY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON
|
||||||
PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS
|
||||||
OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
|
OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
|
||||||
ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
|
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
|
Each Recipient is solely responsible for determining the appropriateness of
|
||||||
responsible for determining the appropriateness of using and
|
using and distributing the Program and assumes all risks associated with its
|
||||||
distributing the Program and assumes all risks associated with its
|
exercise of rights under this Agreement, including but not limited to the
|
||||||
exercise of rights under this Agreement , including but not limited to
|
risks and costs of program errors, compliance with applicable laws, damage
|
||||||
the risks and costs of program errors, compliance with applicable laws,
|
to or loss of data, programs or equipment, and unavailability or interruption
|
||||||
damage to or loss of data, programs or equipment, and unavailability or
|
of operations.
|
||||||
interruption of operations.</p>
|
|
||||||
|
|
||||||
<p><b>6. DISCLAIMER OF LIABILITY</b></p>
|
6. DISCLAIMER OF LIABILITY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
|
||||||
NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
|
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
|
||||||
WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
|
LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
|
||||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
|
WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
|
||||||
DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
|
GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||||
HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
|
|
||||||
|
|
||||||
<p><b>7. GENERAL</b></p>
|
7. GENERAL
|
||||||
|
|
||||||
<p>If any provision of this Agreement is invalid or unenforceable under
|
If any provision of this Agreement is invalid or unenforceable under applicable
|
||||||
applicable law, it shall not affect the validity or enforceability of
|
law, it shall not affect the validity or enforceability of the remainder of
|
||||||
the remainder of the terms of this Agreement, and without further action
|
the terms of this Agreement, and without further action by the parties hereto,
|
||||||
by the parties hereto, such provision shall be reformed to the minimum
|
such provision shall be reformed to the minimum extent necessary to make such
|
||||||
extent necessary to make such provision valid and enforceable.</p>
|
provision valid and enforceable.
|
||||||
|
|
||||||
<p>If Recipient institutes patent litigation against any entity
|
If Recipient institutes patent litigation against any entity (including a
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that the
|
cross-claim or counterclaim in a lawsuit) alleging that the Program itself
|
||||||
Program itself (excluding combinations of the Program with other
|
(excluding combinations of the Program with other software or hardware) infringes
|
||||||
software or hardware) infringes such Recipient's patent(s), then such
|
such Recipient's patent(s), then such Recipient's rights granted under Section
|
||||||
Recipient's rights granted under Section 2(b) shall terminate as of the
|
2(b) shall terminate as of the date such litigation is filed.
|
||||||
date such litigation is filed.</p>
|
|
||||||
|
|
||||||
<p>All Recipient's rights under this Agreement shall terminate if it
|
All Recipient's rights under this Agreement shall terminate if it fails to
|
||||||
fails to comply with any of the material terms or conditions of this
|
comply with any of the material terms or conditions of this Agreement and
|
||||||
Agreement and does not cure such failure in a reasonable period of time
|
does not cure such failure in a reasonable period of time after becoming aware
|
||||||
after becoming aware of such noncompliance. If all Recipient's rights
|
of such noncompliance. If all Recipient's rights under this Agreement terminate,
|
||||||
under this Agreement terminate, Recipient agrees to cease use and
|
Recipient agrees to cease use and distribution of the Program as soon as reasonably
|
||||||
distribution of the Program as soon as reasonably practicable. However,
|
practicable. However, Recipient's obligations under this Agreement and any
|
||||||
Recipient's obligations under this Agreement and any licenses granted by
|
licenses granted by Recipient relating to the Program shall continue and survive.
|
||||||
Recipient relating to the Program shall continue and survive.</p>
|
|
||||||
|
|
||||||
<p>Everyone is permitted to copy and distribute copies of this
|
Everyone is permitted to copy and distribute copies of this Agreement, but
|
||||||
Agreement, but in order to avoid inconsistency the Agreement is
|
in order to avoid inconsistency the Agreement is copyrighted and may only
|
||||||
copyrighted and may only be modified in the following manner. The
|
be modified in the following manner. The Agreement Steward reserves the right
|
||||||
Agreement Steward reserves the right to publish new versions (including
|
to publish new versions (including revisions) of this Agreement from time
|
||||||
revisions) of this Agreement from time to time. No one other than the
|
to time. No one other than the Agreement Steward has the right to modify this
|
||||||
Agreement Steward has the right to modify this Agreement. The Eclipse
|
Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse
|
||||||
Foundation is the initial Agreement Steward. The Eclipse Foundation may
|
Foundation may assign the responsibility to serve as the Agreement Steward
|
||||||
assign the responsibility to serve as the Agreement Steward to a
|
to a suitable separate entity. Each new version of the Agreement will be given
|
||||||
suitable separate entity. Each new version of the Agreement will be
|
a distinguishing version number. The Program (including Contributions) may
|
||||||
given a distinguishing version number. The Program (including
|
always be distributed subject to the version of the Agreement under which
|
||||||
Contributions) may always be distributed subject to the version of the
|
it was received. In addition, after a new version of the Agreement is published,
|
||||||
Agreement under which it was received. In addition, after a new version
|
Contributor may elect to distribute the Program (including its Contributions)
|
||||||
of the Agreement is published, Contributor may elect to distribute the
|
under the new version. Except as expressly stated in Sections 2(a) and 2(b)
|
||||||
Program (including its Contributions) under the new version. Except as
|
above, Recipient receives no rights or licenses to the intellectual property
|
||||||
expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
|
of any Contributor under this Agreement, whether expressly, by implication,
|
||||||
rights or licenses to the intellectual property of any Contributor under
|
estoppel or otherwise. All rights in the Program not expressly granted under
|
||||||
this Agreement, whether expressly, by implication, estoppel or
|
this Agreement are reserved.
|
||||||
otherwise. All rights in the Program not expressly granted under this
|
|
||||||
Agreement are reserved.</p>
|
|
||||||
|
|
||||||
<p>This Agreement is governed by the laws of the State of New York and
|
This Agreement is governed by the laws of the State of New York and the intellectual
|
||||||
the intellectual property laws of the United States of America. No party
|
property laws of the United States of America. No party to this Agreement
|
||||||
to this Agreement will bring a legal action under this Agreement more
|
will bring a legal action under this Agreement more than one year after the
|
||||||
than one year after the cause of action arose. Each party waives its
|
cause of action arose. Each party waives its rights to a jury trial in any
|
||||||
rights to a jury trial in any resulting litigation.</p>
|
resulting litigation.
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
|
@ -1,299 +1,4 @@
|
||||||
<!DOCTYPE html>
|
Eclipse Public License - v 1.0
|
||||||
<html lang='en'>
|
|
||||||
<head>
|
|
||||||
<title>LICENSE.txt - org.eclipse.sisu.inject.git - Sisu: @Inject support</title>
|
|
||||||
<meta name='generator' content='cgit v1.2.1'/>
|
|
||||||
<meta name='robots' content='index, nofollow'/>
|
|
||||||
<link rel='stylesheet' type='text/css' href='/cgit.css'/>
|
|
||||||
<link rel='shortcut icon' href='/favicon.ico'/>
|
|
||||||
<link rel='alternate' title='Atom feed' href='http://git.eclipse.org/c/sisu/org.eclipse.sisu.inject.git/atom/LICENSE.txt?h=releases/0.3.2' type='application/atom+xml'/>
|
|
||||||
<link rel='vcs-git' href='git://git.eclipse.org/gitroot/sisu/org.eclipse.sisu.inject.git' title='org.eclipse.sisu.inject.git Git repository'/>
|
|
||||||
<link rel='vcs-git' href='https://git.eclipse.org/r/sisu/org.eclipse.sisu.inject.git' title='org.eclipse.sisu.inject.git Git repository'/>
|
|
||||||
<link rel='vcs-git' href='ssh://user_id@git.eclipse.org:29418/sisu/org.eclipse.sisu.inject.git' title='org.eclipse.sisu.inject.git Git repository'/>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<meta name="keywords" content="eclipse.org, Eclipse Foundation, Eclipse, Git, Source code, Source" />
|
|
||||||
<link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
|
|
||||||
<link rel="shortcut icon" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/images/favicon.ico"/>
|
|
||||||
<link rel="stylesheet" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v1.4"/>
|
|
||||||
<link rel="stylesheet" type="text/css" href="/cgit.css" media="screen" />
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<!-- Google Tag Manager (noscript) -->
|
|
||||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5WLCZXC"
|
|
||||||
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|
||||||
<!-- End Google Tag Manager (noscript) --> <a class="sr-only" href="#content">Skip to main content</a>
|
|
||||||
<header class="header-wrapper" id="header-wrapper">
|
|
||||||
<div class="clearfix toolbar-container-wrapper">
|
|
||||||
<div class="container-fluid">
|
|
||||||
<div class="text-right toolbar-row row hidden-print">
|
|
||||||
<div class="col-md-24 row-toolbar-col">
|
|
||||||
<ul class="list-inline">
|
|
||||||
<li><a href="https://accounts.eclipse.org/user/edit" class="" data-tab-destination="tab-profile"><i class="fa fa-edit fa-fw"></i> Edit my account</a></li>
|
|
||||||
<li><a class="toolbar-link toolbar-manage-cookies dropdown-toggle"><i class="fa fa-wrench"></i> Manage Cookies</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="container-fluid">
|
|
||||||
<div class="row" id="header-row">
|
|
||||||
<div class="col-sm-8 col-md-6 col-lg-4" id="header-left">
|
|
||||||
<div class="wrapper-logo-default"><a href="https://www.eclipse.org/"><img class="logo-eclipse-default hidden-xs" alt="Eclipse.org logo" width="160" src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/images/logo/eclipse-foundation-white-orange.svg"/></a></div>
|
|
||||||
</div>
|
|
||||||
<div class="col-sm-19 col-md-20 margin-top-10" id="main-menu-wrapper">
|
|
||||||
<div class="float-right hidden-xs" id="btn-call-for-action"><a href="https://www.eclipse.org/donate/" class="btn btn-huge btn-info"><i class="fa fa-star"></i> Donate</a></div>
|
|
||||||
<div class="navbar yamm float-sm-right" id="main-menu">
|
|
||||||
<div class="navbar-collapse collapse" id="navbar-main-menu">
|
|
||||||
<ul class="nav navbar-nav">
|
|
||||||
<li><a href="https://www.eclipse.org/membership/" target="_self">Members</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/workinggroups/" target="_self">Working Groups</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/projects/" target="_self">Projects</a></li>
|
|
||||||
<li class="dropdown visible-xs">
|
|
||||||
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Community <b class="caret"></b></a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
|
|
||||||
<li><a href="http://events.eclipse.org">Events</a></li>
|
|
||||||
<li><a href="http://www.planeteclipse.org/">Planet Eclipse</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
|
|
||||||
<li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
|
|
||||||
<li><a href="https://blogs.eclipse.org">Blogs</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown visible-xs">
|
|
||||||
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Participate <b class="caret"></b></a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/forums/">Forums</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
|
|
||||||
<li><a href="https://wiki.eclipse.org/">Wiki</a></li>
|
|
||||||
<li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/research/">Research</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown visible-xs">
|
|
||||||
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Eclipse IDE <b class="caret"></b></a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="https://www.eclipse.org/downloads">Download</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/eclipseide">Learn More</a></li>
|
|
||||||
<li><a href="https://help.eclipse.org">Documentation</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/getting_started">Getting Started / Support</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/forums/index.php/f/89/">Newcomer Forum</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<!-- More -->
|
|
||||||
<li class="dropdown eclipse-more hidden-xs">
|
|
||||||
<a data-toggle="dropdown" class="dropdown-toggle" role="button">More<b class="caret"></b></a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li>
|
|
||||||
<!-- Content container to add padding -->
|
|
||||||
<div class="yamm-content">
|
|
||||||
<div class="row">
|
|
||||||
<ul class="col-sm-8 list-unstyled">
|
|
||||||
<li>
|
|
||||||
<p><strong>Community</strong></p>
|
|
||||||
</li>
|
|
||||||
<li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
|
|
||||||
<li><a href="http://events.eclipse.org">Events</a></li>
|
|
||||||
<li><a href="http://www.planeteclipse.org/">Planet Eclipse</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
|
|
||||||
<li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
|
|
||||||
<li><a href="https://blogs.eclipse.org">Blogs</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="col-sm-8 list-unstyled">
|
|
||||||
<li>
|
|
||||||
<p><strong>Participate</strong></p>
|
|
||||||
</li>
|
|
||||||
<li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/forums/">Forums</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
|
|
||||||
<li><a href="https://wiki.eclipse.org/">Wiki</a></li>
|
|
||||||
<li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/research/">Research</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="col-sm-8 list-unstyled">
|
|
||||||
<li>
|
|
||||||
<p><strong>Eclipse IDE</strong></p>
|
|
||||||
</li>
|
|
||||||
<li><a href="https://www.eclipse.org/downloads">Download</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/eclipseide">Learn More</a></li>
|
|
||||||
<li><a href="https://help.eclipse.org">Documentation</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/getting_started">Getting Started / Support</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/forums/index.php/f/89/">Newcomer Forum</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown eclipse-more main-menu-search">
|
|
||||||
<a data-toggle="dropdown" class="dropdown-toggle" role="button"><i class="fa fa-search"></i> <b class="caret"></b></a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li>
|
|
||||||
<!-- Content container to add padding -->
|
|
||||||
<div class="yamm-content">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-sm-24">
|
|
||||||
<p>Search</p>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-24">
|
|
||||||
<div id="custom-search-form" class="reset-box-sizing">
|
|
||||||
<script>
|
|
||||||
(function() {
|
|
||||||
var cx = '011805775785170369411:p3ec0igo0qq';
|
|
||||||
var gcse = document.createElement('script');
|
|
||||||
gcse.type = 'text/javascript';
|
|
||||||
gcse.async = true;
|
|
||||||
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
|
|
||||||
'//cse.google.com/cse.js?cx=' + cx;
|
|
||||||
var s = document.getElementsByTagName('script')[0];
|
|
||||||
s.parentNode.insertBefore(gcse, s);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
<gcse:searchbox-only gname="main" resultsUrl="https://www.eclipse.org/home/search.php"></gcse:searchbox-only>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="navbar-header">
|
|
||||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-main-menu">
|
|
||||||
<span class="sr-only">Toggle navigation</span>
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
</button>
|
|
||||||
<div class="wrapper-logo-mobile"><a class="navbar-brand visible-xs" href="https://www.eclipse.org/"><img class="logo-eclipse-default-mobile img-responsive" alt="Eclipse.org logo" width="160" src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/images/logo/eclipse-foundation-white-orange.svg"/></a></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<section class="default-breadcrumbs hidden-print breadcrumbs-default-margin" id="breadcrumb">
|
|
||||||
<div class="container-fluid">
|
|
||||||
<h3 class="sr-only">Breadcrumbs</h3>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-sm-24">
|
|
||||||
<ol class="breadcrumb">
|
|
||||||
<li><a href="https://www.eclipse.org/">Home</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/contribute/">Contribute</a></li>
|
|
||||||
<li><a href="/c/">Source code</a></li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<!-- /#breadcrumb -->
|
|
||||||
<main>
|
|
||||||
<div class="container-fluid legacy-page" id="novaContent">
|
|
||||||
<div class="col-md-24"><div id='cgit'><table id='header'>
|
|
||||||
<tr>
|
|
||||||
<td class='logo' rowspan='2'><a href='/c/'><img src='/git.png' alt='cgit logo'/></a></td>
|
|
||||||
<td class='main'><a href='/c/'>index</a> : <a title='org.eclipse.sisu.inject.git' href='/c/sisu/org.eclipse.sisu.inject.git/'>org.eclipse.sisu.inject.git</a></td><td class='form'><form method='get'>
|
|
||||||
<select name='h' onchange='this.form.submit();'>
|
|
||||||
<option value='master'>master</option>
|
|
||||||
</select> <input type='submit' value='switch'/></form></td></tr>
|
|
||||||
<tr><td class='sub'>Sisu: @Inject support</td><td class='sub right'>Code Review</td></tr></table>
|
|
||||||
<table class='tabs'><tr><td>
|
|
||||||
<a href='/c/sisu/org.eclipse.sisu.inject.git/about/?h=releases/0.3.2'>about</a><a href='/c/sisu/org.eclipse.sisu.inject.git/?h=releases/0.3.2'>summary</a><a href='/c/sisu/org.eclipse.sisu.inject.git/refs/?h=releases/0.3.2'>refs</a><a href='/c/sisu/org.eclipse.sisu.inject.git/log/LICENSE.txt?h=releases/0.3.2'>log</a><a class='active' href='/c/sisu/org.eclipse.sisu.inject.git/tree/LICENSE.txt?h=releases/0.3.2'>tree</a><a href='/c/sisu/org.eclipse.sisu.inject.git/commit/LICENSE.txt?h=releases/0.3.2'>commit</a><a href='/c/sisu/org.eclipse.sisu.inject.git/diff/LICENSE.txt?h=releases/0.3.2'>diff</a><a href='/c/sisu/org.eclipse.sisu.inject.git/stats/LICENSE.txt?h=releases/0.3.2'>stats</a></td><td class='form'><form class='right' method='get' action='/c/sisu/org.eclipse.sisu.inject.git/log/LICENSE.txt'>
|
|
||||||
<input type='hidden' name='h' value='releases/0.3.2'/><select name='qt'>
|
|
||||||
<option value='grep'>log msg</option>
|
|
||||||
<option value='author'>author</option>
|
|
||||||
<option value='committer'>committer</option>
|
|
||||||
<option value='range'>range</option>
|
|
||||||
</select>
|
|
||||||
<input class='txt' type='search' size='10' name='q' value=''/>
|
|
||||||
<input type='submit' value='search'/>
|
|
||||||
</form>
|
|
||||||
</td></tr></table>
|
|
||||||
<div class='path'>path: <a href='/c/sisu/org.eclipse.sisu.inject.git/tree/?h=releases/0.3.2'>root</a>/<a href='/c/sisu/org.eclipse.sisu.inject.git/tree/LICENSE.txt?h=releases/0.3.2'>LICENSE.txt</a></div><div class='content'>blob: 79e486c3d2c20397a987cc8785b8e62b8bbcbb52 (<a href='/c/sisu/org.eclipse.sisu.inject.git/plain/LICENSE.txt?h=releases/0.3.2'>plain</a>) (<a href='/c/sisu/org.eclipse.sisu.inject.git/blame/LICENSE.txt?h=releases/0.3.2'>blame</a>)
|
|
||||||
<table summary='blob content' class='blob'>
|
|
||||||
<tr><td class='linenumbers'><pre><a id='n1' href='#n1'>1</a>
|
|
||||||
<a id='n2' href='#n2'>2</a>
|
|
||||||
<a id='n3' href='#n3'>3</a>
|
|
||||||
<a id='n4' href='#n4'>4</a>
|
|
||||||
<a id='n5' href='#n5'>5</a>
|
|
||||||
<a id='n6' href='#n6'>6</a>
|
|
||||||
<a id='n7' href='#n7'>7</a>
|
|
||||||
<a id='n8' href='#n8'>8</a>
|
|
||||||
<a id='n9' href='#n9'>9</a>
|
|
||||||
<a id='n10' href='#n10'>10</a>
|
|
||||||
<a id='n11' href='#n11'>11</a>
|
|
||||||
<a id='n12' href='#n12'>12</a>
|
|
||||||
<a id='n13' href='#n13'>13</a>
|
|
||||||
<a id='n14' href='#n14'>14</a>
|
|
||||||
<a id='n15' href='#n15'>15</a>
|
|
||||||
<a id='n16' href='#n16'>16</a>
|
|
||||||
<a id='n17' href='#n17'>17</a>
|
|
||||||
<a id='n18' href='#n18'>18</a>
|
|
||||||
<a id='n19' href='#n19'>19</a>
|
|
||||||
<a id='n20' href='#n20'>20</a>
|
|
||||||
<a id='n21' href='#n21'>21</a>
|
|
||||||
<a id='n22' href='#n22'>22</a>
|
|
||||||
<a id='n23' href='#n23'>23</a>
|
|
||||||
<a id='n24' href='#n24'>24</a>
|
|
||||||
<a id='n25' href='#n25'>25</a>
|
|
||||||
<a id='n26' href='#n26'>26</a>
|
|
||||||
<a id='n27' href='#n27'>27</a>
|
|
||||||
<a id='n28' href='#n28'>28</a>
|
|
||||||
<a id='n29' href='#n29'>29</a>
|
|
||||||
<a id='n30' href='#n30'>30</a>
|
|
||||||
<a id='n31' href='#n31'>31</a>
|
|
||||||
<a id='n32' href='#n32'>32</a>
|
|
||||||
<a id='n33' href='#n33'>33</a>
|
|
||||||
<a id='n34' href='#n34'>34</a>
|
|
||||||
<a id='n35' href='#n35'>35</a>
|
|
||||||
<a id='n36' href='#n36'>36</a>
|
|
||||||
<a id='n37' href='#n37'>37</a>
|
|
||||||
<a id='n38' href='#n38'>38</a>
|
|
||||||
<a id='n39' href='#n39'>39</a>
|
|
||||||
<a id='n40' href='#n40'>40</a>
|
|
||||||
<a id='n41' href='#n41'>41</a>
|
|
||||||
<a id='n42' href='#n42'>42</a>
|
|
||||||
<a id='n43' href='#n43'>43</a>
|
|
||||||
<a id='n44' href='#n44'>44</a>
|
|
||||||
<a id='n45' href='#n45'>45</a>
|
|
||||||
<a id='n46' href='#n46'>46</a>
|
|
||||||
<a id='n47' href='#n47'>47</a>
|
|
||||||
<a id='n48' href='#n48'>48</a>
|
|
||||||
<a id='n49' href='#n49'>49</a>
|
|
||||||
<a id='n50' href='#n50'>50</a>
|
|
||||||
<a id='n51' href='#n51'>51</a>
|
|
||||||
<a id='n52' href='#n52'>52</a>
|
|
||||||
<a id='n53' href='#n53'>53</a>
|
|
||||||
<a id='n54' href='#n54'>54</a>
|
|
||||||
<a id='n55' href='#n55'>55</a>
|
|
||||||
<a id='n56' href='#n56'>56</a>
|
|
||||||
<a id='n57' href='#n57'>57</a>
|
|
||||||
<a id='n58' href='#n58'>58</a>
|
|
||||||
<a id='n59' href='#n59'>59</a>
|
|
||||||
<a id='n60' href='#n60'>60</a>
|
|
||||||
<a id='n61' href='#n61'>61</a>
|
|
||||||
<a id='n62' href='#n62'>62</a>
|
|
||||||
<a id='n63' href='#n63'>63</a>
|
|
||||||
<a id='n64' href='#n64'>64</a>
|
|
||||||
<a id='n65' href='#n65'>65</a>
|
|
||||||
<a id='n66' href='#n66'>66</a>
|
|
||||||
<a id='n67' href='#n67'>67</a>
|
|
||||||
<a id='n68' href='#n68'>68</a>
|
|
||||||
<a id='n69' href='#n69'>69</a>
|
|
||||||
<a id='n70' href='#n70'>70</a>
|
|
||||||
</pre></td>
|
|
||||||
<td class='lines'><pre><code>Eclipse Public License - v 1.0
|
|
||||||
|
|
||||||
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
||||||
|
|
||||||
|
@ -363,100 +68,3 @@ All Recipient's rights under this Agreement shall terminate if it fails to compl
|
||||||
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
|
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
|
||||||
|
|
||||||
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
|
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
|
||||||
</code></pre></td></tr></table>
|
|
||||||
</div> <!-- class=content -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<p id="back-to-top">
|
|
||||||
<a class="visible-xs" href="#top">Back to the top</a>
|
|
||||||
</p>
|
|
||||||
<footer id="solstice-footer">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<section class="col-sm-6 hidden-print" id="footer-eclipse-foundation">
|
|
||||||
<h2 class="section-title">Eclipse Foundation</h2>
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="https://www.eclipse.org/org/">About Us</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/foundation/contact.php">Contact Us</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/donate">Donate</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/documents/">Governance</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/artwork/">Logo and Artwork</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/foundation/directors.php">Board of Directors</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<section class="col-sm-6 hidden-print" id="footer-legal">
|
|
||||||
<h2 class="section-title">Legal</h2>
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="https://www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/legal/copyright.php">Copyright Agent</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/legal/epl-2.0/">Eclipse Public License</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/legal/">Legal Resources</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<section class="col-sm-6 hidden-print" id="footer-useful-links">
|
|
||||||
<h2 class="section-title">Useful Links</h2>
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
|
|
||||||
<li><a href="//help.eclipse.org/">Documentation</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/forums/">Forums</a></li>
|
|
||||||
<li><a href="//marketplace.eclipse.org">Marketplace</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<section class="col-sm-6 hidden-print" id="footer-other">
|
|
||||||
<h2 class="section-title">Other</h2>
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/projects">Community of Projects</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/workinggroups/">Working Groups</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/research/">Research@Eclipse</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/security/">Report a Vulnerability</a></li>
|
|
||||||
<li><a href="https://status.eclipse.org">Service Status</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<div class="col-sm-24 margin-top-20">
|
|
||||||
<div class="row">
|
|
||||||
<div id="copyright" class="col-md-16">
|
|
||||||
<p id="copyright-text">Copyright © Eclipse Foundation, Inc. All Rights Reserved.</p>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-8 social-media">
|
|
||||||
<ul class="list-inline">
|
|
||||||
<li>
|
|
||||||
<a class="social-media-link fa-stack fa-lg" href="https://twitter.com/EclipseFdn">
|
|
||||||
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
|
||||||
<i class="fa fa-twitter fa-stack-1x"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a class="social-media-link fa-stack fa-lg" href="https://www.facebook.com/eclipse.org">
|
|
||||||
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
|
||||||
<i class="fa fa-facebook fa-stack-1x"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a class="social-media-link fa-stack fa-lg" href="https://www.youtube.com/user/EclipseFdn">
|
|
||||||
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
|
||||||
<i class="fa fa-youtube fa-stack-1x"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a class="social-media-link fa-stack fa-lg" href="https://www.linkedin.com/company/eclipse-foundation">
|
|
||||||
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
|
||||||
<i class="fa fa-linkedin fa-stack-1x"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="#" class="scrollup">Back to the top</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
|
||||||
<script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?var=1.3"></script></div> <!-- id=cgit -->
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
|
@ -1,299 +1,4 @@
|
||||||
<!DOCTYPE html>
|
Eclipse Public License - v 1.0
|
||||||
<html lang='en'>
|
|
||||||
<head>
|
|
||||||
<title>LICENSE.txt - org.eclipse.sisu.inject.git - Sisu: @Inject support</title>
|
|
||||||
<meta name='generator' content='cgit v1.2.1'/>
|
|
||||||
<meta name='robots' content='index, nofollow'/>
|
|
||||||
<link rel='stylesheet' type='text/css' href='/cgit.css'/>
|
|
||||||
<link rel='shortcut icon' href='/favicon.ico'/>
|
|
||||||
<link rel='alternate' title='Atom feed' href='http://git.eclipse.org/c/sisu/org.eclipse.sisu.inject.git/atom/LICENSE.txt?h=releases/0.3.2' type='application/atom+xml'/>
|
|
||||||
<link rel='vcs-git' href='git://git.eclipse.org/gitroot/sisu/org.eclipse.sisu.inject.git' title='org.eclipse.sisu.inject.git Git repository'/>
|
|
||||||
<link rel='vcs-git' href='https://git.eclipse.org/r/sisu/org.eclipse.sisu.inject.git' title='org.eclipse.sisu.inject.git Git repository'/>
|
|
||||||
<link rel='vcs-git' href='ssh://user_id@git.eclipse.org:29418/sisu/org.eclipse.sisu.inject.git' title='org.eclipse.sisu.inject.git Git repository'/>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<meta name="keywords" content="eclipse.org, Eclipse Foundation, Eclipse, Git, Source code, Source" />
|
|
||||||
<link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
|
|
||||||
<link rel="shortcut icon" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/images/favicon.ico"/>
|
|
||||||
<link rel="stylesheet" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v1.4"/>
|
|
||||||
<link rel="stylesheet" type="text/css" href="/cgit.css" media="screen" />
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<!-- Google Tag Manager (noscript) -->
|
|
||||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5WLCZXC"
|
|
||||||
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|
||||||
<!-- End Google Tag Manager (noscript) --> <a class="sr-only" href="#content">Skip to main content</a>
|
|
||||||
<header class="header-wrapper" id="header-wrapper">
|
|
||||||
<div class="clearfix toolbar-container-wrapper">
|
|
||||||
<div class="container-fluid">
|
|
||||||
<div class="text-right toolbar-row row hidden-print">
|
|
||||||
<div class="col-md-24 row-toolbar-col">
|
|
||||||
<ul class="list-inline">
|
|
||||||
<li><a href="https://accounts.eclipse.org/user/edit" class="" data-tab-destination="tab-profile"><i class="fa fa-edit fa-fw"></i> Edit my account</a></li>
|
|
||||||
<li><a class="toolbar-link toolbar-manage-cookies dropdown-toggle"><i class="fa fa-wrench"></i> Manage Cookies</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="container-fluid">
|
|
||||||
<div class="row" id="header-row">
|
|
||||||
<div class="col-sm-8 col-md-6 col-lg-4" id="header-left">
|
|
||||||
<div class="wrapper-logo-default"><a href="https://www.eclipse.org/"><img class="logo-eclipse-default hidden-xs" alt="Eclipse.org logo" width="160" src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/images/logo/eclipse-foundation-white-orange.svg"/></a></div>
|
|
||||||
</div>
|
|
||||||
<div class="col-sm-19 col-md-20 margin-top-10" id="main-menu-wrapper">
|
|
||||||
<div class="float-right hidden-xs" id="btn-call-for-action"><a href="https://www.eclipse.org/donate/" class="btn btn-huge btn-info"><i class="fa fa-star"></i> Donate</a></div>
|
|
||||||
<div class="navbar yamm float-sm-right" id="main-menu">
|
|
||||||
<div class="navbar-collapse collapse" id="navbar-main-menu">
|
|
||||||
<ul class="nav navbar-nav">
|
|
||||||
<li><a href="https://www.eclipse.org/membership/" target="_self">Members</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/workinggroups/" target="_self">Working Groups</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/projects/" target="_self">Projects</a></li>
|
|
||||||
<li class="dropdown visible-xs">
|
|
||||||
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Community <b class="caret"></b></a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
|
|
||||||
<li><a href="http://events.eclipse.org">Events</a></li>
|
|
||||||
<li><a href="http://www.planeteclipse.org/">Planet Eclipse</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
|
|
||||||
<li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
|
|
||||||
<li><a href="https://blogs.eclipse.org">Blogs</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown visible-xs">
|
|
||||||
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Participate <b class="caret"></b></a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/forums/">Forums</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
|
|
||||||
<li><a href="https://wiki.eclipse.org/">Wiki</a></li>
|
|
||||||
<li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/research/">Research</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown visible-xs">
|
|
||||||
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Eclipse IDE <b class="caret"></b></a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="https://www.eclipse.org/downloads">Download</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/eclipseide">Learn More</a></li>
|
|
||||||
<li><a href="https://help.eclipse.org">Documentation</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/getting_started">Getting Started / Support</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/forums/index.php/f/89/">Newcomer Forum</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<!-- More -->
|
|
||||||
<li class="dropdown eclipse-more hidden-xs">
|
|
||||||
<a data-toggle="dropdown" class="dropdown-toggle" role="button">More<b class="caret"></b></a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li>
|
|
||||||
<!-- Content container to add padding -->
|
|
||||||
<div class="yamm-content">
|
|
||||||
<div class="row">
|
|
||||||
<ul class="col-sm-8 list-unstyled">
|
|
||||||
<li>
|
|
||||||
<p><strong>Community</strong></p>
|
|
||||||
</li>
|
|
||||||
<li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
|
|
||||||
<li><a href="http://events.eclipse.org">Events</a></li>
|
|
||||||
<li><a href="http://www.planeteclipse.org/">Planet Eclipse</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
|
|
||||||
<li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
|
|
||||||
<li><a href="https://blogs.eclipse.org">Blogs</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="col-sm-8 list-unstyled">
|
|
||||||
<li>
|
|
||||||
<p><strong>Participate</strong></p>
|
|
||||||
</li>
|
|
||||||
<li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/forums/">Forums</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
|
|
||||||
<li><a href="https://wiki.eclipse.org/">Wiki</a></li>
|
|
||||||
<li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/research/">Research</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="col-sm-8 list-unstyled">
|
|
||||||
<li>
|
|
||||||
<p><strong>Eclipse IDE</strong></p>
|
|
||||||
</li>
|
|
||||||
<li><a href="https://www.eclipse.org/downloads">Download</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/eclipseide">Learn More</a></li>
|
|
||||||
<li><a href="https://help.eclipse.org">Documentation</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/getting_started">Getting Started / Support</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/forums/index.php/f/89/">Newcomer Forum</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown eclipse-more main-menu-search">
|
|
||||||
<a data-toggle="dropdown" class="dropdown-toggle" role="button"><i class="fa fa-search"></i> <b class="caret"></b></a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li>
|
|
||||||
<!-- Content container to add padding -->
|
|
||||||
<div class="yamm-content">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-sm-24">
|
|
||||||
<p>Search</p>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-24">
|
|
||||||
<div id="custom-search-form" class="reset-box-sizing">
|
|
||||||
<script>
|
|
||||||
(function() {
|
|
||||||
var cx = '011805775785170369411:p3ec0igo0qq';
|
|
||||||
var gcse = document.createElement('script');
|
|
||||||
gcse.type = 'text/javascript';
|
|
||||||
gcse.async = true;
|
|
||||||
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
|
|
||||||
'//cse.google.com/cse.js?cx=' + cx;
|
|
||||||
var s = document.getElementsByTagName('script')[0];
|
|
||||||
s.parentNode.insertBefore(gcse, s);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
<gcse:searchbox-only gname="main" resultsUrl="https://www.eclipse.org/home/search.php"></gcse:searchbox-only>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="navbar-header">
|
|
||||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-main-menu">
|
|
||||||
<span class="sr-only">Toggle navigation</span>
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
</button>
|
|
||||||
<div class="wrapper-logo-mobile"><a class="navbar-brand visible-xs" href="https://www.eclipse.org/"><img class="logo-eclipse-default-mobile img-responsive" alt="Eclipse.org logo" width="160" src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/images/logo/eclipse-foundation-white-orange.svg"/></a></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<section class="default-breadcrumbs hidden-print breadcrumbs-default-margin" id="breadcrumb">
|
|
||||||
<div class="container-fluid">
|
|
||||||
<h3 class="sr-only">Breadcrumbs</h3>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-sm-24">
|
|
||||||
<ol class="breadcrumb">
|
|
||||||
<li><a href="https://www.eclipse.org/">Home</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/contribute/">Contribute</a></li>
|
|
||||||
<li><a href="/c/">Source code</a></li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<!-- /#breadcrumb -->
|
|
||||||
<main>
|
|
||||||
<div class="container-fluid legacy-page" id="novaContent">
|
|
||||||
<div class="col-md-24"><div id='cgit'><table id='header'>
|
|
||||||
<tr>
|
|
||||||
<td class='logo' rowspan='2'><a href='/c/'><img src='/git.png' alt='cgit logo'/></a></td>
|
|
||||||
<td class='main'><a href='/c/'>index</a> : <a title='org.eclipse.sisu.inject.git' href='/c/sisu/org.eclipse.sisu.inject.git/'>org.eclipse.sisu.inject.git</a></td><td class='form'><form method='get'>
|
|
||||||
<select name='h' onchange='this.form.submit();'>
|
|
||||||
<option value='master'>master</option>
|
|
||||||
</select> <input type='submit' value='switch'/></form></td></tr>
|
|
||||||
<tr><td class='sub'>Sisu: @Inject support</td><td class='sub right'>Code Review</td></tr></table>
|
|
||||||
<table class='tabs'><tr><td>
|
|
||||||
<a href='/c/sisu/org.eclipse.sisu.inject.git/about/?h=releases/0.3.2'>about</a><a href='/c/sisu/org.eclipse.sisu.inject.git/?h=releases/0.3.2'>summary</a><a href='/c/sisu/org.eclipse.sisu.inject.git/refs/?h=releases/0.3.2'>refs</a><a href='/c/sisu/org.eclipse.sisu.inject.git/log/LICENSE.txt?h=releases/0.3.2'>log</a><a class='active' href='/c/sisu/org.eclipse.sisu.inject.git/tree/LICENSE.txt?h=releases/0.3.2'>tree</a><a href='/c/sisu/org.eclipse.sisu.inject.git/commit/LICENSE.txt?h=releases/0.3.2'>commit</a><a href='/c/sisu/org.eclipse.sisu.inject.git/diff/LICENSE.txt?h=releases/0.3.2'>diff</a><a href='/c/sisu/org.eclipse.sisu.inject.git/stats/LICENSE.txt?h=releases/0.3.2'>stats</a></td><td class='form'><form class='right' method='get' action='/c/sisu/org.eclipse.sisu.inject.git/log/LICENSE.txt'>
|
|
||||||
<input type='hidden' name='h' value='releases/0.3.2'/><select name='qt'>
|
|
||||||
<option value='grep'>log msg</option>
|
|
||||||
<option value='author'>author</option>
|
|
||||||
<option value='committer'>committer</option>
|
|
||||||
<option value='range'>range</option>
|
|
||||||
</select>
|
|
||||||
<input class='txt' type='search' size='10' name='q' value=''/>
|
|
||||||
<input type='submit' value='search'/>
|
|
||||||
</form>
|
|
||||||
</td></tr></table>
|
|
||||||
<div class='path'>path: <a href='/c/sisu/org.eclipse.sisu.inject.git/tree/?h=releases/0.3.2'>root</a>/<a href='/c/sisu/org.eclipse.sisu.inject.git/tree/LICENSE.txt?h=releases/0.3.2'>LICENSE.txt</a></div><div class='content'>blob: 79e486c3d2c20397a987cc8785b8e62b8bbcbb52 (<a href='/c/sisu/org.eclipse.sisu.inject.git/plain/LICENSE.txt?h=releases/0.3.2'>plain</a>) (<a href='/c/sisu/org.eclipse.sisu.inject.git/blame/LICENSE.txt?h=releases/0.3.2'>blame</a>)
|
|
||||||
<table summary='blob content' class='blob'>
|
|
||||||
<tr><td class='linenumbers'><pre><a id='n1' href='#n1'>1</a>
|
|
||||||
<a id='n2' href='#n2'>2</a>
|
|
||||||
<a id='n3' href='#n3'>3</a>
|
|
||||||
<a id='n4' href='#n4'>4</a>
|
|
||||||
<a id='n5' href='#n5'>5</a>
|
|
||||||
<a id='n6' href='#n6'>6</a>
|
|
||||||
<a id='n7' href='#n7'>7</a>
|
|
||||||
<a id='n8' href='#n8'>8</a>
|
|
||||||
<a id='n9' href='#n9'>9</a>
|
|
||||||
<a id='n10' href='#n10'>10</a>
|
|
||||||
<a id='n11' href='#n11'>11</a>
|
|
||||||
<a id='n12' href='#n12'>12</a>
|
|
||||||
<a id='n13' href='#n13'>13</a>
|
|
||||||
<a id='n14' href='#n14'>14</a>
|
|
||||||
<a id='n15' href='#n15'>15</a>
|
|
||||||
<a id='n16' href='#n16'>16</a>
|
|
||||||
<a id='n17' href='#n17'>17</a>
|
|
||||||
<a id='n18' href='#n18'>18</a>
|
|
||||||
<a id='n19' href='#n19'>19</a>
|
|
||||||
<a id='n20' href='#n20'>20</a>
|
|
||||||
<a id='n21' href='#n21'>21</a>
|
|
||||||
<a id='n22' href='#n22'>22</a>
|
|
||||||
<a id='n23' href='#n23'>23</a>
|
|
||||||
<a id='n24' href='#n24'>24</a>
|
|
||||||
<a id='n25' href='#n25'>25</a>
|
|
||||||
<a id='n26' href='#n26'>26</a>
|
|
||||||
<a id='n27' href='#n27'>27</a>
|
|
||||||
<a id='n28' href='#n28'>28</a>
|
|
||||||
<a id='n29' href='#n29'>29</a>
|
|
||||||
<a id='n30' href='#n30'>30</a>
|
|
||||||
<a id='n31' href='#n31'>31</a>
|
|
||||||
<a id='n32' href='#n32'>32</a>
|
|
||||||
<a id='n33' href='#n33'>33</a>
|
|
||||||
<a id='n34' href='#n34'>34</a>
|
|
||||||
<a id='n35' href='#n35'>35</a>
|
|
||||||
<a id='n36' href='#n36'>36</a>
|
|
||||||
<a id='n37' href='#n37'>37</a>
|
|
||||||
<a id='n38' href='#n38'>38</a>
|
|
||||||
<a id='n39' href='#n39'>39</a>
|
|
||||||
<a id='n40' href='#n40'>40</a>
|
|
||||||
<a id='n41' href='#n41'>41</a>
|
|
||||||
<a id='n42' href='#n42'>42</a>
|
|
||||||
<a id='n43' href='#n43'>43</a>
|
|
||||||
<a id='n44' href='#n44'>44</a>
|
|
||||||
<a id='n45' href='#n45'>45</a>
|
|
||||||
<a id='n46' href='#n46'>46</a>
|
|
||||||
<a id='n47' href='#n47'>47</a>
|
|
||||||
<a id='n48' href='#n48'>48</a>
|
|
||||||
<a id='n49' href='#n49'>49</a>
|
|
||||||
<a id='n50' href='#n50'>50</a>
|
|
||||||
<a id='n51' href='#n51'>51</a>
|
|
||||||
<a id='n52' href='#n52'>52</a>
|
|
||||||
<a id='n53' href='#n53'>53</a>
|
|
||||||
<a id='n54' href='#n54'>54</a>
|
|
||||||
<a id='n55' href='#n55'>55</a>
|
|
||||||
<a id='n56' href='#n56'>56</a>
|
|
||||||
<a id='n57' href='#n57'>57</a>
|
|
||||||
<a id='n58' href='#n58'>58</a>
|
|
||||||
<a id='n59' href='#n59'>59</a>
|
|
||||||
<a id='n60' href='#n60'>60</a>
|
|
||||||
<a id='n61' href='#n61'>61</a>
|
|
||||||
<a id='n62' href='#n62'>62</a>
|
|
||||||
<a id='n63' href='#n63'>63</a>
|
|
||||||
<a id='n64' href='#n64'>64</a>
|
|
||||||
<a id='n65' href='#n65'>65</a>
|
|
||||||
<a id='n66' href='#n66'>66</a>
|
|
||||||
<a id='n67' href='#n67'>67</a>
|
|
||||||
<a id='n68' href='#n68'>68</a>
|
|
||||||
<a id='n69' href='#n69'>69</a>
|
|
||||||
<a id='n70' href='#n70'>70</a>
|
|
||||||
</pre></td>
|
|
||||||
<td class='lines'><pre><code>Eclipse Public License - v 1.0
|
|
||||||
|
|
||||||
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
||||||
|
|
||||||
|
@ -363,100 +68,3 @@ All Recipient's rights under this Agreement shall terminate if it fails to compl
|
||||||
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
|
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
|
||||||
|
|
||||||
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
|
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
|
||||||
</code></pre></td></tr></table>
|
|
||||||
</div> <!-- class=content -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<p id="back-to-top">
|
|
||||||
<a class="visible-xs" href="#top">Back to the top</a>
|
|
||||||
</p>
|
|
||||||
<footer id="solstice-footer">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<section class="col-sm-6 hidden-print" id="footer-eclipse-foundation">
|
|
||||||
<h2 class="section-title">Eclipse Foundation</h2>
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="https://www.eclipse.org/org/">About Us</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/foundation/contact.php">Contact Us</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/donate">Donate</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/documents/">Governance</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/artwork/">Logo and Artwork</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/foundation/directors.php">Board of Directors</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<section class="col-sm-6 hidden-print" id="footer-legal">
|
|
||||||
<h2 class="section-title">Legal</h2>
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="https://www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/legal/copyright.php">Copyright Agent</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/legal/epl-2.0/">Eclipse Public License</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/legal/">Legal Resources</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<section class="col-sm-6 hidden-print" id="footer-useful-links">
|
|
||||||
<h2 class="section-title">Useful Links</h2>
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
|
|
||||||
<li><a href="//help.eclipse.org/">Documentation</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/forums/">Forums</a></li>
|
|
||||||
<li><a href="//marketplace.eclipse.org">Marketplace</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<section class="col-sm-6 hidden-print" id="footer-other">
|
|
||||||
<h2 class="section-title">Other</h2>
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/projects">Community of Projects</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/workinggroups/">Working Groups</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/research/">Research@Eclipse</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/security/">Report a Vulnerability</a></li>
|
|
||||||
<li><a href="https://status.eclipse.org">Service Status</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<div class="col-sm-24 margin-top-20">
|
|
||||||
<div class="row">
|
|
||||||
<div id="copyright" class="col-md-16">
|
|
||||||
<p id="copyright-text">Copyright © Eclipse Foundation, Inc. All Rights Reserved.</p>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-8 social-media">
|
|
||||||
<ul class="list-inline">
|
|
||||||
<li>
|
|
||||||
<a class="social-media-link fa-stack fa-lg" href="https://twitter.com/EclipseFdn">
|
|
||||||
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
|
||||||
<i class="fa fa-twitter fa-stack-1x"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a class="social-media-link fa-stack fa-lg" href="https://www.facebook.com/eclipse.org">
|
|
||||||
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
|
||||||
<i class="fa fa-facebook fa-stack-1x"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a class="social-media-link fa-stack fa-lg" href="https://www.youtube.com/user/EclipseFdn">
|
|
||||||
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
|
||||||
<i class="fa fa-youtube fa-stack-1x"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a class="social-media-link fa-stack fa-lg" href="https://www.linkedin.com/company/eclipse-foundation">
|
|
||||||
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
|
||||||
<i class="fa fa-linkedin fa-stack-1x"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="#" class="scrollup">Back to the top</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
|
||||||
<script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?var=1.3"></script></div> <!-- id=cgit -->
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2013-present, Facebook, 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
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,19 @@
|
||||||
|
Copyright (c) 2014-present Matt Zabriskie
|
||||||
|
|
||||||
|
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
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
THE SOFTWARE.
|
|
@ -0,0 +1,21 @@
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
|
||||||
|
|
||||||
|
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
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
THE SOFTWARE.
|
|
@ -0,0 +1,41 @@
|
||||||
|
{
|
||||||
|
"name": "emotion",
|
||||||
|
"version": "9.2.12",
|
||||||
|
"description": "The Next Generation of CSS-in-JS.",
|
||||||
|
"main": "dist/index.cjs.js",
|
||||||
|
"module": "dist/index.esm.js",
|
||||||
|
"types": "types/index.d.ts",
|
||||||
|
"files": [
|
||||||
|
"src",
|
||||||
|
"dist",
|
||||||
|
"macro.js",
|
||||||
|
"types"
|
||||||
|
],
|
||||||
|
"scripts": {
|
||||||
|
"test:typescript": "dtslint types"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"babel-plugin-emotion": "^9.2.11",
|
||||||
|
"create-emotion": "^9.2.12"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/react": "16.0.16",
|
||||||
|
"babel-plugin-transform-define": "^1.3.0",
|
||||||
|
"dtslint": "^0.3.0"
|
||||||
|
},
|
||||||
|
"author": "Kye Hohenberger",
|
||||||
|
"homepage": "https://emotion.sh",
|
||||||
|
"license": "MIT",
|
||||||
|
"repository": "https://github.com/emotion-js/emotion/tree/master/packages/emotion",
|
||||||
|
"keywords": [
|
||||||
|
"styles",
|
||||||
|
"emotion",
|
||||||
|
"react",
|
||||||
|
"css",
|
||||||
|
"css-in-js"
|
||||||
|
],
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/emotion-js/emotion/issues"
|
||||||
|
},
|
||||||
|
"umd:main": "./dist/emotion.umd.min.js"
|
||||||
|
}
|
|
@ -0,0 +1,31 @@
|
||||||
|
BSD License
|
||||||
|
|
||||||
|
For React software
|
||||||
|
|
||||||
|
Copyright (c) 2013-2015, Facebook, Inc.
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without modification,
|
||||||
|
are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
* Redistributions of source code must retain the above copyright notice, this
|
||||||
|
list of conditions and the following disclaimer.
|
||||||
|
|
||||||
|
* Redistributions in binary form must reproduce the above copyright notice,
|
||||||
|
this list of conditions and the following disclaimer in the documentation
|
||||||
|
and/or other materials provided with the distribution.
|
||||||
|
|
||||||
|
* Neither the name Facebook nor the names of its contributors may be used to
|
||||||
|
endorse or promote products derived from this software without specific
|
||||||
|
prior written permission.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||||||
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||||
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
||||||
|
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||||
|
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||||
|
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||||
|
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||||
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
@ -0,0 +1,22 @@
|
||||||
|
Copyright (c) JS Foundation and other contributors
|
||||||
|
|
||||||
|
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 to use,
|
||||||
|
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the
|
||||||
|
Software is furnished to do so, subject to the following
|
||||||
|
conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
||||||
|
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||||
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||||
|
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||||
|
OTHER DEALINGS IN THE SOFTWARE.
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019 Red Hat, 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
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019 Red Hat, 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
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019 Red Hat, 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
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019 Red Hat, 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
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019 Red Hat, 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
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) Facebook, Inc. and its affiliates.
|
||||||
|
|
||||||
|
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
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
|
@ -0,0 +1,10 @@
|
||||||
|
MIT License
|
||||||
|
-----------
|
||||||
|
|
||||||
|
Copyright (C) 2013-2016 Guy Bedford
|
||||||
|
|
||||||
|
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 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2018 atomiks
|
||||||
|
|
||||||
|
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
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2017 atomiks
|
||||||
|
|
||||||
|
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
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
|
@ -0,0 +1,21 @@
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2015-2016 David Clark
|
||||||
|
|
||||||
|
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
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
|
@ -0,0 +1,22 @@
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2015 David Clark
|
||||||
|
|
||||||
|
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
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
|
|
@ -316,7 +316,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Eclipse Public License 1.0</name>
|
<name>Eclipse Public License 1.0</name>
|
||||||
<url>http://git.eclipse.org/c/sisu/org.eclipse.sisu.inject.git/tree/LICENSE.txt?h=releases/0.3.2</url>
|
<url>http://git.eclipse.org/c/sisu/org.eclipse.sisu.inject.git/plain/LICENSE.txt?h=releases/0.3.2</url>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -327,7 +327,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Eclipse Public License 1.0</name>
|
<name>Eclipse Public License 1.0</name>
|
||||||
<url>http://git.eclipse.org/c/sisu/org.eclipse.sisu.inject.git/tree/LICENSE.txt?h=releases/0.3.2</url>
|
<url>http://git.eclipse.org/c/sisu/org.eclipse.sisu.inject.git/plain/LICENSE.txt?h=releases/0.3.2</url>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -338,7 +338,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Eclipse Public License 1.0</name>
|
<name>Eclipse Public License 1.0</name>
|
||||||
<url>https://www.eclipse.org/legal/epl-v10.html</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
<url>https://www.eclipse.org/org/documents/epl-1.0/EPL-1.0.txt</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -349,7 +349,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Eclipse Public License 1.0</name>
|
<name>Eclipse Public License 1.0</name>
|
||||||
<url>https://www.eclipse.org/legal/epl-v10.html</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
<url>https://www.eclipse.org/org/documents/epl-1.0/EPL-1.0.txt</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -360,7 +360,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Eclipse Public License 1.0</name>
|
<name>Eclipse Public License 1.0</name>
|
||||||
<url>https://www.eclipse.org/legal/epl-v10.html</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
<url>https://www.eclipse.org/org/documents/epl-1.0/EPL-1.0.txt</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -371,7 +371,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Eclipse Public License 1.0</name>
|
<name>Eclipse Public License 1.0</name>
|
||||||
<url>https://www.eclipse.org/legal/epl-v10.html</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
<url>https://www.eclipse.org/org/documents/epl-1.0/EPL-1.0.txt</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -382,7 +382,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Eclipse Public License 1.0</name>
|
<name>Eclipse Public License 1.0</name>
|
||||||
<url>https://www.eclipse.org/legal/epl-v10.html</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
<url>https://www.eclipse.org/org/documents/epl-1.0/EPL-1.0.txt</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -393,7 +393,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Eclipse Public License 1.0</name>
|
<name>Eclipse Public License 1.0</name>
|
||||||
<url>https://www.eclipse.org/legal/epl-v10.html</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
<url>https://www.eclipse.org/org/documents/epl-1.0/EPL-1.0.txt</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -404,7 +404,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Eclipse Public License 1.0</name>
|
<name>Eclipse Public License 1.0</name>
|
||||||
<url>https://www.eclipse.org/legal/epl-v10.html</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
<url>https://www.eclipse.org/org/documents/epl-1.0/EPL-1.0.txt</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -415,7 +415,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Eclipse Public License 1.0</name>
|
<name>Eclipse Public License 1.0</name>
|
||||||
<url>https://www.eclipse.org/legal/epl-v10.html</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
<url>https://www.eclipse.org/org/documents/epl-1.0/EPL-1.0.txt</url> <!-- Archived project: https://wiki.eclipse.org/Development_Resources/HOWTO/Archived_Phase -->
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -810,7 +810,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>MIT License</name>
|
<name>MIT License</name>
|
||||||
<url>https://github.com/swansontec/rfc4648.js/blob/master/package.json</url>
|
<url>https://raw.githubusercontent.com/swansontec/rfc4648.js/master/package.json</url>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</other>
|
</other>
|
||||||
|
@ -840,7 +840,7 @@
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>MIT License</name>
|
<name>MIT License</name>
|
||||||
<url>https://github.com/blakeembrey/change-case/blob/v3.0.0/LICENSE</url>
|
<url>https://raw.githubusercontent.com/blakeembrey/change-case/v3.0.0/LICENSE</url>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</other>
|
</other>
|
||||||
|
@ -892,6 +892,18 @@
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</other>
|
</other>
|
||||||
|
<other>
|
||||||
|
<description>Moment.js</description>
|
||||||
|
<locations>
|
||||||
|
<file>themes/keycloak-preview/account/resources/node_modules/moment/min/moment-with-locales.min.js</file>
|
||||||
|
</locations>
|
||||||
|
<licenses>
|
||||||
|
<license>
|
||||||
|
<name>MIT License</name>
|
||||||
|
<url>https://raw.githubusercontent.com/moment/moment/2.22.2/LICENSE</url>
|
||||||
|
</license>
|
||||||
|
</licenses>
|
||||||
|
</other>
|
||||||
<other>
|
<other>
|
||||||
<description>prop-types</description>
|
<description>prop-types</description>
|
||||||
<locations>
|
<locations>
|
||||||
|
@ -955,17 +967,50 @@
|
||||||
</licenses>
|
</licenses>
|
||||||
</other>
|
</other>
|
||||||
<other>
|
<other>
|
||||||
<description>Patternfly 4 React</description>
|
<description>Patternfly 4 React Core</description>
|
||||||
<locations>
|
<locations>
|
||||||
<directory>themes/keycloak-preview/account/resources/node_modules/@patternfly/react-core</directory>
|
<directory>themes/keycloak-preview/account/resources/node_modules/@patternfly/react-core</directory>
|
||||||
|
</locations>
|
||||||
|
<licenses>
|
||||||
|
<license>
|
||||||
|
<name>MIT License</name>
|
||||||
|
<url>https://raw.githubusercontent.com/patternfly/patternfly-react/%40patternfly/react-core%403.35.0/LICENSE</url>
|
||||||
|
</license>
|
||||||
|
</licenses>
|
||||||
|
</other>
|
||||||
|
<other>
|
||||||
|
<description>Patternfly 4 React Icons</description>
|
||||||
|
<locations>
|
||||||
<directory>themes/keycloak-preview/account/resources/node_modules/@patternfly/react-icons</directory>
|
<directory>themes/keycloak-preview/account/resources/node_modules/@patternfly/react-icons</directory>
|
||||||
|
</locations>
|
||||||
|
<licenses>
|
||||||
|
<license>
|
||||||
|
<name>MIT License</name>
|
||||||
|
<url>https://raw.githubusercontent.com/patternfly/patternfly-react/%40patternfly/react-icons%403.11.0/LICENSE</url>
|
||||||
|
</license>
|
||||||
|
</licenses>
|
||||||
|
</other>
|
||||||
|
<other>
|
||||||
|
<description>Patternfly 4 React Styles</description>
|
||||||
|
<locations>
|
||||||
<directory>themes/keycloak-preview/account/resources/node_modules/@patternfly/react-styles</directory>
|
<directory>themes/keycloak-preview/account/resources/node_modules/@patternfly/react-styles</directory>
|
||||||
|
</locations>
|
||||||
|
<licenses>
|
||||||
|
<license>
|
||||||
|
<name>MIT License</name>
|
||||||
|
<url>https://raw.githubusercontent.com/patternfly/patternfly-react/%40patternfly/react-styles%403.5.13/LICENSE</url>
|
||||||
|
</license>
|
||||||
|
</licenses>
|
||||||
|
</other>
|
||||||
|
<other>
|
||||||
|
<description>Patternfly 4 React Tokens</description>
|
||||||
|
<locations>
|
||||||
<directory>themes/keycloak-preview/account/resources/node_modules/@patternfly/react-tokens</directory>
|
<directory>themes/keycloak-preview/account/resources/node_modules/@patternfly/react-tokens</directory>
|
||||||
</locations>
|
</locations>
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>MIT License</name>
|
<name>MIT License</name>
|
||||||
<url>https://github.com/patternfly/patternfly-react/blob/master/LICENSE</url>
|
<url>https://raw.githubusercontent.com/patternfly/patternfly-react/%40patternfly/react-tokens%402.6.16/LICENSE</url>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
</other>
|
</other>
|
||||||
|
|
|
@ -1,261 +1,210 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
Eclipse Public License - v 1.0
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
||||||
|
|
||||||
<head>
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
|
||||||
<title>Eclipse Public License - Version 1.0</title>
|
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
size: 8.5in 11.0in;
|
|
||||||
margin: 0.25in 0.5in 0.25in 0.5in;
|
|
||||||
tab-interval: 0.5in;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
p.list {
|
|
||||||
margin-left: 0.5in;
|
|
||||||
margin-top: 0.05em;
|
|
||||||
margin-bottom: 0.05em;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
1. DEFINITIONS
|
||||||
|
|
||||||
<body lang="EN-US">
|
"Contribution" means:
|
||||||
|
|
||||||
<h2>Eclipse Public License - v 1.0</h2>
|
a) in the case of the initial Contributor, the initial code and documentation
|
||||||
|
distributed under this Agreement, and
|
||||||
|
|
||||||
<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
b) in the case of each subsequent Contributor:
|
||||||
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
|
|
||||||
DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
|
|
||||||
AGREEMENT.</p>
|
|
||||||
|
|
||||||
<p><b>1. DEFINITIONS</b></p>
|
i) changes to the Program, and
|
||||||
|
|
||||||
<p>"Contribution" means:</p>
|
ii) additions to the Program;
|
||||||
|
|
||||||
<p class="list">a) in the case of the initial Contributor, the initial
|
where such changes and/or additions to the Program originate from and are
|
||||||
code and documentation distributed under this Agreement, and</p>
|
distributed by that particular Contributor. A Contribution 'originates' from
|
||||||
<p class="list">b) in the case of each subsequent Contributor:</p>
|
a Contributor if it was added to the Program by such Contributor itself or
|
||||||
<p class="list">i) changes to the Program, and</p>
|
anyone acting on such Contributor's behalf. Contributions do not include additions
|
||||||
<p class="list">ii) additions to the Program;</p>
|
to the Program which: (i) are separate modules of software distributed in
|
||||||
<p class="list">where such changes and/or additions to the Program
|
conjunction with the Program under their own license agreement, and (ii) are
|
||||||
originate from and are distributed by that particular Contributor. A
|
not derivative works of the Program.
|
||||||
Contribution 'originates' from a Contributor if it was added to the
|
|
||||||
Program by such Contributor itself or anyone acting on such
|
|
||||||
Contributor's behalf. Contributions do not include additions to the
|
|
||||||
Program which: (i) are separate modules of software distributed in
|
|
||||||
conjunction with the Program under their own license agreement, and (ii)
|
|
||||||
are not derivative works of the Program.</p>
|
|
||||||
|
|
||||||
<p>"Contributor" means any person or entity that distributes
|
"Contributor" means any person or entity that distributes the Program.
|
||||||
the Program.</p>
|
|
||||||
|
|
||||||
<p>"Licensed Patents" mean patent claims licensable by a
|
"Licensed Patents" mean patent claims licensable by a Contributor which are
|
||||||
Contributor which are necessarily infringed by the use or sale of its
|
necessarily infringed by the use or sale of its Contribution alone or when
|
||||||
Contribution alone or when combined with the Program.</p>
|
combined with the Program.
|
||||||
|
|
||||||
<p>"Program" means the Contributions distributed in accordance
|
"Program" means the Contributions distributed in accordance with this Agreement.
|
||||||
with this Agreement.</p>
|
|
||||||
|
|
||||||
<p>"Recipient" means anyone who receives the Program under
|
"Recipient" means anyone who receives the Program under this Agreement, including
|
||||||
this Agreement, including all Contributors.</p>
|
all Contributors.
|
||||||
|
|
||||||
<p><b>2. GRANT OF RIGHTS</b></p>
|
2. GRANT OF RIGHTS
|
||||||
|
|
||||||
<p class="list">a) Subject to the terms of this Agreement, each
|
a) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce,
|
||||||
royalty-free copyright license to reproduce, prepare derivative works
|
prepare derivative works of, publicly display, publicly perform, distribute
|
||||||
of, publicly display, publicly perform, distribute and sublicense the
|
and sublicense the Contribution of such Contributor, if any, and such derivative
|
||||||
Contribution of such Contributor, if any, and such derivative works, in
|
works, in source code and object code form.
|
||||||
source code and object code form.</p>
|
|
||||||
|
|
||||||
<p class="list">b) Subject to the terms of this Agreement, each
|
b) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
|
||||||
royalty-free patent license under Licensed Patents to make, use, sell,
|
Patents to make, use, sell, offer to sell, import and otherwise transfer the
|
||||||
offer to sell, import and otherwise transfer the Contribution of such
|
Contribution of such Contributor, if any, in source code and object code form.
|
||||||
Contributor, if any, in source code and object code form. This patent
|
This patent license shall apply to the combination of the Contribution and
|
||||||
license shall apply to the combination of the Contribution and the
|
the Program if, at the time the Contribution is added by the Contributor,
|
||||||
Program if, at the time the Contribution is added by the Contributor,
|
such addition of the Contribution causes such combination to be covered by
|
||||||
such addition of the Contribution causes such combination to be covered
|
the Licensed Patents. The patent license shall not apply to any other combinations
|
||||||
by the Licensed Patents. The patent license shall not apply to any other
|
which include the Contribution. No hardware per se is licensed hereunder.
|
||||||
combinations which include the Contribution. No hardware per se is
|
|
||||||
licensed hereunder.</p>
|
|
||||||
|
|
||||||
<p class="list">c) Recipient understands that although each Contributor
|
c) Recipient understands that although each Contributor grants the licenses
|
||||||
grants the licenses to its Contributions set forth herein, no assurances
|
to its Contributions set forth herein, no assurances are provided by any Contributor
|
||||||
are provided by any Contributor that the Program does not infringe the
|
that the Program does not infringe the patent or other intellectual property
|
||||||
patent or other intellectual property rights of any other entity. Each
|
rights of any other entity. Each Contributor disclaims any liability to Recipient
|
||||||
Contributor disclaims any liability to Recipient for claims brought by
|
for claims brought by any other entity based on infringement of intellectual
|
||||||
any other entity based on infringement of intellectual property rights
|
property rights or otherwise. As a condition to exercising the rights and
|
||||||
or otherwise. As a condition to exercising the rights and licenses
|
licenses granted hereunder, each Recipient hereby assumes sole responsibility
|
||||||
granted hereunder, each Recipient hereby assumes sole responsibility to
|
to secure any other intellectual property rights needed, if any. For example,
|
||||||
secure any other intellectual property rights needed, if any. For
|
if a third party patent license is required to allow Recipient to distribute
|
||||||
example, if a third party patent license is required to allow Recipient
|
the Program, it is Recipient's responsibility to acquire that license before
|
||||||
to distribute the Program, it is Recipient's responsibility to acquire
|
distributing the Program.
|
||||||
that license before distributing the Program.</p>
|
|
||||||
|
|
||||||
<p class="list">d) Each Contributor represents that to its knowledge it
|
d) Each Contributor represents that to its knowledge it has sufficient copyright
|
||||||
has sufficient copyright rights in its Contribution, if any, to grant
|
rights in its Contribution, if any, to grant the copyright license set forth
|
||||||
the copyright license set forth in this Agreement.</p>
|
in this Agreement.
|
||||||
|
|
||||||
<p><b>3. REQUIREMENTS</b></p>
|
3. REQUIREMENTS
|
||||||
|
|
||||||
<p>A Contributor may choose to distribute the Program in object code
|
A Contributor may choose to distribute the Program in object code form under
|
||||||
form under its own license agreement, provided that:</p>
|
its own license agreement, provided that:
|
||||||
|
|
||||||
<p class="list">a) it complies with the terms and conditions of this
|
a) it complies with the terms and conditions of this Agreement; and
|
||||||
Agreement; and</p>
|
|
||||||
|
|
||||||
<p class="list">b) its license agreement:</p>
|
b) its license agreement:
|
||||||
|
|
||||||
<p class="list">i) effectively disclaims on behalf of all Contributors
|
i) effectively disclaims on behalf of all Contributors all warranties and
|
||||||
all warranties and conditions, express and implied, including warranties
|
conditions, express and implied, including warranties or conditions of title
|
||||||
or conditions of title and non-infringement, and implied warranties or
|
and non-infringement, and implied warranties or conditions of merchantability
|
||||||
conditions of merchantability and fitness for a particular purpose;</p>
|
and fitness for a particular purpose;
|
||||||
|
|
||||||
<p class="list">ii) effectively excludes on behalf of all Contributors
|
ii) effectively excludes on behalf of all Contributors all liability for damages,
|
||||||
all liability for damages, including direct, indirect, special,
|
including direct, indirect, special, incidental and consequential damages,
|
||||||
incidental and consequential damages, such as lost profits;</p>
|
such as lost profits;
|
||||||
|
|
||||||
<p class="list">iii) states that any provisions which differ from this
|
iii) states that any provisions which differ from this Agreement are offered
|
||||||
Agreement are offered by that Contributor alone and not by any other
|
by that Contributor alone and not by any other party; and
|
||||||
party; and</p>
|
|
||||||
|
|
||||||
<p class="list">iv) states that source code for the Program is available
|
iv) states that source code for the Program is available from such Contributor,
|
||||||
from such Contributor, and informs licensees how to obtain it in a
|
and informs licensees how to obtain it in a reasonable manner on or through
|
||||||
reasonable manner on or through a medium customarily used for software
|
a medium customarily used for software exchange.
|
||||||
exchange.</p>
|
|
||||||
|
|
||||||
<p>When the Program is made available in source code form:</p>
|
When the Program is made available in source code form:
|
||||||
|
|
||||||
<p class="list">a) it must be made available under this Agreement; and</p>
|
a) it must be made available under this Agreement; and
|
||||||
|
|
||||||
<p class="list">b) a copy of this Agreement must be included with each
|
b) a copy of this Agreement must be included with each copy of the Program.
|
||||||
copy of the Program.</p>
|
|
||||||
|
|
||||||
<p>Contributors may not remove or alter any copyright notices contained
|
Contributors may not remove or alter any copyright notices contained within
|
||||||
within the Program.</p>
|
the Program.
|
||||||
|
|
||||||
<p>Each Contributor must identify itself as the originator of its
|
Each Contributor must identify itself as the originator of its Contribution,
|
||||||
Contribution, if any, in a manner that reasonably allows subsequent
|
if any, in a manner that reasonably allows subsequent Recipients to identify
|
||||||
Recipients to identify the originator of the Contribution.</p>
|
the originator of the Contribution.
|
||||||
|
|
||||||
<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
|
4. COMMERCIAL DISTRIBUTION
|
||||||
|
|
||||||
<p>Commercial distributors of software may accept certain
|
Commercial distributors of software may accept certain responsibilities with
|
||||||
responsibilities with respect to end users, business partners and the
|
respect to end users, business partners and the like. While this license is
|
||||||
like. While this license is intended to facilitate the commercial use of
|
intended to facilitate the commercial use of the Program, the Contributor
|
||||||
the Program, the Contributor who includes the Program in a commercial
|
who includes the Program in a commercial product offering should do so in
|
||||||
product offering should do so in a manner which does not create
|
a manner which does not create potential liability for other Contributors.
|
||||||
potential liability for other Contributors. Therefore, if a Contributor
|
Therefore, if a Contributor includes the Program in a commercial product offering,
|
||||||
includes the Program in a commercial product offering, such Contributor
|
such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
|
||||||
("Commercial Contributor") hereby agrees to defend and
|
every other Contributor ("Indemnified Contributor") against any losses, damages
|
||||||
indemnify every other Contributor ("Indemnified Contributor")
|
and costs (collectively "Losses") arising from claims, lawsuits and other
|
||||||
against any losses, damages and costs (collectively "Losses")
|
legal actions brought by a third party against the Indemnified Contributor
|
||||||
arising from claims, lawsuits and other legal actions brought by a third
|
to the extent caused by the acts or omissions of such Commercial Contributor
|
||||||
party against the Indemnified Contributor to the extent caused by the
|
in connection with its distribution of the Program in a commercial product
|
||||||
acts or omissions of such Commercial Contributor in connection with its
|
offering. The obligations in this section do not apply to any claims or Losses
|
||||||
distribution of the Program in a commercial product offering. The
|
relating to any actual or alleged intellectual property infringement. In order
|
||||||
obligations in this section do not apply to any claims or Losses
|
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
|
||||||
relating to any actual or alleged intellectual property infringement. In
|
Contributor in writing of such claim, and b) allow the Commercial Contributor
|
||||||
order to qualify, an Indemnified Contributor must: a) promptly notify
|
to control, and cooperate with the Commercial Contributor in, the defense
|
||||||
the Commercial Contributor in writing of such claim, and b) allow the
|
and any related settlement negotiations. The Indemnified Contributor may participate
|
||||||
Commercial Contributor to control, and cooperate with the Commercial
|
in any such claim at its own expense.
|
||||||
Contributor in, the defense and any related settlement negotiations. The
|
|
||||||
Indemnified Contributor may participate in any such claim at its own
|
|
||||||
expense.</p>
|
|
||||||
|
|
||||||
<p>For example, a Contributor might include the Program in a commercial
|
For example, a Contributor might include the Program in a commercial product
|
||||||
product offering, Product X. That Contributor is then a Commercial
|
offering, Product X. That Contributor is then a Commercial Contributor. If
|
||||||
Contributor. If that Commercial Contributor then makes performance
|
that Commercial Contributor then makes performance claims, or offers warranties
|
||||||
claims, or offers warranties related to Product X, those performance
|
related to Product X, those performance claims and warranties are such Commercial
|
||||||
claims and warranties are such Commercial Contributor's responsibility
|
Contributor's responsibility alone. Under this section, the Commercial Contributor
|
||||||
alone. Under this section, the Commercial Contributor would have to
|
would have to defend claims against the other Contributors related to those
|
||||||
defend claims against the other Contributors related to those
|
performance claims and warranties, and if a court requires any other Contributor
|
||||||
performance claims and warranties, and if a court requires any other
|
to pay any damages as a result, the Commercial Contributor must pay those
|
||||||
Contributor to pay any damages as a result, the Commercial Contributor
|
damages.
|
||||||
must pay those damages.</p>
|
|
||||||
|
|
||||||
<p><b>5. NO WARRANTY</b></p>
|
5. NO WARRANTY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON
|
||||||
PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS
|
||||||
OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
|
OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
|
||||||
ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
|
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
|
Each Recipient is solely responsible for determining the appropriateness of
|
||||||
responsible for determining the appropriateness of using and
|
using and distributing the Program and assumes all risks associated with its
|
||||||
distributing the Program and assumes all risks associated with its
|
exercise of rights under this Agreement, including but not limited to the
|
||||||
exercise of rights under this Agreement , including but not limited to
|
risks and costs of program errors, compliance with applicable laws, damage
|
||||||
the risks and costs of program errors, compliance with applicable laws,
|
to or loss of data, programs or equipment, and unavailability or interruption
|
||||||
damage to or loss of data, programs or equipment, and unavailability or
|
of operations.
|
||||||
interruption of operations.</p>
|
|
||||||
|
|
||||||
<p><b>6. DISCLAIMER OF LIABILITY</b></p>
|
6. DISCLAIMER OF LIABILITY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
|
||||||
NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
|
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
|
||||||
WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
|
LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
|
||||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
|
WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
|
||||||
DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
|
GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||||
HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
|
|
||||||
|
|
||||||
<p><b>7. GENERAL</b></p>
|
7. GENERAL
|
||||||
|
|
||||||
<p>If any provision of this Agreement is invalid or unenforceable under
|
If any provision of this Agreement is invalid or unenforceable under applicable
|
||||||
applicable law, it shall not affect the validity or enforceability of
|
law, it shall not affect the validity or enforceability of the remainder of
|
||||||
the remainder of the terms of this Agreement, and without further action
|
the terms of this Agreement, and without further action by the parties hereto,
|
||||||
by the parties hereto, such provision shall be reformed to the minimum
|
such provision shall be reformed to the minimum extent necessary to make such
|
||||||
extent necessary to make such provision valid and enforceable.</p>
|
provision valid and enforceable.
|
||||||
|
|
||||||
<p>If Recipient institutes patent litigation against any entity
|
If Recipient institutes patent litigation against any entity (including a
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that the
|
cross-claim or counterclaim in a lawsuit) alleging that the Program itself
|
||||||
Program itself (excluding combinations of the Program with other
|
(excluding combinations of the Program with other software or hardware) infringes
|
||||||
software or hardware) infringes such Recipient's patent(s), then such
|
such Recipient's patent(s), then such Recipient's rights granted under Section
|
||||||
Recipient's rights granted under Section 2(b) shall terminate as of the
|
2(b) shall terminate as of the date such litigation is filed.
|
||||||
date such litigation is filed.</p>
|
|
||||||
|
|
||||||
<p>All Recipient's rights under this Agreement shall terminate if it
|
All Recipient's rights under this Agreement shall terminate if it fails to
|
||||||
fails to comply with any of the material terms or conditions of this
|
comply with any of the material terms or conditions of this Agreement and
|
||||||
Agreement and does not cure such failure in a reasonable period of time
|
does not cure such failure in a reasonable period of time after becoming aware
|
||||||
after becoming aware of such noncompliance. If all Recipient's rights
|
of such noncompliance. If all Recipient's rights under this Agreement terminate,
|
||||||
under this Agreement terminate, Recipient agrees to cease use and
|
Recipient agrees to cease use and distribution of the Program as soon as reasonably
|
||||||
distribution of the Program as soon as reasonably practicable. However,
|
practicable. However, Recipient's obligations under this Agreement and any
|
||||||
Recipient's obligations under this Agreement and any licenses granted by
|
licenses granted by Recipient relating to the Program shall continue and survive.
|
||||||
Recipient relating to the Program shall continue and survive.</p>
|
|
||||||
|
|
||||||
<p>Everyone is permitted to copy and distribute copies of this
|
Everyone is permitted to copy and distribute copies of this Agreement, but
|
||||||
Agreement, but in order to avoid inconsistency the Agreement is
|
in order to avoid inconsistency the Agreement is copyrighted and may only
|
||||||
copyrighted and may only be modified in the following manner. The
|
be modified in the following manner. The Agreement Steward reserves the right
|
||||||
Agreement Steward reserves the right to publish new versions (including
|
to publish new versions (including revisions) of this Agreement from time
|
||||||
revisions) of this Agreement from time to time. No one other than the
|
to time. No one other than the Agreement Steward has the right to modify this
|
||||||
Agreement Steward has the right to modify this Agreement. The Eclipse
|
Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse
|
||||||
Foundation is the initial Agreement Steward. The Eclipse Foundation may
|
Foundation may assign the responsibility to serve as the Agreement Steward
|
||||||
assign the responsibility to serve as the Agreement Steward to a
|
to a suitable separate entity. Each new version of the Agreement will be given
|
||||||
suitable separate entity. Each new version of the Agreement will be
|
a distinguishing version number. The Program (including Contributions) may
|
||||||
given a distinguishing version number. The Program (including
|
always be distributed subject to the version of the Agreement under which
|
||||||
Contributions) may always be distributed subject to the version of the
|
it was received. In addition, after a new version of the Agreement is published,
|
||||||
Agreement under which it was received. In addition, after a new version
|
Contributor may elect to distribute the Program (including its Contributions)
|
||||||
of the Agreement is published, Contributor may elect to distribute the
|
under the new version. Except as expressly stated in Sections 2(a) and 2(b)
|
||||||
Program (including its Contributions) under the new version. Except as
|
above, Recipient receives no rights or licenses to the intellectual property
|
||||||
expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
|
of any Contributor under this Agreement, whether expressly, by implication,
|
||||||
rights or licenses to the intellectual property of any Contributor under
|
estoppel or otherwise. All rights in the Program not expressly granted under
|
||||||
this Agreement, whether expressly, by implication, estoppel or
|
this Agreement are reserved.
|
||||||
otherwise. All rights in the Program not expressly granted under this
|
|
||||||
Agreement are reserved.</p>
|
|
||||||
|
|
||||||
<p>This Agreement is governed by the laws of the State of New York and
|
This Agreement is governed by the laws of the State of New York and the intellectual
|
||||||
the intellectual property laws of the United States of America. No party
|
property laws of the United States of America. No party to this Agreement
|
||||||
to this Agreement will bring a legal action under this Agreement more
|
will bring a legal action under this Agreement more than one year after the
|
||||||
than one year after the cause of action arose. Each party waives its
|
cause of action arose. Each party waives its rights to a jury trial in any
|
||||||
rights to a jury trial in any resulting litigation.</p>
|
resulting litigation.
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
|
@ -1,261 +1,210 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
Eclipse Public License - v 1.0
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
||||||
|
|
||||||
<head>
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
|
||||||
<title>Eclipse Public License - Version 1.0</title>
|
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
size: 8.5in 11.0in;
|
|
||||||
margin: 0.25in 0.5in 0.25in 0.5in;
|
|
||||||
tab-interval: 0.5in;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
p.list {
|
|
||||||
margin-left: 0.5in;
|
|
||||||
margin-top: 0.05em;
|
|
||||||
margin-bottom: 0.05em;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
1. DEFINITIONS
|
||||||
|
|
||||||
<body lang="EN-US">
|
"Contribution" means:
|
||||||
|
|
||||||
<h2>Eclipse Public License - v 1.0</h2>
|
a) in the case of the initial Contributor, the initial code and documentation
|
||||||
|
distributed under this Agreement, and
|
||||||
|
|
||||||
<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
b) in the case of each subsequent Contributor:
|
||||||
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
|
|
||||||
DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
|
|
||||||
AGREEMENT.</p>
|
|
||||||
|
|
||||||
<p><b>1. DEFINITIONS</b></p>
|
i) changes to the Program, and
|
||||||
|
|
||||||
<p>"Contribution" means:</p>
|
ii) additions to the Program;
|
||||||
|
|
||||||
<p class="list">a) in the case of the initial Contributor, the initial
|
where such changes and/or additions to the Program originate from and are
|
||||||
code and documentation distributed under this Agreement, and</p>
|
distributed by that particular Contributor. A Contribution 'originates' from
|
||||||
<p class="list">b) in the case of each subsequent Contributor:</p>
|
a Contributor if it was added to the Program by such Contributor itself or
|
||||||
<p class="list">i) changes to the Program, and</p>
|
anyone acting on such Contributor's behalf. Contributions do not include additions
|
||||||
<p class="list">ii) additions to the Program;</p>
|
to the Program which: (i) are separate modules of software distributed in
|
||||||
<p class="list">where such changes and/or additions to the Program
|
conjunction with the Program under their own license agreement, and (ii) are
|
||||||
originate from and are distributed by that particular Contributor. A
|
not derivative works of the Program.
|
||||||
Contribution 'originates' from a Contributor if it was added to the
|
|
||||||
Program by such Contributor itself or anyone acting on such
|
|
||||||
Contributor's behalf. Contributions do not include additions to the
|
|
||||||
Program which: (i) are separate modules of software distributed in
|
|
||||||
conjunction with the Program under their own license agreement, and (ii)
|
|
||||||
are not derivative works of the Program.</p>
|
|
||||||
|
|
||||||
<p>"Contributor" means any person or entity that distributes
|
"Contributor" means any person or entity that distributes the Program.
|
||||||
the Program.</p>
|
|
||||||
|
|
||||||
<p>"Licensed Patents" mean patent claims licensable by a
|
"Licensed Patents" mean patent claims licensable by a Contributor which are
|
||||||
Contributor which are necessarily infringed by the use or sale of its
|
necessarily infringed by the use or sale of its Contribution alone or when
|
||||||
Contribution alone or when combined with the Program.</p>
|
combined with the Program.
|
||||||
|
|
||||||
<p>"Program" means the Contributions distributed in accordance
|
"Program" means the Contributions distributed in accordance with this Agreement.
|
||||||
with this Agreement.</p>
|
|
||||||
|
|
||||||
<p>"Recipient" means anyone who receives the Program under
|
"Recipient" means anyone who receives the Program under this Agreement, including
|
||||||
this Agreement, including all Contributors.</p>
|
all Contributors.
|
||||||
|
|
||||||
<p><b>2. GRANT OF RIGHTS</b></p>
|
2. GRANT OF RIGHTS
|
||||||
|
|
||||||
<p class="list">a) Subject to the terms of this Agreement, each
|
a) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce,
|
||||||
royalty-free copyright license to reproduce, prepare derivative works
|
prepare derivative works of, publicly display, publicly perform, distribute
|
||||||
of, publicly display, publicly perform, distribute and sublicense the
|
and sublicense the Contribution of such Contributor, if any, and such derivative
|
||||||
Contribution of such Contributor, if any, and such derivative works, in
|
works, in source code and object code form.
|
||||||
source code and object code form.</p>
|
|
||||||
|
|
||||||
<p class="list">b) Subject to the terms of this Agreement, each
|
b) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
|
||||||
royalty-free patent license under Licensed Patents to make, use, sell,
|
Patents to make, use, sell, offer to sell, import and otherwise transfer the
|
||||||
offer to sell, import and otherwise transfer the Contribution of such
|
Contribution of such Contributor, if any, in source code and object code form.
|
||||||
Contributor, if any, in source code and object code form. This patent
|
This patent license shall apply to the combination of the Contribution and
|
||||||
license shall apply to the combination of the Contribution and the
|
the Program if, at the time the Contribution is added by the Contributor,
|
||||||
Program if, at the time the Contribution is added by the Contributor,
|
such addition of the Contribution causes such combination to be covered by
|
||||||
such addition of the Contribution causes such combination to be covered
|
the Licensed Patents. The patent license shall not apply to any other combinations
|
||||||
by the Licensed Patents. The patent license shall not apply to any other
|
which include the Contribution. No hardware per se is licensed hereunder.
|
||||||
combinations which include the Contribution. No hardware per se is
|
|
||||||
licensed hereunder.</p>
|
|
||||||
|
|
||||||
<p class="list">c) Recipient understands that although each Contributor
|
c) Recipient understands that although each Contributor grants the licenses
|
||||||
grants the licenses to its Contributions set forth herein, no assurances
|
to its Contributions set forth herein, no assurances are provided by any Contributor
|
||||||
are provided by any Contributor that the Program does not infringe the
|
that the Program does not infringe the patent or other intellectual property
|
||||||
patent or other intellectual property rights of any other entity. Each
|
rights of any other entity. Each Contributor disclaims any liability to Recipient
|
||||||
Contributor disclaims any liability to Recipient for claims brought by
|
for claims brought by any other entity based on infringement of intellectual
|
||||||
any other entity based on infringement of intellectual property rights
|
property rights or otherwise. As a condition to exercising the rights and
|
||||||
or otherwise. As a condition to exercising the rights and licenses
|
licenses granted hereunder, each Recipient hereby assumes sole responsibility
|
||||||
granted hereunder, each Recipient hereby assumes sole responsibility to
|
to secure any other intellectual property rights needed, if any. For example,
|
||||||
secure any other intellectual property rights needed, if any. For
|
if a third party patent license is required to allow Recipient to distribute
|
||||||
example, if a third party patent license is required to allow Recipient
|
the Program, it is Recipient's responsibility to acquire that license before
|
||||||
to distribute the Program, it is Recipient's responsibility to acquire
|
distributing the Program.
|
||||||
that license before distributing the Program.</p>
|
|
||||||
|
|
||||||
<p class="list">d) Each Contributor represents that to its knowledge it
|
d) Each Contributor represents that to its knowledge it has sufficient copyright
|
||||||
has sufficient copyright rights in its Contribution, if any, to grant
|
rights in its Contribution, if any, to grant the copyright license set forth
|
||||||
the copyright license set forth in this Agreement.</p>
|
in this Agreement.
|
||||||
|
|
||||||
<p><b>3. REQUIREMENTS</b></p>
|
3. REQUIREMENTS
|
||||||
|
|
||||||
<p>A Contributor may choose to distribute the Program in object code
|
A Contributor may choose to distribute the Program in object code form under
|
||||||
form under its own license agreement, provided that:</p>
|
its own license agreement, provided that:
|
||||||
|
|
||||||
<p class="list">a) it complies with the terms and conditions of this
|
a) it complies with the terms and conditions of this Agreement; and
|
||||||
Agreement; and</p>
|
|
||||||
|
|
||||||
<p class="list">b) its license agreement:</p>
|
b) its license agreement:
|
||||||
|
|
||||||
<p class="list">i) effectively disclaims on behalf of all Contributors
|
i) effectively disclaims on behalf of all Contributors all warranties and
|
||||||
all warranties and conditions, express and implied, including warranties
|
conditions, express and implied, including warranties or conditions of title
|
||||||
or conditions of title and non-infringement, and implied warranties or
|
and non-infringement, and implied warranties or conditions of merchantability
|
||||||
conditions of merchantability and fitness for a particular purpose;</p>
|
and fitness for a particular purpose;
|
||||||
|
|
||||||
<p class="list">ii) effectively excludes on behalf of all Contributors
|
ii) effectively excludes on behalf of all Contributors all liability for damages,
|
||||||
all liability for damages, including direct, indirect, special,
|
including direct, indirect, special, incidental and consequential damages,
|
||||||
incidental and consequential damages, such as lost profits;</p>
|
such as lost profits;
|
||||||
|
|
||||||
<p class="list">iii) states that any provisions which differ from this
|
iii) states that any provisions which differ from this Agreement are offered
|
||||||
Agreement are offered by that Contributor alone and not by any other
|
by that Contributor alone and not by any other party; and
|
||||||
party; and</p>
|
|
||||||
|
|
||||||
<p class="list">iv) states that source code for the Program is available
|
iv) states that source code for the Program is available from such Contributor,
|
||||||
from such Contributor, and informs licensees how to obtain it in a
|
and informs licensees how to obtain it in a reasonable manner on or through
|
||||||
reasonable manner on or through a medium customarily used for software
|
a medium customarily used for software exchange.
|
||||||
exchange.</p>
|
|
||||||
|
|
||||||
<p>When the Program is made available in source code form:</p>
|
When the Program is made available in source code form:
|
||||||
|
|
||||||
<p class="list">a) it must be made available under this Agreement; and</p>
|
a) it must be made available under this Agreement; and
|
||||||
|
|
||||||
<p class="list">b) a copy of this Agreement must be included with each
|
b) a copy of this Agreement must be included with each copy of the Program.
|
||||||
copy of the Program.</p>
|
|
||||||
|
|
||||||
<p>Contributors may not remove or alter any copyright notices contained
|
Contributors may not remove or alter any copyright notices contained within
|
||||||
within the Program.</p>
|
the Program.
|
||||||
|
|
||||||
<p>Each Contributor must identify itself as the originator of its
|
Each Contributor must identify itself as the originator of its Contribution,
|
||||||
Contribution, if any, in a manner that reasonably allows subsequent
|
if any, in a manner that reasonably allows subsequent Recipients to identify
|
||||||
Recipients to identify the originator of the Contribution.</p>
|
the originator of the Contribution.
|
||||||
|
|
||||||
<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
|
4. COMMERCIAL DISTRIBUTION
|
||||||
|
|
||||||
<p>Commercial distributors of software may accept certain
|
Commercial distributors of software may accept certain responsibilities with
|
||||||
responsibilities with respect to end users, business partners and the
|
respect to end users, business partners and the like. While this license is
|
||||||
like. While this license is intended to facilitate the commercial use of
|
intended to facilitate the commercial use of the Program, the Contributor
|
||||||
the Program, the Contributor who includes the Program in a commercial
|
who includes the Program in a commercial product offering should do so in
|
||||||
product offering should do so in a manner which does not create
|
a manner which does not create potential liability for other Contributors.
|
||||||
potential liability for other Contributors. Therefore, if a Contributor
|
Therefore, if a Contributor includes the Program in a commercial product offering,
|
||||||
includes the Program in a commercial product offering, such Contributor
|
such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
|
||||||
("Commercial Contributor") hereby agrees to defend and
|
every other Contributor ("Indemnified Contributor") against any losses, damages
|
||||||
indemnify every other Contributor ("Indemnified Contributor")
|
and costs (collectively "Losses") arising from claims, lawsuits and other
|
||||||
against any losses, damages and costs (collectively "Losses")
|
legal actions brought by a third party against the Indemnified Contributor
|
||||||
arising from claims, lawsuits and other legal actions brought by a third
|
to the extent caused by the acts or omissions of such Commercial Contributor
|
||||||
party against the Indemnified Contributor to the extent caused by the
|
in connection with its distribution of the Program in a commercial product
|
||||||
acts or omissions of such Commercial Contributor in connection with its
|
offering. The obligations in this section do not apply to any claims or Losses
|
||||||
distribution of the Program in a commercial product offering. The
|
relating to any actual or alleged intellectual property infringement. In order
|
||||||
obligations in this section do not apply to any claims or Losses
|
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
|
||||||
relating to any actual or alleged intellectual property infringement. In
|
Contributor in writing of such claim, and b) allow the Commercial Contributor
|
||||||
order to qualify, an Indemnified Contributor must: a) promptly notify
|
to control, and cooperate with the Commercial Contributor in, the defense
|
||||||
the Commercial Contributor in writing of such claim, and b) allow the
|
and any related settlement negotiations. The Indemnified Contributor may participate
|
||||||
Commercial Contributor to control, and cooperate with the Commercial
|
in any such claim at its own expense.
|
||||||
Contributor in, the defense and any related settlement negotiations. The
|
|
||||||
Indemnified Contributor may participate in any such claim at its own
|
|
||||||
expense.</p>
|
|
||||||
|
|
||||||
<p>For example, a Contributor might include the Program in a commercial
|
For example, a Contributor might include the Program in a commercial product
|
||||||
product offering, Product X. That Contributor is then a Commercial
|
offering, Product X. That Contributor is then a Commercial Contributor. If
|
||||||
Contributor. If that Commercial Contributor then makes performance
|
that Commercial Contributor then makes performance claims, or offers warranties
|
||||||
claims, or offers warranties related to Product X, those performance
|
related to Product X, those performance claims and warranties are such Commercial
|
||||||
claims and warranties are such Commercial Contributor's responsibility
|
Contributor's responsibility alone. Under this section, the Commercial Contributor
|
||||||
alone. Under this section, the Commercial Contributor would have to
|
would have to defend claims against the other Contributors related to those
|
||||||
defend claims against the other Contributors related to those
|
performance claims and warranties, and if a court requires any other Contributor
|
||||||
performance claims and warranties, and if a court requires any other
|
to pay any damages as a result, the Commercial Contributor must pay those
|
||||||
Contributor to pay any damages as a result, the Commercial Contributor
|
damages.
|
||||||
must pay those damages.</p>
|
|
||||||
|
|
||||||
<p><b>5. NO WARRANTY</b></p>
|
5. NO WARRANTY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON
|
||||||
PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS
|
||||||
OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
|
OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
|
||||||
ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
|
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
|
Each Recipient is solely responsible for determining the appropriateness of
|
||||||
responsible for determining the appropriateness of using and
|
using and distributing the Program and assumes all risks associated with its
|
||||||
distributing the Program and assumes all risks associated with its
|
exercise of rights under this Agreement, including but not limited to the
|
||||||
exercise of rights under this Agreement , including but not limited to
|
risks and costs of program errors, compliance with applicable laws, damage
|
||||||
the risks and costs of program errors, compliance with applicable laws,
|
to or loss of data, programs or equipment, and unavailability or interruption
|
||||||
damage to or loss of data, programs or equipment, and unavailability or
|
of operations.
|
||||||
interruption of operations.</p>
|
|
||||||
|
|
||||||
<p><b>6. DISCLAIMER OF LIABILITY</b></p>
|
6. DISCLAIMER OF LIABILITY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
|
||||||
NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
|
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
|
||||||
WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
|
LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
|
||||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
|
WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
|
||||||
DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
|
GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||||
HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
|
|
||||||
|
|
||||||
<p><b>7. GENERAL</b></p>
|
7. GENERAL
|
||||||
|
|
||||||
<p>If any provision of this Agreement is invalid or unenforceable under
|
If any provision of this Agreement is invalid or unenforceable under applicable
|
||||||
applicable law, it shall not affect the validity or enforceability of
|
law, it shall not affect the validity or enforceability of the remainder of
|
||||||
the remainder of the terms of this Agreement, and without further action
|
the terms of this Agreement, and without further action by the parties hereto,
|
||||||
by the parties hereto, such provision shall be reformed to the minimum
|
such provision shall be reformed to the minimum extent necessary to make such
|
||||||
extent necessary to make such provision valid and enforceable.</p>
|
provision valid and enforceable.
|
||||||
|
|
||||||
<p>If Recipient institutes patent litigation against any entity
|
If Recipient institutes patent litigation against any entity (including a
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that the
|
cross-claim or counterclaim in a lawsuit) alleging that the Program itself
|
||||||
Program itself (excluding combinations of the Program with other
|
(excluding combinations of the Program with other software or hardware) infringes
|
||||||
software or hardware) infringes such Recipient's patent(s), then such
|
such Recipient's patent(s), then such Recipient's rights granted under Section
|
||||||
Recipient's rights granted under Section 2(b) shall terminate as of the
|
2(b) shall terminate as of the date such litigation is filed.
|
||||||
date such litigation is filed.</p>
|
|
||||||
|
|
||||||
<p>All Recipient's rights under this Agreement shall terminate if it
|
All Recipient's rights under this Agreement shall terminate if it fails to
|
||||||
fails to comply with any of the material terms or conditions of this
|
comply with any of the material terms or conditions of this Agreement and
|
||||||
Agreement and does not cure such failure in a reasonable period of time
|
does not cure such failure in a reasonable period of time after becoming aware
|
||||||
after becoming aware of such noncompliance. If all Recipient's rights
|
of such noncompliance. If all Recipient's rights under this Agreement terminate,
|
||||||
under this Agreement terminate, Recipient agrees to cease use and
|
Recipient agrees to cease use and distribution of the Program as soon as reasonably
|
||||||
distribution of the Program as soon as reasonably practicable. However,
|
practicable. However, Recipient's obligations under this Agreement and any
|
||||||
Recipient's obligations under this Agreement and any licenses granted by
|
licenses granted by Recipient relating to the Program shall continue and survive.
|
||||||
Recipient relating to the Program shall continue and survive.</p>
|
|
||||||
|
|
||||||
<p>Everyone is permitted to copy and distribute copies of this
|
Everyone is permitted to copy and distribute copies of this Agreement, but
|
||||||
Agreement, but in order to avoid inconsistency the Agreement is
|
in order to avoid inconsistency the Agreement is copyrighted and may only
|
||||||
copyrighted and may only be modified in the following manner. The
|
be modified in the following manner. The Agreement Steward reserves the right
|
||||||
Agreement Steward reserves the right to publish new versions (including
|
to publish new versions (including revisions) of this Agreement from time
|
||||||
revisions) of this Agreement from time to time. No one other than the
|
to time. No one other than the Agreement Steward has the right to modify this
|
||||||
Agreement Steward has the right to modify this Agreement. The Eclipse
|
Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse
|
||||||
Foundation is the initial Agreement Steward. The Eclipse Foundation may
|
Foundation may assign the responsibility to serve as the Agreement Steward
|
||||||
assign the responsibility to serve as the Agreement Steward to a
|
to a suitable separate entity. Each new version of the Agreement will be given
|
||||||
suitable separate entity. Each new version of the Agreement will be
|
a distinguishing version number. The Program (including Contributions) may
|
||||||
given a distinguishing version number. The Program (including
|
always be distributed subject to the version of the Agreement under which
|
||||||
Contributions) may always be distributed subject to the version of the
|
it was received. In addition, after a new version of the Agreement is published,
|
||||||
Agreement under which it was received. In addition, after a new version
|
Contributor may elect to distribute the Program (including its Contributions)
|
||||||
of the Agreement is published, Contributor may elect to distribute the
|
under the new version. Except as expressly stated in Sections 2(a) and 2(b)
|
||||||
Program (including its Contributions) under the new version. Except as
|
above, Recipient receives no rights or licenses to the intellectual property
|
||||||
expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
|
of any Contributor under this Agreement, whether expressly, by implication,
|
||||||
rights or licenses to the intellectual property of any Contributor under
|
estoppel or otherwise. All rights in the Program not expressly granted under
|
||||||
this Agreement, whether expressly, by implication, estoppel or
|
this Agreement are reserved.
|
||||||
otherwise. All rights in the Program not expressly granted under this
|
|
||||||
Agreement are reserved.</p>
|
|
||||||
|
|
||||||
<p>This Agreement is governed by the laws of the State of New York and
|
This Agreement is governed by the laws of the State of New York and the intellectual
|
||||||
the intellectual property laws of the United States of America. No party
|
property laws of the United States of America. No party to this Agreement
|
||||||
to this Agreement will bring a legal action under this Agreement more
|
will bring a legal action under this Agreement more than one year after the
|
||||||
than one year after the cause of action arose. Each party waives its
|
cause of action arose. Each party waives its rights to a jury trial in any
|
||||||
rights to a jury trial in any resulting litigation.</p>
|
resulting litigation.
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
|
@ -1,261 +1,210 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
Eclipse Public License - v 1.0
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
||||||
|
|
||||||
<head>
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
|
||||||
<title>Eclipse Public License - Version 1.0</title>
|
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
size: 8.5in 11.0in;
|
|
||||||
margin: 0.25in 0.5in 0.25in 0.5in;
|
|
||||||
tab-interval: 0.5in;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
p.list {
|
|
||||||
margin-left: 0.5in;
|
|
||||||
margin-top: 0.05em;
|
|
||||||
margin-bottom: 0.05em;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
1. DEFINITIONS
|
||||||
|
|
||||||
<body lang="EN-US">
|
"Contribution" means:
|
||||||
|
|
||||||
<h2>Eclipse Public License - v 1.0</h2>
|
a) in the case of the initial Contributor, the initial code and documentation
|
||||||
|
distributed under this Agreement, and
|
||||||
|
|
||||||
<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
b) in the case of each subsequent Contributor:
|
||||||
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
|
|
||||||
DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
|
|
||||||
AGREEMENT.</p>
|
|
||||||
|
|
||||||
<p><b>1. DEFINITIONS</b></p>
|
i) changes to the Program, and
|
||||||
|
|
||||||
<p>"Contribution" means:</p>
|
ii) additions to the Program;
|
||||||
|
|
||||||
<p class="list">a) in the case of the initial Contributor, the initial
|
where such changes and/or additions to the Program originate from and are
|
||||||
code and documentation distributed under this Agreement, and</p>
|
distributed by that particular Contributor. A Contribution 'originates' from
|
||||||
<p class="list">b) in the case of each subsequent Contributor:</p>
|
a Contributor if it was added to the Program by such Contributor itself or
|
||||||
<p class="list">i) changes to the Program, and</p>
|
anyone acting on such Contributor's behalf. Contributions do not include additions
|
||||||
<p class="list">ii) additions to the Program;</p>
|
to the Program which: (i) are separate modules of software distributed in
|
||||||
<p class="list">where such changes and/or additions to the Program
|
conjunction with the Program under their own license agreement, and (ii) are
|
||||||
originate from and are distributed by that particular Contributor. A
|
not derivative works of the Program.
|
||||||
Contribution 'originates' from a Contributor if it was added to the
|
|
||||||
Program by such Contributor itself or anyone acting on such
|
|
||||||
Contributor's behalf. Contributions do not include additions to the
|
|
||||||
Program which: (i) are separate modules of software distributed in
|
|
||||||
conjunction with the Program under their own license agreement, and (ii)
|
|
||||||
are not derivative works of the Program.</p>
|
|
||||||
|
|
||||||
<p>"Contributor" means any person or entity that distributes
|
"Contributor" means any person or entity that distributes the Program.
|
||||||
the Program.</p>
|
|
||||||
|
|
||||||
<p>"Licensed Patents" mean patent claims licensable by a
|
"Licensed Patents" mean patent claims licensable by a Contributor which are
|
||||||
Contributor which are necessarily infringed by the use or sale of its
|
necessarily infringed by the use or sale of its Contribution alone or when
|
||||||
Contribution alone or when combined with the Program.</p>
|
combined with the Program.
|
||||||
|
|
||||||
<p>"Program" means the Contributions distributed in accordance
|
"Program" means the Contributions distributed in accordance with this Agreement.
|
||||||
with this Agreement.</p>
|
|
||||||
|
|
||||||
<p>"Recipient" means anyone who receives the Program under
|
"Recipient" means anyone who receives the Program under this Agreement, including
|
||||||
this Agreement, including all Contributors.</p>
|
all Contributors.
|
||||||
|
|
||||||
<p><b>2. GRANT OF RIGHTS</b></p>
|
2. GRANT OF RIGHTS
|
||||||
|
|
||||||
<p class="list">a) Subject to the terms of this Agreement, each
|
a) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce,
|
||||||
royalty-free copyright license to reproduce, prepare derivative works
|
prepare derivative works of, publicly display, publicly perform, distribute
|
||||||
of, publicly display, publicly perform, distribute and sublicense the
|
and sublicense the Contribution of such Contributor, if any, and such derivative
|
||||||
Contribution of such Contributor, if any, and such derivative works, in
|
works, in source code and object code form.
|
||||||
source code and object code form.</p>
|
|
||||||
|
|
||||||
<p class="list">b) Subject to the terms of this Agreement, each
|
b) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
|
||||||
royalty-free patent license under Licensed Patents to make, use, sell,
|
Patents to make, use, sell, offer to sell, import and otherwise transfer the
|
||||||
offer to sell, import and otherwise transfer the Contribution of such
|
Contribution of such Contributor, if any, in source code and object code form.
|
||||||
Contributor, if any, in source code and object code form. This patent
|
This patent license shall apply to the combination of the Contribution and
|
||||||
license shall apply to the combination of the Contribution and the
|
the Program if, at the time the Contribution is added by the Contributor,
|
||||||
Program if, at the time the Contribution is added by the Contributor,
|
such addition of the Contribution causes such combination to be covered by
|
||||||
such addition of the Contribution causes such combination to be covered
|
the Licensed Patents. The patent license shall not apply to any other combinations
|
||||||
by the Licensed Patents. The patent license shall not apply to any other
|
which include the Contribution. No hardware per se is licensed hereunder.
|
||||||
combinations which include the Contribution. No hardware per se is
|
|
||||||
licensed hereunder.</p>
|
|
||||||
|
|
||||||
<p class="list">c) Recipient understands that although each Contributor
|
c) Recipient understands that although each Contributor grants the licenses
|
||||||
grants the licenses to its Contributions set forth herein, no assurances
|
to its Contributions set forth herein, no assurances are provided by any Contributor
|
||||||
are provided by any Contributor that the Program does not infringe the
|
that the Program does not infringe the patent or other intellectual property
|
||||||
patent or other intellectual property rights of any other entity. Each
|
rights of any other entity. Each Contributor disclaims any liability to Recipient
|
||||||
Contributor disclaims any liability to Recipient for claims brought by
|
for claims brought by any other entity based on infringement of intellectual
|
||||||
any other entity based on infringement of intellectual property rights
|
property rights or otherwise. As a condition to exercising the rights and
|
||||||
or otherwise. As a condition to exercising the rights and licenses
|
licenses granted hereunder, each Recipient hereby assumes sole responsibility
|
||||||
granted hereunder, each Recipient hereby assumes sole responsibility to
|
to secure any other intellectual property rights needed, if any. For example,
|
||||||
secure any other intellectual property rights needed, if any. For
|
if a third party patent license is required to allow Recipient to distribute
|
||||||
example, if a third party patent license is required to allow Recipient
|
the Program, it is Recipient's responsibility to acquire that license before
|
||||||
to distribute the Program, it is Recipient's responsibility to acquire
|
distributing the Program.
|
||||||
that license before distributing the Program.</p>
|
|
||||||
|
|
||||||
<p class="list">d) Each Contributor represents that to its knowledge it
|
d) Each Contributor represents that to its knowledge it has sufficient copyright
|
||||||
has sufficient copyright rights in its Contribution, if any, to grant
|
rights in its Contribution, if any, to grant the copyright license set forth
|
||||||
the copyright license set forth in this Agreement.</p>
|
in this Agreement.
|
||||||
|
|
||||||
<p><b>3. REQUIREMENTS</b></p>
|
3. REQUIREMENTS
|
||||||
|
|
||||||
<p>A Contributor may choose to distribute the Program in object code
|
A Contributor may choose to distribute the Program in object code form under
|
||||||
form under its own license agreement, provided that:</p>
|
its own license agreement, provided that:
|
||||||
|
|
||||||
<p class="list">a) it complies with the terms and conditions of this
|
a) it complies with the terms and conditions of this Agreement; and
|
||||||
Agreement; and</p>
|
|
||||||
|
|
||||||
<p class="list">b) its license agreement:</p>
|
b) its license agreement:
|
||||||
|
|
||||||
<p class="list">i) effectively disclaims on behalf of all Contributors
|
i) effectively disclaims on behalf of all Contributors all warranties and
|
||||||
all warranties and conditions, express and implied, including warranties
|
conditions, express and implied, including warranties or conditions of title
|
||||||
or conditions of title and non-infringement, and implied warranties or
|
and non-infringement, and implied warranties or conditions of merchantability
|
||||||
conditions of merchantability and fitness for a particular purpose;</p>
|
and fitness for a particular purpose;
|
||||||
|
|
||||||
<p class="list">ii) effectively excludes on behalf of all Contributors
|
ii) effectively excludes on behalf of all Contributors all liability for damages,
|
||||||
all liability for damages, including direct, indirect, special,
|
including direct, indirect, special, incidental and consequential damages,
|
||||||
incidental and consequential damages, such as lost profits;</p>
|
such as lost profits;
|
||||||
|
|
||||||
<p class="list">iii) states that any provisions which differ from this
|
iii) states that any provisions which differ from this Agreement are offered
|
||||||
Agreement are offered by that Contributor alone and not by any other
|
by that Contributor alone and not by any other party; and
|
||||||
party; and</p>
|
|
||||||
|
|
||||||
<p class="list">iv) states that source code for the Program is available
|
iv) states that source code for the Program is available from such Contributor,
|
||||||
from such Contributor, and informs licensees how to obtain it in a
|
and informs licensees how to obtain it in a reasonable manner on or through
|
||||||
reasonable manner on or through a medium customarily used for software
|
a medium customarily used for software exchange.
|
||||||
exchange.</p>
|
|
||||||
|
|
||||||
<p>When the Program is made available in source code form:</p>
|
When the Program is made available in source code form:
|
||||||
|
|
||||||
<p class="list">a) it must be made available under this Agreement; and</p>
|
a) it must be made available under this Agreement; and
|
||||||
|
|
||||||
<p class="list">b) a copy of this Agreement must be included with each
|
b) a copy of this Agreement must be included with each copy of the Program.
|
||||||
copy of the Program.</p>
|
|
||||||
|
|
||||||
<p>Contributors may not remove or alter any copyright notices contained
|
Contributors may not remove or alter any copyright notices contained within
|
||||||
within the Program.</p>
|
the Program.
|
||||||
|
|
||||||
<p>Each Contributor must identify itself as the originator of its
|
Each Contributor must identify itself as the originator of its Contribution,
|
||||||
Contribution, if any, in a manner that reasonably allows subsequent
|
if any, in a manner that reasonably allows subsequent Recipients to identify
|
||||||
Recipients to identify the originator of the Contribution.</p>
|
the originator of the Contribution.
|
||||||
|
|
||||||
<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
|
4. COMMERCIAL DISTRIBUTION
|
||||||
|
|
||||||
<p>Commercial distributors of software may accept certain
|
Commercial distributors of software may accept certain responsibilities with
|
||||||
responsibilities with respect to end users, business partners and the
|
respect to end users, business partners and the like. While this license is
|
||||||
like. While this license is intended to facilitate the commercial use of
|
intended to facilitate the commercial use of the Program, the Contributor
|
||||||
the Program, the Contributor who includes the Program in a commercial
|
who includes the Program in a commercial product offering should do so in
|
||||||
product offering should do so in a manner which does not create
|
a manner which does not create potential liability for other Contributors.
|
||||||
potential liability for other Contributors. Therefore, if a Contributor
|
Therefore, if a Contributor includes the Program in a commercial product offering,
|
||||||
includes the Program in a commercial product offering, such Contributor
|
such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
|
||||||
("Commercial Contributor") hereby agrees to defend and
|
every other Contributor ("Indemnified Contributor") against any losses, damages
|
||||||
indemnify every other Contributor ("Indemnified Contributor")
|
and costs (collectively "Losses") arising from claims, lawsuits and other
|
||||||
against any losses, damages and costs (collectively "Losses")
|
legal actions brought by a third party against the Indemnified Contributor
|
||||||
arising from claims, lawsuits and other legal actions brought by a third
|
to the extent caused by the acts or omissions of such Commercial Contributor
|
||||||
party against the Indemnified Contributor to the extent caused by the
|
in connection with its distribution of the Program in a commercial product
|
||||||
acts or omissions of such Commercial Contributor in connection with its
|
offering. The obligations in this section do not apply to any claims or Losses
|
||||||
distribution of the Program in a commercial product offering. The
|
relating to any actual or alleged intellectual property infringement. In order
|
||||||
obligations in this section do not apply to any claims or Losses
|
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
|
||||||
relating to any actual or alleged intellectual property infringement. In
|
Contributor in writing of such claim, and b) allow the Commercial Contributor
|
||||||
order to qualify, an Indemnified Contributor must: a) promptly notify
|
to control, and cooperate with the Commercial Contributor in, the defense
|
||||||
the Commercial Contributor in writing of such claim, and b) allow the
|
and any related settlement negotiations. The Indemnified Contributor may participate
|
||||||
Commercial Contributor to control, and cooperate with the Commercial
|
in any such claim at its own expense.
|
||||||
Contributor in, the defense and any related settlement negotiations. The
|
|
||||||
Indemnified Contributor may participate in any such claim at its own
|
|
||||||
expense.</p>
|
|
||||||
|
|
||||||
<p>For example, a Contributor might include the Program in a commercial
|
For example, a Contributor might include the Program in a commercial product
|
||||||
product offering, Product X. That Contributor is then a Commercial
|
offering, Product X. That Contributor is then a Commercial Contributor. If
|
||||||
Contributor. If that Commercial Contributor then makes performance
|
that Commercial Contributor then makes performance claims, or offers warranties
|
||||||
claims, or offers warranties related to Product X, those performance
|
related to Product X, those performance claims and warranties are such Commercial
|
||||||
claims and warranties are such Commercial Contributor's responsibility
|
Contributor's responsibility alone. Under this section, the Commercial Contributor
|
||||||
alone. Under this section, the Commercial Contributor would have to
|
would have to defend claims against the other Contributors related to those
|
||||||
defend claims against the other Contributors related to those
|
performance claims and warranties, and if a court requires any other Contributor
|
||||||
performance claims and warranties, and if a court requires any other
|
to pay any damages as a result, the Commercial Contributor must pay those
|
||||||
Contributor to pay any damages as a result, the Commercial Contributor
|
damages.
|
||||||
must pay those damages.</p>
|
|
||||||
|
|
||||||
<p><b>5. NO WARRANTY</b></p>
|
5. NO WARRANTY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON
|
||||||
PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS
|
||||||
OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
|
OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
|
||||||
ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
|
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
|
Each Recipient is solely responsible for determining the appropriateness of
|
||||||
responsible for determining the appropriateness of using and
|
using and distributing the Program and assumes all risks associated with its
|
||||||
distributing the Program and assumes all risks associated with its
|
exercise of rights under this Agreement, including but not limited to the
|
||||||
exercise of rights under this Agreement , including but not limited to
|
risks and costs of program errors, compliance with applicable laws, damage
|
||||||
the risks and costs of program errors, compliance with applicable laws,
|
to or loss of data, programs or equipment, and unavailability or interruption
|
||||||
damage to or loss of data, programs or equipment, and unavailability or
|
of operations.
|
||||||
interruption of operations.</p>
|
|
||||||
|
|
||||||
<p><b>6. DISCLAIMER OF LIABILITY</b></p>
|
6. DISCLAIMER OF LIABILITY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
|
||||||
NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
|
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
|
||||||
WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
|
LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
|
||||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
|
WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
|
||||||
DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
|
GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||||
HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
|
|
||||||
|
|
||||||
<p><b>7. GENERAL</b></p>
|
7. GENERAL
|
||||||
|
|
||||||
<p>If any provision of this Agreement is invalid or unenforceable under
|
If any provision of this Agreement is invalid or unenforceable under applicable
|
||||||
applicable law, it shall not affect the validity or enforceability of
|
law, it shall not affect the validity or enforceability of the remainder of
|
||||||
the remainder of the terms of this Agreement, and without further action
|
the terms of this Agreement, and without further action by the parties hereto,
|
||||||
by the parties hereto, such provision shall be reformed to the minimum
|
such provision shall be reformed to the minimum extent necessary to make such
|
||||||
extent necessary to make such provision valid and enforceable.</p>
|
provision valid and enforceable.
|
||||||
|
|
||||||
<p>If Recipient institutes patent litigation against any entity
|
If Recipient institutes patent litigation against any entity (including a
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that the
|
cross-claim or counterclaim in a lawsuit) alleging that the Program itself
|
||||||
Program itself (excluding combinations of the Program with other
|
(excluding combinations of the Program with other software or hardware) infringes
|
||||||
software or hardware) infringes such Recipient's patent(s), then such
|
such Recipient's patent(s), then such Recipient's rights granted under Section
|
||||||
Recipient's rights granted under Section 2(b) shall terminate as of the
|
2(b) shall terminate as of the date such litigation is filed.
|
||||||
date such litigation is filed.</p>
|
|
||||||
|
|
||||||
<p>All Recipient's rights under this Agreement shall terminate if it
|
All Recipient's rights under this Agreement shall terminate if it fails to
|
||||||
fails to comply with any of the material terms or conditions of this
|
comply with any of the material terms or conditions of this Agreement and
|
||||||
Agreement and does not cure such failure in a reasonable period of time
|
does not cure such failure in a reasonable period of time after becoming aware
|
||||||
after becoming aware of such noncompliance. If all Recipient's rights
|
of such noncompliance. If all Recipient's rights under this Agreement terminate,
|
||||||
under this Agreement terminate, Recipient agrees to cease use and
|
Recipient agrees to cease use and distribution of the Program as soon as reasonably
|
||||||
distribution of the Program as soon as reasonably practicable. However,
|
practicable. However, Recipient's obligations under this Agreement and any
|
||||||
Recipient's obligations under this Agreement and any licenses granted by
|
licenses granted by Recipient relating to the Program shall continue and survive.
|
||||||
Recipient relating to the Program shall continue and survive.</p>
|
|
||||||
|
|
||||||
<p>Everyone is permitted to copy and distribute copies of this
|
Everyone is permitted to copy and distribute copies of this Agreement, but
|
||||||
Agreement, but in order to avoid inconsistency the Agreement is
|
in order to avoid inconsistency the Agreement is copyrighted and may only
|
||||||
copyrighted and may only be modified in the following manner. The
|
be modified in the following manner. The Agreement Steward reserves the right
|
||||||
Agreement Steward reserves the right to publish new versions (including
|
to publish new versions (including revisions) of this Agreement from time
|
||||||
revisions) of this Agreement from time to time. No one other than the
|
to time. No one other than the Agreement Steward has the right to modify this
|
||||||
Agreement Steward has the right to modify this Agreement. The Eclipse
|
Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse
|
||||||
Foundation is the initial Agreement Steward. The Eclipse Foundation may
|
Foundation may assign the responsibility to serve as the Agreement Steward
|
||||||
assign the responsibility to serve as the Agreement Steward to a
|
to a suitable separate entity. Each new version of the Agreement will be given
|
||||||
suitable separate entity. Each new version of the Agreement will be
|
a distinguishing version number. The Program (including Contributions) may
|
||||||
given a distinguishing version number. The Program (including
|
always be distributed subject to the version of the Agreement under which
|
||||||
Contributions) may always be distributed subject to the version of the
|
it was received. In addition, after a new version of the Agreement is published,
|
||||||
Agreement under which it was received. In addition, after a new version
|
Contributor may elect to distribute the Program (including its Contributions)
|
||||||
of the Agreement is published, Contributor may elect to distribute the
|
under the new version. Except as expressly stated in Sections 2(a) and 2(b)
|
||||||
Program (including its Contributions) under the new version. Except as
|
above, Recipient receives no rights or licenses to the intellectual property
|
||||||
expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
|
of any Contributor under this Agreement, whether expressly, by implication,
|
||||||
rights or licenses to the intellectual property of any Contributor under
|
estoppel or otherwise. All rights in the Program not expressly granted under
|
||||||
this Agreement, whether expressly, by implication, estoppel or
|
this Agreement are reserved.
|
||||||
otherwise. All rights in the Program not expressly granted under this
|
|
||||||
Agreement are reserved.</p>
|
|
||||||
|
|
||||||
<p>This Agreement is governed by the laws of the State of New York and
|
This Agreement is governed by the laws of the State of New York and the intellectual
|
||||||
the intellectual property laws of the United States of America. No party
|
property laws of the United States of America. No party to this Agreement
|
||||||
to this Agreement will bring a legal action under this Agreement more
|
will bring a legal action under this Agreement more than one year after the
|
||||||
than one year after the cause of action arose. Each party waives its
|
cause of action arose. Each party waives its rights to a jury trial in any
|
||||||
rights to a jury trial in any resulting litigation.</p>
|
resulting litigation.
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
|
@ -1,261 +1,210 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
Eclipse Public License - v 1.0
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
||||||
|
|
||||||
<head>
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
|
||||||
<title>Eclipse Public License - Version 1.0</title>
|
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
size: 8.5in 11.0in;
|
|
||||||
margin: 0.25in 0.5in 0.25in 0.5in;
|
|
||||||
tab-interval: 0.5in;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
p.list {
|
|
||||||
margin-left: 0.5in;
|
|
||||||
margin-top: 0.05em;
|
|
||||||
margin-bottom: 0.05em;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
1. DEFINITIONS
|
||||||
|
|
||||||
<body lang="EN-US">
|
"Contribution" means:
|
||||||
|
|
||||||
<h2>Eclipse Public License - v 1.0</h2>
|
a) in the case of the initial Contributor, the initial code and documentation
|
||||||
|
distributed under this Agreement, and
|
||||||
|
|
||||||
<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
b) in the case of each subsequent Contributor:
|
||||||
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
|
|
||||||
DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
|
|
||||||
AGREEMENT.</p>
|
|
||||||
|
|
||||||
<p><b>1. DEFINITIONS</b></p>
|
i) changes to the Program, and
|
||||||
|
|
||||||
<p>"Contribution" means:</p>
|
ii) additions to the Program;
|
||||||
|
|
||||||
<p class="list">a) in the case of the initial Contributor, the initial
|
where such changes and/or additions to the Program originate from and are
|
||||||
code and documentation distributed under this Agreement, and</p>
|
distributed by that particular Contributor. A Contribution 'originates' from
|
||||||
<p class="list">b) in the case of each subsequent Contributor:</p>
|
a Contributor if it was added to the Program by such Contributor itself or
|
||||||
<p class="list">i) changes to the Program, and</p>
|
anyone acting on such Contributor's behalf. Contributions do not include additions
|
||||||
<p class="list">ii) additions to the Program;</p>
|
to the Program which: (i) are separate modules of software distributed in
|
||||||
<p class="list">where such changes and/or additions to the Program
|
conjunction with the Program under their own license agreement, and (ii) are
|
||||||
originate from and are distributed by that particular Contributor. A
|
not derivative works of the Program.
|
||||||
Contribution 'originates' from a Contributor if it was added to the
|
|
||||||
Program by such Contributor itself or anyone acting on such
|
|
||||||
Contributor's behalf. Contributions do not include additions to the
|
|
||||||
Program which: (i) are separate modules of software distributed in
|
|
||||||
conjunction with the Program under their own license agreement, and (ii)
|
|
||||||
are not derivative works of the Program.</p>
|
|
||||||
|
|
||||||
<p>"Contributor" means any person or entity that distributes
|
"Contributor" means any person or entity that distributes the Program.
|
||||||
the Program.</p>
|
|
||||||
|
|
||||||
<p>"Licensed Patents" mean patent claims licensable by a
|
"Licensed Patents" mean patent claims licensable by a Contributor which are
|
||||||
Contributor which are necessarily infringed by the use or sale of its
|
necessarily infringed by the use or sale of its Contribution alone or when
|
||||||
Contribution alone or when combined with the Program.</p>
|
combined with the Program.
|
||||||
|
|
||||||
<p>"Program" means the Contributions distributed in accordance
|
"Program" means the Contributions distributed in accordance with this Agreement.
|
||||||
with this Agreement.</p>
|
|
||||||
|
|
||||||
<p>"Recipient" means anyone who receives the Program under
|
"Recipient" means anyone who receives the Program under this Agreement, including
|
||||||
this Agreement, including all Contributors.</p>
|
all Contributors.
|
||||||
|
|
||||||
<p><b>2. GRANT OF RIGHTS</b></p>
|
2. GRANT OF RIGHTS
|
||||||
|
|
||||||
<p class="list">a) Subject to the terms of this Agreement, each
|
a) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce,
|
||||||
royalty-free copyright license to reproduce, prepare derivative works
|
prepare derivative works of, publicly display, publicly perform, distribute
|
||||||
of, publicly display, publicly perform, distribute and sublicense the
|
and sublicense the Contribution of such Contributor, if any, and such derivative
|
||||||
Contribution of such Contributor, if any, and such derivative works, in
|
works, in source code and object code form.
|
||||||
source code and object code form.</p>
|
|
||||||
|
|
||||||
<p class="list">b) Subject to the terms of this Agreement, each
|
b) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
|
||||||
royalty-free patent license under Licensed Patents to make, use, sell,
|
Patents to make, use, sell, offer to sell, import and otherwise transfer the
|
||||||
offer to sell, import and otherwise transfer the Contribution of such
|
Contribution of such Contributor, if any, in source code and object code form.
|
||||||
Contributor, if any, in source code and object code form. This patent
|
This patent license shall apply to the combination of the Contribution and
|
||||||
license shall apply to the combination of the Contribution and the
|
the Program if, at the time the Contribution is added by the Contributor,
|
||||||
Program if, at the time the Contribution is added by the Contributor,
|
such addition of the Contribution causes such combination to be covered by
|
||||||
such addition of the Contribution causes such combination to be covered
|
the Licensed Patents. The patent license shall not apply to any other combinations
|
||||||
by the Licensed Patents. The patent license shall not apply to any other
|
which include the Contribution. No hardware per se is licensed hereunder.
|
||||||
combinations which include the Contribution. No hardware per se is
|
|
||||||
licensed hereunder.</p>
|
|
||||||
|
|
||||||
<p class="list">c) Recipient understands that although each Contributor
|
c) Recipient understands that although each Contributor grants the licenses
|
||||||
grants the licenses to its Contributions set forth herein, no assurances
|
to its Contributions set forth herein, no assurances are provided by any Contributor
|
||||||
are provided by any Contributor that the Program does not infringe the
|
that the Program does not infringe the patent or other intellectual property
|
||||||
patent or other intellectual property rights of any other entity. Each
|
rights of any other entity. Each Contributor disclaims any liability to Recipient
|
||||||
Contributor disclaims any liability to Recipient for claims brought by
|
for claims brought by any other entity based on infringement of intellectual
|
||||||
any other entity based on infringement of intellectual property rights
|
property rights or otherwise. As a condition to exercising the rights and
|
||||||
or otherwise. As a condition to exercising the rights and licenses
|
licenses granted hereunder, each Recipient hereby assumes sole responsibility
|
||||||
granted hereunder, each Recipient hereby assumes sole responsibility to
|
to secure any other intellectual property rights needed, if any. For example,
|
||||||
secure any other intellectual property rights needed, if any. For
|
if a third party patent license is required to allow Recipient to distribute
|
||||||
example, if a third party patent license is required to allow Recipient
|
the Program, it is Recipient's responsibility to acquire that license before
|
||||||
to distribute the Program, it is Recipient's responsibility to acquire
|
distributing the Program.
|
||||||
that license before distributing the Program.</p>
|
|
||||||
|
|
||||||
<p class="list">d) Each Contributor represents that to its knowledge it
|
d) Each Contributor represents that to its knowledge it has sufficient copyright
|
||||||
has sufficient copyright rights in its Contribution, if any, to grant
|
rights in its Contribution, if any, to grant the copyright license set forth
|
||||||
the copyright license set forth in this Agreement.</p>
|
in this Agreement.
|
||||||
|
|
||||||
<p><b>3. REQUIREMENTS</b></p>
|
3. REQUIREMENTS
|
||||||
|
|
||||||
<p>A Contributor may choose to distribute the Program in object code
|
A Contributor may choose to distribute the Program in object code form under
|
||||||
form under its own license agreement, provided that:</p>
|
its own license agreement, provided that:
|
||||||
|
|
||||||
<p class="list">a) it complies with the terms and conditions of this
|
a) it complies with the terms and conditions of this Agreement; and
|
||||||
Agreement; and</p>
|
|
||||||
|
|
||||||
<p class="list">b) its license agreement:</p>
|
b) its license agreement:
|
||||||
|
|
||||||
<p class="list">i) effectively disclaims on behalf of all Contributors
|
i) effectively disclaims on behalf of all Contributors all warranties and
|
||||||
all warranties and conditions, express and implied, including warranties
|
conditions, express and implied, including warranties or conditions of title
|
||||||
or conditions of title and non-infringement, and implied warranties or
|
and non-infringement, and implied warranties or conditions of merchantability
|
||||||
conditions of merchantability and fitness for a particular purpose;</p>
|
and fitness for a particular purpose;
|
||||||
|
|
||||||
<p class="list">ii) effectively excludes on behalf of all Contributors
|
ii) effectively excludes on behalf of all Contributors all liability for damages,
|
||||||
all liability for damages, including direct, indirect, special,
|
including direct, indirect, special, incidental and consequential damages,
|
||||||
incidental and consequential damages, such as lost profits;</p>
|
such as lost profits;
|
||||||
|
|
||||||
<p class="list">iii) states that any provisions which differ from this
|
iii) states that any provisions which differ from this Agreement are offered
|
||||||
Agreement are offered by that Contributor alone and not by any other
|
by that Contributor alone and not by any other party; and
|
||||||
party; and</p>
|
|
||||||
|
|
||||||
<p class="list">iv) states that source code for the Program is available
|
iv) states that source code for the Program is available from such Contributor,
|
||||||
from such Contributor, and informs licensees how to obtain it in a
|
and informs licensees how to obtain it in a reasonable manner on or through
|
||||||
reasonable manner on or through a medium customarily used for software
|
a medium customarily used for software exchange.
|
||||||
exchange.</p>
|
|
||||||
|
|
||||||
<p>When the Program is made available in source code form:</p>
|
When the Program is made available in source code form:
|
||||||
|
|
||||||
<p class="list">a) it must be made available under this Agreement; and</p>
|
a) it must be made available under this Agreement; and
|
||||||
|
|
||||||
<p class="list">b) a copy of this Agreement must be included with each
|
b) a copy of this Agreement must be included with each copy of the Program.
|
||||||
copy of the Program.</p>
|
|
||||||
|
|
||||||
<p>Contributors may not remove or alter any copyright notices contained
|
Contributors may not remove or alter any copyright notices contained within
|
||||||
within the Program.</p>
|
the Program.
|
||||||
|
|
||||||
<p>Each Contributor must identify itself as the originator of its
|
Each Contributor must identify itself as the originator of its Contribution,
|
||||||
Contribution, if any, in a manner that reasonably allows subsequent
|
if any, in a manner that reasonably allows subsequent Recipients to identify
|
||||||
Recipients to identify the originator of the Contribution.</p>
|
the originator of the Contribution.
|
||||||
|
|
||||||
<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
|
4. COMMERCIAL DISTRIBUTION
|
||||||
|
|
||||||
<p>Commercial distributors of software may accept certain
|
Commercial distributors of software may accept certain responsibilities with
|
||||||
responsibilities with respect to end users, business partners and the
|
respect to end users, business partners and the like. While this license is
|
||||||
like. While this license is intended to facilitate the commercial use of
|
intended to facilitate the commercial use of the Program, the Contributor
|
||||||
the Program, the Contributor who includes the Program in a commercial
|
who includes the Program in a commercial product offering should do so in
|
||||||
product offering should do so in a manner which does not create
|
a manner which does not create potential liability for other Contributors.
|
||||||
potential liability for other Contributors. Therefore, if a Contributor
|
Therefore, if a Contributor includes the Program in a commercial product offering,
|
||||||
includes the Program in a commercial product offering, such Contributor
|
such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
|
||||||
("Commercial Contributor") hereby agrees to defend and
|
every other Contributor ("Indemnified Contributor") against any losses, damages
|
||||||
indemnify every other Contributor ("Indemnified Contributor")
|
and costs (collectively "Losses") arising from claims, lawsuits and other
|
||||||
against any losses, damages and costs (collectively "Losses")
|
legal actions brought by a third party against the Indemnified Contributor
|
||||||
arising from claims, lawsuits and other legal actions brought by a third
|
to the extent caused by the acts or omissions of such Commercial Contributor
|
||||||
party against the Indemnified Contributor to the extent caused by the
|
in connection with its distribution of the Program in a commercial product
|
||||||
acts or omissions of such Commercial Contributor in connection with its
|
offering. The obligations in this section do not apply to any claims or Losses
|
||||||
distribution of the Program in a commercial product offering. The
|
relating to any actual or alleged intellectual property infringement. In order
|
||||||
obligations in this section do not apply to any claims or Losses
|
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
|
||||||
relating to any actual or alleged intellectual property infringement. In
|
Contributor in writing of such claim, and b) allow the Commercial Contributor
|
||||||
order to qualify, an Indemnified Contributor must: a) promptly notify
|
to control, and cooperate with the Commercial Contributor in, the defense
|
||||||
the Commercial Contributor in writing of such claim, and b) allow the
|
and any related settlement negotiations. The Indemnified Contributor may participate
|
||||||
Commercial Contributor to control, and cooperate with the Commercial
|
in any such claim at its own expense.
|
||||||
Contributor in, the defense and any related settlement negotiations. The
|
|
||||||
Indemnified Contributor may participate in any such claim at its own
|
|
||||||
expense.</p>
|
|
||||||
|
|
||||||
<p>For example, a Contributor might include the Program in a commercial
|
For example, a Contributor might include the Program in a commercial product
|
||||||
product offering, Product X. That Contributor is then a Commercial
|
offering, Product X. That Contributor is then a Commercial Contributor. If
|
||||||
Contributor. If that Commercial Contributor then makes performance
|
that Commercial Contributor then makes performance claims, or offers warranties
|
||||||
claims, or offers warranties related to Product X, those performance
|
related to Product X, those performance claims and warranties are such Commercial
|
||||||
claims and warranties are such Commercial Contributor's responsibility
|
Contributor's responsibility alone. Under this section, the Commercial Contributor
|
||||||
alone. Under this section, the Commercial Contributor would have to
|
would have to defend claims against the other Contributors related to those
|
||||||
defend claims against the other Contributors related to those
|
performance claims and warranties, and if a court requires any other Contributor
|
||||||
performance claims and warranties, and if a court requires any other
|
to pay any damages as a result, the Commercial Contributor must pay those
|
||||||
Contributor to pay any damages as a result, the Commercial Contributor
|
damages.
|
||||||
must pay those damages.</p>
|
|
||||||
|
|
||||||
<p><b>5. NO WARRANTY</b></p>
|
5. NO WARRANTY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON
|
||||||
PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS
|
||||||
OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
|
OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
|
||||||
ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
|
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
|
Each Recipient is solely responsible for determining the appropriateness of
|
||||||
responsible for determining the appropriateness of using and
|
using and distributing the Program and assumes all risks associated with its
|
||||||
distributing the Program and assumes all risks associated with its
|
exercise of rights under this Agreement, including but not limited to the
|
||||||
exercise of rights under this Agreement , including but not limited to
|
risks and costs of program errors, compliance with applicable laws, damage
|
||||||
the risks and costs of program errors, compliance with applicable laws,
|
to or loss of data, programs or equipment, and unavailability or interruption
|
||||||
damage to or loss of data, programs or equipment, and unavailability or
|
of operations.
|
||||||
interruption of operations.</p>
|
|
||||||
|
|
||||||
<p><b>6. DISCLAIMER OF LIABILITY</b></p>
|
6. DISCLAIMER OF LIABILITY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
|
||||||
NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
|
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
|
||||||
WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
|
LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
|
||||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
|
WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
|
||||||
DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
|
GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||||
HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
|
|
||||||
|
|
||||||
<p><b>7. GENERAL</b></p>
|
7. GENERAL
|
||||||
|
|
||||||
<p>If any provision of this Agreement is invalid or unenforceable under
|
If any provision of this Agreement is invalid or unenforceable under applicable
|
||||||
applicable law, it shall not affect the validity or enforceability of
|
law, it shall not affect the validity or enforceability of the remainder of
|
||||||
the remainder of the terms of this Agreement, and without further action
|
the terms of this Agreement, and without further action by the parties hereto,
|
||||||
by the parties hereto, such provision shall be reformed to the minimum
|
such provision shall be reformed to the minimum extent necessary to make such
|
||||||
extent necessary to make such provision valid and enforceable.</p>
|
provision valid and enforceable.
|
||||||
|
|
||||||
<p>If Recipient institutes patent litigation against any entity
|
If Recipient institutes patent litigation against any entity (including a
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that the
|
cross-claim or counterclaim in a lawsuit) alleging that the Program itself
|
||||||
Program itself (excluding combinations of the Program with other
|
(excluding combinations of the Program with other software or hardware) infringes
|
||||||
software or hardware) infringes such Recipient's patent(s), then such
|
such Recipient's patent(s), then such Recipient's rights granted under Section
|
||||||
Recipient's rights granted under Section 2(b) shall terminate as of the
|
2(b) shall terminate as of the date such litigation is filed.
|
||||||
date such litigation is filed.</p>
|
|
||||||
|
|
||||||
<p>All Recipient's rights under this Agreement shall terminate if it
|
All Recipient's rights under this Agreement shall terminate if it fails to
|
||||||
fails to comply with any of the material terms or conditions of this
|
comply with any of the material terms or conditions of this Agreement and
|
||||||
Agreement and does not cure such failure in a reasonable period of time
|
does not cure such failure in a reasonable period of time after becoming aware
|
||||||
after becoming aware of such noncompliance. If all Recipient's rights
|
of such noncompliance. If all Recipient's rights under this Agreement terminate,
|
||||||
under this Agreement terminate, Recipient agrees to cease use and
|
Recipient agrees to cease use and distribution of the Program as soon as reasonably
|
||||||
distribution of the Program as soon as reasonably practicable. However,
|
practicable. However, Recipient's obligations under this Agreement and any
|
||||||
Recipient's obligations under this Agreement and any licenses granted by
|
licenses granted by Recipient relating to the Program shall continue and survive.
|
||||||
Recipient relating to the Program shall continue and survive.</p>
|
|
||||||
|
|
||||||
<p>Everyone is permitted to copy and distribute copies of this
|
Everyone is permitted to copy and distribute copies of this Agreement, but
|
||||||
Agreement, but in order to avoid inconsistency the Agreement is
|
in order to avoid inconsistency the Agreement is copyrighted and may only
|
||||||
copyrighted and may only be modified in the following manner. The
|
be modified in the following manner. The Agreement Steward reserves the right
|
||||||
Agreement Steward reserves the right to publish new versions (including
|
to publish new versions (including revisions) of this Agreement from time
|
||||||
revisions) of this Agreement from time to time. No one other than the
|
to time. No one other than the Agreement Steward has the right to modify this
|
||||||
Agreement Steward has the right to modify this Agreement. The Eclipse
|
Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse
|
||||||
Foundation is the initial Agreement Steward. The Eclipse Foundation may
|
Foundation may assign the responsibility to serve as the Agreement Steward
|
||||||
assign the responsibility to serve as the Agreement Steward to a
|
to a suitable separate entity. Each new version of the Agreement will be given
|
||||||
suitable separate entity. Each new version of the Agreement will be
|
a distinguishing version number. The Program (including Contributions) may
|
||||||
given a distinguishing version number. The Program (including
|
always be distributed subject to the version of the Agreement under which
|
||||||
Contributions) may always be distributed subject to the version of the
|
it was received. In addition, after a new version of the Agreement is published,
|
||||||
Agreement under which it was received. In addition, after a new version
|
Contributor may elect to distribute the Program (including its Contributions)
|
||||||
of the Agreement is published, Contributor may elect to distribute the
|
under the new version. Except as expressly stated in Sections 2(a) and 2(b)
|
||||||
Program (including its Contributions) under the new version. Except as
|
above, Recipient receives no rights or licenses to the intellectual property
|
||||||
expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
|
of any Contributor under this Agreement, whether expressly, by implication,
|
||||||
rights or licenses to the intellectual property of any Contributor under
|
estoppel or otherwise. All rights in the Program not expressly granted under
|
||||||
this Agreement, whether expressly, by implication, estoppel or
|
this Agreement are reserved.
|
||||||
otherwise. All rights in the Program not expressly granted under this
|
|
||||||
Agreement are reserved.</p>
|
|
||||||
|
|
||||||
<p>This Agreement is governed by the laws of the State of New York and
|
This Agreement is governed by the laws of the State of New York and the intellectual
|
||||||
the intellectual property laws of the United States of America. No party
|
property laws of the United States of America. No party to this Agreement
|
||||||
to this Agreement will bring a legal action under this Agreement more
|
will bring a legal action under this Agreement more than one year after the
|
||||||
than one year after the cause of action arose. Each party waives its
|
cause of action arose. Each party waives its rights to a jury trial in any
|
||||||
rights to a jury trial in any resulting litigation.</p>
|
resulting litigation.
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
|
@ -1,261 +1,210 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
Eclipse Public License - v 1.0
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
||||||
|
|
||||||
<head>
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
|
||||||
<title>Eclipse Public License - Version 1.0</title>
|
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
size: 8.5in 11.0in;
|
|
||||||
margin: 0.25in 0.5in 0.25in 0.5in;
|
|
||||||
tab-interval: 0.5in;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
p.list {
|
|
||||||
margin-left: 0.5in;
|
|
||||||
margin-top: 0.05em;
|
|
||||||
margin-bottom: 0.05em;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
1. DEFINITIONS
|
||||||
|
|
||||||
<body lang="EN-US">
|
"Contribution" means:
|
||||||
|
|
||||||
<h2>Eclipse Public License - v 1.0</h2>
|
a) in the case of the initial Contributor, the initial code and documentation
|
||||||
|
distributed under this Agreement, and
|
||||||
|
|
||||||
<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
b) in the case of each subsequent Contributor:
|
||||||
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
|
|
||||||
DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
|
|
||||||
AGREEMENT.</p>
|
|
||||||
|
|
||||||
<p><b>1. DEFINITIONS</b></p>
|
i) changes to the Program, and
|
||||||
|
|
||||||
<p>"Contribution" means:</p>
|
ii) additions to the Program;
|
||||||
|
|
||||||
<p class="list">a) in the case of the initial Contributor, the initial
|
where such changes and/or additions to the Program originate from and are
|
||||||
code and documentation distributed under this Agreement, and</p>
|
distributed by that particular Contributor. A Contribution 'originates' from
|
||||||
<p class="list">b) in the case of each subsequent Contributor:</p>
|
a Contributor if it was added to the Program by such Contributor itself or
|
||||||
<p class="list">i) changes to the Program, and</p>
|
anyone acting on such Contributor's behalf. Contributions do not include additions
|
||||||
<p class="list">ii) additions to the Program;</p>
|
to the Program which: (i) are separate modules of software distributed in
|
||||||
<p class="list">where such changes and/or additions to the Program
|
conjunction with the Program under their own license agreement, and (ii) are
|
||||||
originate from and are distributed by that particular Contributor. A
|
not derivative works of the Program.
|
||||||
Contribution 'originates' from a Contributor if it was added to the
|
|
||||||
Program by such Contributor itself or anyone acting on such
|
|
||||||
Contributor's behalf. Contributions do not include additions to the
|
|
||||||
Program which: (i) are separate modules of software distributed in
|
|
||||||
conjunction with the Program under their own license agreement, and (ii)
|
|
||||||
are not derivative works of the Program.</p>
|
|
||||||
|
|
||||||
<p>"Contributor" means any person or entity that distributes
|
"Contributor" means any person or entity that distributes the Program.
|
||||||
the Program.</p>
|
|
||||||
|
|
||||||
<p>"Licensed Patents" mean patent claims licensable by a
|
"Licensed Patents" mean patent claims licensable by a Contributor which are
|
||||||
Contributor which are necessarily infringed by the use or sale of its
|
necessarily infringed by the use or sale of its Contribution alone or when
|
||||||
Contribution alone or when combined with the Program.</p>
|
combined with the Program.
|
||||||
|
|
||||||
<p>"Program" means the Contributions distributed in accordance
|
"Program" means the Contributions distributed in accordance with this Agreement.
|
||||||
with this Agreement.</p>
|
|
||||||
|
|
||||||
<p>"Recipient" means anyone who receives the Program under
|
"Recipient" means anyone who receives the Program under this Agreement, including
|
||||||
this Agreement, including all Contributors.</p>
|
all Contributors.
|
||||||
|
|
||||||
<p><b>2. GRANT OF RIGHTS</b></p>
|
2. GRANT OF RIGHTS
|
||||||
|
|
||||||
<p class="list">a) Subject to the terms of this Agreement, each
|
a) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce,
|
||||||
royalty-free copyright license to reproduce, prepare derivative works
|
prepare derivative works of, publicly display, publicly perform, distribute
|
||||||
of, publicly display, publicly perform, distribute and sublicense the
|
and sublicense the Contribution of such Contributor, if any, and such derivative
|
||||||
Contribution of such Contributor, if any, and such derivative works, in
|
works, in source code and object code form.
|
||||||
source code and object code form.</p>
|
|
||||||
|
|
||||||
<p class="list">b) Subject to the terms of this Agreement, each
|
b) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
|
||||||
royalty-free patent license under Licensed Patents to make, use, sell,
|
Patents to make, use, sell, offer to sell, import and otherwise transfer the
|
||||||
offer to sell, import and otherwise transfer the Contribution of such
|
Contribution of such Contributor, if any, in source code and object code form.
|
||||||
Contributor, if any, in source code and object code form. This patent
|
This patent license shall apply to the combination of the Contribution and
|
||||||
license shall apply to the combination of the Contribution and the
|
the Program if, at the time the Contribution is added by the Contributor,
|
||||||
Program if, at the time the Contribution is added by the Contributor,
|
such addition of the Contribution causes such combination to be covered by
|
||||||
such addition of the Contribution causes such combination to be covered
|
the Licensed Patents. The patent license shall not apply to any other combinations
|
||||||
by the Licensed Patents. The patent license shall not apply to any other
|
which include the Contribution. No hardware per se is licensed hereunder.
|
||||||
combinations which include the Contribution. No hardware per se is
|
|
||||||
licensed hereunder.</p>
|
|
||||||
|
|
||||||
<p class="list">c) Recipient understands that although each Contributor
|
c) Recipient understands that although each Contributor grants the licenses
|
||||||
grants the licenses to its Contributions set forth herein, no assurances
|
to its Contributions set forth herein, no assurances are provided by any Contributor
|
||||||
are provided by any Contributor that the Program does not infringe the
|
that the Program does not infringe the patent or other intellectual property
|
||||||
patent or other intellectual property rights of any other entity. Each
|
rights of any other entity. Each Contributor disclaims any liability to Recipient
|
||||||
Contributor disclaims any liability to Recipient for claims brought by
|
for claims brought by any other entity based on infringement of intellectual
|
||||||
any other entity based on infringement of intellectual property rights
|
property rights or otherwise. As a condition to exercising the rights and
|
||||||
or otherwise. As a condition to exercising the rights and licenses
|
licenses granted hereunder, each Recipient hereby assumes sole responsibility
|
||||||
granted hereunder, each Recipient hereby assumes sole responsibility to
|
to secure any other intellectual property rights needed, if any. For example,
|
||||||
secure any other intellectual property rights needed, if any. For
|
if a third party patent license is required to allow Recipient to distribute
|
||||||
example, if a third party patent license is required to allow Recipient
|
the Program, it is Recipient's responsibility to acquire that license before
|
||||||
to distribute the Program, it is Recipient's responsibility to acquire
|
distributing the Program.
|
||||||
that license before distributing the Program.</p>
|
|
||||||
|
|
||||||
<p class="list">d) Each Contributor represents that to its knowledge it
|
d) Each Contributor represents that to its knowledge it has sufficient copyright
|
||||||
has sufficient copyright rights in its Contribution, if any, to grant
|
rights in its Contribution, if any, to grant the copyright license set forth
|
||||||
the copyright license set forth in this Agreement.</p>
|
in this Agreement.
|
||||||
|
|
||||||
<p><b>3. REQUIREMENTS</b></p>
|
3. REQUIREMENTS
|
||||||
|
|
||||||
<p>A Contributor may choose to distribute the Program in object code
|
A Contributor may choose to distribute the Program in object code form under
|
||||||
form under its own license agreement, provided that:</p>
|
its own license agreement, provided that:
|
||||||
|
|
||||||
<p class="list">a) it complies with the terms and conditions of this
|
a) it complies with the terms and conditions of this Agreement; and
|
||||||
Agreement; and</p>
|
|
||||||
|
|
||||||
<p class="list">b) its license agreement:</p>
|
b) its license agreement:
|
||||||
|
|
||||||
<p class="list">i) effectively disclaims on behalf of all Contributors
|
i) effectively disclaims on behalf of all Contributors all warranties and
|
||||||
all warranties and conditions, express and implied, including warranties
|
conditions, express and implied, including warranties or conditions of title
|
||||||
or conditions of title and non-infringement, and implied warranties or
|
and non-infringement, and implied warranties or conditions of merchantability
|
||||||
conditions of merchantability and fitness for a particular purpose;</p>
|
and fitness for a particular purpose;
|
||||||
|
|
||||||
<p class="list">ii) effectively excludes on behalf of all Contributors
|
ii) effectively excludes on behalf of all Contributors all liability for damages,
|
||||||
all liability for damages, including direct, indirect, special,
|
including direct, indirect, special, incidental and consequential damages,
|
||||||
incidental and consequential damages, such as lost profits;</p>
|
such as lost profits;
|
||||||
|
|
||||||
<p class="list">iii) states that any provisions which differ from this
|
iii) states that any provisions which differ from this Agreement are offered
|
||||||
Agreement are offered by that Contributor alone and not by any other
|
by that Contributor alone and not by any other party; and
|
||||||
party; and</p>
|
|
||||||
|
|
||||||
<p class="list">iv) states that source code for the Program is available
|
iv) states that source code for the Program is available from such Contributor,
|
||||||
from such Contributor, and informs licensees how to obtain it in a
|
and informs licensees how to obtain it in a reasonable manner on or through
|
||||||
reasonable manner on or through a medium customarily used for software
|
a medium customarily used for software exchange.
|
||||||
exchange.</p>
|
|
||||||
|
|
||||||
<p>When the Program is made available in source code form:</p>
|
When the Program is made available in source code form:
|
||||||
|
|
||||||
<p class="list">a) it must be made available under this Agreement; and</p>
|
a) it must be made available under this Agreement; and
|
||||||
|
|
||||||
<p class="list">b) a copy of this Agreement must be included with each
|
b) a copy of this Agreement must be included with each copy of the Program.
|
||||||
copy of the Program.</p>
|
|
||||||
|
|
||||||
<p>Contributors may not remove or alter any copyright notices contained
|
Contributors may not remove or alter any copyright notices contained within
|
||||||
within the Program.</p>
|
the Program.
|
||||||
|
|
||||||
<p>Each Contributor must identify itself as the originator of its
|
Each Contributor must identify itself as the originator of its Contribution,
|
||||||
Contribution, if any, in a manner that reasonably allows subsequent
|
if any, in a manner that reasonably allows subsequent Recipients to identify
|
||||||
Recipients to identify the originator of the Contribution.</p>
|
the originator of the Contribution.
|
||||||
|
|
||||||
<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
|
4. COMMERCIAL DISTRIBUTION
|
||||||
|
|
||||||
<p>Commercial distributors of software may accept certain
|
Commercial distributors of software may accept certain responsibilities with
|
||||||
responsibilities with respect to end users, business partners and the
|
respect to end users, business partners and the like. While this license is
|
||||||
like. While this license is intended to facilitate the commercial use of
|
intended to facilitate the commercial use of the Program, the Contributor
|
||||||
the Program, the Contributor who includes the Program in a commercial
|
who includes the Program in a commercial product offering should do so in
|
||||||
product offering should do so in a manner which does not create
|
a manner which does not create potential liability for other Contributors.
|
||||||
potential liability for other Contributors. Therefore, if a Contributor
|
Therefore, if a Contributor includes the Program in a commercial product offering,
|
||||||
includes the Program in a commercial product offering, such Contributor
|
such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
|
||||||
("Commercial Contributor") hereby agrees to defend and
|
every other Contributor ("Indemnified Contributor") against any losses, damages
|
||||||
indemnify every other Contributor ("Indemnified Contributor")
|
and costs (collectively "Losses") arising from claims, lawsuits and other
|
||||||
against any losses, damages and costs (collectively "Losses")
|
legal actions brought by a third party against the Indemnified Contributor
|
||||||
arising from claims, lawsuits and other legal actions brought by a third
|
to the extent caused by the acts or omissions of such Commercial Contributor
|
||||||
party against the Indemnified Contributor to the extent caused by the
|
in connection with its distribution of the Program in a commercial product
|
||||||
acts or omissions of such Commercial Contributor in connection with its
|
offering. The obligations in this section do not apply to any claims or Losses
|
||||||
distribution of the Program in a commercial product offering. The
|
relating to any actual or alleged intellectual property infringement. In order
|
||||||
obligations in this section do not apply to any claims or Losses
|
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
|
||||||
relating to any actual or alleged intellectual property infringement. In
|
Contributor in writing of such claim, and b) allow the Commercial Contributor
|
||||||
order to qualify, an Indemnified Contributor must: a) promptly notify
|
to control, and cooperate with the Commercial Contributor in, the defense
|
||||||
the Commercial Contributor in writing of such claim, and b) allow the
|
and any related settlement negotiations. The Indemnified Contributor may participate
|
||||||
Commercial Contributor to control, and cooperate with the Commercial
|
in any such claim at its own expense.
|
||||||
Contributor in, the defense and any related settlement negotiations. The
|
|
||||||
Indemnified Contributor may participate in any such claim at its own
|
|
||||||
expense.</p>
|
|
||||||
|
|
||||||
<p>For example, a Contributor might include the Program in a commercial
|
For example, a Contributor might include the Program in a commercial product
|
||||||
product offering, Product X. That Contributor is then a Commercial
|
offering, Product X. That Contributor is then a Commercial Contributor. If
|
||||||
Contributor. If that Commercial Contributor then makes performance
|
that Commercial Contributor then makes performance claims, or offers warranties
|
||||||
claims, or offers warranties related to Product X, those performance
|
related to Product X, those performance claims and warranties are such Commercial
|
||||||
claims and warranties are such Commercial Contributor's responsibility
|
Contributor's responsibility alone. Under this section, the Commercial Contributor
|
||||||
alone. Under this section, the Commercial Contributor would have to
|
would have to defend claims against the other Contributors related to those
|
||||||
defend claims against the other Contributors related to those
|
performance claims and warranties, and if a court requires any other Contributor
|
||||||
performance claims and warranties, and if a court requires any other
|
to pay any damages as a result, the Commercial Contributor must pay those
|
||||||
Contributor to pay any damages as a result, the Commercial Contributor
|
damages.
|
||||||
must pay those damages.</p>
|
|
||||||
|
|
||||||
<p><b>5. NO WARRANTY</b></p>
|
5. NO WARRANTY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON
|
||||||
PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS
|
||||||
OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
|
OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
|
||||||
ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
|
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
|
Each Recipient is solely responsible for determining the appropriateness of
|
||||||
responsible for determining the appropriateness of using and
|
using and distributing the Program and assumes all risks associated with its
|
||||||
distributing the Program and assumes all risks associated with its
|
exercise of rights under this Agreement, including but not limited to the
|
||||||
exercise of rights under this Agreement , including but not limited to
|
risks and costs of program errors, compliance with applicable laws, damage
|
||||||
the risks and costs of program errors, compliance with applicable laws,
|
to or loss of data, programs or equipment, and unavailability or interruption
|
||||||
damage to or loss of data, programs or equipment, and unavailability or
|
of operations.
|
||||||
interruption of operations.</p>
|
|
||||||
|
|
||||||
<p><b>6. DISCLAIMER OF LIABILITY</b></p>
|
6. DISCLAIMER OF LIABILITY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
|
||||||
NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
|
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
|
||||||
WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
|
LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
|
||||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
|
WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
|
||||||
DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
|
GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||||
HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
|
|
||||||
|
|
||||||
<p><b>7. GENERAL</b></p>
|
7. GENERAL
|
||||||
|
|
||||||
<p>If any provision of this Agreement is invalid or unenforceable under
|
If any provision of this Agreement is invalid or unenforceable under applicable
|
||||||
applicable law, it shall not affect the validity or enforceability of
|
law, it shall not affect the validity or enforceability of the remainder of
|
||||||
the remainder of the terms of this Agreement, and without further action
|
the terms of this Agreement, and without further action by the parties hereto,
|
||||||
by the parties hereto, such provision shall be reformed to the minimum
|
such provision shall be reformed to the minimum extent necessary to make such
|
||||||
extent necessary to make such provision valid and enforceable.</p>
|
provision valid and enforceable.
|
||||||
|
|
||||||
<p>If Recipient institutes patent litigation against any entity
|
If Recipient institutes patent litigation against any entity (including a
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that the
|
cross-claim or counterclaim in a lawsuit) alleging that the Program itself
|
||||||
Program itself (excluding combinations of the Program with other
|
(excluding combinations of the Program with other software or hardware) infringes
|
||||||
software or hardware) infringes such Recipient's patent(s), then such
|
such Recipient's patent(s), then such Recipient's rights granted under Section
|
||||||
Recipient's rights granted under Section 2(b) shall terminate as of the
|
2(b) shall terminate as of the date such litigation is filed.
|
||||||
date such litigation is filed.</p>
|
|
||||||
|
|
||||||
<p>All Recipient's rights under this Agreement shall terminate if it
|
All Recipient's rights under this Agreement shall terminate if it fails to
|
||||||
fails to comply with any of the material terms or conditions of this
|
comply with any of the material terms or conditions of this Agreement and
|
||||||
Agreement and does not cure such failure in a reasonable period of time
|
does not cure such failure in a reasonable period of time after becoming aware
|
||||||
after becoming aware of such noncompliance. If all Recipient's rights
|
of such noncompliance. If all Recipient's rights under this Agreement terminate,
|
||||||
under this Agreement terminate, Recipient agrees to cease use and
|
Recipient agrees to cease use and distribution of the Program as soon as reasonably
|
||||||
distribution of the Program as soon as reasonably practicable. However,
|
practicable. However, Recipient's obligations under this Agreement and any
|
||||||
Recipient's obligations under this Agreement and any licenses granted by
|
licenses granted by Recipient relating to the Program shall continue and survive.
|
||||||
Recipient relating to the Program shall continue and survive.</p>
|
|
||||||
|
|
||||||
<p>Everyone is permitted to copy and distribute copies of this
|
Everyone is permitted to copy and distribute copies of this Agreement, but
|
||||||
Agreement, but in order to avoid inconsistency the Agreement is
|
in order to avoid inconsistency the Agreement is copyrighted and may only
|
||||||
copyrighted and may only be modified in the following manner. The
|
be modified in the following manner. The Agreement Steward reserves the right
|
||||||
Agreement Steward reserves the right to publish new versions (including
|
to publish new versions (including revisions) of this Agreement from time
|
||||||
revisions) of this Agreement from time to time. No one other than the
|
to time. No one other than the Agreement Steward has the right to modify this
|
||||||
Agreement Steward has the right to modify this Agreement. The Eclipse
|
Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse
|
||||||
Foundation is the initial Agreement Steward. The Eclipse Foundation may
|
Foundation may assign the responsibility to serve as the Agreement Steward
|
||||||
assign the responsibility to serve as the Agreement Steward to a
|
to a suitable separate entity. Each new version of the Agreement will be given
|
||||||
suitable separate entity. Each new version of the Agreement will be
|
a distinguishing version number. The Program (including Contributions) may
|
||||||
given a distinguishing version number. The Program (including
|
always be distributed subject to the version of the Agreement under which
|
||||||
Contributions) may always be distributed subject to the version of the
|
it was received. In addition, after a new version of the Agreement is published,
|
||||||
Agreement under which it was received. In addition, after a new version
|
Contributor may elect to distribute the Program (including its Contributions)
|
||||||
of the Agreement is published, Contributor may elect to distribute the
|
under the new version. Except as expressly stated in Sections 2(a) and 2(b)
|
||||||
Program (including its Contributions) under the new version. Except as
|
above, Recipient receives no rights or licenses to the intellectual property
|
||||||
expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
|
of any Contributor under this Agreement, whether expressly, by implication,
|
||||||
rights or licenses to the intellectual property of any Contributor under
|
estoppel or otherwise. All rights in the Program not expressly granted under
|
||||||
this Agreement, whether expressly, by implication, estoppel or
|
this Agreement are reserved.
|
||||||
otherwise. All rights in the Program not expressly granted under this
|
|
||||||
Agreement are reserved.</p>
|
|
||||||
|
|
||||||
<p>This Agreement is governed by the laws of the State of New York and
|
This Agreement is governed by the laws of the State of New York and the intellectual
|
||||||
the intellectual property laws of the United States of America. No party
|
property laws of the United States of America. No party to this Agreement
|
||||||
to this Agreement will bring a legal action under this Agreement more
|
will bring a legal action under this Agreement more than one year after the
|
||||||
than one year after the cause of action arose. Each party waives its
|
cause of action arose. Each party waives its rights to a jury trial in any
|
||||||
rights to a jury trial in any resulting litigation.</p>
|
resulting litigation.
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
|
@ -1,261 +1,210 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
Eclipse Public License - v 1.0
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
||||||
|
|
||||||
<head>
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
|
||||||
<title>Eclipse Public License - Version 1.0</title>
|
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
size: 8.5in 11.0in;
|
|
||||||
margin: 0.25in 0.5in 0.25in 0.5in;
|
|
||||||
tab-interval: 0.5in;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
p.list {
|
|
||||||
margin-left: 0.5in;
|
|
||||||
margin-top: 0.05em;
|
|
||||||
margin-bottom: 0.05em;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
1. DEFINITIONS
|
||||||
|
|
||||||
<body lang="EN-US">
|
"Contribution" means:
|
||||||
|
|
||||||
<h2>Eclipse Public License - v 1.0</h2>
|
a) in the case of the initial Contributor, the initial code and documentation
|
||||||
|
distributed under this Agreement, and
|
||||||
|
|
||||||
<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
b) in the case of each subsequent Contributor:
|
||||||
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
|
|
||||||
DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
|
|
||||||
AGREEMENT.</p>
|
|
||||||
|
|
||||||
<p><b>1. DEFINITIONS</b></p>
|
i) changes to the Program, and
|
||||||
|
|
||||||
<p>"Contribution" means:</p>
|
ii) additions to the Program;
|
||||||
|
|
||||||
<p class="list">a) in the case of the initial Contributor, the initial
|
where such changes and/or additions to the Program originate from and are
|
||||||
code and documentation distributed under this Agreement, and</p>
|
distributed by that particular Contributor. A Contribution 'originates' from
|
||||||
<p class="list">b) in the case of each subsequent Contributor:</p>
|
a Contributor if it was added to the Program by such Contributor itself or
|
||||||
<p class="list">i) changes to the Program, and</p>
|
anyone acting on such Contributor's behalf. Contributions do not include additions
|
||||||
<p class="list">ii) additions to the Program;</p>
|
to the Program which: (i) are separate modules of software distributed in
|
||||||
<p class="list">where such changes and/or additions to the Program
|
conjunction with the Program under their own license agreement, and (ii) are
|
||||||
originate from and are distributed by that particular Contributor. A
|
not derivative works of the Program.
|
||||||
Contribution 'originates' from a Contributor if it was added to the
|
|
||||||
Program by such Contributor itself or anyone acting on such
|
|
||||||
Contributor's behalf. Contributions do not include additions to the
|
|
||||||
Program which: (i) are separate modules of software distributed in
|
|
||||||
conjunction with the Program under their own license agreement, and (ii)
|
|
||||||
are not derivative works of the Program.</p>
|
|
||||||
|
|
||||||
<p>"Contributor" means any person or entity that distributes
|
"Contributor" means any person or entity that distributes the Program.
|
||||||
the Program.</p>
|
|
||||||
|
|
||||||
<p>"Licensed Patents" mean patent claims licensable by a
|
"Licensed Patents" mean patent claims licensable by a Contributor which are
|
||||||
Contributor which are necessarily infringed by the use or sale of its
|
necessarily infringed by the use or sale of its Contribution alone or when
|
||||||
Contribution alone or when combined with the Program.</p>
|
combined with the Program.
|
||||||
|
|
||||||
<p>"Program" means the Contributions distributed in accordance
|
"Program" means the Contributions distributed in accordance with this Agreement.
|
||||||
with this Agreement.</p>
|
|
||||||
|
|
||||||
<p>"Recipient" means anyone who receives the Program under
|
"Recipient" means anyone who receives the Program under this Agreement, including
|
||||||
this Agreement, including all Contributors.</p>
|
all Contributors.
|
||||||
|
|
||||||
<p><b>2. GRANT OF RIGHTS</b></p>
|
2. GRANT OF RIGHTS
|
||||||
|
|
||||||
<p class="list">a) Subject to the terms of this Agreement, each
|
a) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce,
|
||||||
royalty-free copyright license to reproduce, prepare derivative works
|
prepare derivative works of, publicly display, publicly perform, distribute
|
||||||
of, publicly display, publicly perform, distribute and sublicense the
|
and sublicense the Contribution of such Contributor, if any, and such derivative
|
||||||
Contribution of such Contributor, if any, and such derivative works, in
|
works, in source code and object code form.
|
||||||
source code and object code form.</p>
|
|
||||||
|
|
||||||
<p class="list">b) Subject to the terms of this Agreement, each
|
b) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
|
||||||
royalty-free patent license under Licensed Patents to make, use, sell,
|
Patents to make, use, sell, offer to sell, import and otherwise transfer the
|
||||||
offer to sell, import and otherwise transfer the Contribution of such
|
Contribution of such Contributor, if any, in source code and object code form.
|
||||||
Contributor, if any, in source code and object code form. This patent
|
This patent license shall apply to the combination of the Contribution and
|
||||||
license shall apply to the combination of the Contribution and the
|
the Program if, at the time the Contribution is added by the Contributor,
|
||||||
Program if, at the time the Contribution is added by the Contributor,
|
such addition of the Contribution causes such combination to be covered by
|
||||||
such addition of the Contribution causes such combination to be covered
|
the Licensed Patents. The patent license shall not apply to any other combinations
|
||||||
by the Licensed Patents. The patent license shall not apply to any other
|
which include the Contribution. No hardware per se is licensed hereunder.
|
||||||
combinations which include the Contribution. No hardware per se is
|
|
||||||
licensed hereunder.</p>
|
|
||||||
|
|
||||||
<p class="list">c) Recipient understands that although each Contributor
|
c) Recipient understands that although each Contributor grants the licenses
|
||||||
grants the licenses to its Contributions set forth herein, no assurances
|
to its Contributions set forth herein, no assurances are provided by any Contributor
|
||||||
are provided by any Contributor that the Program does not infringe the
|
that the Program does not infringe the patent or other intellectual property
|
||||||
patent or other intellectual property rights of any other entity. Each
|
rights of any other entity. Each Contributor disclaims any liability to Recipient
|
||||||
Contributor disclaims any liability to Recipient for claims brought by
|
for claims brought by any other entity based on infringement of intellectual
|
||||||
any other entity based on infringement of intellectual property rights
|
property rights or otherwise. As a condition to exercising the rights and
|
||||||
or otherwise. As a condition to exercising the rights and licenses
|
licenses granted hereunder, each Recipient hereby assumes sole responsibility
|
||||||
granted hereunder, each Recipient hereby assumes sole responsibility to
|
to secure any other intellectual property rights needed, if any. For example,
|
||||||
secure any other intellectual property rights needed, if any. For
|
if a third party patent license is required to allow Recipient to distribute
|
||||||
example, if a third party patent license is required to allow Recipient
|
the Program, it is Recipient's responsibility to acquire that license before
|
||||||
to distribute the Program, it is Recipient's responsibility to acquire
|
distributing the Program.
|
||||||
that license before distributing the Program.</p>
|
|
||||||
|
|
||||||
<p class="list">d) Each Contributor represents that to its knowledge it
|
d) Each Contributor represents that to its knowledge it has sufficient copyright
|
||||||
has sufficient copyright rights in its Contribution, if any, to grant
|
rights in its Contribution, if any, to grant the copyright license set forth
|
||||||
the copyright license set forth in this Agreement.</p>
|
in this Agreement.
|
||||||
|
|
||||||
<p><b>3. REQUIREMENTS</b></p>
|
3. REQUIREMENTS
|
||||||
|
|
||||||
<p>A Contributor may choose to distribute the Program in object code
|
A Contributor may choose to distribute the Program in object code form under
|
||||||
form under its own license agreement, provided that:</p>
|
its own license agreement, provided that:
|
||||||
|
|
||||||
<p class="list">a) it complies with the terms and conditions of this
|
a) it complies with the terms and conditions of this Agreement; and
|
||||||
Agreement; and</p>
|
|
||||||
|
|
||||||
<p class="list">b) its license agreement:</p>
|
b) its license agreement:
|
||||||
|
|
||||||
<p class="list">i) effectively disclaims on behalf of all Contributors
|
i) effectively disclaims on behalf of all Contributors all warranties and
|
||||||
all warranties and conditions, express and implied, including warranties
|
conditions, express and implied, including warranties or conditions of title
|
||||||
or conditions of title and non-infringement, and implied warranties or
|
and non-infringement, and implied warranties or conditions of merchantability
|
||||||
conditions of merchantability and fitness for a particular purpose;</p>
|
and fitness for a particular purpose;
|
||||||
|
|
||||||
<p class="list">ii) effectively excludes on behalf of all Contributors
|
ii) effectively excludes on behalf of all Contributors all liability for damages,
|
||||||
all liability for damages, including direct, indirect, special,
|
including direct, indirect, special, incidental and consequential damages,
|
||||||
incidental and consequential damages, such as lost profits;</p>
|
such as lost profits;
|
||||||
|
|
||||||
<p class="list">iii) states that any provisions which differ from this
|
iii) states that any provisions which differ from this Agreement are offered
|
||||||
Agreement are offered by that Contributor alone and not by any other
|
by that Contributor alone and not by any other party; and
|
||||||
party; and</p>
|
|
||||||
|
|
||||||
<p class="list">iv) states that source code for the Program is available
|
iv) states that source code for the Program is available from such Contributor,
|
||||||
from such Contributor, and informs licensees how to obtain it in a
|
and informs licensees how to obtain it in a reasonable manner on or through
|
||||||
reasonable manner on or through a medium customarily used for software
|
a medium customarily used for software exchange.
|
||||||
exchange.</p>
|
|
||||||
|
|
||||||
<p>When the Program is made available in source code form:</p>
|
When the Program is made available in source code form:
|
||||||
|
|
||||||
<p class="list">a) it must be made available under this Agreement; and</p>
|
a) it must be made available under this Agreement; and
|
||||||
|
|
||||||
<p class="list">b) a copy of this Agreement must be included with each
|
b) a copy of this Agreement must be included with each copy of the Program.
|
||||||
copy of the Program.</p>
|
|
||||||
|
|
||||||
<p>Contributors may not remove or alter any copyright notices contained
|
Contributors may not remove or alter any copyright notices contained within
|
||||||
within the Program.</p>
|
the Program.
|
||||||
|
|
||||||
<p>Each Contributor must identify itself as the originator of its
|
Each Contributor must identify itself as the originator of its Contribution,
|
||||||
Contribution, if any, in a manner that reasonably allows subsequent
|
if any, in a manner that reasonably allows subsequent Recipients to identify
|
||||||
Recipients to identify the originator of the Contribution.</p>
|
the originator of the Contribution.
|
||||||
|
|
||||||
<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
|
4. COMMERCIAL DISTRIBUTION
|
||||||
|
|
||||||
<p>Commercial distributors of software may accept certain
|
Commercial distributors of software may accept certain responsibilities with
|
||||||
responsibilities with respect to end users, business partners and the
|
respect to end users, business partners and the like. While this license is
|
||||||
like. While this license is intended to facilitate the commercial use of
|
intended to facilitate the commercial use of the Program, the Contributor
|
||||||
the Program, the Contributor who includes the Program in a commercial
|
who includes the Program in a commercial product offering should do so in
|
||||||
product offering should do so in a manner which does not create
|
a manner which does not create potential liability for other Contributors.
|
||||||
potential liability for other Contributors. Therefore, if a Contributor
|
Therefore, if a Contributor includes the Program in a commercial product offering,
|
||||||
includes the Program in a commercial product offering, such Contributor
|
such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
|
||||||
("Commercial Contributor") hereby agrees to defend and
|
every other Contributor ("Indemnified Contributor") against any losses, damages
|
||||||
indemnify every other Contributor ("Indemnified Contributor")
|
and costs (collectively "Losses") arising from claims, lawsuits and other
|
||||||
against any losses, damages and costs (collectively "Losses")
|
legal actions brought by a third party against the Indemnified Contributor
|
||||||
arising from claims, lawsuits and other legal actions brought by a third
|
to the extent caused by the acts or omissions of such Commercial Contributor
|
||||||
party against the Indemnified Contributor to the extent caused by the
|
in connection with its distribution of the Program in a commercial product
|
||||||
acts or omissions of such Commercial Contributor in connection with its
|
offering. The obligations in this section do not apply to any claims or Losses
|
||||||
distribution of the Program in a commercial product offering. The
|
relating to any actual or alleged intellectual property infringement. In order
|
||||||
obligations in this section do not apply to any claims or Losses
|
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
|
||||||
relating to any actual or alleged intellectual property infringement. In
|
Contributor in writing of such claim, and b) allow the Commercial Contributor
|
||||||
order to qualify, an Indemnified Contributor must: a) promptly notify
|
to control, and cooperate with the Commercial Contributor in, the defense
|
||||||
the Commercial Contributor in writing of such claim, and b) allow the
|
and any related settlement negotiations. The Indemnified Contributor may participate
|
||||||
Commercial Contributor to control, and cooperate with the Commercial
|
in any such claim at its own expense.
|
||||||
Contributor in, the defense and any related settlement negotiations. The
|
|
||||||
Indemnified Contributor may participate in any such claim at its own
|
|
||||||
expense.</p>
|
|
||||||
|
|
||||||
<p>For example, a Contributor might include the Program in a commercial
|
For example, a Contributor might include the Program in a commercial product
|
||||||
product offering, Product X. That Contributor is then a Commercial
|
offering, Product X. That Contributor is then a Commercial Contributor. If
|
||||||
Contributor. If that Commercial Contributor then makes performance
|
that Commercial Contributor then makes performance claims, or offers warranties
|
||||||
claims, or offers warranties related to Product X, those performance
|
related to Product X, those performance claims and warranties are such Commercial
|
||||||
claims and warranties are such Commercial Contributor's responsibility
|
Contributor's responsibility alone. Under this section, the Commercial Contributor
|
||||||
alone. Under this section, the Commercial Contributor would have to
|
would have to defend claims against the other Contributors related to those
|
||||||
defend claims against the other Contributors related to those
|
performance claims and warranties, and if a court requires any other Contributor
|
||||||
performance claims and warranties, and if a court requires any other
|
to pay any damages as a result, the Commercial Contributor must pay those
|
||||||
Contributor to pay any damages as a result, the Commercial Contributor
|
damages.
|
||||||
must pay those damages.</p>
|
|
||||||
|
|
||||||
<p><b>5. NO WARRANTY</b></p>
|
5. NO WARRANTY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON
|
||||||
PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS
|
||||||
OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
|
OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
|
||||||
ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
|
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
|
Each Recipient is solely responsible for determining the appropriateness of
|
||||||
responsible for determining the appropriateness of using and
|
using and distributing the Program and assumes all risks associated with its
|
||||||
distributing the Program and assumes all risks associated with its
|
exercise of rights under this Agreement, including but not limited to the
|
||||||
exercise of rights under this Agreement , including but not limited to
|
risks and costs of program errors, compliance with applicable laws, damage
|
||||||
the risks and costs of program errors, compliance with applicable laws,
|
to or loss of data, programs or equipment, and unavailability or interruption
|
||||||
damage to or loss of data, programs or equipment, and unavailability or
|
of operations.
|
||||||
interruption of operations.</p>
|
|
||||||
|
|
||||||
<p><b>6. DISCLAIMER OF LIABILITY</b></p>
|
6. DISCLAIMER OF LIABILITY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
|
||||||
NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
|
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
|
||||||
WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
|
LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
|
||||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
|
WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
|
||||||
DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
|
GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||||
HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
|
|
||||||
|
|
||||||
<p><b>7. GENERAL</b></p>
|
7. GENERAL
|
||||||
|
|
||||||
<p>If any provision of this Agreement is invalid or unenforceable under
|
If any provision of this Agreement is invalid or unenforceable under applicable
|
||||||
applicable law, it shall not affect the validity or enforceability of
|
law, it shall not affect the validity or enforceability of the remainder of
|
||||||
the remainder of the terms of this Agreement, and without further action
|
the terms of this Agreement, and without further action by the parties hereto,
|
||||||
by the parties hereto, such provision shall be reformed to the minimum
|
such provision shall be reformed to the minimum extent necessary to make such
|
||||||
extent necessary to make such provision valid and enforceable.</p>
|
provision valid and enforceable.
|
||||||
|
|
||||||
<p>If Recipient institutes patent litigation against any entity
|
If Recipient institutes patent litigation against any entity (including a
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that the
|
cross-claim or counterclaim in a lawsuit) alleging that the Program itself
|
||||||
Program itself (excluding combinations of the Program with other
|
(excluding combinations of the Program with other software or hardware) infringes
|
||||||
software or hardware) infringes such Recipient's patent(s), then such
|
such Recipient's patent(s), then such Recipient's rights granted under Section
|
||||||
Recipient's rights granted under Section 2(b) shall terminate as of the
|
2(b) shall terminate as of the date such litigation is filed.
|
||||||
date such litigation is filed.</p>
|
|
||||||
|
|
||||||
<p>All Recipient's rights under this Agreement shall terminate if it
|
All Recipient's rights under this Agreement shall terminate if it fails to
|
||||||
fails to comply with any of the material terms or conditions of this
|
comply with any of the material terms or conditions of this Agreement and
|
||||||
Agreement and does not cure such failure in a reasonable period of time
|
does not cure such failure in a reasonable period of time after becoming aware
|
||||||
after becoming aware of such noncompliance. If all Recipient's rights
|
of such noncompliance. If all Recipient's rights under this Agreement terminate,
|
||||||
under this Agreement terminate, Recipient agrees to cease use and
|
Recipient agrees to cease use and distribution of the Program as soon as reasonably
|
||||||
distribution of the Program as soon as reasonably practicable. However,
|
practicable. However, Recipient's obligations under this Agreement and any
|
||||||
Recipient's obligations under this Agreement and any licenses granted by
|
licenses granted by Recipient relating to the Program shall continue and survive.
|
||||||
Recipient relating to the Program shall continue and survive.</p>
|
|
||||||
|
|
||||||
<p>Everyone is permitted to copy and distribute copies of this
|
Everyone is permitted to copy and distribute copies of this Agreement, but
|
||||||
Agreement, but in order to avoid inconsistency the Agreement is
|
in order to avoid inconsistency the Agreement is copyrighted and may only
|
||||||
copyrighted and may only be modified in the following manner. The
|
be modified in the following manner. The Agreement Steward reserves the right
|
||||||
Agreement Steward reserves the right to publish new versions (including
|
to publish new versions (including revisions) of this Agreement from time
|
||||||
revisions) of this Agreement from time to time. No one other than the
|
to time. No one other than the Agreement Steward has the right to modify this
|
||||||
Agreement Steward has the right to modify this Agreement. The Eclipse
|
Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse
|
||||||
Foundation is the initial Agreement Steward. The Eclipse Foundation may
|
Foundation may assign the responsibility to serve as the Agreement Steward
|
||||||
assign the responsibility to serve as the Agreement Steward to a
|
to a suitable separate entity. Each new version of the Agreement will be given
|
||||||
suitable separate entity. Each new version of the Agreement will be
|
a distinguishing version number. The Program (including Contributions) may
|
||||||
given a distinguishing version number. The Program (including
|
always be distributed subject to the version of the Agreement under which
|
||||||
Contributions) may always be distributed subject to the version of the
|
it was received. In addition, after a new version of the Agreement is published,
|
||||||
Agreement under which it was received. In addition, after a new version
|
Contributor may elect to distribute the Program (including its Contributions)
|
||||||
of the Agreement is published, Contributor may elect to distribute the
|
under the new version. Except as expressly stated in Sections 2(a) and 2(b)
|
||||||
Program (including its Contributions) under the new version. Except as
|
above, Recipient receives no rights or licenses to the intellectual property
|
||||||
expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
|
of any Contributor under this Agreement, whether expressly, by implication,
|
||||||
rights or licenses to the intellectual property of any Contributor under
|
estoppel or otherwise. All rights in the Program not expressly granted under
|
||||||
this Agreement, whether expressly, by implication, estoppel or
|
this Agreement are reserved.
|
||||||
otherwise. All rights in the Program not expressly granted under this
|
|
||||||
Agreement are reserved.</p>
|
|
||||||
|
|
||||||
<p>This Agreement is governed by the laws of the State of New York and
|
This Agreement is governed by the laws of the State of New York and the intellectual
|
||||||
the intellectual property laws of the United States of America. No party
|
property laws of the United States of America. No party to this Agreement
|
||||||
to this Agreement will bring a legal action under this Agreement more
|
will bring a legal action under this Agreement more than one year after the
|
||||||
than one year after the cause of action arose. Each party waives its
|
cause of action arose. Each party waives its rights to a jury trial in any
|
||||||
rights to a jury trial in any resulting litigation.</p>
|
resulting litigation.
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
|
@ -1,261 +1,210 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
Eclipse Public License - v 1.0
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
||||||
|
|
||||||
<head>
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
|
||||||
<title>Eclipse Public License - Version 1.0</title>
|
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
size: 8.5in 11.0in;
|
|
||||||
margin: 0.25in 0.5in 0.25in 0.5in;
|
|
||||||
tab-interval: 0.5in;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
p.list {
|
|
||||||
margin-left: 0.5in;
|
|
||||||
margin-top: 0.05em;
|
|
||||||
margin-bottom: 0.05em;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
1. DEFINITIONS
|
||||||
|
|
||||||
<body lang="EN-US">
|
"Contribution" means:
|
||||||
|
|
||||||
<h2>Eclipse Public License - v 1.0</h2>
|
a) in the case of the initial Contributor, the initial code and documentation
|
||||||
|
distributed under this Agreement, and
|
||||||
|
|
||||||
<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
b) in the case of each subsequent Contributor:
|
||||||
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
|
|
||||||
DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
|
|
||||||
AGREEMENT.</p>
|
|
||||||
|
|
||||||
<p><b>1. DEFINITIONS</b></p>
|
i) changes to the Program, and
|
||||||
|
|
||||||
<p>"Contribution" means:</p>
|
ii) additions to the Program;
|
||||||
|
|
||||||
<p class="list">a) in the case of the initial Contributor, the initial
|
where such changes and/or additions to the Program originate from and are
|
||||||
code and documentation distributed under this Agreement, and</p>
|
distributed by that particular Contributor. A Contribution 'originates' from
|
||||||
<p class="list">b) in the case of each subsequent Contributor:</p>
|
a Contributor if it was added to the Program by such Contributor itself or
|
||||||
<p class="list">i) changes to the Program, and</p>
|
anyone acting on such Contributor's behalf. Contributions do not include additions
|
||||||
<p class="list">ii) additions to the Program;</p>
|
to the Program which: (i) are separate modules of software distributed in
|
||||||
<p class="list">where such changes and/or additions to the Program
|
conjunction with the Program under their own license agreement, and (ii) are
|
||||||
originate from and are distributed by that particular Contributor. A
|
not derivative works of the Program.
|
||||||
Contribution 'originates' from a Contributor if it was added to the
|
|
||||||
Program by such Contributor itself or anyone acting on such
|
|
||||||
Contributor's behalf. Contributions do not include additions to the
|
|
||||||
Program which: (i) are separate modules of software distributed in
|
|
||||||
conjunction with the Program under their own license agreement, and (ii)
|
|
||||||
are not derivative works of the Program.</p>
|
|
||||||
|
|
||||||
<p>"Contributor" means any person or entity that distributes
|
"Contributor" means any person or entity that distributes the Program.
|
||||||
the Program.</p>
|
|
||||||
|
|
||||||
<p>"Licensed Patents" mean patent claims licensable by a
|
"Licensed Patents" mean patent claims licensable by a Contributor which are
|
||||||
Contributor which are necessarily infringed by the use or sale of its
|
necessarily infringed by the use or sale of its Contribution alone or when
|
||||||
Contribution alone or when combined with the Program.</p>
|
combined with the Program.
|
||||||
|
|
||||||
<p>"Program" means the Contributions distributed in accordance
|
"Program" means the Contributions distributed in accordance with this Agreement.
|
||||||
with this Agreement.</p>
|
|
||||||
|
|
||||||
<p>"Recipient" means anyone who receives the Program under
|
"Recipient" means anyone who receives the Program under this Agreement, including
|
||||||
this Agreement, including all Contributors.</p>
|
all Contributors.
|
||||||
|
|
||||||
<p><b>2. GRANT OF RIGHTS</b></p>
|
2. GRANT OF RIGHTS
|
||||||
|
|
||||||
<p class="list">a) Subject to the terms of this Agreement, each
|
a) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce,
|
||||||
royalty-free copyright license to reproduce, prepare derivative works
|
prepare derivative works of, publicly display, publicly perform, distribute
|
||||||
of, publicly display, publicly perform, distribute and sublicense the
|
and sublicense the Contribution of such Contributor, if any, and such derivative
|
||||||
Contribution of such Contributor, if any, and such derivative works, in
|
works, in source code and object code form.
|
||||||
source code and object code form.</p>
|
|
||||||
|
|
||||||
<p class="list">b) Subject to the terms of this Agreement, each
|
b) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
|
||||||
royalty-free patent license under Licensed Patents to make, use, sell,
|
Patents to make, use, sell, offer to sell, import and otherwise transfer the
|
||||||
offer to sell, import and otherwise transfer the Contribution of such
|
Contribution of such Contributor, if any, in source code and object code form.
|
||||||
Contributor, if any, in source code and object code form. This patent
|
This patent license shall apply to the combination of the Contribution and
|
||||||
license shall apply to the combination of the Contribution and the
|
the Program if, at the time the Contribution is added by the Contributor,
|
||||||
Program if, at the time the Contribution is added by the Contributor,
|
such addition of the Contribution causes such combination to be covered by
|
||||||
such addition of the Contribution causes such combination to be covered
|
the Licensed Patents. The patent license shall not apply to any other combinations
|
||||||
by the Licensed Patents. The patent license shall not apply to any other
|
which include the Contribution. No hardware per se is licensed hereunder.
|
||||||
combinations which include the Contribution. No hardware per se is
|
|
||||||
licensed hereunder.</p>
|
|
||||||
|
|
||||||
<p class="list">c) Recipient understands that although each Contributor
|
c) Recipient understands that although each Contributor grants the licenses
|
||||||
grants the licenses to its Contributions set forth herein, no assurances
|
to its Contributions set forth herein, no assurances are provided by any Contributor
|
||||||
are provided by any Contributor that the Program does not infringe the
|
that the Program does not infringe the patent or other intellectual property
|
||||||
patent or other intellectual property rights of any other entity. Each
|
rights of any other entity. Each Contributor disclaims any liability to Recipient
|
||||||
Contributor disclaims any liability to Recipient for claims brought by
|
for claims brought by any other entity based on infringement of intellectual
|
||||||
any other entity based on infringement of intellectual property rights
|
property rights or otherwise. As a condition to exercising the rights and
|
||||||
or otherwise. As a condition to exercising the rights and licenses
|
licenses granted hereunder, each Recipient hereby assumes sole responsibility
|
||||||
granted hereunder, each Recipient hereby assumes sole responsibility to
|
to secure any other intellectual property rights needed, if any. For example,
|
||||||
secure any other intellectual property rights needed, if any. For
|
if a third party patent license is required to allow Recipient to distribute
|
||||||
example, if a third party patent license is required to allow Recipient
|
the Program, it is Recipient's responsibility to acquire that license before
|
||||||
to distribute the Program, it is Recipient's responsibility to acquire
|
distributing the Program.
|
||||||
that license before distributing the Program.</p>
|
|
||||||
|
|
||||||
<p class="list">d) Each Contributor represents that to its knowledge it
|
d) Each Contributor represents that to its knowledge it has sufficient copyright
|
||||||
has sufficient copyright rights in its Contribution, if any, to grant
|
rights in its Contribution, if any, to grant the copyright license set forth
|
||||||
the copyright license set forth in this Agreement.</p>
|
in this Agreement.
|
||||||
|
|
||||||
<p><b>3. REQUIREMENTS</b></p>
|
3. REQUIREMENTS
|
||||||
|
|
||||||
<p>A Contributor may choose to distribute the Program in object code
|
A Contributor may choose to distribute the Program in object code form under
|
||||||
form under its own license agreement, provided that:</p>
|
its own license agreement, provided that:
|
||||||
|
|
||||||
<p class="list">a) it complies with the terms and conditions of this
|
a) it complies with the terms and conditions of this Agreement; and
|
||||||
Agreement; and</p>
|
|
||||||
|
|
||||||
<p class="list">b) its license agreement:</p>
|
b) its license agreement:
|
||||||
|
|
||||||
<p class="list">i) effectively disclaims on behalf of all Contributors
|
i) effectively disclaims on behalf of all Contributors all warranties and
|
||||||
all warranties and conditions, express and implied, including warranties
|
conditions, express and implied, including warranties or conditions of title
|
||||||
or conditions of title and non-infringement, and implied warranties or
|
and non-infringement, and implied warranties or conditions of merchantability
|
||||||
conditions of merchantability and fitness for a particular purpose;</p>
|
and fitness for a particular purpose;
|
||||||
|
|
||||||
<p class="list">ii) effectively excludes on behalf of all Contributors
|
ii) effectively excludes on behalf of all Contributors all liability for damages,
|
||||||
all liability for damages, including direct, indirect, special,
|
including direct, indirect, special, incidental and consequential damages,
|
||||||
incidental and consequential damages, such as lost profits;</p>
|
such as lost profits;
|
||||||
|
|
||||||
<p class="list">iii) states that any provisions which differ from this
|
iii) states that any provisions which differ from this Agreement are offered
|
||||||
Agreement are offered by that Contributor alone and not by any other
|
by that Contributor alone and not by any other party; and
|
||||||
party; and</p>
|
|
||||||
|
|
||||||
<p class="list">iv) states that source code for the Program is available
|
iv) states that source code for the Program is available from such Contributor,
|
||||||
from such Contributor, and informs licensees how to obtain it in a
|
and informs licensees how to obtain it in a reasonable manner on or through
|
||||||
reasonable manner on or through a medium customarily used for software
|
a medium customarily used for software exchange.
|
||||||
exchange.</p>
|
|
||||||
|
|
||||||
<p>When the Program is made available in source code form:</p>
|
When the Program is made available in source code form:
|
||||||
|
|
||||||
<p class="list">a) it must be made available under this Agreement; and</p>
|
a) it must be made available under this Agreement; and
|
||||||
|
|
||||||
<p class="list">b) a copy of this Agreement must be included with each
|
b) a copy of this Agreement must be included with each copy of the Program.
|
||||||
copy of the Program.</p>
|
|
||||||
|
|
||||||
<p>Contributors may not remove or alter any copyright notices contained
|
Contributors may not remove or alter any copyright notices contained within
|
||||||
within the Program.</p>
|
the Program.
|
||||||
|
|
||||||
<p>Each Contributor must identify itself as the originator of its
|
Each Contributor must identify itself as the originator of its Contribution,
|
||||||
Contribution, if any, in a manner that reasonably allows subsequent
|
if any, in a manner that reasonably allows subsequent Recipients to identify
|
||||||
Recipients to identify the originator of the Contribution.</p>
|
the originator of the Contribution.
|
||||||
|
|
||||||
<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
|
4. COMMERCIAL DISTRIBUTION
|
||||||
|
|
||||||
<p>Commercial distributors of software may accept certain
|
Commercial distributors of software may accept certain responsibilities with
|
||||||
responsibilities with respect to end users, business partners and the
|
respect to end users, business partners and the like. While this license is
|
||||||
like. While this license is intended to facilitate the commercial use of
|
intended to facilitate the commercial use of the Program, the Contributor
|
||||||
the Program, the Contributor who includes the Program in a commercial
|
who includes the Program in a commercial product offering should do so in
|
||||||
product offering should do so in a manner which does not create
|
a manner which does not create potential liability for other Contributors.
|
||||||
potential liability for other Contributors. Therefore, if a Contributor
|
Therefore, if a Contributor includes the Program in a commercial product offering,
|
||||||
includes the Program in a commercial product offering, such Contributor
|
such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
|
||||||
("Commercial Contributor") hereby agrees to defend and
|
every other Contributor ("Indemnified Contributor") against any losses, damages
|
||||||
indemnify every other Contributor ("Indemnified Contributor")
|
and costs (collectively "Losses") arising from claims, lawsuits and other
|
||||||
against any losses, damages and costs (collectively "Losses")
|
legal actions brought by a third party against the Indemnified Contributor
|
||||||
arising from claims, lawsuits and other legal actions brought by a third
|
to the extent caused by the acts or omissions of such Commercial Contributor
|
||||||
party against the Indemnified Contributor to the extent caused by the
|
in connection with its distribution of the Program in a commercial product
|
||||||
acts or omissions of such Commercial Contributor in connection with its
|
offering. The obligations in this section do not apply to any claims or Losses
|
||||||
distribution of the Program in a commercial product offering. The
|
relating to any actual or alleged intellectual property infringement. In order
|
||||||
obligations in this section do not apply to any claims or Losses
|
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
|
||||||
relating to any actual or alleged intellectual property infringement. In
|
Contributor in writing of such claim, and b) allow the Commercial Contributor
|
||||||
order to qualify, an Indemnified Contributor must: a) promptly notify
|
to control, and cooperate with the Commercial Contributor in, the defense
|
||||||
the Commercial Contributor in writing of such claim, and b) allow the
|
and any related settlement negotiations. The Indemnified Contributor may participate
|
||||||
Commercial Contributor to control, and cooperate with the Commercial
|
in any such claim at its own expense.
|
||||||
Contributor in, the defense and any related settlement negotiations. The
|
|
||||||
Indemnified Contributor may participate in any such claim at its own
|
|
||||||
expense.</p>
|
|
||||||
|
|
||||||
<p>For example, a Contributor might include the Program in a commercial
|
For example, a Contributor might include the Program in a commercial product
|
||||||
product offering, Product X. That Contributor is then a Commercial
|
offering, Product X. That Contributor is then a Commercial Contributor. If
|
||||||
Contributor. If that Commercial Contributor then makes performance
|
that Commercial Contributor then makes performance claims, or offers warranties
|
||||||
claims, or offers warranties related to Product X, those performance
|
related to Product X, those performance claims and warranties are such Commercial
|
||||||
claims and warranties are such Commercial Contributor's responsibility
|
Contributor's responsibility alone. Under this section, the Commercial Contributor
|
||||||
alone. Under this section, the Commercial Contributor would have to
|
would have to defend claims against the other Contributors related to those
|
||||||
defend claims against the other Contributors related to those
|
performance claims and warranties, and if a court requires any other Contributor
|
||||||
performance claims and warranties, and if a court requires any other
|
to pay any damages as a result, the Commercial Contributor must pay those
|
||||||
Contributor to pay any damages as a result, the Commercial Contributor
|
damages.
|
||||||
must pay those damages.</p>
|
|
||||||
|
|
||||||
<p><b>5. NO WARRANTY</b></p>
|
5. NO WARRANTY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON
|
||||||
PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS
|
||||||
OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
|
OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
|
||||||
ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
|
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
|
Each Recipient is solely responsible for determining the appropriateness of
|
||||||
responsible for determining the appropriateness of using and
|
using and distributing the Program and assumes all risks associated with its
|
||||||
distributing the Program and assumes all risks associated with its
|
exercise of rights under this Agreement, including but not limited to the
|
||||||
exercise of rights under this Agreement , including but not limited to
|
risks and costs of program errors, compliance with applicable laws, damage
|
||||||
the risks and costs of program errors, compliance with applicable laws,
|
to or loss of data, programs or equipment, and unavailability or interruption
|
||||||
damage to or loss of data, programs or equipment, and unavailability or
|
of operations.
|
||||||
interruption of operations.</p>
|
|
||||||
|
|
||||||
<p><b>6. DISCLAIMER OF LIABILITY</b></p>
|
6. DISCLAIMER OF LIABILITY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
|
||||||
NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
|
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
|
||||||
WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
|
LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
|
||||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
|
WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
|
||||||
DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
|
GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||||
HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
|
|
||||||
|
|
||||||
<p><b>7. GENERAL</b></p>
|
7. GENERAL
|
||||||
|
|
||||||
<p>If any provision of this Agreement is invalid or unenforceable under
|
If any provision of this Agreement is invalid or unenforceable under applicable
|
||||||
applicable law, it shall not affect the validity or enforceability of
|
law, it shall not affect the validity or enforceability of the remainder of
|
||||||
the remainder of the terms of this Agreement, and without further action
|
the terms of this Agreement, and without further action by the parties hereto,
|
||||||
by the parties hereto, such provision shall be reformed to the minimum
|
such provision shall be reformed to the minimum extent necessary to make such
|
||||||
extent necessary to make such provision valid and enforceable.</p>
|
provision valid and enforceable.
|
||||||
|
|
||||||
<p>If Recipient institutes patent litigation against any entity
|
If Recipient institutes patent litigation against any entity (including a
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that the
|
cross-claim or counterclaim in a lawsuit) alleging that the Program itself
|
||||||
Program itself (excluding combinations of the Program with other
|
(excluding combinations of the Program with other software or hardware) infringes
|
||||||
software or hardware) infringes such Recipient's patent(s), then such
|
such Recipient's patent(s), then such Recipient's rights granted under Section
|
||||||
Recipient's rights granted under Section 2(b) shall terminate as of the
|
2(b) shall terminate as of the date such litigation is filed.
|
||||||
date such litigation is filed.</p>
|
|
||||||
|
|
||||||
<p>All Recipient's rights under this Agreement shall terminate if it
|
All Recipient's rights under this Agreement shall terminate if it fails to
|
||||||
fails to comply with any of the material terms or conditions of this
|
comply with any of the material terms or conditions of this Agreement and
|
||||||
Agreement and does not cure such failure in a reasonable period of time
|
does not cure such failure in a reasonable period of time after becoming aware
|
||||||
after becoming aware of such noncompliance. If all Recipient's rights
|
of such noncompliance. If all Recipient's rights under this Agreement terminate,
|
||||||
under this Agreement terminate, Recipient agrees to cease use and
|
Recipient agrees to cease use and distribution of the Program as soon as reasonably
|
||||||
distribution of the Program as soon as reasonably practicable. However,
|
practicable. However, Recipient's obligations under this Agreement and any
|
||||||
Recipient's obligations under this Agreement and any licenses granted by
|
licenses granted by Recipient relating to the Program shall continue and survive.
|
||||||
Recipient relating to the Program shall continue and survive.</p>
|
|
||||||
|
|
||||||
<p>Everyone is permitted to copy and distribute copies of this
|
Everyone is permitted to copy and distribute copies of this Agreement, but
|
||||||
Agreement, but in order to avoid inconsistency the Agreement is
|
in order to avoid inconsistency the Agreement is copyrighted and may only
|
||||||
copyrighted and may only be modified in the following manner. The
|
be modified in the following manner. The Agreement Steward reserves the right
|
||||||
Agreement Steward reserves the right to publish new versions (including
|
to publish new versions (including revisions) of this Agreement from time
|
||||||
revisions) of this Agreement from time to time. No one other than the
|
to time. No one other than the Agreement Steward has the right to modify this
|
||||||
Agreement Steward has the right to modify this Agreement. The Eclipse
|
Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse
|
||||||
Foundation is the initial Agreement Steward. The Eclipse Foundation may
|
Foundation may assign the responsibility to serve as the Agreement Steward
|
||||||
assign the responsibility to serve as the Agreement Steward to a
|
to a suitable separate entity. Each new version of the Agreement will be given
|
||||||
suitable separate entity. Each new version of the Agreement will be
|
a distinguishing version number. The Program (including Contributions) may
|
||||||
given a distinguishing version number. The Program (including
|
always be distributed subject to the version of the Agreement under which
|
||||||
Contributions) may always be distributed subject to the version of the
|
it was received. In addition, after a new version of the Agreement is published,
|
||||||
Agreement under which it was received. In addition, after a new version
|
Contributor may elect to distribute the Program (including its Contributions)
|
||||||
of the Agreement is published, Contributor may elect to distribute the
|
under the new version. Except as expressly stated in Sections 2(a) and 2(b)
|
||||||
Program (including its Contributions) under the new version. Except as
|
above, Recipient receives no rights or licenses to the intellectual property
|
||||||
expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
|
of any Contributor under this Agreement, whether expressly, by implication,
|
||||||
rights or licenses to the intellectual property of any Contributor under
|
estoppel or otherwise. All rights in the Program not expressly granted under
|
||||||
this Agreement, whether expressly, by implication, estoppel or
|
this Agreement are reserved.
|
||||||
otherwise. All rights in the Program not expressly granted under this
|
|
||||||
Agreement are reserved.</p>
|
|
||||||
|
|
||||||
<p>This Agreement is governed by the laws of the State of New York and
|
This Agreement is governed by the laws of the State of New York and the intellectual
|
||||||
the intellectual property laws of the United States of America. No party
|
property laws of the United States of America. No party to this Agreement
|
||||||
to this Agreement will bring a legal action under this Agreement more
|
will bring a legal action under this Agreement more than one year after the
|
||||||
than one year after the cause of action arose. Each party waives its
|
cause of action arose. Each party waives its rights to a jury trial in any
|
||||||
rights to a jury trial in any resulting litigation.</p>
|
resulting litigation.
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
|
@ -1,261 +1,210 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
Eclipse Public License - v 1.0
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
||||||
|
|
||||||
<head>
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
|
||||||
<title>Eclipse Public License - Version 1.0</title>
|
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
size: 8.5in 11.0in;
|
|
||||||
margin: 0.25in 0.5in 0.25in 0.5in;
|
|
||||||
tab-interval: 0.5in;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin-left: auto;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
p.list {
|
|
||||||
margin-left: 0.5in;
|
|
||||||
margin-top: 0.05em;
|
|
||||||
margin-bottom: 0.05em;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
1. DEFINITIONS
|
||||||
|
|
||||||
<body lang="EN-US">
|
"Contribution" means:
|
||||||
|
|
||||||
<h2>Eclipse Public License - v 1.0</h2>
|
a) in the case of the initial Contributor, the initial code and documentation
|
||||||
|
distributed under this Agreement, and
|
||||||
|
|
||||||
<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
|
b) in the case of each subsequent Contributor:
|
||||||
PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
|
|
||||||
DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
|
|
||||||
AGREEMENT.</p>
|
|
||||||
|
|
||||||
<p><b>1. DEFINITIONS</b></p>
|
i) changes to the Program, and
|
||||||
|
|
||||||
<p>"Contribution" means:</p>
|
ii) additions to the Program;
|
||||||
|
|
||||||
<p class="list">a) in the case of the initial Contributor, the initial
|
where such changes and/or additions to the Program originate from and are
|
||||||
code and documentation distributed under this Agreement, and</p>
|
distributed by that particular Contributor. A Contribution 'originates' from
|
||||||
<p class="list">b) in the case of each subsequent Contributor:</p>
|
a Contributor if it was added to the Program by such Contributor itself or
|
||||||
<p class="list">i) changes to the Program, and</p>
|
anyone acting on such Contributor's behalf. Contributions do not include additions
|
||||||
<p class="list">ii) additions to the Program;</p>
|
to the Program which: (i) are separate modules of software distributed in
|
||||||
<p class="list">where such changes and/or additions to the Program
|
conjunction with the Program under their own license agreement, and (ii) are
|
||||||
originate from and are distributed by that particular Contributor. A
|
not derivative works of the Program.
|
||||||
Contribution 'originates' from a Contributor if it was added to the
|
|
||||||
Program by such Contributor itself or anyone acting on such
|
|
||||||
Contributor's behalf. Contributions do not include additions to the
|
|
||||||
Program which: (i) are separate modules of software distributed in
|
|
||||||
conjunction with the Program under their own license agreement, and (ii)
|
|
||||||
are not derivative works of the Program.</p>
|
|
||||||
|
|
||||||
<p>"Contributor" means any person or entity that distributes
|
"Contributor" means any person or entity that distributes the Program.
|
||||||
the Program.</p>
|
|
||||||
|
|
||||||
<p>"Licensed Patents" mean patent claims licensable by a
|
"Licensed Patents" mean patent claims licensable by a Contributor which are
|
||||||
Contributor which are necessarily infringed by the use or sale of its
|
necessarily infringed by the use or sale of its Contribution alone or when
|
||||||
Contribution alone or when combined with the Program.</p>
|
combined with the Program.
|
||||||
|
|
||||||
<p>"Program" means the Contributions distributed in accordance
|
"Program" means the Contributions distributed in accordance with this Agreement.
|
||||||
with this Agreement.</p>
|
|
||||||
|
|
||||||
<p>"Recipient" means anyone who receives the Program under
|
"Recipient" means anyone who receives the Program under this Agreement, including
|
||||||
this Agreement, including all Contributors.</p>
|
all Contributors.
|
||||||
|
|
||||||
<p><b>2. GRANT OF RIGHTS</b></p>
|
2. GRANT OF RIGHTS
|
||||||
|
|
||||||
<p class="list">a) Subject to the terms of this Agreement, each
|
a) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce,
|
||||||
royalty-free copyright license to reproduce, prepare derivative works
|
prepare derivative works of, publicly display, publicly perform, distribute
|
||||||
of, publicly display, publicly perform, distribute and sublicense the
|
and sublicense the Contribution of such Contributor, if any, and such derivative
|
||||||
Contribution of such Contributor, if any, and such derivative works, in
|
works, in source code and object code form.
|
||||||
source code and object code form.</p>
|
|
||||||
|
|
||||||
<p class="list">b) Subject to the terms of this Agreement, each
|
b) Subject to the terms of this Agreement, each Contributor hereby grants
|
||||||
Contributor hereby grants Recipient a non-exclusive, worldwide,
|
Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
|
||||||
royalty-free patent license under Licensed Patents to make, use, sell,
|
Patents to make, use, sell, offer to sell, import and otherwise transfer the
|
||||||
offer to sell, import and otherwise transfer the Contribution of such
|
Contribution of such Contributor, if any, in source code and object code form.
|
||||||
Contributor, if any, in source code and object code form. This patent
|
This patent license shall apply to the combination of the Contribution and
|
||||||
license shall apply to the combination of the Contribution and the
|
the Program if, at the time the Contribution is added by the Contributor,
|
||||||
Program if, at the time the Contribution is added by the Contributor,
|
such addition of the Contribution causes such combination to be covered by
|
||||||
such addition of the Contribution causes such combination to be covered
|
the Licensed Patents. The patent license shall not apply to any other combinations
|
||||||
by the Licensed Patents. The patent license shall not apply to any other
|
which include the Contribution. No hardware per se is licensed hereunder.
|
||||||
combinations which include the Contribution. No hardware per se is
|
|
||||||
licensed hereunder.</p>
|
|
||||||
|
|
||||||
<p class="list">c) Recipient understands that although each Contributor
|
c) Recipient understands that although each Contributor grants the licenses
|
||||||
grants the licenses to its Contributions set forth herein, no assurances
|
to its Contributions set forth herein, no assurances are provided by any Contributor
|
||||||
are provided by any Contributor that the Program does not infringe the
|
that the Program does not infringe the patent or other intellectual property
|
||||||
patent or other intellectual property rights of any other entity. Each
|
rights of any other entity. Each Contributor disclaims any liability to Recipient
|
||||||
Contributor disclaims any liability to Recipient for claims brought by
|
for claims brought by any other entity based on infringement of intellectual
|
||||||
any other entity based on infringement of intellectual property rights
|
property rights or otherwise. As a condition to exercising the rights and
|
||||||
or otherwise. As a condition to exercising the rights and licenses
|
licenses granted hereunder, each Recipient hereby assumes sole responsibility
|
||||||
granted hereunder, each Recipient hereby assumes sole responsibility to
|
to secure any other intellectual property rights needed, if any. For example,
|
||||||
secure any other intellectual property rights needed, if any. For
|
if a third party patent license is required to allow Recipient to distribute
|
||||||
example, if a third party patent license is required to allow Recipient
|
the Program, it is Recipient's responsibility to acquire that license before
|
||||||
to distribute the Program, it is Recipient's responsibility to acquire
|
distributing the Program.
|
||||||
that license before distributing the Program.</p>
|
|
||||||
|
|
||||||
<p class="list">d) Each Contributor represents that to its knowledge it
|
d) Each Contributor represents that to its knowledge it has sufficient copyright
|
||||||
has sufficient copyright rights in its Contribution, if any, to grant
|
rights in its Contribution, if any, to grant the copyright license set forth
|
||||||
the copyright license set forth in this Agreement.</p>
|
in this Agreement.
|
||||||
|
|
||||||
<p><b>3. REQUIREMENTS</b></p>
|
3. REQUIREMENTS
|
||||||
|
|
||||||
<p>A Contributor may choose to distribute the Program in object code
|
A Contributor may choose to distribute the Program in object code form under
|
||||||
form under its own license agreement, provided that:</p>
|
its own license agreement, provided that:
|
||||||
|
|
||||||
<p class="list">a) it complies with the terms and conditions of this
|
a) it complies with the terms and conditions of this Agreement; and
|
||||||
Agreement; and</p>
|
|
||||||
|
|
||||||
<p class="list">b) its license agreement:</p>
|
b) its license agreement:
|
||||||
|
|
||||||
<p class="list">i) effectively disclaims on behalf of all Contributors
|
i) effectively disclaims on behalf of all Contributors all warranties and
|
||||||
all warranties and conditions, express and implied, including warranties
|
conditions, express and implied, including warranties or conditions of title
|
||||||
or conditions of title and non-infringement, and implied warranties or
|
and non-infringement, and implied warranties or conditions of merchantability
|
||||||
conditions of merchantability and fitness for a particular purpose;</p>
|
and fitness for a particular purpose;
|
||||||
|
|
||||||
<p class="list">ii) effectively excludes on behalf of all Contributors
|
ii) effectively excludes on behalf of all Contributors all liability for damages,
|
||||||
all liability for damages, including direct, indirect, special,
|
including direct, indirect, special, incidental and consequential damages,
|
||||||
incidental and consequential damages, such as lost profits;</p>
|
such as lost profits;
|
||||||
|
|
||||||
<p class="list">iii) states that any provisions which differ from this
|
iii) states that any provisions which differ from this Agreement are offered
|
||||||
Agreement are offered by that Contributor alone and not by any other
|
by that Contributor alone and not by any other party; and
|
||||||
party; and</p>
|
|
||||||
|
|
||||||
<p class="list">iv) states that source code for the Program is available
|
iv) states that source code for the Program is available from such Contributor,
|
||||||
from such Contributor, and informs licensees how to obtain it in a
|
and informs licensees how to obtain it in a reasonable manner on or through
|
||||||
reasonable manner on or through a medium customarily used for software
|
a medium customarily used for software exchange.
|
||||||
exchange.</p>
|
|
||||||
|
|
||||||
<p>When the Program is made available in source code form:</p>
|
When the Program is made available in source code form:
|
||||||
|
|
||||||
<p class="list">a) it must be made available under this Agreement; and</p>
|
a) it must be made available under this Agreement; and
|
||||||
|
|
||||||
<p class="list">b) a copy of this Agreement must be included with each
|
b) a copy of this Agreement must be included with each copy of the Program.
|
||||||
copy of the Program.</p>
|
|
||||||
|
|
||||||
<p>Contributors may not remove or alter any copyright notices contained
|
Contributors may not remove or alter any copyright notices contained within
|
||||||
within the Program.</p>
|
the Program.
|
||||||
|
|
||||||
<p>Each Contributor must identify itself as the originator of its
|
Each Contributor must identify itself as the originator of its Contribution,
|
||||||
Contribution, if any, in a manner that reasonably allows subsequent
|
if any, in a manner that reasonably allows subsequent Recipients to identify
|
||||||
Recipients to identify the originator of the Contribution.</p>
|
the originator of the Contribution.
|
||||||
|
|
||||||
<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
|
4. COMMERCIAL DISTRIBUTION
|
||||||
|
|
||||||
<p>Commercial distributors of software may accept certain
|
Commercial distributors of software may accept certain responsibilities with
|
||||||
responsibilities with respect to end users, business partners and the
|
respect to end users, business partners and the like. While this license is
|
||||||
like. While this license is intended to facilitate the commercial use of
|
intended to facilitate the commercial use of the Program, the Contributor
|
||||||
the Program, the Contributor who includes the Program in a commercial
|
who includes the Program in a commercial product offering should do so in
|
||||||
product offering should do so in a manner which does not create
|
a manner which does not create potential liability for other Contributors.
|
||||||
potential liability for other Contributors. Therefore, if a Contributor
|
Therefore, if a Contributor includes the Program in a commercial product offering,
|
||||||
includes the Program in a commercial product offering, such Contributor
|
such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
|
||||||
("Commercial Contributor") hereby agrees to defend and
|
every other Contributor ("Indemnified Contributor") against any losses, damages
|
||||||
indemnify every other Contributor ("Indemnified Contributor")
|
and costs (collectively "Losses") arising from claims, lawsuits and other
|
||||||
against any losses, damages and costs (collectively "Losses")
|
legal actions brought by a third party against the Indemnified Contributor
|
||||||
arising from claims, lawsuits and other legal actions brought by a third
|
to the extent caused by the acts or omissions of such Commercial Contributor
|
||||||
party against the Indemnified Contributor to the extent caused by the
|
in connection with its distribution of the Program in a commercial product
|
||||||
acts or omissions of such Commercial Contributor in connection with its
|
offering. The obligations in this section do not apply to any claims or Losses
|
||||||
distribution of the Program in a commercial product offering. The
|
relating to any actual or alleged intellectual property infringement. In order
|
||||||
obligations in this section do not apply to any claims or Losses
|
to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
|
||||||
relating to any actual or alleged intellectual property infringement. In
|
Contributor in writing of such claim, and b) allow the Commercial Contributor
|
||||||
order to qualify, an Indemnified Contributor must: a) promptly notify
|
to control, and cooperate with the Commercial Contributor in, the defense
|
||||||
the Commercial Contributor in writing of such claim, and b) allow the
|
and any related settlement negotiations. The Indemnified Contributor may participate
|
||||||
Commercial Contributor to control, and cooperate with the Commercial
|
in any such claim at its own expense.
|
||||||
Contributor in, the defense and any related settlement negotiations. The
|
|
||||||
Indemnified Contributor may participate in any such claim at its own
|
|
||||||
expense.</p>
|
|
||||||
|
|
||||||
<p>For example, a Contributor might include the Program in a commercial
|
For example, a Contributor might include the Program in a commercial product
|
||||||
product offering, Product X. That Contributor is then a Commercial
|
offering, Product X. That Contributor is then a Commercial Contributor. If
|
||||||
Contributor. If that Commercial Contributor then makes performance
|
that Commercial Contributor then makes performance claims, or offers warranties
|
||||||
claims, or offers warranties related to Product X, those performance
|
related to Product X, those performance claims and warranties are such Commercial
|
||||||
claims and warranties are such Commercial Contributor's responsibility
|
Contributor's responsibility alone. Under this section, the Commercial Contributor
|
||||||
alone. Under this section, the Commercial Contributor would have to
|
would have to defend claims against the other Contributors related to those
|
||||||
defend claims against the other Contributors related to those
|
performance claims and warranties, and if a court requires any other Contributor
|
||||||
performance claims and warranties, and if a court requires any other
|
to pay any damages as a result, the Commercial Contributor must pay those
|
||||||
Contributor to pay any damages as a result, the Commercial Contributor
|
damages.
|
||||||
must pay those damages.</p>
|
|
||||||
|
|
||||||
<p><b>5. NO WARRANTY</b></p>
|
5. NO WARRANTY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON
|
||||||
PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS
|
||||||
OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
|
OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
|
||||||
ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
|
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
|
Each Recipient is solely responsible for determining the appropriateness of
|
||||||
responsible for determining the appropriateness of using and
|
using and distributing the Program and assumes all risks associated with its
|
||||||
distributing the Program and assumes all risks associated with its
|
exercise of rights under this Agreement, including but not limited to the
|
||||||
exercise of rights under this Agreement , including but not limited to
|
risks and costs of program errors, compliance with applicable laws, damage
|
||||||
the risks and costs of program errors, compliance with applicable laws,
|
to or loss of data, programs or equipment, and unavailability or interruption
|
||||||
damage to or loss of data, programs or equipment, and unavailability or
|
of operations.
|
||||||
interruption of operations.</p>
|
|
||||||
|
|
||||||
<p><b>6. DISCLAIMER OF LIABILITY</b></p>
|
6. DISCLAIMER OF LIABILITY
|
||||||
|
|
||||||
<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
|
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
|
||||||
NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
|
CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
|
||||||
WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
|
LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
|
||||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
|
WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
|
||||||
DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
|
GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
||||||
HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
|
|
||||||
|
|
||||||
<p><b>7. GENERAL</b></p>
|
7. GENERAL
|
||||||
|
|
||||||
<p>If any provision of this Agreement is invalid or unenforceable under
|
If any provision of this Agreement is invalid or unenforceable under applicable
|
||||||
applicable law, it shall not affect the validity or enforceability of
|
law, it shall not affect the validity or enforceability of the remainder of
|
||||||
the remainder of the terms of this Agreement, and without further action
|
the terms of this Agreement, and without further action by the parties hereto,
|
||||||
by the parties hereto, such provision shall be reformed to the minimum
|
such provision shall be reformed to the minimum extent necessary to make such
|
||||||
extent necessary to make such provision valid and enforceable.</p>
|
provision valid and enforceable.
|
||||||
|
|
||||||
<p>If Recipient institutes patent litigation against any entity
|
If Recipient institutes patent litigation against any entity (including a
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that the
|
cross-claim or counterclaim in a lawsuit) alleging that the Program itself
|
||||||
Program itself (excluding combinations of the Program with other
|
(excluding combinations of the Program with other software or hardware) infringes
|
||||||
software or hardware) infringes such Recipient's patent(s), then such
|
such Recipient's patent(s), then such Recipient's rights granted under Section
|
||||||
Recipient's rights granted under Section 2(b) shall terminate as of the
|
2(b) shall terminate as of the date such litigation is filed.
|
||||||
date such litigation is filed.</p>
|
|
||||||
|
|
||||||
<p>All Recipient's rights under this Agreement shall terminate if it
|
All Recipient's rights under this Agreement shall terminate if it fails to
|
||||||
fails to comply with any of the material terms or conditions of this
|
comply with any of the material terms or conditions of this Agreement and
|
||||||
Agreement and does not cure such failure in a reasonable period of time
|
does not cure such failure in a reasonable period of time after becoming aware
|
||||||
after becoming aware of such noncompliance. If all Recipient's rights
|
of such noncompliance. If all Recipient's rights under this Agreement terminate,
|
||||||
under this Agreement terminate, Recipient agrees to cease use and
|
Recipient agrees to cease use and distribution of the Program as soon as reasonably
|
||||||
distribution of the Program as soon as reasonably practicable. However,
|
practicable. However, Recipient's obligations under this Agreement and any
|
||||||
Recipient's obligations under this Agreement and any licenses granted by
|
licenses granted by Recipient relating to the Program shall continue and survive.
|
||||||
Recipient relating to the Program shall continue and survive.</p>
|
|
||||||
|
|
||||||
<p>Everyone is permitted to copy and distribute copies of this
|
Everyone is permitted to copy and distribute copies of this Agreement, but
|
||||||
Agreement, but in order to avoid inconsistency the Agreement is
|
in order to avoid inconsistency the Agreement is copyrighted and may only
|
||||||
copyrighted and may only be modified in the following manner. The
|
be modified in the following manner. The Agreement Steward reserves the right
|
||||||
Agreement Steward reserves the right to publish new versions (including
|
to publish new versions (including revisions) of this Agreement from time
|
||||||
revisions) of this Agreement from time to time. No one other than the
|
to time. No one other than the Agreement Steward has the right to modify this
|
||||||
Agreement Steward has the right to modify this Agreement. The Eclipse
|
Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse
|
||||||
Foundation is the initial Agreement Steward. The Eclipse Foundation may
|
Foundation may assign the responsibility to serve as the Agreement Steward
|
||||||
assign the responsibility to serve as the Agreement Steward to a
|
to a suitable separate entity. Each new version of the Agreement will be given
|
||||||
suitable separate entity. Each new version of the Agreement will be
|
a distinguishing version number. The Program (including Contributions) may
|
||||||
given a distinguishing version number. The Program (including
|
always be distributed subject to the version of the Agreement under which
|
||||||
Contributions) may always be distributed subject to the version of the
|
it was received. In addition, after a new version of the Agreement is published,
|
||||||
Agreement under which it was received. In addition, after a new version
|
Contributor may elect to distribute the Program (including its Contributions)
|
||||||
of the Agreement is published, Contributor may elect to distribute the
|
under the new version. Except as expressly stated in Sections 2(a) and 2(b)
|
||||||
Program (including its Contributions) under the new version. Except as
|
above, Recipient receives no rights or licenses to the intellectual property
|
||||||
expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
|
of any Contributor under this Agreement, whether expressly, by implication,
|
||||||
rights or licenses to the intellectual property of any Contributor under
|
estoppel or otherwise. All rights in the Program not expressly granted under
|
||||||
this Agreement, whether expressly, by implication, estoppel or
|
this Agreement are reserved.
|
||||||
otherwise. All rights in the Program not expressly granted under this
|
|
||||||
Agreement are reserved.</p>
|
|
||||||
|
|
||||||
<p>This Agreement is governed by the laws of the State of New York and
|
This Agreement is governed by the laws of the State of New York and the intellectual
|
||||||
the intellectual property laws of the United States of America. No party
|
property laws of the United States of America. No party to this Agreement
|
||||||
to this Agreement will bring a legal action under this Agreement more
|
will bring a legal action under this Agreement more than one year after the
|
||||||
than one year after the cause of action arose. Each party waives its
|
cause of action arose. Each party waives its rights to a jury trial in any
|
||||||
rights to a jury trial in any resulting litigation.</p>
|
resulting litigation.
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
|
@ -1,299 +1,4 @@
|
||||||
<!DOCTYPE html>
|
Eclipse Public License - v 1.0
|
||||||
<html lang='en'>
|
|
||||||
<head>
|
|
||||||
<title>LICENSE.txt - org.eclipse.sisu.inject.git - Sisu: @Inject support</title>
|
|
||||||
<meta name='generator' content='cgit v1.2.1'/>
|
|
||||||
<meta name='robots' content='index, nofollow'/>
|
|
||||||
<link rel='stylesheet' type='text/css' href='/cgit.css'/>
|
|
||||||
<link rel='shortcut icon' href='/favicon.ico'/>
|
|
||||||
<link rel='alternate' title='Atom feed' href='http://git.eclipse.org/c/sisu/org.eclipse.sisu.inject.git/atom/LICENSE.txt?h=releases/0.3.2' type='application/atom+xml'/>
|
|
||||||
<link rel='vcs-git' href='git://git.eclipse.org/gitroot/sisu/org.eclipse.sisu.inject.git' title='org.eclipse.sisu.inject.git Git repository'/>
|
|
||||||
<link rel='vcs-git' href='https://git.eclipse.org/r/sisu/org.eclipse.sisu.inject.git' title='org.eclipse.sisu.inject.git Git repository'/>
|
|
||||||
<link rel='vcs-git' href='ssh://user_id@git.eclipse.org:29418/sisu/org.eclipse.sisu.inject.git' title='org.eclipse.sisu.inject.git Git repository'/>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<meta name="keywords" content="eclipse.org, Eclipse Foundation, Eclipse, Git, Source code, Source" />
|
|
||||||
<link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
|
|
||||||
<link rel="shortcut icon" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/images/favicon.ico"/>
|
|
||||||
<link rel="stylesheet" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v1.4"/>
|
|
||||||
<link rel="stylesheet" type="text/css" href="/cgit.css" media="screen" />
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<!-- Google Tag Manager (noscript) -->
|
|
||||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5WLCZXC"
|
|
||||||
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|
||||||
<!-- End Google Tag Manager (noscript) --> <a class="sr-only" href="#content">Skip to main content</a>
|
|
||||||
<header class="header-wrapper" id="header-wrapper">
|
|
||||||
<div class="clearfix toolbar-container-wrapper">
|
|
||||||
<div class="container-fluid">
|
|
||||||
<div class="text-right toolbar-row row hidden-print">
|
|
||||||
<div class="col-md-24 row-toolbar-col">
|
|
||||||
<ul class="list-inline">
|
|
||||||
<li><a href="https://accounts.eclipse.org/user/edit" class="" data-tab-destination="tab-profile"><i class="fa fa-edit fa-fw"></i> Edit my account</a></li>
|
|
||||||
<li><a class="toolbar-link toolbar-manage-cookies dropdown-toggle"><i class="fa fa-wrench"></i> Manage Cookies</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="container-fluid">
|
|
||||||
<div class="row" id="header-row">
|
|
||||||
<div class="col-sm-8 col-md-6 col-lg-4" id="header-left">
|
|
||||||
<div class="wrapper-logo-default"><a href="https://www.eclipse.org/"><img class="logo-eclipse-default hidden-xs" alt="Eclipse.org logo" width="160" src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/images/logo/eclipse-foundation-white-orange.svg"/></a></div>
|
|
||||||
</div>
|
|
||||||
<div class="col-sm-19 col-md-20 margin-top-10" id="main-menu-wrapper">
|
|
||||||
<div class="float-right hidden-xs" id="btn-call-for-action"><a href="https://www.eclipse.org/donate/" class="btn btn-huge btn-info"><i class="fa fa-star"></i> Donate</a></div>
|
|
||||||
<div class="navbar yamm float-sm-right" id="main-menu">
|
|
||||||
<div class="navbar-collapse collapse" id="navbar-main-menu">
|
|
||||||
<ul class="nav navbar-nav">
|
|
||||||
<li><a href="https://www.eclipse.org/membership/" target="_self">Members</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/workinggroups/" target="_self">Working Groups</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/projects/" target="_self">Projects</a></li>
|
|
||||||
<li class="dropdown visible-xs">
|
|
||||||
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Community <b class="caret"></b></a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
|
|
||||||
<li><a href="http://events.eclipse.org">Events</a></li>
|
|
||||||
<li><a href="http://www.planeteclipse.org/">Planet Eclipse</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
|
|
||||||
<li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
|
|
||||||
<li><a href="https://blogs.eclipse.org">Blogs</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown visible-xs">
|
|
||||||
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Participate <b class="caret"></b></a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/forums/">Forums</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
|
|
||||||
<li><a href="https://wiki.eclipse.org/">Wiki</a></li>
|
|
||||||
<li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/research/">Research</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown visible-xs">
|
|
||||||
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Eclipse IDE <b class="caret"></b></a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="https://www.eclipse.org/downloads">Download</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/eclipseide">Learn More</a></li>
|
|
||||||
<li><a href="https://help.eclipse.org">Documentation</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/getting_started">Getting Started / Support</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/forums/index.php/f/89/">Newcomer Forum</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<!-- More -->
|
|
||||||
<li class="dropdown eclipse-more hidden-xs">
|
|
||||||
<a data-toggle="dropdown" class="dropdown-toggle" role="button">More<b class="caret"></b></a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li>
|
|
||||||
<!-- Content container to add padding -->
|
|
||||||
<div class="yamm-content">
|
|
||||||
<div class="row">
|
|
||||||
<ul class="col-sm-8 list-unstyled">
|
|
||||||
<li>
|
|
||||||
<p><strong>Community</strong></p>
|
|
||||||
</li>
|
|
||||||
<li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
|
|
||||||
<li><a href="http://events.eclipse.org">Events</a></li>
|
|
||||||
<li><a href="http://www.planeteclipse.org/">Planet Eclipse</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
|
|
||||||
<li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
|
|
||||||
<li><a href="https://blogs.eclipse.org">Blogs</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="col-sm-8 list-unstyled">
|
|
||||||
<li>
|
|
||||||
<p><strong>Participate</strong></p>
|
|
||||||
</li>
|
|
||||||
<li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/forums/">Forums</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
|
|
||||||
<li><a href="https://wiki.eclipse.org/">Wiki</a></li>
|
|
||||||
<li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/research/">Research</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="col-sm-8 list-unstyled">
|
|
||||||
<li>
|
|
||||||
<p><strong>Eclipse IDE</strong></p>
|
|
||||||
</li>
|
|
||||||
<li><a href="https://www.eclipse.org/downloads">Download</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/eclipseide">Learn More</a></li>
|
|
||||||
<li><a href="https://help.eclipse.org">Documentation</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/getting_started">Getting Started / Support</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/forums/index.php/f/89/">Newcomer Forum</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown eclipse-more main-menu-search">
|
|
||||||
<a data-toggle="dropdown" class="dropdown-toggle" role="button"><i class="fa fa-search"></i> <b class="caret"></b></a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li>
|
|
||||||
<!-- Content container to add padding -->
|
|
||||||
<div class="yamm-content">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-sm-24">
|
|
||||||
<p>Search</p>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-24">
|
|
||||||
<div id="custom-search-form" class="reset-box-sizing">
|
|
||||||
<script>
|
|
||||||
(function() {
|
|
||||||
var cx = '011805775785170369411:p3ec0igo0qq';
|
|
||||||
var gcse = document.createElement('script');
|
|
||||||
gcse.type = 'text/javascript';
|
|
||||||
gcse.async = true;
|
|
||||||
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
|
|
||||||
'//cse.google.com/cse.js?cx=' + cx;
|
|
||||||
var s = document.getElementsByTagName('script')[0];
|
|
||||||
s.parentNode.insertBefore(gcse, s);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
<gcse:searchbox-only gname="main" resultsUrl="https://www.eclipse.org/home/search.php"></gcse:searchbox-only>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="navbar-header">
|
|
||||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-main-menu">
|
|
||||||
<span class="sr-only">Toggle navigation</span>
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
</button>
|
|
||||||
<div class="wrapper-logo-mobile"><a class="navbar-brand visible-xs" href="https://www.eclipse.org/"><img class="logo-eclipse-default-mobile img-responsive" alt="Eclipse.org logo" width="160" src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/images/logo/eclipse-foundation-white-orange.svg"/></a></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<section class="default-breadcrumbs hidden-print breadcrumbs-default-margin" id="breadcrumb">
|
|
||||||
<div class="container-fluid">
|
|
||||||
<h3 class="sr-only">Breadcrumbs</h3>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-sm-24">
|
|
||||||
<ol class="breadcrumb">
|
|
||||||
<li><a href="https://www.eclipse.org/">Home</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/contribute/">Contribute</a></li>
|
|
||||||
<li><a href="/c/">Source code</a></li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<!-- /#breadcrumb -->
|
|
||||||
<main>
|
|
||||||
<div class="container-fluid legacy-page" id="novaContent">
|
|
||||||
<div class="col-md-24"><div id='cgit'><table id='header'>
|
|
||||||
<tr>
|
|
||||||
<td class='logo' rowspan='2'><a href='/c/'><img src='/git.png' alt='cgit logo'/></a></td>
|
|
||||||
<td class='main'><a href='/c/'>index</a> : <a title='org.eclipse.sisu.inject.git' href='/c/sisu/org.eclipse.sisu.inject.git/'>org.eclipse.sisu.inject.git</a></td><td class='form'><form method='get'>
|
|
||||||
<select name='h' onchange='this.form.submit();'>
|
|
||||||
<option value='master'>master</option>
|
|
||||||
</select> <input type='submit' value='switch'/></form></td></tr>
|
|
||||||
<tr><td class='sub'>Sisu: @Inject support</td><td class='sub right'>Code Review</td></tr></table>
|
|
||||||
<table class='tabs'><tr><td>
|
|
||||||
<a href='/c/sisu/org.eclipse.sisu.inject.git/about/?h=releases/0.3.2'>about</a><a href='/c/sisu/org.eclipse.sisu.inject.git/?h=releases/0.3.2'>summary</a><a href='/c/sisu/org.eclipse.sisu.inject.git/refs/?h=releases/0.3.2'>refs</a><a href='/c/sisu/org.eclipse.sisu.inject.git/log/LICENSE.txt?h=releases/0.3.2'>log</a><a class='active' href='/c/sisu/org.eclipse.sisu.inject.git/tree/LICENSE.txt?h=releases/0.3.2'>tree</a><a href='/c/sisu/org.eclipse.sisu.inject.git/commit/LICENSE.txt?h=releases/0.3.2'>commit</a><a href='/c/sisu/org.eclipse.sisu.inject.git/diff/LICENSE.txt?h=releases/0.3.2'>diff</a><a href='/c/sisu/org.eclipse.sisu.inject.git/stats/LICENSE.txt?h=releases/0.3.2'>stats</a></td><td class='form'><form class='right' method='get' action='/c/sisu/org.eclipse.sisu.inject.git/log/LICENSE.txt'>
|
|
||||||
<input type='hidden' name='h' value='releases/0.3.2'/><select name='qt'>
|
|
||||||
<option value='grep'>log msg</option>
|
|
||||||
<option value='author'>author</option>
|
|
||||||
<option value='committer'>committer</option>
|
|
||||||
<option value='range'>range</option>
|
|
||||||
</select>
|
|
||||||
<input class='txt' type='search' size='10' name='q' value=''/>
|
|
||||||
<input type='submit' value='search'/>
|
|
||||||
</form>
|
|
||||||
</td></tr></table>
|
|
||||||
<div class='path'>path: <a href='/c/sisu/org.eclipse.sisu.inject.git/tree/?h=releases/0.3.2'>root</a>/<a href='/c/sisu/org.eclipse.sisu.inject.git/tree/LICENSE.txt?h=releases/0.3.2'>LICENSE.txt</a></div><div class='content'>blob: 79e486c3d2c20397a987cc8785b8e62b8bbcbb52 (<a href='/c/sisu/org.eclipse.sisu.inject.git/plain/LICENSE.txt?h=releases/0.3.2'>plain</a>) (<a href='/c/sisu/org.eclipse.sisu.inject.git/blame/LICENSE.txt?h=releases/0.3.2'>blame</a>)
|
|
||||||
<table summary='blob content' class='blob'>
|
|
||||||
<tr><td class='linenumbers'><pre><a id='n1' href='#n1'>1</a>
|
|
||||||
<a id='n2' href='#n2'>2</a>
|
|
||||||
<a id='n3' href='#n3'>3</a>
|
|
||||||
<a id='n4' href='#n4'>4</a>
|
|
||||||
<a id='n5' href='#n5'>5</a>
|
|
||||||
<a id='n6' href='#n6'>6</a>
|
|
||||||
<a id='n7' href='#n7'>7</a>
|
|
||||||
<a id='n8' href='#n8'>8</a>
|
|
||||||
<a id='n9' href='#n9'>9</a>
|
|
||||||
<a id='n10' href='#n10'>10</a>
|
|
||||||
<a id='n11' href='#n11'>11</a>
|
|
||||||
<a id='n12' href='#n12'>12</a>
|
|
||||||
<a id='n13' href='#n13'>13</a>
|
|
||||||
<a id='n14' href='#n14'>14</a>
|
|
||||||
<a id='n15' href='#n15'>15</a>
|
|
||||||
<a id='n16' href='#n16'>16</a>
|
|
||||||
<a id='n17' href='#n17'>17</a>
|
|
||||||
<a id='n18' href='#n18'>18</a>
|
|
||||||
<a id='n19' href='#n19'>19</a>
|
|
||||||
<a id='n20' href='#n20'>20</a>
|
|
||||||
<a id='n21' href='#n21'>21</a>
|
|
||||||
<a id='n22' href='#n22'>22</a>
|
|
||||||
<a id='n23' href='#n23'>23</a>
|
|
||||||
<a id='n24' href='#n24'>24</a>
|
|
||||||
<a id='n25' href='#n25'>25</a>
|
|
||||||
<a id='n26' href='#n26'>26</a>
|
|
||||||
<a id='n27' href='#n27'>27</a>
|
|
||||||
<a id='n28' href='#n28'>28</a>
|
|
||||||
<a id='n29' href='#n29'>29</a>
|
|
||||||
<a id='n30' href='#n30'>30</a>
|
|
||||||
<a id='n31' href='#n31'>31</a>
|
|
||||||
<a id='n32' href='#n32'>32</a>
|
|
||||||
<a id='n33' href='#n33'>33</a>
|
|
||||||
<a id='n34' href='#n34'>34</a>
|
|
||||||
<a id='n35' href='#n35'>35</a>
|
|
||||||
<a id='n36' href='#n36'>36</a>
|
|
||||||
<a id='n37' href='#n37'>37</a>
|
|
||||||
<a id='n38' href='#n38'>38</a>
|
|
||||||
<a id='n39' href='#n39'>39</a>
|
|
||||||
<a id='n40' href='#n40'>40</a>
|
|
||||||
<a id='n41' href='#n41'>41</a>
|
|
||||||
<a id='n42' href='#n42'>42</a>
|
|
||||||
<a id='n43' href='#n43'>43</a>
|
|
||||||
<a id='n44' href='#n44'>44</a>
|
|
||||||
<a id='n45' href='#n45'>45</a>
|
|
||||||
<a id='n46' href='#n46'>46</a>
|
|
||||||
<a id='n47' href='#n47'>47</a>
|
|
||||||
<a id='n48' href='#n48'>48</a>
|
|
||||||
<a id='n49' href='#n49'>49</a>
|
|
||||||
<a id='n50' href='#n50'>50</a>
|
|
||||||
<a id='n51' href='#n51'>51</a>
|
|
||||||
<a id='n52' href='#n52'>52</a>
|
|
||||||
<a id='n53' href='#n53'>53</a>
|
|
||||||
<a id='n54' href='#n54'>54</a>
|
|
||||||
<a id='n55' href='#n55'>55</a>
|
|
||||||
<a id='n56' href='#n56'>56</a>
|
|
||||||
<a id='n57' href='#n57'>57</a>
|
|
||||||
<a id='n58' href='#n58'>58</a>
|
|
||||||
<a id='n59' href='#n59'>59</a>
|
|
||||||
<a id='n60' href='#n60'>60</a>
|
|
||||||
<a id='n61' href='#n61'>61</a>
|
|
||||||
<a id='n62' href='#n62'>62</a>
|
|
||||||
<a id='n63' href='#n63'>63</a>
|
|
||||||
<a id='n64' href='#n64'>64</a>
|
|
||||||
<a id='n65' href='#n65'>65</a>
|
|
||||||
<a id='n66' href='#n66'>66</a>
|
|
||||||
<a id='n67' href='#n67'>67</a>
|
|
||||||
<a id='n68' href='#n68'>68</a>
|
|
||||||
<a id='n69' href='#n69'>69</a>
|
|
||||||
<a id='n70' href='#n70'>70</a>
|
|
||||||
</pre></td>
|
|
||||||
<td class='lines'><pre><code>Eclipse Public License - v 1.0
|
|
||||||
|
|
||||||
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
||||||
|
|
||||||
|
@ -363,100 +68,3 @@ All Recipient's rights under this Agreement shall terminate if it fails to compl
|
||||||
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
|
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
|
||||||
|
|
||||||
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
|
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
|
||||||
</code></pre></td></tr></table>
|
|
||||||
</div> <!-- class=content -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<p id="back-to-top">
|
|
||||||
<a class="visible-xs" href="#top">Back to the top</a>
|
|
||||||
</p>
|
|
||||||
<footer id="solstice-footer">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<section class="col-sm-6 hidden-print" id="footer-eclipse-foundation">
|
|
||||||
<h2 class="section-title">Eclipse Foundation</h2>
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="https://www.eclipse.org/org/">About Us</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/foundation/contact.php">Contact Us</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/donate">Donate</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/documents/">Governance</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/artwork/">Logo and Artwork</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/foundation/directors.php">Board of Directors</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<section class="col-sm-6 hidden-print" id="footer-legal">
|
|
||||||
<h2 class="section-title">Legal</h2>
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="https://www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/legal/copyright.php">Copyright Agent</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/legal/epl-2.0/">Eclipse Public License</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/legal/">Legal Resources</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<section class="col-sm-6 hidden-print" id="footer-useful-links">
|
|
||||||
<h2 class="section-title">Useful Links</h2>
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
|
|
||||||
<li><a href="//help.eclipse.org/">Documentation</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/forums/">Forums</a></li>
|
|
||||||
<li><a href="//marketplace.eclipse.org">Marketplace</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<section class="col-sm-6 hidden-print" id="footer-other">
|
|
||||||
<h2 class="section-title">Other</h2>
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/projects">Community of Projects</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/workinggroups/">Working Groups</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/research/">Research@Eclipse</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/security/">Report a Vulnerability</a></li>
|
|
||||||
<li><a href="https://status.eclipse.org">Service Status</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<div class="col-sm-24 margin-top-20">
|
|
||||||
<div class="row">
|
|
||||||
<div id="copyright" class="col-md-16">
|
|
||||||
<p id="copyright-text">Copyright © Eclipse Foundation, Inc. All Rights Reserved.</p>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-8 social-media">
|
|
||||||
<ul class="list-inline">
|
|
||||||
<li>
|
|
||||||
<a class="social-media-link fa-stack fa-lg" href="https://twitter.com/EclipseFdn">
|
|
||||||
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
|
||||||
<i class="fa fa-twitter fa-stack-1x"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a class="social-media-link fa-stack fa-lg" href="https://www.facebook.com/eclipse.org">
|
|
||||||
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
|
||||||
<i class="fa fa-facebook fa-stack-1x"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a class="social-media-link fa-stack fa-lg" href="https://www.youtube.com/user/EclipseFdn">
|
|
||||||
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
|
||||||
<i class="fa fa-youtube fa-stack-1x"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a class="social-media-link fa-stack fa-lg" href="https://www.linkedin.com/company/eclipse-foundation">
|
|
||||||
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
|
||||||
<i class="fa fa-linkedin fa-stack-1x"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="#" class="scrollup">Back to the top</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
|
||||||
<script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?var=1.3"></script></div> <!-- id=cgit -->
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
|
@ -1,299 +1,4 @@
|
||||||
<!DOCTYPE html>
|
Eclipse Public License - v 1.0
|
||||||
<html lang='en'>
|
|
||||||
<head>
|
|
||||||
<title>LICENSE.txt - org.eclipse.sisu.inject.git - Sisu: @Inject support</title>
|
|
||||||
<meta name='generator' content='cgit v1.2.1'/>
|
|
||||||
<meta name='robots' content='index, nofollow'/>
|
|
||||||
<link rel='stylesheet' type='text/css' href='/cgit.css'/>
|
|
||||||
<link rel='shortcut icon' href='/favicon.ico'/>
|
|
||||||
<link rel='alternate' title='Atom feed' href='http://git.eclipse.org/c/sisu/org.eclipse.sisu.inject.git/atom/LICENSE.txt?h=releases/0.3.2' type='application/atom+xml'/>
|
|
||||||
<link rel='vcs-git' href='git://git.eclipse.org/gitroot/sisu/org.eclipse.sisu.inject.git' title='org.eclipse.sisu.inject.git Git repository'/>
|
|
||||||
<link rel='vcs-git' href='https://git.eclipse.org/r/sisu/org.eclipse.sisu.inject.git' title='org.eclipse.sisu.inject.git Git repository'/>
|
|
||||||
<link rel='vcs-git' href='ssh://user_id@git.eclipse.org:29418/sisu/org.eclipse.sisu.inject.git' title='org.eclipse.sisu.inject.git Git repository'/>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<meta name="keywords" content="eclipse.org, Eclipse Foundation, Eclipse, Git, Source code, Source" />
|
|
||||||
<link href="//fonts.googleapis.com/css?family=Libre+Franklin:400,700,300,600,100" rel="stylesheet" type="text/css"/>
|
|
||||||
<link rel="shortcut icon" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/images/favicon.ico"/>
|
|
||||||
<link rel="stylesheet" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v1.4"/>
|
|
||||||
<link rel="stylesheet" type="text/css" href="/cgit.css" media="screen" />
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<!-- Google Tag Manager (noscript) -->
|
|
||||||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5WLCZXC"
|
|
||||||
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|
||||||
<!-- End Google Tag Manager (noscript) --> <a class="sr-only" href="#content">Skip to main content</a>
|
|
||||||
<header class="header-wrapper" id="header-wrapper">
|
|
||||||
<div class="clearfix toolbar-container-wrapper">
|
|
||||||
<div class="container-fluid">
|
|
||||||
<div class="text-right toolbar-row row hidden-print">
|
|
||||||
<div class="col-md-24 row-toolbar-col">
|
|
||||||
<ul class="list-inline">
|
|
||||||
<li><a href="https://accounts.eclipse.org/user/edit" class="" data-tab-destination="tab-profile"><i class="fa fa-edit fa-fw"></i> Edit my account</a></li>
|
|
||||||
<li><a class="toolbar-link toolbar-manage-cookies dropdown-toggle"><i class="fa fa-wrench"></i> Manage Cookies</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="container-fluid">
|
|
||||||
<div class="row" id="header-row">
|
|
||||||
<div class="col-sm-8 col-md-6 col-lg-4" id="header-left">
|
|
||||||
<div class="wrapper-logo-default"><a href="https://www.eclipse.org/"><img class="logo-eclipse-default hidden-xs" alt="Eclipse.org logo" width="160" src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/images/logo/eclipse-foundation-white-orange.svg"/></a></div>
|
|
||||||
</div>
|
|
||||||
<div class="col-sm-19 col-md-20 margin-top-10" id="main-menu-wrapper">
|
|
||||||
<div class="float-right hidden-xs" id="btn-call-for-action"><a href="https://www.eclipse.org/donate/" class="btn btn-huge btn-info"><i class="fa fa-star"></i> Donate</a></div>
|
|
||||||
<div class="navbar yamm float-sm-right" id="main-menu">
|
|
||||||
<div class="navbar-collapse collapse" id="navbar-main-menu">
|
|
||||||
<ul class="nav navbar-nav">
|
|
||||||
<li><a href="https://www.eclipse.org/membership/" target="_self">Members</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/workinggroups/" target="_self">Working Groups</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/projects/" target="_self">Projects</a></li>
|
|
||||||
<li class="dropdown visible-xs">
|
|
||||||
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Community <b class="caret"></b></a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
|
|
||||||
<li><a href="http://events.eclipse.org">Events</a></li>
|
|
||||||
<li><a href="http://www.planeteclipse.org/">Planet Eclipse</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
|
|
||||||
<li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
|
|
||||||
<li><a href="https://blogs.eclipse.org">Blogs</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown visible-xs">
|
|
||||||
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Participate <b class="caret"></b></a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/forums/">Forums</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
|
|
||||||
<li><a href="https://wiki.eclipse.org/">Wiki</a></li>
|
|
||||||
<li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/research/">Research</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown visible-xs">
|
|
||||||
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Eclipse IDE <b class="caret"></b></a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="https://www.eclipse.org/downloads">Download</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/eclipseide">Learn More</a></li>
|
|
||||||
<li><a href="https://help.eclipse.org">Documentation</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/getting_started">Getting Started / Support</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/forums/index.php/f/89/">Newcomer Forum</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<!-- More -->
|
|
||||||
<li class="dropdown eclipse-more hidden-xs">
|
|
||||||
<a data-toggle="dropdown" class="dropdown-toggle" role="button">More<b class="caret"></b></a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li>
|
|
||||||
<!-- Content container to add padding -->
|
|
||||||
<div class="yamm-content">
|
|
||||||
<div class="row">
|
|
||||||
<ul class="col-sm-8 list-unstyled">
|
|
||||||
<li>
|
|
||||||
<p><strong>Community</strong></p>
|
|
||||||
</li>
|
|
||||||
<li><a href="http://marketplace.eclipse.org">Marketplace</a></li>
|
|
||||||
<li><a href="http://events.eclipse.org">Events</a></li>
|
|
||||||
<li><a href="http://www.planeteclipse.org/">Planet Eclipse</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/community/eclipse_newsletter/">Newsletter</a></li>
|
|
||||||
<li><a href="https://www.youtube.com/user/EclipseFdn">Videos</a></li>
|
|
||||||
<li><a href="https://blogs.eclipse.org">Blogs</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="col-sm-8 list-unstyled">
|
|
||||||
<li>
|
|
||||||
<p><strong>Participate</strong></p>
|
|
||||||
</li>
|
|
||||||
<li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/forums/">Forums</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
|
|
||||||
<li><a href="https://wiki.eclipse.org/">Wiki</a></li>
|
|
||||||
<li><a href="https://wiki.eclipse.org/IRC">IRC</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/research/">Research</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="col-sm-8 list-unstyled">
|
|
||||||
<li>
|
|
||||||
<p><strong>Eclipse IDE</strong></p>
|
|
||||||
</li>
|
|
||||||
<li><a href="https://www.eclipse.org/downloads">Download</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/eclipseide">Learn More</a></li>
|
|
||||||
<li><a href="https://help.eclipse.org">Documentation</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/getting_started">Getting Started / Support</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/forums/index.php/f/89/">Newcomer Forum</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="dropdown eclipse-more main-menu-search">
|
|
||||||
<a data-toggle="dropdown" class="dropdown-toggle" role="button"><i class="fa fa-search"></i> <b class="caret"></b></a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li>
|
|
||||||
<!-- Content container to add padding -->
|
|
||||||
<div class="yamm-content">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-sm-24">
|
|
||||||
<p>Search</p>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-24">
|
|
||||||
<div id="custom-search-form" class="reset-box-sizing">
|
|
||||||
<script>
|
|
||||||
(function() {
|
|
||||||
var cx = '011805775785170369411:p3ec0igo0qq';
|
|
||||||
var gcse = document.createElement('script');
|
|
||||||
gcse.type = 'text/javascript';
|
|
||||||
gcse.async = true;
|
|
||||||
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
|
|
||||||
'//cse.google.com/cse.js?cx=' + cx;
|
|
||||||
var s = document.getElementsByTagName('script')[0];
|
|
||||||
s.parentNode.insertBefore(gcse, s);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
<gcse:searchbox-only gname="main" resultsUrl="https://www.eclipse.org/home/search.php"></gcse:searchbox-only>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="navbar-header">
|
|
||||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-main-menu">
|
|
||||||
<span class="sr-only">Toggle navigation</span>
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
</button>
|
|
||||||
<div class="wrapper-logo-mobile"><a class="navbar-brand visible-xs" href="https://www.eclipse.org/"><img class="logo-eclipse-default-mobile img-responsive" alt="Eclipse.org logo" width="160" src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/images/logo/eclipse-foundation-white-orange.svg"/></a></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<section class="default-breadcrumbs hidden-print breadcrumbs-default-margin" id="breadcrumb">
|
|
||||||
<div class="container-fluid">
|
|
||||||
<h3 class="sr-only">Breadcrumbs</h3>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-sm-24">
|
|
||||||
<ol class="breadcrumb">
|
|
||||||
<li><a href="https://www.eclipse.org/">Home</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/contribute/">Contribute</a></li>
|
|
||||||
<li><a href="/c/">Source code</a></li>
|
|
||||||
</ol>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<!-- /#breadcrumb -->
|
|
||||||
<main>
|
|
||||||
<div class="container-fluid legacy-page" id="novaContent">
|
|
||||||
<div class="col-md-24"><div id='cgit'><table id='header'>
|
|
||||||
<tr>
|
|
||||||
<td class='logo' rowspan='2'><a href='/c/'><img src='/git.png' alt='cgit logo'/></a></td>
|
|
||||||
<td class='main'><a href='/c/'>index</a> : <a title='org.eclipse.sisu.inject.git' href='/c/sisu/org.eclipse.sisu.inject.git/'>org.eclipse.sisu.inject.git</a></td><td class='form'><form method='get'>
|
|
||||||
<select name='h' onchange='this.form.submit();'>
|
|
||||||
<option value='master'>master</option>
|
|
||||||
</select> <input type='submit' value='switch'/></form></td></tr>
|
|
||||||
<tr><td class='sub'>Sisu: @Inject support</td><td class='sub right'>Code Review</td></tr></table>
|
|
||||||
<table class='tabs'><tr><td>
|
|
||||||
<a href='/c/sisu/org.eclipse.sisu.inject.git/about/?h=releases/0.3.2'>about</a><a href='/c/sisu/org.eclipse.sisu.inject.git/?h=releases/0.3.2'>summary</a><a href='/c/sisu/org.eclipse.sisu.inject.git/refs/?h=releases/0.3.2'>refs</a><a href='/c/sisu/org.eclipse.sisu.inject.git/log/LICENSE.txt?h=releases/0.3.2'>log</a><a class='active' href='/c/sisu/org.eclipse.sisu.inject.git/tree/LICENSE.txt?h=releases/0.3.2'>tree</a><a href='/c/sisu/org.eclipse.sisu.inject.git/commit/LICENSE.txt?h=releases/0.3.2'>commit</a><a href='/c/sisu/org.eclipse.sisu.inject.git/diff/LICENSE.txt?h=releases/0.3.2'>diff</a><a href='/c/sisu/org.eclipse.sisu.inject.git/stats/LICENSE.txt?h=releases/0.3.2'>stats</a></td><td class='form'><form class='right' method='get' action='/c/sisu/org.eclipse.sisu.inject.git/log/LICENSE.txt'>
|
|
||||||
<input type='hidden' name='h' value='releases/0.3.2'/><select name='qt'>
|
|
||||||
<option value='grep'>log msg</option>
|
|
||||||
<option value='author'>author</option>
|
|
||||||
<option value='committer'>committer</option>
|
|
||||||
<option value='range'>range</option>
|
|
||||||
</select>
|
|
||||||
<input class='txt' type='search' size='10' name='q' value=''/>
|
|
||||||
<input type='submit' value='search'/>
|
|
||||||
</form>
|
|
||||||
</td></tr></table>
|
|
||||||
<div class='path'>path: <a href='/c/sisu/org.eclipse.sisu.inject.git/tree/?h=releases/0.3.2'>root</a>/<a href='/c/sisu/org.eclipse.sisu.inject.git/tree/LICENSE.txt?h=releases/0.3.2'>LICENSE.txt</a></div><div class='content'>blob: 79e486c3d2c20397a987cc8785b8e62b8bbcbb52 (<a href='/c/sisu/org.eclipse.sisu.inject.git/plain/LICENSE.txt?h=releases/0.3.2'>plain</a>) (<a href='/c/sisu/org.eclipse.sisu.inject.git/blame/LICENSE.txt?h=releases/0.3.2'>blame</a>)
|
|
||||||
<table summary='blob content' class='blob'>
|
|
||||||
<tr><td class='linenumbers'><pre><a id='n1' href='#n1'>1</a>
|
|
||||||
<a id='n2' href='#n2'>2</a>
|
|
||||||
<a id='n3' href='#n3'>3</a>
|
|
||||||
<a id='n4' href='#n4'>4</a>
|
|
||||||
<a id='n5' href='#n5'>5</a>
|
|
||||||
<a id='n6' href='#n6'>6</a>
|
|
||||||
<a id='n7' href='#n7'>7</a>
|
|
||||||
<a id='n8' href='#n8'>8</a>
|
|
||||||
<a id='n9' href='#n9'>9</a>
|
|
||||||
<a id='n10' href='#n10'>10</a>
|
|
||||||
<a id='n11' href='#n11'>11</a>
|
|
||||||
<a id='n12' href='#n12'>12</a>
|
|
||||||
<a id='n13' href='#n13'>13</a>
|
|
||||||
<a id='n14' href='#n14'>14</a>
|
|
||||||
<a id='n15' href='#n15'>15</a>
|
|
||||||
<a id='n16' href='#n16'>16</a>
|
|
||||||
<a id='n17' href='#n17'>17</a>
|
|
||||||
<a id='n18' href='#n18'>18</a>
|
|
||||||
<a id='n19' href='#n19'>19</a>
|
|
||||||
<a id='n20' href='#n20'>20</a>
|
|
||||||
<a id='n21' href='#n21'>21</a>
|
|
||||||
<a id='n22' href='#n22'>22</a>
|
|
||||||
<a id='n23' href='#n23'>23</a>
|
|
||||||
<a id='n24' href='#n24'>24</a>
|
|
||||||
<a id='n25' href='#n25'>25</a>
|
|
||||||
<a id='n26' href='#n26'>26</a>
|
|
||||||
<a id='n27' href='#n27'>27</a>
|
|
||||||
<a id='n28' href='#n28'>28</a>
|
|
||||||
<a id='n29' href='#n29'>29</a>
|
|
||||||
<a id='n30' href='#n30'>30</a>
|
|
||||||
<a id='n31' href='#n31'>31</a>
|
|
||||||
<a id='n32' href='#n32'>32</a>
|
|
||||||
<a id='n33' href='#n33'>33</a>
|
|
||||||
<a id='n34' href='#n34'>34</a>
|
|
||||||
<a id='n35' href='#n35'>35</a>
|
|
||||||
<a id='n36' href='#n36'>36</a>
|
|
||||||
<a id='n37' href='#n37'>37</a>
|
|
||||||
<a id='n38' href='#n38'>38</a>
|
|
||||||
<a id='n39' href='#n39'>39</a>
|
|
||||||
<a id='n40' href='#n40'>40</a>
|
|
||||||
<a id='n41' href='#n41'>41</a>
|
|
||||||
<a id='n42' href='#n42'>42</a>
|
|
||||||
<a id='n43' href='#n43'>43</a>
|
|
||||||
<a id='n44' href='#n44'>44</a>
|
|
||||||
<a id='n45' href='#n45'>45</a>
|
|
||||||
<a id='n46' href='#n46'>46</a>
|
|
||||||
<a id='n47' href='#n47'>47</a>
|
|
||||||
<a id='n48' href='#n48'>48</a>
|
|
||||||
<a id='n49' href='#n49'>49</a>
|
|
||||||
<a id='n50' href='#n50'>50</a>
|
|
||||||
<a id='n51' href='#n51'>51</a>
|
|
||||||
<a id='n52' href='#n52'>52</a>
|
|
||||||
<a id='n53' href='#n53'>53</a>
|
|
||||||
<a id='n54' href='#n54'>54</a>
|
|
||||||
<a id='n55' href='#n55'>55</a>
|
|
||||||
<a id='n56' href='#n56'>56</a>
|
|
||||||
<a id='n57' href='#n57'>57</a>
|
|
||||||
<a id='n58' href='#n58'>58</a>
|
|
||||||
<a id='n59' href='#n59'>59</a>
|
|
||||||
<a id='n60' href='#n60'>60</a>
|
|
||||||
<a id='n61' href='#n61'>61</a>
|
|
||||||
<a id='n62' href='#n62'>62</a>
|
|
||||||
<a id='n63' href='#n63'>63</a>
|
|
||||||
<a id='n64' href='#n64'>64</a>
|
|
||||||
<a id='n65' href='#n65'>65</a>
|
|
||||||
<a id='n66' href='#n66'>66</a>
|
|
||||||
<a id='n67' href='#n67'>67</a>
|
|
||||||
<a id='n68' href='#n68'>68</a>
|
|
||||||
<a id='n69' href='#n69'>69</a>
|
|
||||||
<a id='n70' href='#n70'>70</a>
|
|
||||||
</pre></td>
|
|
||||||
<td class='lines'><pre><code>Eclipse Public License - v 1.0
|
|
||||||
|
|
||||||
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
|
||||||
|
|
||||||
|
@ -363,100 +68,3 @@ All Recipient's rights under this Agreement shall terminate if it fails to compl
|
||||||
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
|
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
|
||||||
|
|
||||||
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
|
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.
|
||||||
</code></pre></td></tr></table>
|
|
||||||
</div> <!-- class=content -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<p id="back-to-top">
|
|
||||||
<a class="visible-xs" href="#top">Back to the top</a>
|
|
||||||
</p>
|
|
||||||
<footer id="solstice-footer">
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<section class="col-sm-6 hidden-print" id="footer-eclipse-foundation">
|
|
||||||
<h2 class="section-title">Eclipse Foundation</h2>
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="https://www.eclipse.org/org/">About Us</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/foundation/contact.php">Contact Us</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/donate">Donate</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/documents/">Governance</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/artwork/">Logo and Artwork</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/foundation/directors.php">Board of Directors</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<section class="col-sm-6 hidden-print" id="footer-legal">
|
|
||||||
<h2 class="section-title">Legal</h2>
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="https://www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/legal/copyright.php">Copyright Agent</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/legal/epl-2.0/">Eclipse Public License</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/legal/">Legal Resources</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<section class="col-sm-6 hidden-print" id="footer-useful-links">
|
|
||||||
<h2 class="section-title">Useful Links</h2>
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
|
|
||||||
<li><a href="//help.eclipse.org/">Documentation</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/forums/">Forums</a></li>
|
|
||||||
<li><a href="//marketplace.eclipse.org">Marketplace</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<section class="col-sm-6 hidden-print" id="footer-other">
|
|
||||||
<h2 class="section-title">Other</h2>
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/projects">Community of Projects</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/workinggroups/">Working Groups</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/org/research/">Research@Eclipse</a></li>
|
|
||||||
<li><a href="https://www.eclipse.org/security/">Report a Vulnerability</a></li>
|
|
||||||
<li><a href="https://status.eclipse.org">Service Status</a></li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<div class="col-sm-24 margin-top-20">
|
|
||||||
<div class="row">
|
|
||||||
<div id="copyright" class="col-md-16">
|
|
||||||
<p id="copyright-text">Copyright © Eclipse Foundation, Inc. All Rights Reserved.</p>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-8 social-media">
|
|
||||||
<ul class="list-inline">
|
|
||||||
<li>
|
|
||||||
<a class="social-media-link fa-stack fa-lg" href="https://twitter.com/EclipseFdn">
|
|
||||||
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
|
||||||
<i class="fa fa-twitter fa-stack-1x"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a class="social-media-link fa-stack fa-lg" href="https://www.facebook.com/eclipse.org">
|
|
||||||
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
|
||||||
<i class="fa fa-facebook fa-stack-1x"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a class="social-media-link fa-stack fa-lg" href="https://www.youtube.com/user/EclipseFdn">
|
|
||||||
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
|
||||||
<i class="fa fa-youtube fa-stack-1x"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a class="social-media-link fa-stack fa-lg" href="https://www.linkedin.com/company/eclipse-foundation">
|
|
||||||
<i class="fa fa-circle-thin fa-stack-2x"></i>
|
|
||||||
<i class="fa fa-linkedin fa-stack-1x"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="#" class="scrollup">Back to the top</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
|
||||||
<script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js?var=1.3"></script></div> <!-- id=cgit -->
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2013-present, Facebook, 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
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
File diff suppressed because it is too large
Load diff
|
@ -10,6 +10,21 @@ xml="${1?Specify the licenses xml file. ex: rh-sso/licenses.xml}"
|
||||||
xml_dirname="$(dirname "$xml")"
|
xml_dirname="$(dirname "$xml")"
|
||||||
output_dir="${LICENSE_OUTPUT_DIR:-$xml_dirname}"
|
output_dir="${LICENSE_OUTPUT_DIR:-$xml_dirname}"
|
||||||
|
|
||||||
|
echo "==> Checking license data for errors" >&2
|
||||||
|
|
||||||
|
die() {
|
||||||
|
{ set +x; } 2>/dev/null
|
||||||
|
echo "$@" >&2
|
||||||
|
exit 1
|
||||||
|
}
|
||||||
|
|
||||||
|
set -x
|
||||||
|
|
||||||
|
xmlstarlet val "$xml" || die "Specified license data is not valid XML"
|
||||||
|
grep -hn '/blob/' "$xml" && die "Some licence URLs reference HTML (/blob/) files, replace them with raw"
|
||||||
|
|
||||||
|
{ set +x; } 2>/dev/null
|
||||||
|
|
||||||
echo "==> Deleting old license files in $output_dir" >&2
|
echo "==> Deleting old license files in $output_dir" >&2
|
||||||
|
|
||||||
find "$output_dir" -maxdepth 1 '(' -type f -or -type l ')' -name '*.txt' -print0 | xargs --no-run-if-empty -0 rm
|
find "$output_dir" -maxdepth 1 '(' -type f -or -type l ')' -name '*.txt' -print0 | xargs --no-run-if-empty -0 rm
|
||||||
|
|
Loading…
Reference in a new issue