diff --git a/lsp/org.eclipse.cdt.lsp.core.tests/about.html b/lsp/org.eclipse.cdt.lsp.core.tests/about.html new file mode 100644 index 00000000000..164f781a8fd --- /dev/null +++ b/lsp/org.eclipse.cdt.lsp.core.tests/about.html @@ -0,0 +1,36 @@ + + +
+ +November 30, 2017
++ 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/lsp/org.eclipse.cdt.lsp.core.tests/build.properties b/lsp/org.eclipse.cdt.lsp.core.tests/build.properties index 06aba106a10..3d566d65f9b 100644 --- a/lsp/org.eclipse.cdt.lsp.core.tests/build.properties +++ b/lsp/org.eclipse.cdt.lsp.core.tests/build.properties @@ -16,4 +16,5 @@ source.. = src/ output.. = target/classes/ bin.includes = META-INF/,\ .,\ - OSGI-INF/ + OSGI-INF/,\ + about.html diff --git a/lsp/org.eclipse.cdt.lsp.core/about.html b/lsp/org.eclipse.cdt.lsp.core/about.html new file mode 100644 index 00000000000..164f781a8fd --- /dev/null +++ b/lsp/org.eclipse.cdt.lsp.core/about.html @@ -0,0 +1,36 @@ + + + + +November 30, 2017
++ 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/lsp/org.eclipse.cdt.lsp.core/build.properties b/lsp/org.eclipse.cdt.lsp.core/build.properties index d9f2b57e30f..10584a44e89 100644 --- a/lsp/org.eclipse.cdt.lsp.core/build.properties +++ b/lsp/org.eclipse.cdt.lsp.core/build.properties @@ -17,4 +17,5 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ OSGI-INF/,\ - plugin.xml + plugin.xml,\ + about.html diff --git a/lsp/org.eclipse.cdt.lsp.ui/about.html b/lsp/org.eclipse.cdt.lsp.ui/about.html new file mode 100644 index 00000000000..164f781a8fd --- /dev/null +++ b/lsp/org.eclipse.cdt.lsp.ui/about.html @@ -0,0 +1,36 @@ + + + + +November 30, 2017
++ 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/lsp/org.eclipse.cdt.lsp.ui/build.properties b/lsp/org.eclipse.cdt.lsp.ui/build.properties index c91c5656ee2..bf9c387d9cd 100644 --- a/lsp/org.eclipse.cdt.lsp.ui/build.properties +++ b/lsp/org.eclipse.cdt.lsp.ui/build.properties @@ -16,5 +16,6 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ OSGI-INF/,\ - plugin.xml + plugin.xml,\ + about.html