From: Uwe Hermann Date: Mon, 25 Aug 2014 22:38:16 +0000 (+0200) Subject: Add some missing license headers. X-Git-Url: http://sigrok.org/gitweb/?p=sigrok-androidutils.git;a=commitdiff_plain;h=5de7ce63348454b645281e7ab8c09ecba7123dc2 Add some missing license headers. Also, use "sigrok-androidutils" as project name everywhere. --- diff --git a/Makefile.am b/Makefile.am index 47c2d46..5bba6eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,21 @@ +## +## This file is part of the sigrok-androidutils project. +## +## Copyright (C) 2014 Marcus Comstedt +## +## 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 . +## SUBDIRS = lib diff --git a/ant/src/org/sigrok/androidutils/ant/CopyLibsTask.java b/ant/src/org/sigrok/androidutils/ant/CopyLibsTask.java index af70738..3fc170c 100644 --- a/ant/src/org/sigrok/androidutils/ant/CopyLibsTask.java +++ b/ant/src/org/sigrok/androidutils/ant/CopyLibsTask.java @@ -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 * diff --git a/ant/src/org/sigrok/androidutils/ant/ElfFile.java b/ant/src/org/sigrok/androidutils/ant/ElfFile.java index 9f3f069..de1e4c8 100644 --- a/ant/src/org/sigrok/androidutils/ant/ElfFile.java +++ b/ant/src/org/sigrok/androidutils/ant/ElfFile.java @@ -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 * diff --git a/autogen.sh b/autogen.sh index 5d169f2..7d96c57 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,22 @@ #!/bin/sh +## +## This file is part of the sigrok-androidutils project. +## +## Copyright (C) 2014 Marcus Comstedt +## +## 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 . +## libtoolize --install --copy --quiet || exit 1 aclocal || exit 1 diff --git a/build.xml b/build.xml index 401e87b..b76ef35 100644 --- a/build.xml +++ b/build.xml @@ -1,3 +1,24 @@ + + diff --git a/configure.ac b/configure.ac index 0e793e5..d3f4fac 100644 --- a/configure.ac +++ b/configure.ac @@ -1,3 +1,22 @@ +## +## This file is part of the sigrok-androidutils project. +## +## Copyright (C) 2014 Marcus Comstedt +## +## 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 . +## + AC_INIT([sigrok-androidutils], [0.1.0]) AC_CONFIG_SRCDIR([src/org/sigrok/androidutils/UsbHelper.java]) diff --git a/device_filter.xml b/device_filter.xml index fe6cbf1..ab9f25f 100644 --- a/device_filter.xml +++ b/device_filter.xml @@ -1,23 +1,23 @@ diff --git a/lib/Makefile.am b/lib/Makefile.am index 56afea5..e2904af 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,3 +1,22 @@ +## +## This file is part of the sigrok-androidutils project. +## +## Copyright (C) 2014 Marcus Comstedt +## +## 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 . +## + lib_LTLIBRARIES = libsigrokandroidutils.la libsigrokandroidutils_la_CXXFLAGS = -fno-exceptions diff --git a/lib/envsetup.cpp b/lib/envsetup.cpp index 373d8e3..accbcb9 100644 --- a/lib/envsetup.cpp +++ b/lib/envsetup.cpp @@ -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 * diff --git a/lib/jvm_glue.cpp b/lib/jvm_glue.cpp index 7dbd03b..fe6e07f 100644 --- a/lib/jvm_glue.cpp +++ b/lib/jvm_glue.cpp @@ -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 * diff --git a/lib/libsigrokandroidutils-internal.h b/lib/libsigrokandroidutils-internal.h index f0b3870..9634f31 100644 --- a/lib/libsigrokandroidutils-internal.h +++ b/lib/libsigrokandroidutils-internal.h @@ -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 * diff --git a/lib/libsigrokandroidutils.h b/lib/libsigrokandroidutils.h index a69cf38..379140c 100644 --- a/lib/libsigrokandroidutils.h +++ b/lib/libsigrokandroidutils.h @@ -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 * diff --git a/src/org/sigrok/androidutils/Environment.java b/src/org/sigrok/androidutils/Environment.java index 3e98729..65a0ebb 100644 --- a/src/org/sigrok/androidutils/Environment.java +++ b/src/org/sigrok/androidutils/Environment.java @@ -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 * diff --git a/src/org/sigrok/androidutils/UsbHelper.java b/src/org/sigrok/androidutils/UsbHelper.java index e53e93a..441ee8e 100644 --- a/src/org/sigrok/androidutils/UsbHelper.java +++ b/src/org/sigrok/androidutils/UsbHelper.java @@ -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 * diff --git a/src/org/sigrok/androidutils/UsbSupplicant.java b/src/org/sigrok/androidutils/UsbSupplicant.java index f57dbdd..b11ce35 100644 --- a/src/org/sigrok/androidutils/UsbSupplicant.java +++ b/src/org/sigrok/androidutils/UsbSupplicant.java @@ -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 *