Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/publish-equinox.sh')
-rwxr-xr-xproduction/publish-equinox.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/production/publish-equinox.sh b/production/publish-equinox.sh
index ff39aa951..dceafa376 100755
--- a/production/publish-equinox.sh
+++ b/production/publish-equinox.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
+#*******************************************************************************
#
# this localBuildProperties.shsource file is to ease local builds to override some variables.
# It should not be used for production builds.

Back to the top