Gentoo Archives: gentoo-dev

From: Mart Raudsepp <leio@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Contributed ebuilds and copyright questions
Date: Thu, 27 Oct 2016 10:27:47
Message-Id: 1477564053.6506.2.camel@gentoo.org
In Reply to: [gentoo-dev] Contributed ebuilds and copyright questions by Matt Turner
1 Ühel kenal päeval, E, 24.10.2016 kell 15:29, kirjutas Matt Turner:
2 > A former co-worker of mine is now at Google and wants to contribute
3 > ebuilds he wrote for ChromeOS to Gentoo. They add packages necessary
4 > for Vulkan (new 3D graphics API).
5 >
6 > For instance: https://chromium.googlesource.com/chromiumos/overlays/c
7 > hromiumos-overlay/+/master/media-libs/vulkan-loader/vulkan-loader-
8 > 1.0.24.0.ebuild
9 >
10 > The copyright header says "Copyright 2016 The Chromium OS Authors.
11 > All
12 > rights reserved." All ebuilds in gentoo.git say "Copyright 1999-20xx
13 > Gentoo Foundation".
14 >
15 > Can I add ebuilds copyrighted by others to gentoo.git?
16
17 I don't see anything significantly artistic there to be copyrightable
18 in the first place. Just boilerplate of ebuild variables (one could say
19 this is derivative work on Gentoo stuff), and passing of variables to
20 cmake via a method whose copyrightable significant work is inside
21 cmake-utils.eclass, which is in main tree (probably with wrong
22 copyright headers, but...).
23
24 Given they only care about ICD loader, we'd want to re-do much of the
25 work and checking anyway, to perhaps build more stuff than the ICD
26 loader.
27
28
29 IANAL,
30 Mart