* [Buildroot] [PATCH] socketcand: add license information @ 2013-05-09 17:30 Gilles Talis 2013-05-09 17:40 ` Thomas Petazzoni 0 siblings, 1 reply; 4+ messages in thread From: Gilles Talis @ 2013-05-09 17:30 UTC (permalink / raw) To: buildroot Signed-off-by: Gilles Talis <gilles.talis@gmail.com> --- package/socketcand/socketcand.mk | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/package/socketcand/socketcand.mk b/package/socketcand/socketcand.mk index efade31..0826579 100644 --- a/package/socketcand/socketcand.mk +++ b/package/socketcand/socketcand.mk @@ -7,5 +7,6 @@ SOCKETCAND_VERSION = 7d06986 SOCKETCAND_SITE = http://github.com/dschanoeh/socketcand/tarball/master SOCKETCAND_AUTORECONF = YES SOCKETCAND_DEPENDENCIES = libconfig +SOCKETCAND_LICENSE = GPLv2 $(eval $(autotools-package)) -- 1.7.4.1 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] socketcand: add license information 2013-05-09 17:30 [Buildroot] [PATCH] socketcand: add license information Gilles Talis @ 2013-05-09 17:40 ` Thomas Petazzoni 2013-05-09 17:48 ` Gilles Talis 0 siblings, 1 reply; 4+ messages in thread From: Thomas Petazzoni @ 2013-05-09 17:40 UTC (permalink / raw) To: buildroot Dear Gilles Talis, On Thu, 9 May 2013 10:30:27 -0700, Gilles Talis wrote: > +SOCKETCAND_LICENSE = GPLv2 Are you sure? The only licensing information I can find is in socketcand.c, and it says: * Authors: * Andre Naujoks (the socket server stuff) * Oliver Hartkopp (the rest) * Jan-Niklas Meier (extensions for use with kayak) * * Copyright (c) 2002-2009 Volkswagen Group Electronic Research * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. Neither the name of Volkswagen nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * Alternatively, provided that this notice is retained in full, this * software may be distributed under the terms of the GNU General * Public License ("GPL") version 2, in which case the provisions of the * GPL apply INSTEAD OF those given above. * * The provided data structures and external interfaces from this code * are not restricted to be used by modules with a GPL compatible license. So the license is either GPLv2 or BSD-3c. 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] 4+ messages in thread
* [Buildroot] [PATCH] socketcand: add license information 2013-05-09 17:40 ` Thomas Petazzoni @ 2013-05-09 17:48 ` Gilles Talis 2013-05-09 17:55 ` Gilles Talis 0 siblings, 1 reply; 4+ messages in thread From: Gilles Talis @ 2013-05-09 17:48 UTC (permalink / raw) To: buildroot Dear Thomas Petazzoni, No, I am not sure. And I agree with you, the license information for this package is scarce and confusing. Arch-linux distribution tagged it as GPLv2 [1], and the package maintainer did not seem to disagree. This is why I went with GPLv2. Would you prefer we did not add license information at all? Thanks Gilles [1] https://aur.archlinux.org/packages/socketcand-git/ 2013/5/9 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> > Dear Gilles Talis, > > On Thu, 9 May 2013 10:30:27 -0700, Gilles Talis wrote: > > > +SOCKETCAND_LICENSE = GPLv2 > > Are you sure? The only licensing information I can find is in > socketcand.c, and it says: > > * Authors: > * Andre Naujoks (the socket server stuff) > * Oliver Hartkopp (the rest) > * Jan-Niklas Meier (extensions for use with kayak) > * > * Copyright (c) 2002-2009 Volkswagen Group Electronic Research > * All rights reserved. > * > * Redistribution and use in source and binary forms, with or without > * modification, are permitted provided that the following conditions > * are met: > * 1. Redistributions of source code must retain the above copyright > * notice, this list of conditions and the following disclaimer. > * 2. Redistributions in binary form must reproduce the above copyright > * notice, this list of conditions and the following disclaimer in the > * documentation and/or other materials provided with the distribution. > * 3. Neither the name of Volkswagen nor the names of its contributors > * may be used to endorse or promote products derived from this software > * without specific prior written permission. > * > * Alternatively, provided that this notice is retained in full, this > * software may be distributed under the terms of the GNU General > * Public License ("GPL") version 2, in which case the provisions of the > * GPL apply INSTEAD OF those given above. > * > * The provided data structures and external interfaces from this code > * are not restricted to be used by modules with a GPL compatible license. > > So the license is either GPLv2 or BSD-3c. > > Thomas > -- > Thomas Petazzoni, Free Electrons > Kernel, drivers, real-time and embedded Linux > development, consulting, training and support. > http://free-electrons.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130509/fbe7df26/attachment-0001.html> ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] socketcand: add license information 2013-05-09 17:48 ` Gilles Talis @ 2013-05-09 17:55 ` Gilles Talis 0 siblings, 0 replies; 4+ messages in thread From: Gilles Talis @ 2013-05-09 17:55 UTC (permalink / raw) To: buildroot Dear Thomas Petazzoni and all, 2013/5/9 Gilles Talis <gilles.talis@gmail.com> > > Dear Thomas Petazzoni, > > No, I am not sure. And I agree with you, the license information for this package is scarce and confusing. Arch-linux distribution tagged it as GPLv2 [1], and the package maintainer did not seem to disagree. This is why I went with GPLv2. Would you prefer we did not add license information at all? > > Thanks > Gilles > > [1] https://aur.archlinux.org/packages/socketcand-git/ > > > 2013/5/9 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> >> >> Dear Gilles Talis, >> >> On Thu, 9 May 2013 10:30:27 -0700, Gilles Talis wrote: >> >> > +SOCKETCAND_LICENSE = GPLv2 >> >> Are you sure? The only licensing information I can find is in >> socketcand.c, and it says: >> >> * Authors: >> * Andre Naujoks (the socket server stuff) >> * Oliver Hartkopp (the rest) >> * Jan-Niklas Meier (extensions for use with kayak) >> * >> * Copyright (c) 2002-2009 Volkswagen Group Electronic Research >> * All rights reserved. >> * >> * Redistribution and use in source and binary forms, with or without >> * modification, are permitted provided that the following conditions >> * are met: >> * 1. Redistributions of source code must retain the above copyright >> * notice, this list of conditions and the following disclaimer. >> * 2. Redistributions in binary form must reproduce the above copyright >> * notice, this list of conditions and the following disclaimer in the >> * documentation and/or other materials provided with the distribution. >> * 3. Neither the name of Volkswagen nor the names of its contributors >> * may be used to endorse or promote products derived from this software >> * without specific prior written permission. >> * >> * Alternatively, provided that this notice is retained in full, this >> * software may be distributed under the terms of the GNU General >> * Public License ("GPL") version 2, in which case the provisions of the >> * GPL apply INSTEAD OF those given above. >> * >> * The provided data structures and external interfaces from this code >> * are not restricted to be used by modules with a GPL compatible license. >> >> So the license is either GPLv2 or BSD-3c. >> >> Thomas >> -- >> Thomas Petazzoni, Free Electrons >> Kernel, drivers, real-time and embedded Linux >> development, consulting, training and support. >> http://free-electrons.com All apologies for top-posting and HTML format. My gmail parameters changed against my will :-(. I am fixing it now. Hope this is better :-) Gilles. > > ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-05-09 17:55 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-05-09 17:30 [Buildroot] [PATCH] socketcand: add license information Gilles Talis 2013-05-09 17:40 ` Thomas Petazzoni 2013-05-09 17:48 ` Gilles Talis 2013-05-09 17:55 ` Gilles Talis
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.