Re: Licensing of tests
Ehsan Akhgari <[email protected]> Thu, 04 Sep 2014 11:18:56 -0400
| Newsgroups | gmane.comp.mozilla.license |
|---|---|
| Message-ID | <[email protected]> |
On 2014-09-04, 4:49 AM, Gervase Markham wrote: > On 04/09/14 00:44, Mike Hommey wrote: >> Considering the legal uncertainty[1] of "Any copyright is dedicated to the >> Public Domain", I'd say we should move them to CC0. >> >> 1. http://en.wikipedia.org/wiki/Wikipedia:Granting_work_into_the_public_domain > > If you look at the second line of each of those files, you'll see that > this is precisely what they are. That's the standard Mozilla CC0 header: > http://www.mozilla.org/MPL/headers/ > > /* Any copyright is dedicated to the Public Domain. > * http://creativecommons.org/publicdomain/zero/1.0/ */ Ah, indeed, you are right. I was confused because the first result from grep (aclocal.m4) doesn't have that second line, but based on a cursory look, that file and its copy in js/src seem to be the only ones! Cheers, Ehsan