From bc7962f57e6a0c464de94f9394cbf49aab3f364d Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Fri, 13 Sep 2024 16:23:56 +0200 Subject: [PATCH] Remove about.html as only relevant for Eclipse plugins The license information is part of the OSGi bundle Manifest anyways This closes #159 --- org.eclipse.sisu.inject.extender/about.html | 28 -------- org.eclipse.sisu.inject.extender/pom.xml | 1 - org.eclipse.sisu.inject/about.html | 76 --------------------- org.eclipse.sisu.inject/pom.xml | 2 - org.eclipse.sisu.plexus.extender/about.html | 28 -------- org.eclipse.sisu.plexus.extender/pom.xml | 1 - org.eclipse.sisu.plexus/about.html | 28 -------- org.eclipse.sisu.plexus/pom.xml | 1 - 8 files changed, 165 deletions(-) delete mode 100644 org.eclipse.sisu.inject.extender/about.html delete mode 100644 org.eclipse.sisu.inject/about.html delete mode 100644 org.eclipse.sisu.plexus.extender/about.html delete mode 100644 org.eclipse.sisu.plexus/about.html diff --git a/org.eclipse.sisu.inject.extender/about.html b/org.eclipse.sisu.inject.extender/about.html deleted file mode 100644 index 0eb9e8d7..00000000 --- a/org.eclipse.sisu.inject.extender/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About org.eclipse.sisu.inject.extender - - -

About org.eclipse.sisu.inject.extender

- -

October 29, 2021

-

License

- -

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

- - - diff --git a/org.eclipse.sisu.inject.extender/pom.xml b/org.eclipse.sisu.inject.extender/pom.xml index 86a87a01..de7a1026 100644 --- a/org.eclipse.sisu.inject.extender/pom.xml +++ b/org.eclipse.sisu.inject.extender/pom.xml @@ -34,7 +34,6 @@ . META-INF/** - about.html overview.html diff --git a/org.eclipse.sisu.inject/about.html b/org.eclipse.sisu.inject/about.html deleted file mode 100644 index ba875a47..00000000 --- a/org.eclipse.sisu.inject/about.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - -About org.eclipse.sisu.inject - - -

About org.eclipse.sisu.inject

- -

October 29, 2021

-

License

- -

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

- -

Third Party Content

-

The Content includes items that have been sourced from third parties as set -out below. If you did not receive this Content directly from the Eclipse Foundation, -the following is provided for informational purposes only, and you should look -to the Redistributor's license for terms and conditions of use.

- -

ASM 9.2

-

The plug-in includes software developed by the ObjectWeb consortium as part -of the ASM project at http://asm.ow2.org/.

- -

A subset of ASM is re-packaged within the source and binary of the plug-in (org.eclipse.sisu.space.asm.*) -to avoid version collisions with other usage and is also available from the plug-in's github repository.

- -

Your use of the ASM code is subject to the terms and conditions of the ASM License -below which is also available at http://asm.ow2.org/license.html.

- -
-Copyright (c) 2000-2011 INRIA, France Telecom
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-
-3. Neither the name of the copyright holders nor the names of its
-   contributors may be used to endorse or promote products derived from
-   this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
-LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
-THE POSSIBILITY OF SUCH DAMAGE.
-
- - - diff --git a/org.eclipse.sisu.inject/pom.xml b/org.eclipse.sisu.inject/pom.xml index 188b965b..54432b12 100644 --- a/org.eclipse.sisu.inject/pom.xml +++ b/org.eclipse.sisu.inject/pom.xml @@ -119,9 +119,7 @@ . META-INF/** - about.html overview.html - plugin.xml diff --git a/org.eclipse.sisu.plexus.extender/about.html b/org.eclipse.sisu.plexus.extender/about.html deleted file mode 100644 index da7df23f..00000000 --- a/org.eclipse.sisu.plexus.extender/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About org.eclipse.sisu.plexus.extender - - -

About org.eclipse.sisu.plexus.extender

- -

November 5, 2013

-

License

- -

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

- - - diff --git a/org.eclipse.sisu.plexus.extender/pom.xml b/org.eclipse.sisu.plexus.extender/pom.xml index 41c68741..44ae8842 100644 --- a/org.eclipse.sisu.plexus.extender/pom.xml +++ b/org.eclipse.sisu.plexus.extender/pom.xml @@ -33,7 +33,6 @@ . META-INF/** - about.html overview.html diff --git a/org.eclipse.sisu.plexus/about.html b/org.eclipse.sisu.plexus/about.html deleted file mode 100644 index f289c267..00000000 --- a/org.eclipse.sisu.plexus/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About org.eclipse.sisu.plexus - - -

About org.eclipse.sisu.plexus

- -

November 5, 2013

-

License

- -

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor's license that was -provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

- - - diff --git a/org.eclipse.sisu.plexus/pom.xml b/org.eclipse.sisu.plexus/pom.xml index ca201c08..d31012f7 100644 --- a/org.eclipse.sisu.plexus/pom.xml +++ b/org.eclipse.sisu.plexus/pom.xml @@ -113,7 +113,6 @@ . META-INF/** - about.html overview.html