Commit 07a2ec3e authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

package/x11r7: add license informations to xproto_* packages

parent 5b0c6f02
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@
XPROTO_APPLEWMPROTO_VERSION = 1.4.2
XPROTO_APPLEWMPROTO_SOURCE = applewmproto-$(XPROTO_APPLEWMPROTO_VERSION).tar.bz2
XPROTO_APPLEWMPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_APPLEWMPROTO_LICENSE = MIT
XPROTO_APPLEWMPROTO_LICENSE_FILES = COPYING
XPROTO_APPLEWMPROTO_INSTALL_STAGING = YES
XPROTO_APPLEWMPROTO_INSTALL_TARGET = NO

+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@
XPROTO_BIGREQSPROTO_VERSION = 1.1.2
XPROTO_BIGREQSPROTO_SOURCE = bigreqsproto-$(XPROTO_BIGREQSPROTO_VERSION).tar.bz2
XPROTO_BIGREQSPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_BIGREQSPROTO_LICENSE = MIT
XPROTO_BIGREQSPROTO_LICENSE_FILES = COPYING
XPROTO_BIGREQSPROTO_INSTALL_STAGING = YES
XPROTO_BIGREQSPROTO_INSTALL_TARGET = NO

+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@
XPROTO_COMPOSITEPROTO_VERSION = 0.4.2
XPROTO_COMPOSITEPROTO_SOURCE = compositeproto-$(XPROTO_COMPOSITEPROTO_VERSION).tar.bz2
XPROTO_COMPOSITEPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_COMPOSITEPROTO_LICENSE = MIT
XPROTO_COMPOSITEPROTO_LICENSE_FILES = COPYING
XPROTO_COMPOSITEPROTO_INSTALL_STAGING = YES
XPROTO_COMPOSITEPROTO_INSTALL_TARGET = NO

+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@
XPROTO_DAMAGEPROTO_VERSION = 1.2.1
XPROTO_DAMAGEPROTO_SOURCE = damageproto-$(XPROTO_DAMAGEPROTO_VERSION).tar.bz2
XPROTO_DAMAGEPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_DAMAGEPROTO_LICENSE = MIT
XPROTO_DAMAGEPROTO_LICENSE_FILES = COPYING
XPROTO_DAMAGEPROTO_INSTALL_STAGING = YES
XPROTO_DAMAGEPROTO_INSTALL_TARGET = NO

+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@
XPROTO_DMXPROTO_VERSION = 2.3.1
XPROTO_DMXPROTO_SOURCE = dmxproto-$(XPROTO_DMXPROTO_VERSION).tar.bz2
XPROTO_DMXPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_DMXPROTO_LICENSE = MIT
XPROTO_DMXPROTO_LICENSE_FILES = COPYING
XPROTO_DMXPROTO_INSTALL_STAGING = YES
XPROTO_DMXPROTO_INSTALL_TARGET = NO

Loading