diff --git a/buildscript b/buildscript
index 119e32e8b95c5033ae5903f108d83d55fa13d64b..8a7a1850fbe14ad3da9d07011a7803460c19488d 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"