diff mbox

[13/54] libical: add license information

Message ID 1403636160-11807-13-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 0b4aa0894ebcf693b91f29dc01cedc0fc5f79c24
Headers show

Commit Message

Gustavo Zacarias June 24, 2014, 6:55 p.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libical/libical.mk | 2 ++
 1 file changed, 2 insertions(+)

Comments

Yann E. MORIN June 24, 2014, 10:21 p.m. UTC | #1
On 2014-06-24 15:55 -0300, Gustavo Zacarias spake thusly:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

LICENSE file, random files, yadda yadda... 

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

But see below...

> ---
>  package/libical/libical.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/libical/libical.mk b/package/libical/libical.mk
> index cdee006..4025627 100644
> --- a/package/libical/libical.mk
> +++ b/package/libical/libical.mk
> @@ -7,5 +7,7 @@
>  LIBICAL_VERSION = 0.48
>  LIBICAL_SITE = http://downloads.sourceforge.net/project/freeassociation/libical/libical-$(LIBICAL_VERSION)
>  LIBICAL_INSTALL_STAGING = YES
> +LIBICAL_LICENSE = MPLv1.0 or LGPLv2.1
> +LIBICAL_LICENSE_FILES = LICENSE

There's also a COPYING file, which content appear to be the exact same
as the LICENSE file. So, OK to get only one of them. I'd have prefered
COPYING, but that's equally equal. ;-)

Regards,
Yann E. MORIN.

>  $(eval $(autotools-package))
> -- 
> 1.8.5.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard June 25, 2014, 8:50 p.m. UTC | #2
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > On 2014-06-24 15:55 -0300, Gustavo Zacarias spake thusly:
 >> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

 > LICENSE file, random files, yadda yadda... 

 > Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

 > But see below...

 >> ---
 >> package/libical/libical.mk | 2 ++
 >> 1 file changed, 2 insertions(+)
 >> 
 >> diff --git a/package/libical/libical.mk b/package/libical/libical.mk
 >> index cdee006..4025627 100644
 >> --- a/package/libical/libical.mk
 >> +++ b/package/libical/libical.mk
 >> @@ -7,5 +7,7 @@
 >> LIBICAL_VERSION = 0.48
 >> LIBICAL_SITE = http://downloads.sourceforge.net/project/freeassociation/libical/libical-$(LIBICAL_VERSION)
 >> LIBICAL_INSTALL_STAGING = YES
 >> +LIBICAL_LICENSE = MPLv1.0 or LGPLv2.1
 >> +LIBICAL_LICENSE_FILES = LICENSE

 > There's also a COPYING file, which content appear to be the exact same
 > as the LICENSE file. So, OK to get only one of them. I'd have prefered
 > COPYING, but that's equally equal. ;-)

LICENSE has a few extra lines clarifying the license, so I'll leave it
like this.

Committed, thanks.
Yann E. MORIN June 25, 2014, 9:01 p.m. UTC | #3
Peter, All,

On 2014-06-25 22:50 +0200, Peter Korsgaard spake thusly:
> >>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
> 
>  > On 2014-06-24 15:55 -0300, Gustavo Zacarias spake thusly:
>  >> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> 
>  > LICENSE file, random files, yadda yadda... 
> 
>  > Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> 
>  > But see below...
> 
>  >> ---
>  >> package/libical/libical.mk | 2 ++
>  >> 1 file changed, 2 insertions(+)
>  >> 
>  >> diff --git a/package/libical/libical.mk b/package/libical/libical.mk
>  >> index cdee006..4025627 100644
>  >> --- a/package/libical/libical.mk
>  >> +++ b/package/libical/libical.mk
>  >> @@ -7,5 +7,7 @@
>  >> LIBICAL_VERSION = 0.48
>  >> LIBICAL_SITE = http://downloads.sourceforge.net/project/freeassociation/libical/libical-$(LIBICAL_VERSION)
>  >> LIBICAL_INSTALL_STAGING = YES
>  >> +LIBICAL_LICENSE = MPLv1.0 or LGPLv2.1
>  >> +LIBICAL_LICENSE_FILES = LICENSE
> 
>  > There's also a COPYING file, which content appear to be the exact same
>  > as the LICENSE file. So, OK to get only one of them. I'd have prefered
>  > COPYING, but that's equally equal. ;-)
> 
> LICENSE has a few extra lines clarifying the license, so I'll leave it
> like this.

Gah, I clicked twice on the same file... So I check LICENSE was the same
as... LICENSE. Doh... :-(

Thanks!

Regards,
Yann E. MORIN.
diff mbox

Patch

diff --git a/package/libical/libical.mk b/package/libical/libical.mk
index cdee006..4025627 100644
--- a/package/libical/libical.mk
+++ b/package/libical/libical.mk
@@ -7,5 +7,7 @@ 
 LIBICAL_VERSION = 0.48
 LIBICAL_SITE = http://downloads.sourceforge.net/project/freeassociation/libical/libical-$(LIBICAL_VERSION)
 LIBICAL_INSTALL_STAGING = YES
+LIBICAL_LICENSE = MPLv1.0 or LGPLv2.1
+LIBICAL_LICENSE_FILES = LICENSE
 
 $(eval $(autotools-package))