From: Beth Flanagan <elizabeth.flanagan@intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 0/1] Poky License Reporting
Date: Mon, 10 Jan 2011 11:09:31 -0800 [thread overview]
Message-ID: <cover.1294686399.git.elizabeth.flanagan@intel.com> (raw)
Initial commit of license reporting:
This is an intial commit for the license reporting system. A few notes:
The LICENSE fields needs to be standardized throughout poky.
I've seen a few places where Apache-v2.0 is written differently and
I'm sure this will bug things out. This does not put the license data
on the rootfs. I'm still working on that capability. Also, I provide both
the actual license text and a link to the best guess of the
generic_license. That guessing is not very robust and I'm loath to get
into a bunch of pattern matching rather than standardize LICENSE.
This adds one new param to poky.conf and one new to license.bbclass:
LICENSE_DIR: the base directory we copy all the license results to (set
in license.bbclass)
COMMON_LICENSE_DIR: this is the directory that holds all the common
generic license files. currently meta/files/common-licenses (set in
poky.conf)
TODO:
- We should verify the common-licenses. I stripped these from my Ubuntu
10.10 system.
- Enable ENABLE_ROOTFS_LICENSES. This is commented out in poky.conf. The
code isn't written for it, but we should allow that capability, although
the resulting image created would be a lot larger.
- More common-licenses. I don't include bzip, zlib, ICS.... I should,
but that means tracking down a lot of licenses.
- General cleanup of licensing and standardization of names. We should
standardize on a naming convention. What's in licenses.conf should
match up with what is in the recipes which should match with what is
in common-licenses. Outside the scope of this though. See:
http://bugzilla.pokylinux.org/show_bug.cgi?id=650
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: eflanagan/license
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=eflanagan/license
Thanks,
Beth Flanagan <elizabeth.flanagan@intel.com>
---
Beth Flanagan (1):
Initial commit of license reporting:
meta/classes/license.bbclass | 92 +++++
meta/conf/distro/poky.conf | 4 +-
meta/files/common-licenses/Apache-2.0 | 202 ++++++++++
meta/files/common-licenses/Artistic | 131 +++++++
meta/files/common-licenses/BSD | 26 ++
meta/files/common-licenses/GFDL | 451 ++++++++++++++++++++++
meta/files/common-licenses/GFDL-1.2 | 397 +++++++++++++++++++
meta/files/common-licenses/GFDL-1.3 | 451 ++++++++++++++++++++++
meta/files/common-licenses/GPL | 676 +++++++++++++++++++++++++++++++++
meta/files/common-licenses/GPLv2 | 339 +++++++++++++++++
meta/files/common-licenses/GPLv3 | 676 +++++++++++++++++++++++++++++++++
meta/files/common-licenses/LGPL | 165 ++++++++
meta/files/common-licenses/LGPLv2 | 481 +++++++++++++++++++++++
meta/files/common-licenses/LGPLv2.1 | 510 +++++++++++++++++++++++++
meta/files/common-licenses/LGPLv3 | 165 ++++++++
15 files changed, 4765 insertions(+), 1 deletions(-)
create mode 100644 meta/classes/license.bbclass
create mode 100644 meta/files/common-licenses/Apache-2.0
create mode 100644 meta/files/common-licenses/Artistic
create mode 100644 meta/files/common-licenses/BSD
create mode 100644 meta/files/common-licenses/GFDL
create mode 100644 meta/files/common-licenses/GFDL-1.2
create mode 100644 meta/files/common-licenses/GFDL-1.3
create mode 100644 meta/files/common-licenses/GPL
create mode 100644 meta/files/common-licenses/GPLv2
create mode 100644 meta/files/common-licenses/GPLv3
create mode 100644 meta/files/common-licenses/LGPL
create mode 100644 meta/files/common-licenses/LGPLv2
create mode 100644 meta/files/common-licenses/LGPLv2.1
create mode 100644 meta/files/common-licenses/LGPLv3
next reply other threads:[~2011-01-10 19:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-10 19:09 Beth Flanagan [this message]
2011-01-11 12:33 ` [PATCH 0/1] Poky License Reporting Joshua Lock
2011-01-13 17:18 ` Elizabeth Flanagan
2011-01-13 17:28 ` Joshua Lock
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1294686399.git.elizabeth.flanagan@intel.com \
--to=elizabeth.flanagan@intel.com \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.