startup-notification: add license information
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 24 Jun 2014 18:55:57 +0000 (15:55 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 27 Jun 2014 06:49:46 +0000 (08:49 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/startup-notification/startup-notification.mk

index 140b68120956c2cce7571578a27813f87dd21fa6..902805a91e0942427aba630d874b1c6b931b95f5 100644 (file)
@@ -12,5 +12,7 @@ STARTUP_NOTIFICATION_CONF_ENV = lf_cv_sane_realloc=yes
 STARTUP_NOTIFICATION_CONF_OPT = --with-x \
        --x-includes="$(STAGING_DIR)/usr/include/X11" \
        --x-libraries="$(STAGING_DIR)/usr/lib"
+STARTUP_NOTIFICATION_LICENSE = LGPLv2
+STARTUP_NOTIFICATION_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))