]> sigrok.org Git - sigrok-androidutils.git/blobdiff - autogen.sh
Add some missing license headers.
[sigrok-androidutils.git] / autogen.sh
index 5d169f2ba694f03c1bdd1f291a6cd2c8f749d908..7d96c577d1e9b5f852f3df0501d57dd8e07773c0 100755 (executable)
@@ -1,4 +1,22 @@
 #!/bin/sh
+##
+## This file is part of the sigrok-androidutils project.
+##
+## Copyright (C) 2014 Marcus Comstedt <marcus@mc.pp.se>
+##
+## 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.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program.  If not, see <http://www.gnu.org/licenses/>.
+##
 
 libtoolize --install --copy --quiet || exit 1
 aclocal || exit 1