]> sigrok.org Git - sigrok-androidutils.git/commitdiff
Add some missing license headers.
authorUwe Hermann <redacted>
Mon, 25 Aug 2014 22:38:16 +0000 (00:38 +0200)
committerUwe Hermann <redacted>
Mon, 25 Aug 2014 22:55:01 +0000 (00:55 +0200)
Also, use "sigrok-androidutils" as project name everywhere.

15 files changed:
Makefile.am
ant/src/org/sigrok/androidutils/ant/CopyLibsTask.java
ant/src/org/sigrok/androidutils/ant/ElfFile.java
autogen.sh
build.xml
configure.ac
device_filter.xml
lib/Makefile.am
lib/envsetup.cpp
lib/jvm_glue.cpp
lib/libsigrokandroidutils-internal.h
lib/libsigrokandroidutils.h
src/org/sigrok/androidutils/Environment.java
src/org/sigrok/androidutils/UsbHelper.java
src/org/sigrok/androidutils/UsbSupplicant.java

index 47c2d46b92c473c277e013d8f4b6ee55869d79a6..5bba6ebfef12f816edde621a482fa5efb70891b7 100644 (file)
@@ -1,3 +1,21 @@
+##
+## 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
 
index af70738968da2dee6b0b9988eeb9ecf0c6baaa48..3fc170c8c73a50ae85a2c1fbb2c8844145ffff6f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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>
  *
index 9f3f069c6ce02924191f65a6406d2d0f4991140d..de1e4c84f4e339697fb346e73dfca540a67dd8fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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>
  *
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
index 401e87bd6d230133353d16aefedf06c4dfc9fe5a..b76ef35310ef14cb678c52cb01cb1f4efe15b6f3 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1,3 +1,24 @@
+<!--
+
+   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" >
index 0e793e52a82e0b812364d90466ab9d2ec89d6923..d3f4facd3c2695a091f879d12fdd1438e9261cbc 100644 (file)
@@ -1,3 +1,22 @@
+##
+## 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])
index fe6cbf1bfb0fb699c853eb5d58d22da54a357a09..ab9f25fdf8573d9579dfefc3f9707dc105fb3319 100644 (file)
@@ -1,23 +1,23 @@
 <?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>
index 56afea5c0f299b7d5841e091f91c0bc49ec6ffb5..e2904af5347d806f6e902c953f60662fa6125754 100644 (file)
@@ -1,3 +1,22 @@
+##
+## 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
index 373d8e3bb158442e6f2bd2e06826d1f41241a5bb..accbcb9a2a5e78d9f0eb4c24fb5571a4e30036a8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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>
  *
index 7dbd03bcf20da96ee53ae76eb18125861dc19a6b..fe6e07fe6a183186079ee2bb904439843a1f24cb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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>
  *
index f0b387072eea106de4e85aa43517597f6b007c99..9634f310855d232daee5eb628aa14edf4b684b66 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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>
  *
index a69cf38fc058a9757b6e1c8f29f4234da059b0f5..379140c720ac1514dc75a39185636ccb9675715e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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>
  *
index 3e98729d0d1b98b555054bd2b5d619eb5ebd6ff1..65a0ebb11c4c96bdbf5a9841c2c39be881ca8806 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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>
  *
index e53e93a237ea3e2373097445bcc4786a87eda2b2..441ee8e3d402effc319e6ddc7f5d6fd1aebd90bc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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>
  *
index f57dbdd7f9fd5676ed7c54bad7e9eb9181bda137..b11ce3504f8328b5d22f8839e50ed3819b6f00ec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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>
  *