Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/routing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ahcpd/Makefile1
-rw-r--r--alfred/Makefile1
-rw-r--r--babeld/Makefile1
-rw-r--r--batctl/Makefile1
-rw-r--r--batman-adv/Makefile1
-rw-r--r--batmand/Makefile1
-rw-r--r--bcp38/Makefile1
-rw-r--r--bird-openwrt/bird4-openwrt/Makefile1
-rw-r--r--bird-openwrt/bird6-openwrt/Makefile1
-rw-r--r--bird/Makefile1
-rw-r--r--bmx6/Makefile1
-rw-r--r--hnetd/Makefile1
-rw-r--r--luci-app-bcp38/Makefile1
-rw-r--r--luci-app-bmx6/Makefile1
-rw-r--r--mcproxy/Makefile1
-rw-r--r--minimalist-pcproxy/Makefile1
-rw-r--r--mrd6/Makefile1
-rw-r--r--nat46/Makefile1
-rw-r--r--ndppd/Makefile1
-rw-r--r--nodogsplash/Makefile1
-rw-r--r--ohybridproxy/Makefile1
-rw-r--r--olsrd/Makefile1
-rw-r--r--quagga/Makefile1
23 files changed, 23 insertions, 0 deletions
diff --git a/ahcpd/Makefile b/ahcpd/Makefile
index e6ff1e7..d4f8744 100644
--- a/ahcpd/Makefile
+++ b/ahcpd/Makefile
@@ -14,6 +14,7 @@ PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/files/
PKG_MD5SUM:=a1a610bf20965aa522cd766bf3d5829a
+PKG_LICENSE:=MIT
include $(INCLUDE_DIR)/package.mk
diff --git a/alfred/Makefile b/alfred/Makefile
index de1a801..90ee411 100644
--- a/alfred/Makefile
+++ b/alfred/Makefile
@@ -17,6 +17,7 @@ PKG_MD5SUM:=b8ab5677ed73d817b02b0e4fae10357a
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)
+PKG_LICENSE:=GPL-2.0
include $(INCLUDE_DIR)/package.mk
diff --git a/babeld/Makefile b/babeld/Makefile
index e939310..43a91b8 100644
--- a/babeld/Makefile
+++ b/babeld/Makefile
@@ -14,6 +14,7 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/files/
PKG_MD5SUM:=20e3284d5ad291d7ba2ad91d5b47de10
+PKG_LICENSE:=MIT
include $(INCLUDE_DIR)/package.mk
diff --git a/batctl/Makefile b/batctl/Makefile
index 43c9098..966bed3 100644
--- a/batctl/Makefile
+++ b/batctl/Makefile
@@ -15,6 +15,7 @@ PKG_MD5SUM:=7d2b8c129424c014d020c4b1a2add31b
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)
+PKG_LICENSE:=GPL-2.0
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_NAME)-$(PKG_VERSION)
diff --git a/batman-adv/Makefile b/batman-adv/Makefile
index 6103cd2..c7be16c 100644
--- a/batman-adv/Makefile
+++ b/batman-adv/Makefile
@@ -16,6 +16,7 @@ PKG_MD5SUM:=e9ee1d42ff4b0254699c779668054bed
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)
+PKG_LICENSE:=GPL-2.0
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_NAME)-$(PKG_VERSION)
diff --git a/batmand/Makefile b/batmand/Makefile
index 4026496..a807650 100644
--- a/batmand/Makefile
+++ b/batmand/Makefile
@@ -20,6 +20,7 @@ PKG_SOURCE_SUBDIR:=$(if $(PKG_BRANCH),$(PKG_BRANCH),$(PKG_NAME))-$(PKG_VERSION)
PKG_SOURCE_URL:=http://downloads.open-mesh.org/svn/batman/trunk/
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_SOURCE_SUBDIR)
+PKG_LICENSE:=GPL-2.0
PKG_KMOD_BUILD_DIR:=$(PKG_BUILD_DIR)/batman/linux/modules
diff --git a/bcp38/Makefile b/bcp38/Makefile
index d777e13..5cbe882 100644
--- a/bcp38/Makefile
+++ b/bcp38/Makefile
@@ -10,6 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=bcp38
PKG_VERSION:=4
PKG_RELEASE:=1
+PKG_LICENSE:=GPL-2.0
include $(INCLUDE_DIR)/package.mk
diff --git a/bird-openwrt/bird4-openwrt/Makefile b/bird-openwrt/bird4-openwrt/Makefile
index 55b5bf9..1e488b3 100644
--- a/bird-openwrt/bird4-openwrt/Makefile
+++ b/bird-openwrt/bird4-openwrt/Makefile
@@ -22,6 +22,7 @@ BIRD:=bird4
PKG_NAME:=$(BIRD)-openwrt
PKG_RELEASE:=0.2
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
+PKG_LICENSE:=GPL-3.0+
uci:=$(BIRD)-uci
luci:=luci-app-$(BIRD)
diff --git a/bird-openwrt/bird6-openwrt/Makefile b/bird-openwrt/bird6-openwrt/Makefile
index 53e841e..74c2423 100644
--- a/bird-openwrt/bird6-openwrt/Makefile
+++ b/bird-openwrt/bird6-openwrt/Makefile
@@ -22,6 +22,7 @@ BIRD:=bird6
PKG_NAME:=$(BIRD)-openwrt
PKG_RELEASE:=0.2
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
+PKG_LICENSE:=GPL-3.0+
uci:=$(BIRD)-uci
luci:=luci-app-$(BIRD)
diff --git a/bird/Makefile b/bird/Makefile
index 971afc4..9dd5cf3 100644
--- a/bird/Makefile
+++ b/bird/Makefile
@@ -14,6 +14,7 @@ PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird
PKG_MD5SUM:=eb7e00b9c1d102ddfcbc19d9cb168511
PKG_BUILD_DEPENDS:=libncurses libreadline
+PKG_LICENSE:=GPL-2.0
include $(INCLUDE_DIR)/package.mk
diff --git a/bmx6/Makefile b/bmx6/Makefile
index 5028906..9af1950 100644
--- a/bmx6/Makefile
+++ b/bmx6/Makefile
@@ -34,6 +34,7 @@ PKG_SOURCE_URL:=git://github.com/axn/bmx6.git
PKG_REV:=8b0585e84ca8a0110bd4587e19192beda1ba3238
PKG_VERSION:=r2014052301
PKG_RELEASE:=4
+PKG_LICENSE:=GPL-2.0
PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
diff --git a/hnetd/Makefile b/hnetd/Makefile
index 25cbd60..c4afb75 100644
--- a/hnetd/Makefile
+++ b/hnetd/Makefile
@@ -14,6 +14,7 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://github.com/sbyx/hnetd.git
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
+PKG_LICENSE:=GPL-2.0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
diff --git a/luci-app-bcp38/Makefile b/luci-app-bcp38/Makefile
index 66f3316..d42916c 100644
--- a/luci-app-bcp38/Makefile
+++ b/luci-app-bcp38/Makefile
@@ -10,6 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-bcp38
PKG_VERSION:=2
PKG_RELEASE:=1
+PKG_LICENSE:=Apache-2.0
LUCI_DIR:=/usr/lib/lua/luci
include $(INCLUDE_DIR)/package.mk
diff --git a/luci-app-bmx6/Makefile b/luci-app-bmx6/Makefile
index 09a9512..ec69d2d 100644
--- a/luci-app-bmx6/Makefile
+++ b/luci-app-bmx6/Makefile
@@ -23,6 +23,7 @@ PKG_NAME:=luci-app-bmx6
PKG_RELEASE:=3
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
+PKG_LICENSE:=GPL-2.0+
include $(INCLUDE_DIR)/package.mk
diff --git a/mcproxy/Makefile b/mcproxy/Makefile
index 51f6d65..ef0b09e 100644
--- a/mcproxy/Makefile
+++ b/mcproxy/Makefile
@@ -15,6 +15,7 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://github.com/mcproxy/mcproxy.git
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
+PKG_LICENSE:=GPL-2.0+
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
diff --git a/minimalist-pcproxy/Makefile b/minimalist-pcproxy/Makefile
index 94dfff3..57c2651 100644
--- a/minimalist-pcproxy/Makefile
+++ b/minimalist-pcproxy/Makefile
@@ -14,6 +14,7 @@ PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://github.com/fingon/minimalist-pcproxy.git
PKG_MAINTAINER:=Markus Stenberg <fingon@iki.fi>
+PKG_LICENSE:=GPL-2.0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
diff --git a/mrd6/Makefile b/mrd6/Makefile
index 252a151..a20ea26 100644
--- a/mrd6/Makefile
+++ b/mrd6/Makefile
@@ -15,6 +15,7 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://github.com/hugosantos/mrd6.git
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
+PKG_LICENSE:=GPL-2.0+
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
diff --git a/nat46/Makefile b/nat46/Makefile
index 6f5a7e3..728f3b4 100644
--- a/nat46/Makefile
+++ b/nat46/Makefile
@@ -18,6 +18,7 @@ PKG_SOURCE_URL:=https://github.com/ayourtch/nat46.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=758a02e6f9e4c43553e0fc37d83c286c77febe94
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
+PKG_LICENSE:=GPL-2.0
include $(INCLUDE_DIR)/package.mk
diff --git a/ndppd/Makefile b/ndppd/Makefile
index c5f1d20..ebc764c 100644
--- a/ndppd/Makefile
+++ b/ndppd/Makefile
@@ -16,6 +16,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
# Latest release
PKG_SOURCE_URL:=http://www.priv.nu/projects/ndppd/files/
PKG_MD5SUM:=d6f3243bb7fc04c8085371c9acddc50e
+PKG_LICENSE:=GPL-3.0+
# Development snapshot
#PKG_SOURCE_URL=git://github.com/Tuhox/ndppd.git
diff --git a/nodogsplash/Makefile b/nodogsplash/Makefile
index dd2b1e4..61726cc 100644
--- a/nodogsplash/Makefile
+++ b/nodogsplash/Makefile
@@ -18,6 +18,7 @@ PKG_SOURCE_URL:=git://github.com/nodogsplash/nodogsplash.git
PKG_SOURCE_VERSION:=v0.9_beta9.9.8
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_BUILD_PARALLEL:=1
+PKG_LICENSE:=GPL-2.0+
include $(INCLUDE_DIR)/package.mk
diff --git a/ohybridproxy/Makefile b/ohybridproxy/Makefile
index 6ed8b91..e84176a 100644
--- a/ohybridproxy/Makefile
+++ b/ohybridproxy/Makefile
@@ -14,6 +14,7 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://github.com/sbyx/ohybridproxy.git
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
+PKG_LICENSE:=GPL-2.0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
diff --git a/olsrd/Makefile b/olsrd/Makefile
index b22d286..188d0b7 100644
--- a/olsrd/Makefile
+++ b/olsrd/Makefile
@@ -16,6 +16,7 @@ PKG_SOURCE_URL:=http://www.olsr.org/releases/0.6
PKG_MD5SUM:=d4411d4ed94b399a3778b8036dee1214
PKG_BUILD_PARALLEL:=1
+PKG_LICENSE:=BSD-3-Clause
include $(INCLUDE_DIR)/package.mk
diff --git a/quagga/Makefile b/quagga/Makefile
index e9bb6c7..46a4235 100644
--- a/quagga/Makefile
+++ b/quagga/Makefile
@@ -30,6 +30,7 @@ PKG_CONFIG_DEPENDS:= \
PKG_BUILD_PARALLEL:=1
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
+PKG_LICENSE:=GPL-2.0
include $(INCLUDE_DIR)/package.mk