summaryrefslogtreecommitdiffstats
path: root/git-hooks/gerrit-bot
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-01-26 12:28:00 +0100
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-01-26 12:30:35 +0100
commit9e51c1b5d25e0339b5144ccdb365676063f079c4 (patch)
tree6d12dbf4c1f81e23a7f44c230d55f32ccaa9b983 /git-hooks/gerrit-bot
parent23bc030d0bd81007fd56bd589531fa8543ab602b (diff)
Add missing license header.
Change-Id: I3c5f79e433631c250e6908a9617ee001cb10f65d Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'git-hooks/gerrit-bot')
-rwxr-xr-xgit-hooks/gerrit-bot9
1 files changed, 9 insertions, 0 deletions
diff --git a/git-hooks/gerrit-bot b/git-hooks/gerrit-bot
index 2acb403..580675c 100755
--- a/git-hooks/gerrit-bot
+++ b/git-hooks/gerrit-bot
@@ -1,5 +1,14 @@
#! /usr/bin/perl
+# Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+#
+# Contact: Nokia Corporation <info@qt.nokia.com>
+#
+# You may use this file under the terms of the 3-clause BSD license.
+# See the file LICENSE from this package for details.
+#
+
use strict;
use warnings;
use POSIX;