X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=README;h=658af7742e9eb68db2e197c96773cd7718c1bf16;hp=01cb87433562f163878d8e4514876004643ba909;hb=b99cfc426de26a959f6b3cf1cfe2500469ce152b;hpb=dd3b0532a3ab3f6712a00b2dfd1697c1437fa077 diff --git a/README b/README index 01cb8743..658af774 100644 --- a/README +++ b/README @@ -20,6 +20,35 @@ There have been no official tarball releases, yet. Distro packagers should NOT package this, yet. +Copyright and license +--------------------- + +PulseView is licensed under the terms of the GNU General Public License +(GPL), version 3 or later. + +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 program as a whole is licensed under the terms of the GPLv3+ (e.g. also +due to the fact that it links against GPLv3+ libraries). + +Please see the individual source files for the full list of copyright holders. + + +Copyright notices +----------------- + +A copyright notice indicating a range of years, must be interpreted as having +had copyrightable material added in each of those years. + +Example: + + Copyright (C) 2010-2013 Contributor Name + +is to be interpreted as + + Copyright (C) 2010,2011,2012,2013 Contributor Name + + Mailing lists -------------