Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/sdk/promoteStableRelease/promoteImpl/createXZ.shsource')
-rw-r--r--production/sdk/promoteStableRelease/promoteImpl/createXZ.shsource9
1 files changed, 6 insertions, 3 deletions
diff --git a/production/sdk/promoteStableRelease/promoteImpl/createXZ.shsource b/production/sdk/promoteStableRelease/promoteImpl/createXZ.shsource
index a5b951e15..3bbf0b70b 100644
--- a/production/sdk/promoteStableRelease/promoteImpl/createXZ.shsource
+++ b/production/sdk/promoteStableRelease/promoteImpl/createXZ.shsource
@@ -1,10 +1,13 @@
#!/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
+#
+# 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
-# http://www.eclipse.org/legal/epl-v10.html
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# David Williams - initial API and implementation

Back to the top