From d5cce3cbd84146e3c45301f0a093e8c6d9d09d07 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Fri, 23 Oct 2015 17:34:26 +0100 Subject: Add GPL --- triggers/builder_trigger.sh | 14 ++++++++++++++ triggers/deploy_trigger.sh | 14 ++++++++++++++ triggers/firehose_trigger.sh | 14 ++++++++++++++ triggers/publish_trigger.sh | 14 ++++++++++++++ triggers/testing_trigger.sh | 14 ++++++++++++++ 5 files changed, 70 insertions(+) (limited to 'triggers') diff --git a/triggers/builder_trigger.sh b/triggers/builder_trigger.sh index a4b3935..363448d 100644 --- a/triggers/builder_trigger.sh +++ b/triggers/builder_trigger.sh @@ -1,3 +1,17 @@ + +# Copyright (C) 2015 Codethink Limited +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program. If not, see . set -ex REF="$1" SHA="$2" diff --git a/triggers/deploy_trigger.sh b/triggers/deploy_trigger.sh index 6f33d67..377adf8 100644 --- a/triggers/deploy_trigger.sh +++ b/triggers/deploy_trigger.sh @@ -1,3 +1,17 @@ + +# Copyright (C) 2015 Codethink Limited +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program. If not, see . set -ex SYSTEM=$1 BUILDNUMBER=$2 diff --git a/triggers/firehose_trigger.sh b/triggers/firehose_trigger.sh index d7e9e1b..976157b 100644 --- a/triggers/firehose_trigger.sh +++ b/triggers/firehose_trigger.sh @@ -1,3 +1,17 @@ + +# Copyright (C) 2015 Codethink Limited +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program. If not, see . set -ex REPO="$1" REF="$2" diff --git a/triggers/publish_trigger.sh b/triggers/publish_trigger.sh index dc83791..e97a394 100644 --- a/triggers/publish_trigger.sh +++ b/triggers/publish_trigger.sh @@ -1,3 +1,17 @@ + +# Copyright (C) 2015 Codethink Limited +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program. If not, see . set -ex ARTEFACT=$1 TESTING_SHA=$2 diff --git a/triggers/testing_trigger.sh b/triggers/testing_trigger.sh index 2eb895f..cf78c37 100644 --- a/triggers/testing_trigger.sh +++ b/triggers/testing_trigger.sh @@ -1,3 +1,17 @@ + +# Copyright (C) 2015 Codethink Limited +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program. If not, see . set -ex ARTEFACT=$1 TESTING_SHA=$2 -- cgit v1.2.1