new workaround for LICENSE and NOTICE files
Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/1844053f Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/1844053f Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/1844053f Branch: refs/heads/develop Commit: 1844053f8f70bb7570b192f0000b2254e19da17d Parents: 30a1edb Author: Sergio Fernández <[email protected]> Authored: Tue Apr 2 12:53:39 2013 +0200 Committer: Sergio Fernández <[email protected]> Committed: Tue Apr 2 12:53:39 2013 +0200 ---------------------------------------------------------------------- LICENSE.txt | 599 +++++++++++++++++++++++++++++++++++++++++++++++++---- NOTICE.txt | 135 +++--------- 2 files changed, 587 insertions(+), 147 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/1844053f/LICENSE.txt ---------------------------------------------------------------------- diff --git a/LICENSE.txt b/LICENSE.txt index ada0127..8eeb0be 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,5 @@ - Apache License + + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -201,62 +202,568 @@ limitations under the License. -============================================================================== -== New (3-clause) BSD License == -============================================================================== -Copyright (c) <YEAR>, <OWNER> (see NOTICE) -All rights reserved. +Apache Marmotta subcomponents: +============================= -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: +The Apache Marmotta project includes a number of subcomponents (libraries) from +external projects with separate copyright notices and license terms. Your use of +the code for the these subcomponents is subject to the terms and conditions of the +following licenses. - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +For the D3.js component, - 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. + located at: + platform/marmotta-core/src/main/resources/web/admin/js/lib/ + platform/marmotta-sparql/src/main/resources/web/admin/sgvizler/0.5/lib/ - 3. Neither the name of the <ORGANIZATION> nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. + Copyright (c) 2013 Michael Bostock, http://d3js.org -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. + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: -============================================================================== -== MIT License == -============================================================================== + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. -Copyright (c) <year> <copyright holders> (see NOTICE) + * 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. -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 name Michael Bostock may not be used to endorse or promote products + derived from this software without specific prior written permission. -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. + 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 MICHAEL BOSTOCK 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. -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. +For the Dracula Graph Library component, + located at: + platform/marmotta-core/src/main/resources/web/admin/js/lib/ + + Copyright (c) 2013 Johann Philipp Strathausen, http://www.graphdracula.net + + 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. + + +For the strftime component, + + located at: + platform/marmotta-core/src/main/resources/web/public/js/lib + + Copyright (c) 2008 Philip S Tellis, http://hacks.bluesmoon.info/strftime + + Redistribution and use of this software 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. + * The names of the contributors to this file may not 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. + + +For the jQuery component, + + located at: + platform/marmotta-core/src/main/resources/web/public/js/lib + + Copyright (c) 2013 jQuery Foundation, http://jquery.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. + + +For the CodeMirror component, + + located at: + platform/marmotta-ldpath/src/main/resources/web/cm + platform/marmotta-sparql/src/main/resources/web/cm + platform/marmotta-sparql/src/main/resources/web/admin/editor/sparql/lib + + Copyright (c) 2013 Marijn Haverbeke, http://codemirror.net + + 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. + + +For the D2R Snorql component, + + located at: + platform/marmotta-sparql/src/main/resources/web/admin/snorql + + Copyright (c) 2007 Richard Cyganiak, http://www4.wiwiss.fu-berlin.de/bizer/d2r-server/ + with some minor modifications for Apache Marmotta. + + D2R Snorql is provided under the Apache License, version 2.0. + + +For the script.aculo.us component, + + located at: + platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous + + Copyright (c) 2010 Thomas Fuchs, http://script.aculo.us + + 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. + +For the Prototype component, + + located at: + platform/marmotta-sparql/src/main/resources/web/admin/snorql + + Copyright (c) 2010 Sam Stephenson, http://prototypejs.org + + 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. + +For the SPARQL Flint Editor component, + + located at: + platform/marmotta-sparql/src/main/resources/web/admin/editor/ + + Copyright (c) 2011 TSO Ltd, http://github.com/TSO-Openup/FlintSparqlEditor + + 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. + + +For the Sgvizler component, + + located at: + platform/marmotta-core/src/main/resources/web/admin/js/lib + platform/marmotta-sparql/src/main/resources/web/admin/sgvizler + + Copyright (c) 2011 Martin G. Skjæveland, http://sgvizler.googlecode.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. + + + +Apache Marmotta 3rd party source code: +===================================== + +Due some restrictions (artifacts availability, custom patches, etc.), the Apache +Marmotta project directly includes some code of a number of subcomponents from +external projects with separate copyright notices and license terms. Your use of +the code for the these subcomponents is subject to the terms and conditions of +the following licenses. + +For the MigLayout component, + + located at: + launchers/marmotta-splash/src/ext/java + + Copyright (c) 2004 MiG InfoCom AB, http://www.migcalendar.com/miglayout + + 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 MiG InfoCom AB 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. + + +For the SwingBits component, + + located at: + launchers/marmotta-splash/src/ext/java + + Copyright (c) 2006 EzWare, http://swingbits.sourceforge.net + + 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 EzWare 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. + + +For the ROME component, + + located at: + commons/sesame-tools-rio-rss/src/ext/java/ + + Copyright (c) 2004 Sun Microsystems, http://rometools.jira.com + with some minor modifications for Apache Marmotta. + + ROME is provided under the Apache License, version 2.0. + + +For the JSONLD-Java component, + + located at: + commons/sesame-tools-rio-jsonld/src/ext/java/ + + Copyright (c) 2012, Deutsches Forschungszentrum für Künstliche Intelligenz + GmbH, http://github.com/tristan/jsonld-java + + 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 Deutsches Forschungszentrum für Künstliche + Intelligenz GmbH 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. + + + +Apache Marmotta 3rd party data files: +==================================== + +The Apache Marmotta project directly includes some testsuite data file of a number +of subcomponents from external projects with separate copyright notices and license +terms. Your use of the code for the these subcomponents is subject to the terms and +conditions of the following licenses. + +For the JSON-LD component, + + located at: + commons/sesame-tools-rio-jsonld/src/test/resources/org/apache/marmotta/commons/sesame/rio/jsonld/ + + Public Domain (Creative Commons Zero license) without copyright, + http://json-ld.org/test-suite + + CC0 1.0 Universal + + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS + PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM + THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED + HEREUNDER. + + Statement of Purpose + + The laws of most jurisdictions throughout the world automatically confer + exclusive Copyright and Related Rights (defined below) upon the creator + and subsequent owner(s) (each and all, an "owner") of an original work of + authorship and/or a database (each, a "Work"). + + Certain owners wish to permanently relinquish those rights to a Work for + the purpose of contributing to a commons of creative, cultural and + scientific works ("Commons") that the public can reliably and without fear + of later claims of infringement build upon, modify, incorporate in other + works, reuse and redistribute as freely as possible in any form whatsoever + and for any purposes, including without limitation commercial purposes. + These owners may contribute to the Commons to promote the ideal of a free + culture and the further production of creative, cultural and scientific + works, or to gain reputation or greater distribution for their Work in + part through the use and efforts of others. + + For these and/or other purposes and motivations, and without any + expectation of additional consideration or compensation, the person + associating CC0 with a Work (the "Affirmer"), to the extent that he or she + is an owner of Copyright and Related Rights in the Work, voluntarily + elects to apply CC0 to the Work and publicly distribute the Work under its + terms, with knowledge of his or her Copyright and Related Rights in the + Work and the meaning and intended legal effect of CC0 on those rights. + + 1. Copyright and Related Rights. A Work made available under CC0 may be + protected by copyright and related or neighboring rights ("Copyright and + Related Rights"). Copyright and Related Rights include, but are not + limited to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, + communicate, and translate a Work; + ii. moral rights retained by the original author(s) and/or performer(s); + iii. publicity and privacy rights pertaining to a person's image or + likeness depicted in a Work; + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + v. rights protecting the extraction, dissemination, use and reuse of data + in a Work; + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation + thereof, including any amended or successor version of such + directive); and + vii. other similar, equivalent or corresponding rights throughout the + world based on applicable law or treaty, and any national + implementations thereof. + + 2. Waiver. To the greatest extent permitted by, but not in contravention + of, applicable law, Affirmer hereby overtly, fully, permanently, + irrevocably and unconditionally waives, abandons, and surrenders all of + Affirmer's Copyright and Related Rights and associated claims and causes + of action, whether now known or unknown (including existing as well as + future claims and causes of action), in the Work (i) in all territories + worldwide, (ii) for the maximum duration provided by applicable law or + treaty (including future time extensions), (iii) in any current or future + medium and for any number of copies, and (iv) for any purpose whatsoever, + including without limitation commercial, advertising or promotional + purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each + member of the public at large and to the detriment of Affirmer's heirs and + successors, fully intending that such Waiver shall not be subject to + revocation, rescission, cancellation, termination, or any other legal or + equitable action to disrupt the quiet enjoyment of the Work by the public + as contemplated by Affirmer's express Statement of Purpose. + + 3. Public License Fallback. Should any part of the Waiver for any reason + be judged legally invalid or ineffective under applicable law, then the + Waiver shall be preserved to the maximum extent permitted taking into + account Affirmer's express Statement of Purpose. In addition, to the + extent the Waiver is so judged Affirmer hereby grants to each affected + person a royalty-free, non transferable, non sublicensable, non exclusive, + irrevocable and unconditional license to exercise Affirmer's Copyright and + Related Rights in the Work (i) in all territories worldwide, (ii) for the + maximum duration provided by applicable law or treaty (including future + time extensions), (iii) in any current or future medium and for any number + of copies, and (iv) for any purpose whatsoever, including without + limitation commercial, advertising or promotional purposes (the + "License"). The License shall be deemed effective as of the date CC0 was + applied by Affirmer to the Work. Should any part of the License for any + reason be judged legally invalid or ineffective under applicable law, such + partial invalidity or ineffectiveness shall not invalidate the remainder + of the License, and in such case Affirmer hereby affirms that he or she + will not (i) exercise any of his or her remaining Copyright and Related + Rights in the Work or (ii) assert any associated claims and causes of + action with respect to the Work, in either case contrary to Affirmer's + express Statement of Purpose. + + 4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + b. Affirmer offers the Work as-is and makes no representations or + warranties of any kind concerning the Work, express, implied, + statutory or otherwise, including without limitation warranties of + title, merchantability, fitness for a particular purpose, non + infringement, or the absence of latent or other defects, accuracy, or + the present or absence of errors, whether or not discoverable, all to + the greatest extent permissible under applicable law. + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without + limitation any person's Copyright and Related Rights in the Work. + Further, Affirmer disclaims responsibility for obtaining any necessary + consents, permissions or other rights required for any use of the + Work. + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to + this CC0 or use of the Work. + + +For the ical4j component, + + located at: + commons/sesame-tools-rio-vcard/src/test/resources/org/apache/marmotta/commons/sesame/rio/vcard/ + + Copyright (c) 2011 Ben Fortuna, http://ical4j.googlecode.com + + 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 Ben Fortuna 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. http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/1844053f/NOTICE.txt ---------------------------------------------------------------------- diff --git a/NOTICE.txt b/NOTICE.txt index 137e7a1..0cb5d64 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,6 +1,6 @@ Apache Marmotta, Copyright 2012-2013 The Apache Software Foundation -This product includes software developed at The Apache Software Foundation (http://www.apache.org/). +This product includes software developed at The Apache Software Foundation (http://www.apache.org). Portions of this software were originally based on the following: @@ -8,136 +8,69 @@ Portions of this software were originally based on the following: These have been licensed to the Apache Software Foundation under a software grant. +This product also includes the following third-party components: -============================================================================== -Javascript Libraries included in Marmotta Platform -============================================================================== +* D3.js, http://d3js.org -D3.js is copyright (c) 2013, Michael Bostock and licensed under New BSD -License. The source code is available at https://github.com/mbostock/d3 + Copyright (c) 2013 Michael Bostock -Source Locations: -- platform/marmotta-core/src/main/resources/web/admin/js/lib/ -- platform/marmotta-sparql/src/main/resources/web/admin/sgvizler/0.5/lib/ +* Dracula Graph Library, http://www.graphdracula.net + Copyright (c) 2013 Johann Philipp Strathausen -The Dracula Graph Library is (c) 2010 by Johann Philipp Strathausen -<[email protected]> and licensed under MIT License. The source code is -available at https://github.com/strathausen/dracula +* strftime, http://hacks.bluesmoon.info/strftime -Source Locations: -- platform/marmotta-core/src/main/resources/web/admin/js/lib/ + Copyright (c) 2008 Philip S Tellis +* jQuery, http://jquery.com -The strftime library is copyright (c) 2008, Philip S Tellis -<[email protected]> and licensed under New BSD License. The source code -is available at http://hacks.bluesmoon.info/strftime/files.html + Copyright (c) 2013 jQuery Foundation -Source Locations: -- platform/marmotta-core/src/main/resources/web/public/js/lib +* CodeMirror, http://codemirror.net + Copyright (c) 2013 Marijn Haverbeke -The JQuery Library is copyright 2013 jQuery Foundation and other contributors, -and licensed under MIT License. The source code is available at -https://github.com/jquery/jquery +* D2R Snorql, http://www4.wiwiss.fu-berlin.de/bizer/d2r-server/, -Source Locations: -- platform/marmotta-core/src/main/resources/web/public/js/lib + Copyright (c) 2007 Richard Cyganiak +* script.aculo.us, http://script.aculo.us -The CodeMirror Library is copyright (C) 2013 by Marijn Haverbeke -<[email protected]> and licensed under MIT License. The source code is -available at https://github.com/marijnh/CodeMirror + Copyright (c) 2010 Thomas Fuchs -Source Locations: -- platform/marmotta-ldpath/src/main/resources/web/cm -- platform/marmotta-sparql/src/main/resources/web/cm -- platform/marmotta-sparql/src/main/resources/web/admin/editor/sparql/lib +* Prototype, http://prototypejs.org + Copyright (c) 2010 Sam Stephenson -The D2R Snorql Library was originally created by Richard Cyganaik -(http://richard.cyganiak.de/) for the D2R server project -(http://www4.wiwiss.fu-berlin.de/bizer/d2r-server/). It is licensed -under the Apache Software License 2.0. The source code is available -at http://github.com/kurtjx/SNORQL +* SPARQL Flint Editor, http://github.com/TSO-Openup/FlintSparqlEditor -Source Locations: -- platform/marmotta-sparql/src/main/resources/web/admin/snorql + Copyright (c) 2011 TSO Ltd +* Sgvizler, http://sgvizler.googlecode.com -The script.aculo.us library is copyright (c) 2005-2010 Thomas Fuchs and is -licensed under MIT License. The source code is available at -https://github.com/madrobby/scriptaculous + Copyright (c) 2011 Martin G. Skjæveland -Source Locations: -- platform/marmotta-sparql/src/main/resources/web/admin/snorql/scriptaculous +* MigLayout, http://www.migcalendar.com/miglayout + Copyright (c) 2004 MiG InfoCom AB -The Prototype Library is copyright (c) 2005-2010 Sam Stephenson and is -licensed under MIT License. The source code is available at -https://github.com/sstephenson/prototype +* SwingBits, http://swingbits.sourceforge.net -Source Locations: -- platform/marmotta-sparql/src/main/resources/web/admin/snorql + Copyright (c) 2006 EzWare +* ROME, http://rometools.jira.com -The SPARQL Flint Editor is copyright (c) 2011 TSO Ltd and is licensed under -MIT License. The source code is available at -https://github.com/TSO-Openup/FlintSparqlEditor + Copyright (c) 2004 Sun Microsystems -Source Locations: -- platform/marmotta-sparql/src/main/resources/web/admin/editor/ +* JSONLD-Java, http://github.com/tristan/jsonld-java + Copyright (c) 2012, Deutsches Forschungszentrum für Künstliche Intelligenz GmbH -The Sgvizler Library is copyright (c) 2011 Martin G. Skjæveland and is -licensed under MIT License. The source code is available at -https://code.google.com/p/sgvizler/source +* JSON-LD Test Suite, http://json-ld.org/test-suite -Source Locations: -- platform/marmotta-core/src/main/resources/web/admin/js/lib -- platform/marmotta-sparql/src/main/resources/web/admin/sgvizler + Public Domain (Creative Commons Zero license) without copyright, +* ical4j test suite, http://ical4j.googlecode.com -============================================================================== -3rd Party Source Code -============================================================================== + Copyright (c) 2011 Ben Fortuna -The module launchers/marmotta-splash contains source code from the projects -MigLayout and SwingBits, which has the following copyrights: - -The MigLayout library is copyright (c) 2004, Mikael Grev, MiG InfoCom AB, and -licensed under a New BSD License. The source code is available at -http://www.migcalendar.com/miglayout/versions/ - -The SwingBits library is copyright (C) 2006 Michael Hjembaek, and licensed -under a New BSD License. The source code is available at -http://swingbits.sourceforge.net/ - - -The module commons/sesame-tools-rio-rss contains source code from the -orphaned ROME project. ROME has copyright 2004 Sun Microsystems, Inc. -and copyright 2011 The ROME Team, and is licensed under Apache License 2.0. -The source code is available at -https://rometools.jira.com/source/browse/ROME/trunk - - -The module commons/sesame-tools-rio-jsonld contains source code from the -JSONLD-Java project. JSONLD-Java is copyright (c) 2012, Deutsches -Forschungszentrum für Künstliche Intelligenz GmbH and licensed under a -New BSD License. The source code is available at -https://github.com/tristan/jsonld-java - - -============================================================================== -3rd Party Data Files -============================================================================== - -The test sources for commons/sesame-tools-rio-jsonld contain the data files -from the JSON-LD Test Suite. The JSON-LD Test Suite is published as public -domain (with a Creative Commons Zero license and without copyright). The -source code is available at https://github.com/json-ld/json-ld.org - -The test sources for commons/sesame-tools-rio-vcard contain the test data -files used by the ical4j library. The ical4j library is copyright (c) 2010, -Ben Fortuna and published under a New BSD License. The full source code is -available at https://code.google.com/p/ical4j/source/ \ No newline at end of file
