Also, use "sigrok-androidutils" as project name everywhere.
+##
+## 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/>.
+##
SUBDIRS = lib
/*
- * This file is part of the sigrok project.
+ * This file is part of the sigrok-androidutils project.
*
* Copyright (C) 2014 Marcus Comstedt <marcus@mc.pp.se>
*
/*
- * This file is part of the sigrok project.
+ * This file is part of the sigrok-androidutils project.
*
* Copyright (C) 2014 Marcus Comstedt <marcus@mc.pp.se>
*
#!/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
+<!--
+
+ 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/>.
+
+-->
+
<project>
<target name="utils" >
+##
+## 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/>.
+##
+
AC_INIT([sigrok-androidutils], [0.1.0])
AC_CONFIG_SRCDIR([src/org/sigrok/androidutils/UsbHelper.java])
<?xml version="1.0" encoding="utf-8"?>
<!--
- This file is part of the sigrok project.
+ This file is part of the sigrok-androidutils project.
- Copyright (C) 2010-2013 Uwe Hermann <uwe@hermann-uwe.de>
- Copyright (C) 2014 Marcus Comstedt <marcus@mc.pp.se>
+ Copyright (C) 2010-2013 Uwe Hermann <uwe@hermann-uwe.de>
+ 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 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.
+ 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/>.
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
+##
+## 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/>.
+##
+
lib_LTLIBRARIES = libsigrokandroidutils.la
libsigrokandroidutils_la_CXXFLAGS = -fno-exceptions
/*
- * This file is part of the sigrok project.
+ * This file is part of the sigrok-androidutils project.
*
* Copyright (C) 2014 Marcus Comstedt <marcus@mc.pp.se>
*
/*
- * This file is part of the sigrok project.
+ * This file is part of the sigrok-androidutils project.
*
* Copyright (C) 2014 Marcus Comstedt <marcus@mc.pp.se>
*
/*
- * This file is part of the sigrok project.
+ * This file is part of the sigrok-androidutils project.
*
* Copyright (C) 2014 Marcus Comstedt <marcus@mc.pp.se>
*
/*
- * This file is part of the sigrok project.
+ * This file is part of the sigrok-androidutils project.
*
* Copyright (C) 2014 Marcus Comstedt <marcus@mc.pp.se>
*
/*
- * This file is part of the sigrok project.
+ * This file is part of the sigrok-androidutils project.
*
* Copyright (C) 2014 Marcus Comstedt <marcus@mc.pp.se>
*
/*
- * This file is part of the sigrok project.
+ * This file is part of the sigrok-androidutils project.
*
* Copyright (C) 2014 Marcus Comstedt <marcus@mc.pp.se>
*
/*
- * This file is part of the sigrok project.
+ * This file is part of the sigrok-androidutils project.
*
* Copyright (C) 2014 Marcus Comstedt <marcus@mc.pp.se>
*