Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/org.eclipse.cdt.llvm.dsf.lldb-feature/feature.xml')
-rw-r--r--llvm/org.eclipse.cdt.llvm.dsf.lldb-feature/feature.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/llvm/org.eclipse.cdt.llvm.dsf.lldb-feature/feature.xml b/llvm/org.eclipse.cdt.llvm.dsf.lldb-feature/feature.xml
index e887951e42c..b1d9ac02b25 100644
--- a/llvm/org.eclipse.cdt.llvm.dsf.lldb-feature/feature.xml
+++ b/llvm/org.eclipse.cdt.llvm.dsf.lldb-feature/feature.xml
@@ -1,8 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2016, 2021 Contributors to the Eclipse Foundation
+
+ This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License 2.0
+ which accompanies this distribution, and is available at
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
+-->
<feature
id="org.eclipse.cdt.llvm.dsf.lldb"
label="%featureName"
- version="10.2.0.qualifier"
+ version="10.3.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.cdt.llvm.dsf.lldb.ui"
license-feature="org.eclipse.license"

Back to the top