summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-15 12:47:33 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-15 12:47:33 +0100
commitc5d93947d4ae73ba74f2c216e7b5afe686e62701 (patch)
tree111340d4fde87e1aff4f843954e0be336ec7801d /buildbot
parentcb6def6184e4b0bbb56893258a01cc87c637e3ab (diff)
downloaddeployment-c5d93947d4ae73ba74f2c216e7b5afe686e62701.tar.gz
deployment-c5d93947d4ae73ba74f2c216e7b5afe686e62701.tar.bz2
deployment-c5d93947d4ae73ba74f2c216e7b5afe686e62701.zip
add license
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg22
1 files changed, 22 insertions, 0 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index b14a5bd..c29868f 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1,3 +1,25 @@
+##
+# This file is part of TALER
+# (C) 2016-2019 Taler Systems SA
+#
+# TALER is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Affero General Public
+# License as published by the Free Software Foundation; either
+# version 3, or (at your option) any later version.
+#
+# TALER 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 TALER; see the file COPYING. If not,
+# see <http://www.gnu.org/licenses/>
+#
+# @author Florian Dold
+# @author Marcello Stanisci
+# @author ng0
+# @author Christian Grothoff
import re
from getpass import getuser
from buildbot.steps.source.git import Git