From: Alexandru Gagniuc Date: Wed, 30 Jan 2013 16:54:46 +0000 (-0600) Subject: README: Explicitly state meaning of year ranges in copyright statements X-Git-Tag: pulseview-0.1.0~104 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=146469432ed02b09915e42f3fcd66be0a1fcb2f9;hp=dd3b0532a3ab3f6712a00b2dfd1697c1437fa077 README: Explicitly state meaning of year ranges in copyright statements Year ranges in copyright statements have no legal meaning. That's why we explicitly state what they mean in README. For details, see: http://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html Signed-off-by: Alexandru Gagniuc --- diff --git a/README b/README index 01cb8743..4aaa8780 100644 --- a/README +++ b/README @@ -20,6 +20,21 @@ There have been no official tarball releases, yet. Distro packagers should NOT package this, yet. +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 -------------