From b6f29a8055d0eea3dbb72a792ba05237050cf60a Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Tue, 18 Aug 2020 00:04:55 +0300 Subject: [PATCH] Removed log4j dependency from org.apache.poi Also switched org.apache.poi to require JavaSE-1.8 gitlab simantics/platform#579 Change-Id: Id64599e8f13bf65fc4b38169d0174b87d5aa7fbe --- externals.target | 18 +- features/io.grpc.feature/feature.xml | 2 +- features/org.apache.poi.feature/feature.xml | 348 +++++++++--------- .../org.apache.poi.feature_3.15.0.b0002.jar | Bin 4000 -> 0 bytes .../org.apache.poi.feature_3.15.0.b0003.jar | Bin 0 -> 4326 bytes ....0.jar => org.apache.poi_3.15.0.b0003.jar} | Bin 8183826 -> 8187918 bytes plugins/io.grpc/LICENSE | 202 ++++++++++ plugins/io.grpc/build.properties | 3 +- plugins/org.apache.batik/LICENSE | 202 ++++++++++ plugins/org.apache.batik/build.properties | 3 +- plugins/org.apache.poi/.classpath | 4 +- .../.settings/org.eclipse.jdt.core.prefs | 8 +- plugins/org.apache.poi/LICENSE | 202 ++++++++++ plugins/org.apache.poi/META-INF/MANIFEST.MF | 6 +- plugins/org.apache.poi/build.properties | 3 +- 15 files changed, 796 insertions(+), 205 deletions(-) delete mode 100644 p2/features/org.apache.poi.feature_3.15.0.b0002.jar create mode 100644 p2/features/org.apache.poi.feature_3.15.0.b0003.jar rename p2/plugins/{org.apache.poi_3.15.0.jar => org.apache.poi_3.15.0.b0003.jar} (99%) create mode 100644 plugins/io.grpc/LICENSE create mode 100644 plugins/org.apache.batik/LICENSE create mode 100644 plugins/org.apache.poi/LICENSE diff --git a/externals.target b/externals.target index 6424fa1..0b35857 100644 --- a/externals.target +++ b/externals.target @@ -1,6 +1,6 @@ - + @@ -20,10 +20,6 @@ - - - - @@ -37,12 +33,6 @@ - - - - - - @@ -69,18 +59,12 @@ - - - - - - diff --git a/features/io.grpc.feature/feature.xml b/features/io.grpc.feature/feature.xml index 6223c03..2926ebc 100644 --- a/features/io.grpc.feature/feature.xml +++ b/features/io.grpc.feature/feature.xml @@ -1,7 +1,7 @@ diff --git a/features/org.apache.poi.feature/feature.xml b/features/org.apache.poi.feature/feature.xml index d0cb4ab..dea4e94 100644 --- a/features/org.apache.poi.feature/feature.xml +++ b/features/org.apache.poi.feature/feature.xml @@ -2,183 +2,183 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. diff --git a/p2/features/org.apache.poi.feature_3.15.0.b0002.jar b/p2/features/org.apache.poi.feature_3.15.0.b0002.jar deleted file mode 100644 index 083d33de2996622228334d07f1a0804692bea5c6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4000 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 Y{zL4;wTXa#JrdlUhMP`L@z?FY0G{8_v;Y7A literal 0 HcmV?d00001 diff --git a/p2/plugins/org.apache.poi_3.15.0.jar b/p2/plugins/org.apache.poi_3.15.0.b0003.jar similarity index 99% rename from p2/plugins/org.apache.poi_3.15.0.jar rename to p2/plugins/org.apache.poi_3.15.0.b0003.jar index 859dc8babebc638907571f15e2bae9a3025aeeeb..4dd859085ac181d0b9d65109424e19388096decb 100644 GIT binary patch delta 5946 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 diff --git a/plugins/io.grpc/LICENSE b/plugins/io.grpc/LICENSE new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/plugins/io.grpc/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/plugins/io.grpc/build.properties b/plugins/io.grpc/build.properties index 66b9fb3..4160eb7 100644 --- a/plugins/io.grpc/build.properties +++ b/plugins/io.grpc/build.properties @@ -8,4 +8,5 @@ bin.includes = META-INF/,\ lib/grpc-protobuf-1.21.0.jar,\ lib/grpc-protobuf-lite-1.21.0.jar,\ lib/grpc-stub-1.21.0.jar,\ - lib/grpc-api-1.21.0.jar + lib/grpc-api-1.21.0.jar,\ + LICENSE diff --git a/plugins/org.apache.batik/LICENSE b/plugins/org.apache.batik/LICENSE new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/plugins/org.apache.batik/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/plugins/org.apache.batik/build.properties b/plugins/org.apache.batik/build.properties index ef66ef1..6faef31 100644 --- a/plugins/org.apache.batik/build.properties +++ b/plugins/org.apache.batik/build.properties @@ -2,4 +2,5 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - lib/ + lib/,\ + LICENSE diff --git a/plugins/org.apache.poi/.classpath b/plugins/org.apache.poi/.classpath index e7c4048..d064699 100644 --- a/plugins/org.apache.poi/.classpath +++ b/plugins/org.apache.poi/.classpath @@ -1,10 +1,10 @@ + + - - diff --git a/plugins/org.apache.poi/.settings/org.eclipse.jdt.core.prefs b/plugins/org.apache.poi/.settings/org.eclipse.jdt.core.prefs index 31c5abf..e2860e9 100644 --- a/plugins/org.apache.poi/.settings/org.eclipse.jdt.core.prefs +++ b/plugins/org.apache.poi/.settings/org.eclipse.jdt.core.prefs @@ -1,8 +1,8 @@ -#Mon Mar 17 16:36:42 EET 2014 eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 -org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.6 +org.eclipse.jdt.core.compiler.release=disabled +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/plugins/org.apache.poi/LICENSE b/plugins/org.apache.poi/LICENSE new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/plugins/org.apache.poi/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/plugins/org.apache.poi/META-INF/MANIFEST.MF b/plugins/org.apache.poi/META-INF/MANIFEST.MF index 8b15462..3b99b9c 100644 --- a/plugins/org.apache.poi/META-INF/MANIFEST.MF +++ b/plugins/org.apache.poi/META-INF/MANIFEST.MF @@ -2,9 +2,8 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Apache POI Bundle-SymbolicName: org.apache.poi -Bundle-Version: 3.15.0 -Bundle-Vendor: Association for Decentralized Information Management in Industry THTH ry -Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Bundle-Version: 3.15.0.b0003 +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-ClassPath: lib/poi-3.15.jar, lib/poi-ooxml-3.15.jar, lib/poi-ooxml-schemas-3.15.jar, @@ -87,6 +86,5 @@ Export-Package: org.apache.poi, Require-Bundle: org.apache.commons.codec;bundle-version="1.6.0", org.apache.commons.collections4;bundle-version="4.1.0", org.apache.commons.logging;bundle-version="1.2.0", - org.apache.log4j;bundle-version="1.2.17", com.github.virtuald.curvesapi;bundle-version="1.3.0", org.apache.xmlbeans;bundle-version="2.3.0" diff --git a/plugins/org.apache.poi/build.properties b/plugins/org.apache.poi/build.properties index 001d102..dfd9936 100644 --- a/plugins/org.apache.poi/build.properties +++ b/plugins/org.apache.poi/build.properties @@ -2,5 +2,6 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - lib/ + lib/,\ + LICENSE -- 2.45.2