tweak licenses Conflicts: LICENSE NOTICE
Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/20dce431 Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/20dce431 Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/20dce431 Branch: refs/heads/GROOVY_2_4_X Commit: 20dce431cdbc43bd71c18d6bfe2d8a1777e855b8 Parents: d4eefb7 Author: Paul King <pa...@asert.com.au> Authored: Thu May 21 15:00:42 2015 +1000 Committer: Paul King <pa...@asert.com.au> Committed: Thu May 21 18:01:58 2015 +1000 ---------------------------------------------------------------------- LICENSE | 308 +++++++++++++++++++++++++-------------- NOTICE | 2 +- gradle/assemble.gradle | 1 + licenses/javadocfixtool.txt | 85 +++++++++++ 4 files changed, 284 insertions(+), 112 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/20dce431/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index 7424416..8825713 100644 --- a/LICENSE +++ b/LICENSE @@ -202,6 +202,182 @@ limitations under the License. --------------------------------------------------------------------- +ANTLR 2 License + +We reserve no legal rights to the ANTLR--it is fully in the public domain. An individual or company may do +whatever they wish with source code distributed with ANTLR or the code generated by ANTLR, including the +incorporation of ANTLR, or its output, into commerical software. + +We encourage users to develop software with ANTLR. However, we do ask that credit is given to us for +developing ANTLR. By "credit", we mean that if you use ANTLR or incorporate any source code into one of your +programs (commercial product, research project, or otherwise) that you acknowledge this fact somewhere in +the documentation, research report, etc... If you like ANTLR and have developed a nice tool with the output, +please mention that you developed it using ANTLR. In addition, we ask that the headers remain intact in our +source code. As long as these guidelines are kept, we expect to continue enhancing this system and expect to +make other tools available as they are completed. + +In countries where the Public Domain status of the work may not be valid, the author grants a copyright +licence to the general public to deal in the work without restriction and permission to sublicence derivates +under the terms of any (OSI approved) Open Source licence. + +The Python parser generator code under antlr/actions/python/ is covered by the 3-clause BSD licence (this +part is included in the binary JAR files); the run-time part under lib/python/ is covered by the GNU GPL, +version 3 or later (this part is not included in the binary JAR files). See [1] for the full details. + +https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750643#80%22 + +--------------------------------------------------------------------- +ASM 4 License + +Copyright (c) 2000-2011 INRIA, France Telecom +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. 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. + +3. Neither the name of the copyright holders 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 OWNER 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. + +--------------------------------------------------------------------- +Hamcrest License + +BSD License + +Copyright (c) 2000-2015 www.hamcrest.org +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 of Hamcrest 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 OWNER 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. + +--------------------------------------------------------------------- +Oracle Javadoc FixTool License + +Copyright (c) 2013 Oracle and/or its affiliates. +All rights reserved. Use is subject to license terms. + +License Agreement + +PLEASE READ THE FOLLOWING LICENSE TERMS CAREFULLY BEFORE USING THE +ACCOMPANYING PROGRAM. THESE TERMS CONSTITUTE A LEGAL AGREEMENT BETWEEN +YOU AND US. + +"Oracle" refers to Oracle America, Inc., for and on behalf of itself and its +subsidiaries and affiliates under common control. "We," "us," and "our" +refers to Oracle and any Program contributors. "You" and "your" refers to +the individual or entity that wishes to use the Program. "Program" refers to +the Java API Documentation Updater Tool, Copyright (c) 2013, Oracle America, +Inc., and updates or error corrections provided by Oracle or contributors. + +WARNING: +The Program will analyze directory information on your computer +system and may modify software components on such computer system. You +should only use the Program on computer systems that you maintain sufficient +rights to update software components. + +If your computer system is owned by a person or entity other than you, +you should check with such person or entity before using the Program. + +It is possible that you may lose some software functionality, and make +Java API Documentation pages unusable on your computer system after you use +the Program to update software components. + +License Rights and Obligations +We grant you a perpetual, nonexclusive, limited license to use, modify and +distribute the Program in binary and/or source code form, only for the +purpose of analyzing the directory structure of your computer system and +updating Java API Documentation files. If you distribute the Program, in +either or both binary or source form, including as modified by you, you +shall include this License Agreement ("Agreement") with your distribution. + +All rights not expressly granted above are hereby reserved. If you want to +use the Program for any purpose other than as permitted under this +Agreement, you must obtain a valid license permitting such use from Oracle. +Neither the name of Oracle nor the names of any Program contributors may be +used to endorse or promote products derived from this software without +specific prior written permission. + +Ownership and Restrictions +We retain all ownership and intellectual property rights in the Program as +provided by us. You retain all ownership and intellectual property rights +in your modifications. + +Export +You agree to comply fully with export laws and regulations of the United +States and any other applicable export laws ("Export Laws") to assure that +neither the Program nor any direct products thereof are: (1) exported, +directly or indirectly, in violation of this Agreement or Export Laws; or +(2) used for any purposes prohibited by the Export Laws, including, without +limitation, nuclear, chemical, or biological weapons proliferation, or +development of missile technology. + +Disclaimer of Warranty and Limitation of Liability +THE PROGRAM IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. USE AT YOUR +OWN RISK. WE FURTHER DISCLAIM ALL WARRANTIES, EXPRESS AND IMPLIED, +INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT. + +IN NO EVENT SHALL WE BE LIABLE FOR ANY INDIRECT, DIRECT, INCIDENTAL, +SPECIAL, PUNITIVE OR CONSEQUENTIAL DAMAGES, OR DAMAGES FOR LOSS OF PROFITS, +REVENUE, DATA OR DATA USE, INCURRED BY YOU OR ANY THIRD PARTY, WHETHER IN AN +ACTION IN CONTRACT OR TORT, EVEN IF WE HAVE BEEN ADVISED OF THE POSSIBILITY +OF SUCH DAMAGES. ORACLE SHALL HAVE NO LIABILITY FOR MODIFICATIONS MADE BY +YOU OR ANY THIRD PARTY. + +Entire Agreement +You agree that this Agreement is the complete agreement for the Program, and +this Agreement supersedes all prior or contemporaneous agreements or +representations. If any term of this Agreement is found to be invalid or +unenforceable, the remaining provisions will remain effective. This +Agreement is governed by the substantive and procedural laws of California. +You and Oracle agree to submit to the exclusive jurisdiction of, and venue +in, the courts of San Francisco or Santa Clara counties in California in +any dispute between you and Oracle arising out of or relating to this +Agreement. + +Last updated: 14 June 2013 + +--------------------------------------------------------------------- JLine License Copyright (c) 2002-2012, the original author or authors. @@ -239,39 +415,30 @@ 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. - --------------------------------------------------------------------- -ASM 4 License +JSR223 License -Copyright (c) 2000-2011 INRIA, France Telecom -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. 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. +Copyright 2006 Sun Microsystems, Inc. All rights reserved. +Use is subject to license terms. -3. Neither the name of the copyright holders nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. +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 of the Sun Microsystems nor the names of +is 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 OWNER 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. +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 OWNER +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. --------------------------------------------------------------------- JUnit License @@ -503,6 +670,7 @@ Eclipse Public License - v 1.0 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. + --------------------------------------------------------------------- Multiverse License @@ -526,85 +694,3 @@ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWIS USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --------------------------------------------------------------------- -ANTLR 2 License - -We reserve no legal rights to the ANTLR--it is fully in the public domain. An individual or company may do -whatever they wish with source code distributed with ANTLR or the code generated by ANTLR, including the -incorporation of ANTLR, or its output, into commerical software. - -We encourage users to develop software with ANTLR. However, we do ask that credit is given to us for -developing ANTLR. By "credit", we mean that if you use ANTLR or incorporate any source code into one of your -programs (commercial product, research project, or otherwise) that you acknowledge this fact somewhere in -the documentation, research report, etc... If you like ANTLR and have developed a nice tool with the output, -please mention that you developed it using ANTLR. In addition, we ask that the headers remain intact in our -source code. As long as these guidelines are kept, we expect to continue enhancing this system and expect to -make other tools available as they are completed. - -In countries where the Public Domain status of the work may not be valid, the author grants a copyright -licence to the general public to deal in the work without restriction and permission to sublicence derivates -under the terms of any (OSI approved) Open Source licence. - -The Python parser generator code under antlr/actions/python/ is covered by the 3-clause BSD licence (this -part is included in the binary JAR files); the run-time part under lib/python/ is covered by the GNU GPL, -version 3 or later (this part is not included in the binary JAR files). See [1] for the full details. - -https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750643#80%22 - ---------------------------------------------------------------------- - -Copyright 2006 Sun Microsystems, Inc. All rights reserved. -Use is subject to license terms. - -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 of the Sun Microsystems nor the names of -is 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 OWNER -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. - - ---------------------------------------------------------------------- -Hamcrest License - -BSD License - -Copyright (c) 2000-2015 www.hamcrest.org -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 of Hamcrest 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 OWNER 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. - - ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/20dce431/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index 24776c1..27c7e05 100644 --- a/NOTICE +++ b/NOTICE @@ -19,7 +19,7 @@ Hamcrest (https://github.com/hamcrest/JavaHamcrest) JCommander (http://jcommander.org/) Openbeans (https://code.google.com/p/openbeans/) QDox (http://qdox.codehaus.org/) -TestNG (http://qdox.codehaus.org/) +TestNG (http://testng.org/) XMLPull (http://www.xmlpull.org/) XStream (http://xstream.codehaus.org/) http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/20dce431/gradle/assemble.gradle ---------------------------------------------------------------------- diff --git a/gradle/assemble.gradle b/gradle/assemble.gradle index 862c3ce..d4b69a1 100644 --- a/gradle/assemble.gradle +++ b/gradle/assemble.gradle @@ -38,6 +38,7 @@ ext.licenseSpec = copySpec { ext.srcSpec = copySpec { from(projectDir) { exclude 'target', + 'benchmark', 'subprojects/*/target', 'buildSrc/target', buildDir.path, http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/20dce431/licenses/javadocfixtool.txt ---------------------------------------------------------------------- diff --git a/licenses/javadocfixtool.txt b/licenses/javadocfixtool.txt new file mode 100644 index 0000000..ca81be8 --- /dev/null +++ b/licenses/javadocfixtool.txt @@ -0,0 +1,85 @@ +Oracle Javadoc FixTool License + +Copyright (c) 2013 Oracle and/or its affiliates. +All rights reserved. Use is subject to license terms. + +License Agreement + +PLEASE READ THE FOLLOWING LICENSE TERMS CAREFULLY BEFORE USING THE +ACCOMPANYING PROGRAM. THESE TERMS CONSTITUTE A LEGAL AGREEMENT BETWEEN +YOU AND US. + +"Oracle" refers to Oracle America, Inc., for and on behalf of itself and its +subsidiaries and affiliates under common control. "We," "us," and "our" +refers to Oracle and any Program contributors. "You" and "your" refers to +the individual or entity that wishes to use the Program. "Program" refers to +the Java API Documentation Updater Tool, Copyright (c) 2013, Oracle America, +Inc., and updates or error corrections provided by Oracle or contributors. + +WARNING: +The Program will analyze directory information on your computer +system and may modify software components on such computer system. You +should only use the Program on computer systems that you maintain sufficient +rights to update software components. + +If your computer system is owned by a person or entity other than you, +you should check with such person or entity before using the Program. + +It is possible that you may lose some software functionality, and make +Java API Documentation pages unusable on your computer system after you use +the Program to update software components. + +License Rights and Obligations +We grant you a perpetual, nonexclusive, limited license to use, modify and +distribute the Program in binary and/or source code form, only for the +purpose of analyzing the directory structure of your computer system and +updating Java API Documentation files. If you distribute the Program, in +either or both binary or source form, including as modified by you, you +shall include this License Agreement ("Agreement") with your distribution. + +All rights not expressly granted above are hereby reserved. If you want to +use the Program for any purpose other than as permitted under this +Agreement, you must obtain a valid license permitting such use from Oracle. +Neither the name of Oracle nor the names of any Program contributors may be +used to endorse or promote products derived from this software without +specific prior written permission. + +Ownership and Restrictions +We retain all ownership and intellectual property rights in the Program as +provided by us. You retain all ownership and intellectual property rights +in your modifications. + +Export +You agree to comply fully with export laws and regulations of the United +States and any other applicable export laws ("Export Laws") to assure that +neither the Program nor any direct products thereof are: (1) exported, +directly or indirectly, in violation of this Agreement or Export Laws; or +(2) used for any purposes prohibited by the Export Laws, including, without +limitation, nuclear, chemical, or biological weapons proliferation, or +development of missile technology. + +Disclaimer of Warranty and Limitation of Liability +THE PROGRAM IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. USE AT YOUR +OWN RISK. WE FURTHER DISCLAIM ALL WARRANTIES, EXPRESS AND IMPLIED, +INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT. + +IN NO EVENT SHALL WE BE LIABLE FOR ANY INDIRECT, DIRECT, INCIDENTAL, +SPECIAL, PUNITIVE OR CONSEQUENTIAL DAMAGES, OR DAMAGES FOR LOSS OF PROFITS, +REVENUE, DATA OR DATA USE, INCURRED BY YOU OR ANY THIRD PARTY, WHETHER IN AN +ACTION IN CONTRACT OR TORT, EVEN IF WE HAVE BEEN ADVISED OF THE POSSIBILITY +OF SUCH DAMAGES. ORACLE SHALL HAVE NO LIABILITY FOR MODIFICATIONS MADE BY +YOU OR ANY THIRD PARTY. + +Entire Agreement +You agree that this Agreement is the complete agreement for the Program, and +this Agreement supersedes all prior or contemporaneous agreements or +representations. If any term of this Agreement is found to be invalid or +unenforceable, the remaining provisions will remain effective. This +Agreement is governed by the substantive and procedural laws of California. +You and Oracle agree to submit to the exclusive jurisdiction of, and venue +in, the courts of San Francisco or Santa Clara counties in California in +any dispute between you and Oracle arising out of or relating to this +Agreement. + +Last updated: 14 June 2013