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
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
-rw-r--r--production/bashUtilities.shsource10
-rw-r--r--production/bootstrapVariables.shsource12
-rwxr-xr-xproduction/build-functions-test.sh10
-rwxr-xr-xproduction/build-functions.shsource10
-rwxr-xr-xproduction/buildTycho.sh10
-rw-r--r--production/build_eclipse_org.shsource10
-rwxr-xr-xproduction/checkConfigIIUs.sh10
-rwxr-xr-xproduction/createReports.sh10
-rw-r--r--production/description.txt2
-rwxr-xr-xproduction/dirtReport.sh10
-rwxr-xr-xproduction/gather-parts.sh10
-rwxr-xr-xproduction/get-aggregator.sh10
-rwxr-xr-xproduction/getEBuilderForDropDir.sh10
-rwxr-xr-xproduction/git-doclog10
-rwxr-xr-xproduction/git-submodule-checkout.sh10
-rwxr-xr-xproduction/master-build.sh10
-rwxr-xr-xproduction/parse-logs.sh10
-rwxr-xr-xproduction/parse-opts.sh10
-rwxr-xr-xproduction/patchSWT.sh10
-rwxr-xr-xproduction/pom-version-updater.sh10
-rwxr-xr-xproduction/promote-build.sh10
-rwxr-xr-xproduction/publish-eclipse.sh10
-rwxr-xr-xproduction/publish-equinox.sh10
-rwxr-xr-xproduction/publish-repo.sh10
-rwxr-xr-xproduction/run-maven-build.sh10
-rwxr-xr-xproduction/tag-build-input.sh10
-rwxr-xr-xproduction/update-build-input.sh10
27 files changed, 263 insertions, 1 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.
diff --git a/production/bootstrapVariables.shsource b/production/bootstrapVariables.shsource
index 75ef081e9..fa893a743 100644
--- a/production/bootstrapVariables.shsource
+++ b/production/bootstrapVariables.shsource
@@ -1,4 +1,16 @@
#!/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
+#*******************************************************************************
+
+
# boot strap basic variable values, to drive Eclipse Platform builds.
# we set RAWDATE first thing, just to make it more accurate of "start of build"
diff --git a/production/build-functions-test.sh b/production/build-functions-test.sh
index ec9af185f..2396cf7b4 100755
--- a/production/build-functions-test.sh
+++ b/production/build-functions-test.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
+#*******************************************************************************
source build_eclipse_org.shsource
source build-functions.shsource
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index c56593b39..00b11252f 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.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 related to git and similar,
# to be sourced where needed
diff --git a/production/buildTycho.sh b/production/buildTycho.sh
index 78e6f9b78..6857d71d7 100755
--- a/production/buildTycho.sh
+++ b/production/buildTycho.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
+#*******************************************************************************
# Small, temp utility to patch and build Tycho
diff --git a/production/build_eclipse_org.shsource b/production/build_eclipse_org.shsource
index 28b545d2e..2e54fc886 100644
--- a/production/build_eclipse_org.shsource
+++ b/production/build_eclipse_org.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
+#*******************************************************************************
# default definitions for this branch
diff --git a/production/checkConfigIIUs.sh b/production/checkConfigIIUs.sh
index c54dbf316..74afd2d2d 100755
--- a/production/checkConfigIIUs.sh
+++ b/production/checkConfigIIUs.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
+#*******************************************************************************
# Small utility to test "build area" that correct number of
# IUs ae created for "tooling-type" IUs and "config-IUs".
diff --git a/production/createReports.sh b/production/createReports.sh
index 538a14736..08b5461af 100755
--- a/production/createReports.sh
+++ b/production/createReports.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
+#*******************************************************************************
# Assuming this is ran before "promote", so data is read and written to build machine,
# and then will be promoted with rest of build.
diff --git a/production/description.txt b/production/description.txt
index 118b6a4eb..2b547baa6 100644
--- a/production/description.txt
+++ b/production/description.txt
@@ -1,4 +1,4 @@
-The scripts in this directory are intented for production builds on build.eclipse.org.
+The scripts in this directory are intended for production builds on build.eclipse.org.
None of them should be required for normal "maven builds".
diff --git a/production/dirtReport.sh b/production/dirtReport.sh
index 4d1711f14..be6fe24a0 100755
--- a/production/dirtReport.sh
+++ b/production/dirtReport.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
+#*******************************************************************************
# Utility to log "dirt report"
# The required variables are expected to be in "env_file",
diff --git a/production/gather-parts.sh b/production/gather-parts.sh
index 9b778b030..6d9abf0c6 100755
--- a/production/gather-parts.sh
+++ b/production/gather-parts.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
+#*******************************************************************************
#
if [ $# -ne 1 ]; then
diff --git a/production/get-aggregator.sh b/production/get-aggregator.sh
index 01cf6e1dd..a61710a11 100755
--- a/production/get-aggregator.sh
+++ b/production/get-aggregator.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
+#*******************************************************************************
#
if [ $# -ne 1 ]; then
diff --git a/production/getEBuilderForDropDir.sh b/production/getEBuilderForDropDir.sh
index aad783649..77a923d9c 100755
--- a/production/getEBuilderForDropDir.sh
+++ b/production/getEBuilderForDropDir.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
+#*******************************************************************************
# version in master
diff --git a/production/git-doclog b/production/git-doclog
index bb498e9a0..7307ba65d 100755
--- a/production/git-doclog
+++ b/production/git-doclog
@@ -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
+#*******************************************************************************
GITCOMMIT=$( git rev-parse HEAD )
#GITDATE=$( git log -1 --format="%H%n%aD" --date=short )
diff --git a/production/git-submodule-checkout.sh b/production/git-submodule-checkout.sh
index 359e2ef99..02b2b80f1 100755
--- a/production/git-submodule-checkout.sh
+++ b/production/git-submodule-checkout.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: this script is called with repoScript=$( echo $SCRIPT_PATH/git-submodule-checkout.sh )
diff --git a/production/master-build.sh b/production/master-build.sh
index 2275c3ef0..36b223d16 100755
--- a/production/master-build.sh
+++ b/production/master-build.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.
diff --git a/production/parse-logs.sh b/production/parse-logs.sh
index 4d7a88790..80b207784 100755
--- a/production/parse-logs.sh
+++ b/production/parse-logs.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
+#*******************************************************************************
#
if [ $# -ne 1 ]; then
diff --git a/production/parse-opts.sh b/production/parse-opts.sh
index 9cf6b6d69..de78a2e9f 100755
--- a/production/parse-opts.sh
+++ b/production/parse-opts.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
+#*******************************************************************************
#
export SCRIPT_PATH=${SCRIPT_PATH:-$(pwd)}
diff --git a/production/patchSWT.sh b/production/patchSWT.sh
index e812fe902..b3d8a7289 100755
--- a/production/patchSWT.sh
+++ b/production/patchSWT.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
+#*******************************************************************************
# swt fix, instead of Tycho revert
pushd $aggDir/eclipse.platform.swt
diff --git a/production/pom-version-updater.sh b/production/pom-version-updater.sh
index 1f0d68e83..455a34369 100755
--- a/production/pom-version-updater.sh
+++ b/production/pom-version-updater.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
+#*******************************************************************************
#
if [ $# -ne 1 ]; then
diff --git a/production/promote-build.sh b/production/promote-build.sh
index fd4700ae9..81c331d79 100755
--- a/production/promote-build.sh
+++ b/production/promote-build.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
+#*******************************************************************************
# Utility to trigger the promotion of build. This utility just creates
# a file to be executed by cron job. The actual promotion is done by files
diff --git a/production/publish-eclipse.sh b/production/publish-eclipse.sh
index f0f389011..c066253b9 100755
--- a/production/publish-eclipse.sh
+++ b/production/publish-eclipse.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
+#*******************************************************************************
#
if [ $# -ne 1 ]; then
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.
diff --git a/production/publish-repo.sh b/production/publish-repo.sh
index 6888af814..a1be20901 100755
--- a/production/publish-repo.sh
+++ b/production/publish-repo.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
+#*******************************************************************************
#
if [ $# -ne 1 ]; then
diff --git a/production/run-maven-build.sh b/production/run-maven-build.sh
index 3815d0e59..0f0bbeae2 100755
--- a/production/run-maven-build.sh
+++ b/production/run-maven-build.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
+#*******************************************************************************
#
if [ $# -ne 1 ]; then
diff --git a/production/tag-build-input.sh b/production/tag-build-input.sh
index 7eeb1b980..41aa7504d 100755
--- a/production/tag-build-input.sh
+++ b/production/tag-build-input.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
+#*******************************************************************************
#
if [ $# -ne 1 ]; then
diff --git a/production/update-build-input.sh b/production/update-build-input.sh
index f9d063e1d..8004bb8dc 100755
--- a/production/update-build-input.sh
+++ b/production/update-build-input.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
+#*******************************************************************************
#
if [ $# -ne 1 ]; then

Back to the top