public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Jordan Justen <jordan.l.justen@intel.com>
To: Michael D Kinney <michael.d.kinney@intel.com>,
	edk2-devel@lists.01.org, Laszlo Ersek <lersek@redhat.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>, Andrew Fish <afish@apple.com>
Subject: Re: [Patch V3 7/8] edk2: Move License.txt file to root
Date: Wed, 19 Jul 2017 23:35:50 -0700	[thread overview]
Message-ID: <150053255036.1046.7072266056287610184@jljusten-skl> (raw)
In-Reply-To: <20170720054411.18928-8-michael.d.kinney@intel.com>

On 2017-07-19 22:44:10, Michael D Kinney wrote:
> https://bugzilla.tianocore.org/show_bug.cgi?id=642
> 
> Add top level License.txt file with the BSD 2-Clause
> License that is used by the majority of the EKD II open
> source project content.  Merge copyright statements
> from the BSD 2-Clause License files in each package
> directory and remove the duplication License.txt
> file from package directories.
> 
> Cc: Leif Lindholm <leif.lindholm@linaro.org>
> Cc: Andrew Fish <afish@apple.com>
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> ---
>  AppPkg/License.txt                     | 25 -----------------
>  ArmPkg/License.txt                     | 26 ------------------
>  ArmPlatformPkg/License.txt             | 25 -----------------
>  BaseTools/License.txt                  | 25 -----------------
>  BeagleBoardPkg/License.txt             | 26 ------------------
>  CorebootModulePkg/License.txt          | 25 -----------------
>  CorebootPayloadPkg/License.txt         | 25 -----------------
>  CryptoPkg/License.txt                  | 25 -----------------
>  DuetPkg/License.txt                    | 25 -----------------
>  EdkCompatibilityPkg/License.txt        | 29 --------------------

ECP currently has a 3-clause BSD license in License.txt. Is this
change intended? I think that the ECP source file headers may point to
the 2-clause BSD license though.

Maybe worth noting in the commit message.

>  EdkShellBinPkg/License.txt             | 25 -----------------
>  EdkShellPkg/License.txt                | 25 -----------------
>  EmbeddedPkg/License.txt                | 26 ------------------
>  EmulatorPkg/License.txt                | 25 -----------------
>  FatBinPkg/License.txt                  | 25 -----------------
>  FatPkg/License.txt                     | 25 -----------------
>  IntelFrameworkModulePkg/License.txt    | 25 -----------------
>  IntelFrameworkPkg/License.txt          | 25 -----------------
>  IntelFsp2Pkg/License.txt               | 25 -----------------
>  IntelFsp2WrapperPkg/License.txt        | 25 -----------------
>  IntelFspPkg/License.txt                | 25 -----------------
>  IntelFspWrapperPkg/License.txt         | 25 -----------------
>  IntelSiliconPkg/License.txt            | 25 -----------------
>  ArmVirtPkg/License.txt => License.txt  |  6 ++--
>  MdeModulePkg/License.txt               | 25 -----------------
>  MdePkg/License.txt                     | 25 -----------------
>  NetworkPkg/License.txt                 | 25 -----------------
>  Nt32Pkg/License.txt                    | 25 -----------------
>  Omap35xxPkg/License.txt                | 26 ------------------
>  OptionRomPkg/License.txt               | 25 -----------------
>  OvmfPkg/License.txt                    | 50 ----------------------------------

I'm not sure about Laszlo, but I prefer to keep the current
License.txt at the OvmfPkg root. It gives an 'overview' of the
licenses used in the package without having to search the
sub-directories.

-Jordan

>  PcAtChipsetPkg/License.txt             | 25 -----------------
>  PerformancePkg/License.txt             | 25 -----------------
>  QuarkPlatformPkg/License.txt           | 25 -----------------
>  QuarkSocPkg/License.txt                | 25 -----------------
>  SecurityPkg/License.txt                | 25 -----------------
>  ShellBinPkg/License.txt                | 25 -----------------
>  ShellPkg/License.txt                   | 25 -----------------
>  SignedCapsulePkg/License.txt           | 25 -----------------
>  SourceLevelDebugPkg/License.txt        | 25 -----------------
>  StdLib/License.txt                     | 25 -----------------
>  StdLibPrivateInternalFiles/License.txt | 25 -----------------
>  UefiCpuPkg/License.txt                 | 25 -----------------
>  Vlv2DeviceRefCodePkg/License.txt       | 25 -----------------
>  Vlv2TbltDevicePkg/License.txt          | 25 -----------------


  reply	other threads:[~2017-07-20  6:33 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-20  5:44 [Patch V3 0/8] Update to Tiano Contribution Agreement 1.1 Michael D Kinney
2017-07-20  5:44 ` [Patch V3 1/8] BaseTools/PatchCheck: Support " Michael D Kinney
2017-07-20 22:57   ` Jordan Justen
2017-07-20  5:44 ` [Patch V3 2/8] edk2: Move TianoCore Contribution Agreement to root Michael D Kinney
2017-07-20  5:44 ` [Patch V3 3/8] edk2: Remove commit message details from Contributions.txt Michael D Kinney
2017-07-21 21:16   ` Jordan Justen
2017-07-21 22:14     ` Leif Lindholm
2017-07-24 18:13       ` Kinney, Michael D
2017-07-24 19:33         ` Jordan Justen
2017-07-24 20:01           ` Kinney, Michael D
2017-07-24 20:46             ` Jordan Justen
2017-07-20  5:44 ` [Patch V3 4/8] edk2: Update to TianoCore Contribution Agreement 1.1 Michael D Kinney
2017-07-20  5:44 ` [Patch V3 5/8] edk2: Reformat " Michael D Kinney
2017-07-20  5:44 ` [Patch V3 6/8] edk2/OvmfPkg: Add MIT license files Michael D Kinney
2017-07-20  5:44 ` [Patch V3 7/8] edk2: Move License.txt file to root Michael D Kinney
2017-07-20  6:35   ` Jordan Justen [this message]
2017-07-20 15:09     ` Kinney, Michael D
2017-07-20 22:53       ` Jordan Justen
2017-07-20 23:39         ` Kinney, Michael D
2017-07-25 10:06           ` Laszlo Ersek
2017-07-20  5:44 ` [Patch V3 8/8] edk2: Add Readme.md to root of edk2 repository Michael D Kinney

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-list 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=150053255036.1046.7072266056287610184@jljusten-skl \
    --to=devel@edk2.groups.io \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox