diff mbox

[51/54] startup-notification: add license information

Message ID 1403636160-11807-51-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 7726e8c88194701d07c2aead560c5486e4bdfa85
Headers show

Commit Message

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

Comments

Peter Korsgaard June 27, 2014, 6:52 a.m. UTC | #1
>>>>> "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/startup-notification/startup-notification.mk b/package/startup-notification/startup-notification.mk
index 140b681..902805a 100644
--- a/package/startup-notification/startup-notification.mk
+++ b/package/startup-notification/startup-notification.mk
@@ -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))