diff --git a/lsp/org.eclipse.cdt.lsp.clangd/about.html b/lsp/org.eclipse.cdt.lsp.clangd/about.html new file mode 100644 index 00000000000..164f781a8fd --- /dev/null +++ b/lsp/org.eclipse.cdt.lsp.clangd/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.clangd/build.properties b/lsp/org.eclipse.cdt.lsp.clangd/build.properties index 438091fb0c6..d6bb6e4768f 100644 --- a/lsp/org.eclipse.cdt.lsp.clangd/build.properties +++ b/lsp/org.eclipse.cdt.lsp.clangd/build.properties @@ -12,4 +12,5 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - OSGI-INF/ + OSGI-INF/,\ + about.html diff --git a/lsp/org.eclipse.cdt.lsp.core.tests/OSGI-INF/l10n/bundle.properties b/lsp/org.eclipse.cdt.lsp.core.tests/OSGI-INF/l10n/bundle.properties index 495480b60d3..59407e8f1d9 100644 --- a/lsp/org.eclipse.cdt.lsp.core.tests/OSGI-INF/l10n/bundle.properties +++ b/lsp/org.eclipse.cdt.lsp.core.tests/OSGI-INF/l10n/bundle.properties @@ -1,17 +1,13 @@ #Properties file for org.eclipse.cdt.lsp.core.tests ############################################################################### -# Copyright (c) 2017-2019 Eclipse Foundation and others +# Copyright (c) 2017, 2020 Eclipse contributors and others # # This program and the accompanying materials are made available under the # terms of the Eclipse Public License 2.0 which is available at # https://www.eclipse.org/legal/epl-2.0/. # # SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Eclipse Foundation - initial API and implementation -# Alexander FedorovNovember 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.cquery/build.properties b/lsp/org.eclipse.cdt.lsp.cquery/build.properties index 438091fb0c6..d6bb6e4768f 100644 --- a/lsp/org.eclipse.cdt.lsp.cquery/build.properties +++ b/lsp/org.eclipse.cdt.lsp.cquery/build.properties @@ -12,4 +12,5 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - OSGI-INF/ + OSGI-INF/,\ + about.html