Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Marchi2018-12-14 16:16:17 +0000
committerSimon Marchi2018-12-14 16:16:17 +0000
commiteb83237dc40d38a322be4e29859f47d3dd975b36 (patch)
tree42fc53e7767177b50c2e7529cfc16215ee776a96 /dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/scripts/download-build-gdb.sh
parentc78246edeacae2e36e283efc0747bc038dc185a9 (diff)
downloadorg.eclipse.cdt-eb83237dc40d38a322be4e29859f47d3dd975b36.tar.gz
org.eclipse.cdt-eb83237dc40d38a322be4e29859f47d3dd975b36.tar.xz
org.eclipse.cdt-eb83237dc40d38a322be4e29859f47d3dd975b36.zip
Fix license comment block in download-build-gdb.sh
The automated license change didn't handle this case properly. Add the missing #s. Change-Id: I11ad2c22b3be7b4d3db66aa69386619007aa8b6e Signed-off-by: Simon Marchi <simon.marchi@ericsson.com>
Diffstat (limited to 'dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/scripts/download-build-gdb.sh')
-rwxr-xr-xdsf-gdb/org.eclipse.cdt.tests.dsf.gdb/scripts/download-build-gdb.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/scripts/download-build-gdb.sh b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/scripts/download-build-gdb.sh
index 6001f2634d0..c95f874536f 100755
--- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/scripts/download-build-gdb.sh
+++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/scripts/download-build-gdb.sh
@@ -5,8 +5,8 @@
# * 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
+# *
+# * SPDX-License-Identifier: EPL-2.0
# *
# * Contributors:
# * Simon Marchi (Ericsson) - Initial implementation

Back to the top