* [Buildroot] [PATCH] sam-ba: add license information @ 2013-04-15 7:19 spdawson at gmail.com 2013-04-15 8:32 ` Thomas Petazzoni 0 siblings, 1 reply; 6+ messages in thread From: spdawson at gmail.com @ 2013-04-15 7:19 UTC (permalink / raw) To: buildroot From: Simon Dawson <spdawson@gmail.com> Signed-off-by: Simon Dawson <spdawson@gmail.com> --- package/sam-ba/sam-ba.mk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package/sam-ba/sam-ba.mk b/package/sam-ba/sam-ba.mk index 067bdf1..da41897 100644 --- a/package/sam-ba/sam-ba.mk +++ b/package/sam-ba/sam-ba.mk @@ -1,6 +1,14 @@ +############################################################# +# +# sam-ba +# +############################################################# + SAM_BA_SITE = http://www.atmel.com/dyn/resources/prod_documents/ SAM_BA_VERSION = 2.12 SAM_BA_SOURCE = sam-ba_$(SAM_BA_VERSION).zip +SAM_BA_LICENSE = BSD-like +SAM_BA_LICENSE_FILES = doc/readme.txt define HOST_SAM_BA_EXTRACT_CMDS unzip -d $(BUILD_DIR) $(DL_DIR)/$(SAM_BA_SOURCE) -- 1.7.10.4 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] sam-ba: add license information 2013-04-15 7:19 [Buildroot] [PATCH] sam-ba: add license information spdawson at gmail.com @ 2013-04-15 8:32 ` Thomas Petazzoni 2013-04-15 8:40 ` Simon Dawson 0 siblings, 1 reply; 6+ messages in thread From: Thomas Petazzoni @ 2013-04-15 8:32 UTC (permalink / raw) To: buildroot Simon, On Mon, 15 Apr 2013 08:19:00 +0100, spdawson at gmail.com wrote: > +SAM_BA_LICENSE = BSD-like > +SAM_BA_LICENSE_FILES = doc/readme.txt Hum, is this really the case? I thought the source code for it was not available? Well, it's true that a binary-only program can carry a BSD license... but to me, having 'BSD-like' license on a binary-only program sounds a bit odd. Best regards, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] sam-ba: add license information 2013-04-15 8:32 ` Thomas Petazzoni @ 2013-04-15 8:40 ` Simon Dawson 2013-04-17 5:46 ` Arnout Vandecappelle 0 siblings, 1 reply; 6+ messages in thread From: Simon Dawson @ 2013-04-15 8:40 UTC (permalink / raw) To: buildroot Hi Thomas, thanks for looking at this. On 15 April 2013 09:32, Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote: > Simon, > > On Mon, 15 Apr 2013 08:19:00 +0100, spdawson at gmail.com wrote: > >> +SAM_BA_LICENSE = BSD-like >> +SAM_BA_LICENSE_FILES = doc/readme.txt > > Hum, is this really the case? I thought the source code for it was not > available? Well, it's true that a binary-only program can carry a BSD > license... but to me, having 'BSD-like' license on a binary-only > program sounds a bit odd. Yes, agreed. I'm not sure what the right approach is, given that sam-ba as distributed is a mixture of pre-built binaries, and (C and Tcl) source code. Perhaps we just say "sam-ba license", which may be less contentious...? I'm pasting the contents of the doc/readme.txt file below for your information. Simon. /* ---------------------------------------------------------------------------- * ATMEL Microcontroller Software Support * ---------------------------------------------------------------------------- * Copyright (c) 2012, Atmel Corporation * * 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 disclaimer below. * * Atmel's name may not be used to endorse or promote products derived from * this software without specific prior written permission. * * DISCLAIMER: THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE * DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, * OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * ---------------------------------------------------------------------------- */ ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] sam-ba: add license information 2013-04-15 8:40 ` Simon Dawson @ 2013-04-17 5:46 ` Arnout Vandecappelle 2013-04-17 7:52 ` Thomas Petazzoni 0 siblings, 1 reply; 6+ messages in thread From: Arnout Vandecappelle @ 2013-04-17 5:46 UTC (permalink / raw) To: buildroot On 15/04/13 10:40, Simon Dawson wrote: > Hi Thomas, thanks for looking at this. > > On 15 April 2013 09:32, Thomas Petazzoni > <thomas.petazzoni@free-electrons.com> wrote: >> >Simon, >> > >> >On Mon, 15 Apr 2013 08:19:00 +0100,spdawson at gmail.com wrote: >> > >>> >>+SAM_BA_LICENSE = BSD-like >>> >>+SAM_BA_LICENSE_FILES = doc/readme.txt >> > >> >Hum, is this really the case? I thought the source code for it was not >> >available? Well, it's true that a binary-only program can carry a BSD >> >license... but to me, having 'BSD-like' license on a binary-only >> >program sounds a bit odd. > Yes, agreed. I'm not sure what the right approach is, given that > sam-ba as distributed is a mixture of pre-built binaries, and (C and > Tcl) source code. Perhaps we just say "sam-ba license", which may be > less contentious...? I do like the "BSD-like" qualifier, though, because it tells you a lot more. How about "BSD-like (partly binary-only)"? Regards, Arnout -- Arnout Vandecappelle arnout at mind be Senior Embedded Software Architect +32-16-286500 Essensium/Mind http://www.mind.be G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] sam-ba: add license information 2013-04-17 5:46 ` Arnout Vandecappelle @ 2013-04-17 7:52 ` Thomas Petazzoni 2013-04-17 8:00 ` Simon Dawson 0 siblings, 1 reply; 6+ messages in thread From: Thomas Petazzoni @ 2013-04-17 7:52 UTC (permalink / raw) To: buildroot Dear Arnout Vandecappelle, On Wed, 17 Apr 2013 07:46:01 +0200, Arnout Vandecappelle wrote: > I do like the "BSD-like" qualifier, though, because it tells you a lot > more. How about "BSD-like (partly binary-only)"? Sounds good to me. Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] sam-ba: add license information 2013-04-17 7:52 ` Thomas Petazzoni @ 2013-04-17 8:00 ` Simon Dawson 0 siblings, 0 replies; 6+ messages in thread From: Simon Dawson @ 2013-04-17 8:00 UTC (permalink / raw) To: buildroot On 17 April 2013 08:52, Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote: > Dear Arnout Vandecappelle, > > On Wed, 17 Apr 2013 07:46:01 +0200, Arnout Vandecappelle wrote: > >> I do like the "BSD-like" qualifier, though, because it tells you a lot >> more. How about "BSD-like (partly binary-only)"? > > Sounds good to me. Okay; that sounds like a good compromise. Thanks for the suggestion. Simon. ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-04-17 8:00 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-04-15 7:19 [Buildroot] [PATCH] sam-ba: add license information spdawson at gmail.com 2013-04-15 8:32 ` Thomas Petazzoni 2013-04-15 8:40 ` Simon Dawson 2013-04-17 5:46 ` Arnout Vandecappelle 2013-04-17 7:52 ` Thomas Petazzoni 2013-04-17 8:00 ` Simon Dawson
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox