diff options
author | Jonah Graham | 2020-01-06 18:54:46 +0000 |
---|---|---|
committer | Jonah Graham | 2020-01-09 20:11:35 +0000 |
commit | db974aa2a8d5c814390836acd5091d240fa49fa8 (patch) | |
tree | 3d53c5bf1824a5f93a7014c346bf888410a047cb /debug/org.eclipse.cdt.gdb | |
parent | b7bd96d37145e5ff45f2777e659e8a651582c74a (diff) | |
download | org.eclipse.cdt-db974aa2a8d5c814390836acd5091d240fa49fa8.tar.gz org.eclipse.cdt-db974aa2a8d5c814390836acd5091d240fa49fa8.tar.xz org.eclipse.cdt-db974aa2a8d5c814390836acd5091d240fa49fa8.zip |
Bug 558827: Add and/or fix branding on all features
Change-Id: I6d8b1ae2416ed673d18e7e15500dcc7c8a87786d
Diffstat (limited to 'debug/org.eclipse.cdt.gdb')
-rw-r--r-- | debug/org.eclipse.cdt.gdb/about.properties | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/debug/org.eclipse.cdt.gdb/about.properties b/debug/org.eclipse.cdt.gdb/about.properties index 18aef7a2c39..7d2b0bd82c3 100644 --- a/debug/org.eclipse.cdt.gdb/about.properties +++ b/debug/org.eclipse.cdt.gdb/about.properties @@ -1,15 +1,15 @@ ############################################################################### -# Copyright (c) 2002, 2008 IBM Corporation and others. +# Copyright (c) 2010, 2020 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/ +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. # -# SPDX-License-Identifier: EPL-2.0 +# 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/ # -# Contributors: -# IBM Corporation - initial API and implementation +# SPDX-License-Identifier: EPL-2.0 ############################################################################### # about.properties # contains externalized strings for about.ini @@ -19,10 +19,14 @@ # NOTE TO TRANSLATOR: Please do not translate the featureVersion variable. -blurb=GDB Common\n\ +blurb=C/C++ Common GDB Support\n\ \n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -(c) Copyright Eclipse contributors and others, 2000, 2010.\n\ +Copyright (c) 2010, 2020 Contributors to the Eclipse Foundation +\n\ +See the NOTICE file(s) distributed with this work for additional\n\ +information regarding copyright ownership.\n\ +\n\ Visit http://www.eclipse.org/cdt |