Leo Famulari writes: > On Sun, Mar 26, 2017 at 10:14:47AM +0200, Marius Bakke wrote: >> * gnu/packages/xiph.scm (speexdsp): New variable. Export it. > >> + (license (license:non-copyleft "file://COPYING" >> + "See COPYING in the distribution.")))) > > It's bsd-3, right? It uses the BSD-3 template, except is replaced with "COPYRIGHT HOLDERS AND CONTRIBUTORS" in the first instance, and "THE FOUNDATION OR CONTRIBUTORS" in the second. IANAL etc, but the added wording may have some legal implications outside what one might expect from this license. FWIW speex has the same license and uses this form, so I pushed it as-is. Thanks for checking!