X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=README;h=5e807aba3c1d2f96da8a68fc99a2a2e795e71714;hp=ee34529094842e52b3399903393ef007d7214ab5;hb=2994587f98f205bb8847554bd28483532b277f2c;hpb=e0af499b4f5840190807636e536e1fb4956f71a9 diff --git a/README b/README index ee34529..5e807ab 100644 --- a/README +++ b/README @@ -34,7 +34,7 @@ Requirements - automake >= 1.11 - libtool - pkg-config >= 0.22 - - libglib >= 2.28.0 + - libglib >= 2.24.0 - Python >= 3.0 @@ -53,12 +53,30 @@ For installing libsigrokdecode: $ make install -Please see the following wiki pages for more detailed instructions: +See INSTALL or the following wiki page for more (OS-specific) instructions: - http://sigrok.org/wiki/Linux - http://sigrok.org/wiki/Mac_OS_X - http://sigrok.org/wiki/Windows - http://sigrok.org/wiki/FreeBSD + http://sigrok.org/wiki/Building + + +Copyright and license +--------------------- + +libsigrokdecode is licensed under the terms of the GNU General Public License +(GPL), version 3 or later. + +The protocol decoders (PDs) included in libsigrokdecode are an integral part +of the shared library (they are not merely external "plugins", they are not +external programs that libsigrokdecode calls via fork/exec, they cannot +function standalone without libsigrokdecode at all, the PDs and the rest of +the libsigrokdecode codebase share data structures and make function calls +to each other). Thus, since the PDs are part of the library, they are also +licensed under the terms of the GPLv3+. + +While some individual source code files are licensed under the GPLv2+, and +some files are licensed under the GPLv3+, this doesn't change the fact that +the library as a whole is licensed under the terms of the GPLv3+. + +Please see the individual source files for the full list of copyright holders. Mailing lists