From bcf51e6116b3690881019898e2f0fa11451a56ce Mon Sep 17 00:00:00 2001
From: Tim Niemeyer <tim.niemeyer@mastersword.de>
Date: Mon, 10 Nov 2014 20:37:21 +0100
Subject: [PATCH] buildscript: add GPLv3 license

CC: Clemens John <clemens-john@gmx.de>
CC: Bjoern Franke <bjo@nord-west.org>
Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
Signed-off-by: Bjoern Franke <bjo@nord-west.org>
---
 buildscript | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/buildscript b/buildscript
index 119e32e8..8a7a1850 100755
--- a/buildscript
+++ b/buildscript
@@ -1,5 +1,16 @@
 #!/bin/bash
 
+# 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; either version 3 of the License, or
+# (at your option) any later version.
+
+# 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.
+#
+
 builddir=./build
 
 OPENWRTREV="c5287f92027e9709262d2424bb0c121ab2a7597e"
-- 
GitLab