diff mbox

[17/54] libsvgtiny: add license information

Message ID 1403636160-11807-17-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit c9722e7f70fe1e054145436fd4abbfc96c5dbc83
Headers show

Commit Message

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

Comments

Yann E. MORIN June 25, 2014, 7:38 p.m. UTC | #1
Gustavo, All,

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

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

As a side note, there is now a git tree with proper tags for this;
    http://git.netsurf-browser.org/libsvgtiny.git/

I noticed that a lot of the packages have changed home, or have no home
any more, or that we are packaging a very old version... I'll try to get
some time this WE to do a pass on all this (and try to revived the
script to check that...

Regards,
Yann E. MORIN.

> ---
>  package/libsvgtiny/libsvgtiny.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/libsvgtiny/libsvgtiny.mk b/package/libsvgtiny/libsvgtiny.mk
> index dd40452..a2d494e 100644
> --- a/package/libsvgtiny/libsvgtiny.mk
> +++ b/package/libsvgtiny/libsvgtiny.mk
> @@ -8,6 +8,8 @@ LIBSVGTINY_SITE = svn://svn.netsurf-browser.org/trunk/libsvgtiny
>  LIBSVGTINY_VERSION = 12121
>  LIBSVGTINY_INSTALL_STAGING = YES
>  LIBSVGTINY_DEPENDENCIES = libxml2 host-gperf host-pkgconf
> +LIBSVGTINY_LICENSE = MIT
> +LIBSVGTINY_LICENSE_FILES = README
>  
>  define LIBSVGTINY_BUILD_CMDS
>  	$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) PREFIX=/usr
> -- 
> 1.8.5.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Gustavo Zacarias June 25, 2014, 7:48 p.m. UTC | #2
On 06/25/2014 04:38 PM, Yann E. MORIN wrote:

> I noticed that a lot of the packages have changed home, or have no home
> any more, or that we are packaging a very old version... I'll try to get
> some time this WE to do a pass on all this (and try to revived the
> script to check that...

Like metacity? :)
Regards.
Peter Korsgaard June 25, 2014, 8:55 p.m. UTC | #3
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.
diff mbox

Patch

diff --git a/package/libsvgtiny/libsvgtiny.mk b/package/libsvgtiny/libsvgtiny.mk
index dd40452..a2d494e 100644
--- a/package/libsvgtiny/libsvgtiny.mk
+++ b/package/libsvgtiny/libsvgtiny.mk
@@ -8,6 +8,8 @@  LIBSVGTINY_SITE = svn://svn.netsurf-browser.org/trunk/libsvgtiny
 LIBSVGTINY_VERSION = 12121
 LIBSVGTINY_INSTALL_STAGING = YES
 LIBSVGTINY_DEPENDENCIES = libxml2 host-gperf host-pkgconf
+LIBSVGTINY_LICENSE = MIT
+LIBSVGTINY_LICENSE_FILES = README
 
 define LIBSVGTINY_BUILD_CMDS
 	$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) PREFIX=/usr