Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-06-02 11:39:03 +0000
committerDavid Williams2016-06-02 11:39:03 +0000
commitaacd57d99f957b8fd40ae645d31e6db74f754ab8 (patch)
tree4b039ebfc1936f186038eec21cf634d7bf1c3f77 /production/sdk/promoteStableRelease/promoteImpl/promoteSitesCore.sh
parentb286f6b37abfce26cc5d8cdeef0f02ba41246666 (diff)
downloadeclipse.platform.releng.aggregator-aacd57d99f957b8fd40ae645d31e6db74f754ab8.tar.gz
eclipse.platform.releng.aggregator-aacd57d99f957b8fd40ae645d31e6db74f754ab8.tar.xz
eclipse.platform.releng.aggregator-aacd57d99f957b8fd40ae645d31e6db74f754ab8.zip
[releng] formatted and added copyrights
Diffstat (limited to 'production/sdk/promoteStableRelease/promoteImpl/promoteSitesCore.sh')
-rwxr-xr-xproduction/sdk/promoteStableRelease/promoteImpl/promoteSitesCore.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/production/sdk/promoteStableRelease/promoteImpl/promoteSitesCore.sh b/production/sdk/promoteStableRelease/promoteImpl/promoteSitesCore.sh
index 8569be92b..e2500d2b6 100755
--- a/production/sdk/promoteStableRelease/promoteImpl/promoteSitesCore.sh
+++ b/production/sdk/promoteStableRelease/promoteImpl/promoteSitesCore.sh
@@ -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
+#*******************************************************************************
# TODO: Should check that all required variables are defined.
# That is, those variables defined in promoteSites.sh are in fact

Back to the top