From bd3ce0eda63f9b76894c65ab6e7ca0bf6c77ff5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Thu, 30 Nov 2023 11:32:52 +0100 Subject: [PATCH] Add missing about.html --- ui/org.eclipse.pde.bnd.ui/about.html | 36 ++++++++++++++++++++++ ui/org.eclipse.pde.bnd.ui/build.properties | 3 +- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 ui/org.eclipse.pde.bnd.ui/about.html diff --git a/ui/org.eclipse.pde.bnd.ui/about.html b/ui/org.eclipse.pde.bnd.ui/about.html new file mode 100644 index 0000000000..335a9cf781 --- /dev/null +++ b/ui/org.eclipse.pde.bnd.ui/about.html @@ -0,0 +1,36 @@ + + + + +About + + +

About This Content

+ +

November 30, 2023

+

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 2.0 ("EPL"). A copy of the EPL is + available at http://www.eclipse.org/legal/epl-2.0. + 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. +

+ + + \ No newline at end of file diff --git a/ui/org.eclipse.pde.bnd.ui/build.properties b/ui/org.eclipse.pde.bnd.ui/build.properties index 79785acaee..ea67cfe0a0 100644 --- a/ui/org.eclipse.pde.bnd.ui/build.properties +++ b/ui/org.eclipse.pde.bnd.ui/build.properties @@ -3,4 +3,5 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ icons/,\ - plugin.xml + plugin.xml,\ + about.html