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 @@ + + + + +About + + +

About This Content

+ +

November 30, 2017

+

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/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 Fedorov - Bug 558484 ############################################################################### -Bundle-Name = LSP4E C/C++ Support Plug-in Tests +Bundle-Name = CDT LSP Core Tests Bundle-Vendor = Eclipse CDT diff --git a/lsp/org.eclipse.cdt.lsp.core.tests/build.properties b/lsp/org.eclipse.cdt.lsp.core.tests/build.properties index 3d566d65f9b..c258128e03a 100644 --- a/lsp/org.eclipse.cdt.lsp.core.tests/build.properties +++ b/lsp/org.eclipse.cdt.lsp.core.tests/build.properties @@ -1,15 +1,11 @@ ############################################################################### -# 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 Fedorov - Bug 558484 ############################################################################### source.. = src/ diff --git a/lsp/org.eclipse.cdt.lsp.core.tests/pom.xml b/lsp/org.eclipse.cdt.lsp.core.tests/pom.xml index 95d56b40350..c298e13567e 100644 --- a/lsp/org.eclipse.cdt.lsp.core.tests/pom.xml +++ b/lsp/org.eclipse.cdt.lsp.core.tests/pom.xml @@ -1,16 +1,12 @@ - Bug 558484 ############################################################################### -Bundle-Name = LSP4E C/C++ Support Plug-in +Bundle-Name = CDT LSP Core Bundle-Vendor = Eclipse CDT content-type.name = C/C++ diff --git a/lsp/org.eclipse.cdt.lsp.cquery/about.html b/lsp/org.eclipse.cdt.lsp.cquery/about.html new file mode 100644 index 00000000000..164f781a8fd --- /dev/null +++ b/lsp/org.eclipse.cdt.lsp.cquery/about.html @@ -0,0 +1,36 @@ + + + + +About + + +

About This Content

+ +

November 30, 2017

+

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/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