Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-05-31 10:27:47 +0000
committerDavid Williams2016-05-31 10:27:47 +0000
commit3d6e3ca55935d988c611e1284023059e0931360b (patch)
treeaecf482b713d38e63bed6a7c775b7d8743f25917 /production/bashUtilities.shsource
parent9e7af4597fdacbdfc80687338b3a87095ea115ea (diff)
downloadeclipse.platform.releng.aggregator-3d6e3ca55935d988c611e1284023059e0931360b.tar.gz
eclipse.platform.releng.aggregator-3d6e3ca55935d988c611e1284023059e0931360b.tar.xz
eclipse.platform.releng.aggregator-3d6e3ca55935d988c611e1284023059e0931360b.zip
[releng] add copyrights to some scripts
Diffstat (limited to 'production/bashUtilities.shsource')
-rw-r--r--production/bashUtilities.shsource10
1 files changed, 10 insertions, 0 deletions
diff --git a/production/bashUtilities.shsource b/production/bashUtilities.shsource
index d318650db..1e8f412c4 100644
--- a/production/bashUtilities.shsource
+++ b/production/bashUtilities.shsource
@@ -1,4 +1,14 @@
#!/usr/bin/env bash
+#*******************************************************************************
+# Copyright (c) 2016 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# David Williams - initial API and implementation
+#*******************************************************************************
# General purpose utilities that are only related to bash (not
# the build, per se.

Back to the top