From: akuster808 <akuster808@gmail.com>
To: Andre McCurdy <armccurdy@gmail.com>, Khem Raj <raj.khem@gmail.com>
Cc: "André Draszik" <andre.draszik@jci.com>,
"Patches and discussions about the oe-core layer"
<openembedded-core@lists.openembedded.org>
Subject: Re: [rocko][PATCH] common-licenses: Add BSD-1-Clause
Date: Mon, 18 Jun 2018 21:17:52 -0700 [thread overview]
Message-ID: <08301c88-6d98-2433-b352-804db250e4de@gmail.com> (raw)
In-Reply-To: <CAJ86T=WDp3BJEXC9WxtQhi6YZr7xpHwG_=XS3jXFb8YdZTuqxQ@mail.gmail.com>
On 06/18/2018 11:00 AM, Andre McCurdy wrote:
> On Mon, Jun 18, 2018 at 10:54 AM, Khem Raj <raj.khem@gmail.com> wrote:
>> On Mon, Jun 18, 2018 at 10:52 AM Andre McCurdy <armccurdy@gmail.com> wrote:
>>> On Mon, Jun 18, 2018 at 9:20 AM, Mark Hatle <mark.hatle@windriver.com> wrote:
>>>> On 6/15/18 7:23 PM, Khem Raj wrote:
>>>>> On Fri, Jun 15, 2018 at 3:48 PM Andre McCurdy <armccurdy@gmail.com
>>>>> <mailto:armccurdy@gmail.com>> wrote:
>>>>> On Fri, Jun 15, 2018 at 3:36 PM, Khem Raj <raj.khem@gmail.com
>>>>> <mailto:raj.khem@gmail.com>> wrote:
>>>>> > On Fri, Jun 15, 2018 at 3:14 PM Mark Hatle <mark.hatle@windriver.com
>>>>> <mailto:mark.hatle@windriver.com>> wrote:
>>>>> >>
>>>>> >> On 6/15/18 3:16 PM, Andre McCurdy wrote:
>>>>> >> > From: André Draszik <andre.draszik@jci.com <mailto:andre.draszik@jci.com>>
>>>>> >> >
>>>>> >> > Some projects are starting to use it.
>>>>> >> > https://spdx.org/licenses//BSD-1-Clause.html
>>>>> >> >
>>>>> >> > Signed-off-by: André Draszik <andre.draszik@jci.com
>>>>> <mailto:andre.draszik@jci.com>>
>>>>> >> > Signed-off-by: Ross Burton <ross.burton@intel.com
>>>>> <mailto:ross.burton@intel.com>>
>>>>> >> > (cherry picked from commit 77f692ecb39d880b2cb420850a31534860eb2cc5)
>>>>> >> > Signed-off-by: Andre McCurdy <armccurdy@gmail.com
>>>>> <mailto:armccurdy@gmail.com>>
>>>>> >> > ---
>>>>> >> > meta/files/common-licenses/BSD-1-Clause | 9 +++++++++
>>>>> >> > 1 file changed, 9 insertions(+)
>>>>> >> > create mode 100644 meta/files/common-licenses/BSD-1-Clause
>>>>> >> >
>>>>> >> > diff --git a/meta/files/common-licenses/BSD-1-Clause
>>>>> b/meta/files/common-licenses/BSD-1-Clause
>>>>> >> > new file mode 100644
>>>>> >> > index 0000000..ded8897
>>>>> >> > --- /dev/null
>>>>> >> > +++ b/meta/files/common-licenses/BSD-1-Clause
>>>>> >> > @@ -0,0 +1,9 @@
>>>>> >> > +
>>>>> >> > +Copyright (c) <YEAR>, <OWNER>
>>>>> >> > +All rights reserved.
>>>>> >> > +
>>>>> >> > +Redistribution and use in source and binary forms, with or without
>>>>> modification, are permitted provided that the following conditions are met:
>>>>> >> > +
>>>>> >> > +Redistributions of source code must retain the above copyright notice,
>>>>> this list of conditions and the following disclaimer.
>>>>> >> > +THIS SOFTWARE IS PROVIDED BY Berkeley Software Design, Inc. "AS IS"
>>>>> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
>>>>> >>
>>>>> >> Hate to nitpick, but isn't BSDi defunct? I don't think it makes sense to
>>>>> list
>>>>> >> BSDI, since as far as I know they never had a '1-Clause' license.
>>>>> >>
>>>>> >> Maybe a <Organization Here> would be more appropriate.
>>>>> >>
>>>>> >
>>>>> > I think we should sync the files we carry with SPDX e.g.
>>>>> > https://github.com/spdx/license-list-data/tree/master/text
>>>>>
>>>>> It doesn't look like that will fix the inconsistencies... those
>>>>> versions are inconsistent too:
>>>>>
>>>>> We should report that to spdx folks since they
>>>>> Work on licenses and might be interested in addressing this
>>>> Agreed. I think we need to get the SPDX to fix their examples, and then use
>>>> them once they are fixed.
>>>>
>>>> As for our version of the code, I'd suggest the "<COPYRIGHT HOLDER>" (as in the
>>>> BSD-4-clause example) in all cases.
>>> Agreed. So while Mark and Khem fix up master, is it OK for Armin to
>>> backport the current version to rocko? Or should master and sumo be
>>> updated first?
>> It should get into master for sure before it hits release branches.
> The current version of the BSD-1 license text has been in master since
> January. It's already been released in sumo.
got it.
in stable/rocko-nmut
- armin
prev parent reply other threads:[~2018-06-19 4:17 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-15 20:16 [rocko][PATCH] common-licenses: Add BSD-1-Clause Andre McCurdy
2018-06-15 22:13 ` Mark Hatle
2018-06-15 22:25 ` Andre McCurdy
2018-06-15 22:36 ` Khem Raj
2018-06-15 22:48 ` Andre McCurdy
2018-06-16 0:23 ` Khem Raj
2018-06-18 16:20 ` Mark Hatle
2018-06-18 17:52 ` Andre McCurdy
2018-06-18 17:54 ` Khem Raj
2018-06-18 18:00 ` Andre McCurdy
2018-06-19 4:17 ` akuster808 [this message]
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=08301c88-6d98-2433-b352-804db250e4de@gmail.com \
--to=akuster808@gmail.com \
--cc=andre.draszik@jci.com \
--cc=armccurdy@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/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