summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/bottlerock.py14
-rw-r--r--source/ciat_deployer.py14
-rw-r--r--source/configure.py14
-rw-r--r--source/dummy_build_update.sh15
-rw-r--r--source/dummy_definitions_update.sh15
-rw-r--r--source/dummy_lorry_update.sh15
-rw-r--r--source/orch_config.py14
7 files changed, 101 insertions, 0 deletions
diff --git a/source/bottlerock.py b/source/bottlerock.py
index b23fc0c..00d1d75 100644
--- a/source/bottlerock.py
+++ b/source/bottlerock.py
@@ -1,5 +1,19 @@
#!/usr/bin/env python2.7
+# 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 <http://www.gnu.org/licenses/>.
+
# This script provides an interface for sandboxed code to trigger buildbot
# using plain HTTP
diff --git a/source/ciat_deployer.py b/source/ciat_deployer.py
index 73328ce..6d123a6 100644
--- a/source/ciat_deployer.py
+++ b/source/ciat_deployer.py
@@ -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 <http://www.gnu.org/licenses/>.
+
BUILT_SYSTEMS_FILE = "built_systems.yaml"
def buildcomplete(properties):
diff --git a/source/configure.py b/source/configure.py
index 6209e6d..132fbf2 100644
--- a/source/configure.py
+++ b/source/configure.py
@@ -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 <http://www.gnu.org/licenses/>.
+
def fetch_config():
''' fetch config from remote repo '''
import subprocess, os
diff --git a/source/dummy_build_update.sh b/source/dummy_build_update.sh
index 8c2cd5e..f6e52f9 100644
--- a/source/dummy_build_update.sh
+++ b/source/dummy_build_update.sh
@@ -1,4 +1,19 @@
#!/bin/sh
+
+# 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 <http://www.gnu.org/licenses/>.
+
# this will run once ybd has finished a build
set -e
diff --git a/source/dummy_definitions_update.sh b/source/dummy_definitions_update.sh
index f77b175..b4cd5e5 100644
--- a/source/dummy_definitions_update.sh
+++ b/source/dummy_definitions_update.sh
@@ -1,4 +1,19 @@
#!/bin/sh
+
+# 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 <http://www.gnu.org/licenses/>.
+
# this will go on the definitions post-receive hook
set -e
diff --git a/source/dummy_lorry_update.sh b/source/dummy_lorry_update.sh
index 2d513bb..e867b79 100644
--- a/source/dummy_lorry_update.sh
+++ b/source/dummy_lorry_update.sh
@@ -1,4 +1,19 @@
#!/bin/sh
+
+# 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 <http://www.gnu.org/licenses/>.
+
# this will go on the post-receive hooks for repos updated by lorry
set -e
diff --git a/source/orch_config.py b/source/orch_config.py
index 9950a04..480910c 100644
--- a/source/orch_config.py
+++ b/source/orch_config.py
@@ -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 <http://www.gnu.org/licenses/>.
+
import ciatlib
categories = [