From d174bb8917873a6556faf15141f5219f24df2ef8 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sun, 24 Mar 2024 16:10:22 +0200 Subject: [PATCH] treewide: add missing license information The license is derived from sources or from a copyright of the Makefile. Otherwise, a global Apache-2.0 is used. Some packages had a copyright GPL-2.0 but sources clearly states for Apache so the copyright was changed. Signed-off-by: Sergey Ponomarev --- applications/luci-app-attendedsysupgrade/Makefile | 1 + applications/luci-app-babeld/Makefile | 1 + applications/luci-app-coovachilli/Makefile | 1 + applications/luci-app-cshark/Makefile | 1 + applications/luci-app-dawn/Makefile | 1 + applications/luci-app-dcwapd/Makefile | 5 ++--- applications/luci-app-dnscrypt-proxy/Makefile | 1 + applications/luci-app-dump1090/Makefile | 1 + applications/luci-app-email/Makefile | 1 + applications/luci-app-example/Makefile | 1 + applications/luci-app-fwknopd/Makefile | 2 +- applications/luci-app-hd-idle/Makefile | 1 + applications/luci-app-ksmbd/Makefile | 1 + applications/luci-app-ledtrig-rssi/Makefile | 1 + applications/luci-app-ledtrig-switch/Makefile | 1 + applications/luci-app-ledtrig-usbport/Makefile | 1 + applications/luci-app-lorawan-basicstation/Makefile | 2 +- applications/luci-app-ltqtapi/Makefile | 1 + applications/luci-app-lxc/Makefile | 1 + applications/luci-app-minidlna/Makefile | 1 + applications/luci-app-mjpg-streamer/Makefile | 1 + applications/luci-app-mwan3/Makefile | 5 ++--- applications/luci-app-nextdns/Makefile | 1 + applications/luci-app-nlbwmon/Makefile | 1 + applications/luci-app-nut/Makefile | 5 ++--- applications/luci-app-ocserv/Makefile | 1 + applications/luci-app-olsr-services/Makefile | 1 + applications/luci-app-olsr-viz/Makefile | 1 + applications/luci-app-olsr/Makefile | 1 + applications/luci-app-pagekitec/Makefile | 1 + applications/luci-app-polipo/Makefile | 1 + applications/luci-app-rp-pppoe-server/Makefile | 5 ++--- applications/luci-app-samba4/Makefile | 1 + applications/luci-app-siitwizard/Makefile | 1 + applications/luci-app-softether/Makefile | 1 + applications/luci-app-splash/Makefile | 1 + applications/luci-app-sshtunnel/Makefile | 1 + applications/luci-app-tinyproxy/Makefile | 1 + applications/luci-app-tor/Makefile | 1 + applications/luci-app-transmission/Makefile | 1 + applications/luci-app-ttyd/Makefile | 1 + applications/luci-app-udpxy/Makefile | 1 + applications/luci-app-unbound/Makefile | 1 + applications/luci-app-upnp/Makefile | 1 + applications/luci-app-usteer/Makefile | 4 ++-- applications/luci-app-v2raya/Makefile | 1 + applications/luci-app-vnstat/Makefile | 1 + applications/luci-app-watchcat/Makefile | 1 + applications/luci-app-wifischedule/Makefile | 1 + applications/luci-app-wol/Makefile | 1 + 50 files changed, 55 insertions(+), 16 deletions(-) diff --git a/applications/luci-app-attendedsysupgrade/Makefile b/applications/luci-app-attendedsysupgrade/Makefile index 868446f5b8..aaaf3f5dee 100644 --- a/applications/luci-app-attendedsysupgrade/Makefile +++ b/applications/luci-app-attendedsysupgrade/Makefile @@ -7,6 +7,7 @@ LUCI_TITLE:=LuCI support for attended sysupgrades LUCI_DEPENDS:=+luci-base +attendedsysupgrade-common +cgi-io PKG_MAINTAINER:=Paul Spooren +PKG_LICENSE:=GPL-2.0 include ../../luci.mk diff --git a/applications/luci-app-babeld/Makefile b/applications/luci-app-babeld/Makefile index 85a4bf5d24..b76372116e 100644 --- a/applications/luci-app-babeld/Makefile +++ b/applications/luci-app-babeld/Makefile @@ -3,6 +3,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for babeld LUCI_DEPENDS:=+luci-base +babeld +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Nick Hainke include ../../luci.mk diff --git a/applications/luci-app-coovachilli/Makefile b/applications/luci-app-coovachilli/Makefile index 25f8d65576..3a640192f4 100644 --- a/applications/luci-app-coovachilli/Makefile +++ b/applications/luci-app-coovachilli/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for Coova Chilli LUCI_DEPENDS:=+luci-base +luci-compat @BROKEN +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Steven Barth \ Jo-Philipp Wich diff --git a/applications/luci-app-cshark/Makefile b/applications/luci-app-cshark/Makefile index 2e89eaafde..26543fffc2 100644 --- a/applications/luci-app-cshark/Makefile +++ b/applications/luci-app-cshark/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Cloudshark capture tool Web UI LUCI_DEPENDS:=+luci-base +luci-compat +cshark +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Luka Perkov include ../../luci.mk diff --git a/applications/luci-app-dawn/Makefile b/applications/luci-app-dawn/Makefile index a840e95732..b513cc1544 100644 --- a/applications/luci-app-dawn/Makefile +++ b/applications/luci-app-dawn/Makefile @@ -3,6 +3,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for DAWN LUCI_DEPENDS:=+luci-base +dawn +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Nick Hainke include ../../luci.mk diff --git a/applications/luci-app-dcwapd/Makefile b/applications/luci-app-dcwapd/Makefile index 5c3ddef3c1..0669b0304b 100644 --- a/applications/luci-app-dcwapd/Makefile +++ b/applications/luci-app-dcwapd/Makefile @@ -1,15 +1,14 @@ # # Copyright (C) 2019 EWSI # -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# +# This is free software, licensed under the Apache License, Version 2.0 . include $(TOPDIR)/rules.mk LUCI_TITLE:=Dual Channel Wi-Fi AP Daemon configuration module LUCI_DEPENDS:=+luci-base +luci-compat +dcwapd +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Carey Sonsino include ../../luci.mk diff --git a/applications/luci-app-dnscrypt-proxy/Makefile b/applications/luci-app-dnscrypt-proxy/Makefile index 18d465d9cf..6716a77c81 100644 --- a/applications/luci-app-dnscrypt-proxy/Makefile +++ b/applications/luci-app-dnscrypt-proxy/Makefile @@ -7,6 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for DNSCrypt-Proxy LUCI_DEPENDS:=+luci-base +luci-compat +uclient-fetch +dnscrypt-proxy +luci-lib-httpprotoutils +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Dirk Brenken include ../../luci.mk diff --git a/applications/luci-app-dump1090/Makefile b/applications/luci-app-dump1090/Makefile index 2842222b81..6051d48258 100644 --- a/applications/luci-app-dump1090/Makefile +++ b/applications/luci-app-dump1090/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for dump1090 LUCI_DEPENDS:=+luci-base +luci-compat +dump1090 +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Alvaro Fernandez Rojas include ../../luci.mk diff --git a/applications/luci-app-email/Makefile b/applications/luci-app-email/Makefile index c9060bc23a..e0d9f7fded 100644 --- a/applications/luci-app-email/Makefile +++ b/applications/luci-app-email/Makefile @@ -5,6 +5,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI app for email server configuration (EmailRelay) LUCI_DEPENDS:=+luci-base +emailrelay +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Sergey Ponomarev include ../../luci.mk diff --git a/applications/luci-app-example/Makefile b/applications/luci-app-example/Makefile index 33c7d8c96e..d81b521175 100644 --- a/applications/luci-app-example/Makefile +++ b/applications/luci-app-example/Makefile @@ -7,6 +7,7 @@ LUCI_TITLE:=LuCI example app for js based luci LUCI_DEPENDS:=+luci-base LUCI_PKGARCH:=all +PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Andreas Brau \ Duncan Hill diff --git a/applications/luci-app-fwknopd/Makefile b/applications/luci-app-fwknopd/Makefile index 7aabd3c2af..4832fb9585 100644 --- a/applications/luci-app-fwknopd/Makefile +++ b/applications/luci-app-fwknopd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Fwknopd config - web config for the firewall knock daemon LUCI_DEPENDS:=+luci-base +fwknopd +qrencode -PKG_LICENSE:=GPLv2 +PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Jonathan Bennett include ../../luci.mk diff --git a/applications/luci-app-hd-idle/Makefile b/applications/luci-app-hd-idle/Makefile index 248f5e7508..a88d72cb1b 100644 --- a/applications/luci-app-hd-idle/Makefile +++ b/applications/luci-app-hd-idle/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Hard Disk Idle Spin-Down module LUCI_DEPENDS:=+luci-base +hd-idle +lsblk +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Jo-Philipp Wich include ../../luci.mk diff --git a/applications/luci-app-ksmbd/Makefile b/applications/luci-app-ksmbd/Makefile index db3932c46f..eb09c4cf3a 100644 --- a/applications/luci-app-ksmbd/Makefile +++ b/applications/luci-app-ksmbd/Makefile @@ -5,6 +5,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Network Shares - Ksmbd the SMB kernel fileserver LUCI_DEPENDS:=+luci-base +ksmbd-server +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Richard Yu include ../../luci.mk diff --git a/applications/luci-app-ledtrig-rssi/Makefile b/applications/luci-app-ledtrig-rssi/Makefile index f44b0c65cc..d6bfd6e12c 100644 --- a/applications/luci-app-ledtrig-rssi/Makefile +++ b/applications/luci-app-ledtrig-rssi/Makefile @@ -10,6 +10,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:= LuCI Support for ledtrigger rssi LUCI_DEPENDS:=+luci-base +rssileds +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Jo-Philipp Wich include ../../luci.mk diff --git a/applications/luci-app-ledtrig-switch/Makefile b/applications/luci-app-ledtrig-switch/Makefile index dbe4d1a89a..f055062f3d 100644 --- a/applications/luci-app-ledtrig-switch/Makefile +++ b/applications/luci-app-ledtrig-switch/Makefile @@ -10,6 +10,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:= LuCI Support for ledtrigger switch LUCI_DEPENDS:=+luci-base +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Jo-Philipp Wich include ../../luci.mk diff --git a/applications/luci-app-ledtrig-usbport/Makefile b/applications/luci-app-ledtrig-usbport/Makefile index 4cd802e26c..9fd3cbab0c 100644 --- a/applications/luci-app-ledtrig-usbport/Makefile +++ b/applications/luci-app-ledtrig-usbport/Makefile @@ -10,6 +10,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:= LuCI Support for ledtrigger usbport LUCI_DEPENDS:=+luci-base +kmod-usb-ledtrig-usbport +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Jo-Philipp Wich include ../../luci.mk diff --git a/applications/luci-app-lorawan-basicstation/Makefile b/applications/luci-app-lorawan-basicstation/Makefile index 5875eb17f8..9ced8e198f 100644 --- a/applications/luci-app-lorawan-basicstation/Makefile +++ b/applications/luci-app-lorawan-basicstation/Makefile @@ -11,7 +11,7 @@ LUCI_TITLE:=LuCI Support for LoRaWAN basicstation LUCI_DEPENDS:=+luci-base +basicstation PKG_MAINTAINER:=Marcus Schref -PKG_LICENSE:=APACHE-2.0 +PKG_LICENSE:=Apache-2.0 include ../../luci.mk diff --git a/applications/luci-app-ltqtapi/Makefile b/applications/luci-app-ltqtapi/Makefile index b6cb2ba06d..e066e26867 100644 --- a/applications/luci-app-ltqtapi/Makefile +++ b/applications/luci-app-ltqtapi/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for Lantiq Devices LUCI_DEPENDS:=+luci-base +luci-compat @BROKEN +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=John Crispin include ../../luci.mk diff --git a/applications/luci-app-lxc/Makefile b/applications/luci-app-lxc/Makefile index bbdf0e0f13..015ba26854 100644 --- a/applications/luci-app-lxc/Makefile +++ b/applications/luci-app-lxc/Makefile @@ -13,6 +13,7 @@ define Package/luci-app-lxc/conffiles /etc/config/lxc endef +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Petar Koretic \ Dirk Brenken diff --git a/applications/luci-app-minidlna/Makefile b/applications/luci-app-minidlna/Makefile index 46de907e5d..e0a7b02da6 100644 --- a/applications/luci-app-minidlna/Makefile +++ b/applications/luci-app-minidlna/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for miniDLNA LUCI_DEPENDS:=+luci-base +minidlna +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Jo-Philipp Wich include ../../luci.mk diff --git a/applications/luci-app-mjpg-streamer/Makefile b/applications/luci-app-mjpg-streamer/Makefile index 7564904c2d..fd536350aa 100644 --- a/applications/luci-app-mjpg-streamer/Makefile +++ b/applications/luci-app-mjpg-streamer/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=MJPG-Streamer service configuration module LUCI_DEPENDS:=+luci-base +mjpg-streamer +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Jo-Philipp Wich include ../../luci.mk diff --git a/applications/luci-app-mwan3/Makefile b/applications/luci-app-mwan3/Makefile index 98c0293e05..17c087237b 100644 --- a/applications/luci-app-mwan3/Makefile +++ b/applications/luci-app-mwan3/Makefile @@ -1,14 +1,13 @@ # # Copyright (C) 2017 Dan Luedtke # -# This is free software, licensed under the Apache License, Version 2.0 . -# +# This is free software, licensed under the GNU General Public License v2. include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for the MWAN3 MultiWAN Manager LUCI_DEPENDS:=+luci-base +mwan3 -PKG_LICENSE:=GPLv2 +PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Florian Eckert diff --git a/applications/luci-app-nextdns/Makefile b/applications/luci-app-nextdns/Makefile index 25bb6eb974..0786736e13 100644 --- a/applications/luci-app-nextdns/Makefile +++ b/applications/luci-app-nextdns/Makefile @@ -6,6 +6,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for NextDNS LUCI_DEPENDS:=+luci-base +nextdns +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Olivier Poitrey include ../../luci.mk diff --git a/applications/luci-app-nlbwmon/Makefile b/applications/luci-app-nlbwmon/Makefile index b446c8541d..adcf87bded 100644 --- a/applications/luci-app-nlbwmon/Makefile +++ b/applications/luci-app-nlbwmon/Makefile @@ -5,6 +5,7 @@ PKG_LICENSE:=Apache-2.0 LUCI_TITLE:=Netlink based bandwidth accounting LUCI_DEPENDS:=+luci-base +luci-lib-chartjs +nlbwmon +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Jo-Philipp Wich include ../../luci.mk diff --git a/applications/luci-app-nut/Makefile b/applications/luci-app-nut/Makefile index b4af292046..f5a67756c5 100644 --- a/applications/luci-app-nut/Makefile +++ b/applications/luci-app-nut/Makefile @@ -1,9 +1,7 @@ # # Copyright (C) 2015 OpenWrt.org # -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# +# This is free software, licensed under the Apache License, Version 2.0 . include $(TOPDIR)/rules.mk @@ -11,6 +9,7 @@ LUCI_TITLE:=Network UPS Tools Configuration LUCI_DEPENDS:=+luci-base +luci-compat PKG_RELEASE:=1 +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Daniel F. Dickinson include ../../luci.mk diff --git a/applications/luci-app-ocserv/Makefile b/applications/luci-app-ocserv/Makefile index cdd5b52214..32c2dc6669 100644 --- a/applications/luci-app-ocserv/Makefile +++ b/applications/luci-app-ocserv/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for OpenConnect VPN LUCI_DEPENDS:=+luci-base +luci-compat +ocserv +certtool +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Nikos Mavrogiannopoulos include ../../luci.mk diff --git a/applications/luci-app-olsr-services/Makefile b/applications/luci-app-olsr-services/Makefile index 7b1dbc3e60..88b16e0900 100644 --- a/applications/luci-app-olsr-services/Makefile +++ b/applications/luci-app-olsr-services/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Show services announced with the nameservice plugin LUCI_DEPENDS:=+luci-base +luci-app-olsr +olsrd +olsrd-mod-nameservice +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Andreas Brau include ../../luci.mk diff --git a/applications/luci-app-olsr-viz/Makefile b/applications/luci-app-olsr-viz/Makefile index a2f4126b98..46cad3dc95 100644 --- a/applications/luci-app-olsr-viz/Makefile +++ b/applications/luci-app-olsr-viz/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=OLSR Visualisation LUCI_DEPENDS:=+luci-base +luci-app-olsr +olsrd +olsrd-mod-txtinfo +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Lorenz Schori include ../../luci.mk diff --git a/applications/luci-app-olsr/Makefile b/applications/luci-app-olsr/Makefile index 5460e98367..7291df0f91 100644 --- a/applications/luci-app-olsr/Makefile +++ b/applications/luci-app-olsr/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=OLSR configuration and status module LUCI_DEPENDS:=+luci-base +olsrd +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Manuel Munz include ../../luci.mk diff --git a/applications/luci-app-pagekitec/Makefile b/applications/luci-app-pagekitec/Makefile index 9ed223a7ca..7c2c695973 100644 --- a/applications/luci-app-pagekitec/Makefile +++ b/applications/luci-app-pagekitec/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for PageKite LUCI_DEPENDS:=+luci-base +pagekitec +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Karl Palsson include ../../luci.mk diff --git a/applications/luci-app-polipo/Makefile b/applications/luci-app-polipo/Makefile index 46df7613e2..ac72374eb7 100644 --- a/applications/luci-app-polipo/Makefile +++ b/applications/luci-app-polipo/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for the Polipo Proxy LUCI_DEPENDS:=+luci-base +luci-compat +polipo +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Aleksandar Krsteski include ../../luci.mk diff --git a/applications/luci-app-rp-pppoe-server/Makefile b/applications/luci-app-rp-pppoe-server/Makefile index c3d40d735c..2e6c5046d5 100644 --- a/applications/luci-app-rp-pppoe-server/Makefile +++ b/applications/luci-app-rp-pppoe-server/Makefile @@ -1,15 +1,14 @@ # # Copyright (C) 2015 OpenWrt.org # -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# +# This is free software, licensed under the Apache License, Version 2.0 . include $(TOPDIR)/rules.mk LUCI_TITLE:=Roaring Penguin PPPoE Server LUCI_DEPENDS:=+luci-base +luci-compat +rp-pppoe-server +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Daniel F. Dickinson include ../../luci.mk diff --git a/applications/luci-app-samba4/Makefile b/applications/luci-app-samba4/Makefile index 6d2fa681ca..b6a20d660c 100644 --- a/applications/luci-app-samba4/Makefile +++ b/applications/luci-app-samba4/Makefile @@ -5,6 +5,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Network Shares - Samba 4 SMB/CIFS fileserver LUCI_DEPENDS:=+luci-base +samba4-server +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Andy Walsh include ../../luci.mk diff --git a/applications/luci-app-siitwizard/Makefile b/applications/luci-app-siitwizard/Makefile index a352ae07f0..ef644ddb17 100644 --- a/applications/luci-app-siitwizard/Makefile +++ b/applications/luci-app-siitwizard/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=SIIT IPv4-over-IPv6 configuration wizard LUCI_DEPENDS:=+luci-base +luci-compat +kmod-siit +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Steven Barth \ Jo-Philipp Wich diff --git a/applications/luci-app-softether/Makefile b/applications/luci-app-softether/Makefile index 879c91be5f..1484acdc9c 100644 --- a/applications/luci-app-softether/Makefile +++ b/applications/luci-app-softether/Makefile @@ -7,6 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Softether management application LUCI_DEPENDS:=+luci-base +softethervpn5-client +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=BERENYI Balazs \ Jo-Philipp Wich diff --git a/applications/luci-app-splash/Makefile b/applications/luci-app-splash/Makefile index 74866fe00a..e5110da00d 100644 --- a/applications/luci-app-splash/Makefile +++ b/applications/luci-app-splash/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Freifunk DHCP-Splash application LUCI_DEPENDS:=+luci-base +luci-compat +luci-lib-nixio +luci-lib-iptparser +luci-lua-runtime +tc +kmod-sched +iptables-mod-nat-extra +iptables-mod-ipopt +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Manuel Munz define Package/luci-app-splash/conffiles diff --git a/applications/luci-app-sshtunnel/Makefile b/applications/luci-app-sshtunnel/Makefile index f686ff103f..ad537155b0 100644 --- a/applications/luci-app-sshtunnel/Makefile +++ b/applications/luci-app-sshtunnel/Makefile @@ -5,6 +5,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for SSH Tunnels (sshtunnel package) +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Sergey Ponomarev LUCI_DEPENDS:=+luci-base +sshtunnel PKG_VERSION:=1.1.0 diff --git a/applications/luci-app-tinyproxy/Makefile b/applications/luci-app-tinyproxy/Makefile index 4ed08f0528..7339937901 100644 --- a/applications/luci-app-tinyproxy/Makefile +++ b/applications/luci-app-tinyproxy/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Tinyproxy - HTTP(S)-Proxy configuration LUCI_DEPENDS:=+luci-base +luci-compat +tinyproxy +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Steven Barth \ Jo-Philipp Wich diff --git a/applications/luci-app-tor/Makefile b/applications/luci-app-tor/Makefile index 47f2e03317..c16d415714 100644 --- a/applications/luci-app-tor/Makefile +++ b/applications/luci-app-tor/Makefile @@ -7,6 +7,7 @@ LUCI_TITLE:=LuCI app to configure Tor LUCI_DEPENDS:=+luci-base +tor +tor-hs PKG_VERSION:=1.1.0 PKG_RELEASE:=1 +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Sergey Ponomarev include ../../luci.mk diff --git a/applications/luci-app-transmission/Makefile b/applications/luci-app-transmission/Makefile index 8a4291079a..d3249cd3bd 100644 --- a/applications/luci-app-transmission/Makefile +++ b/applications/luci-app-transmission/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for Transmission LUCI_DEPENDS:=+luci-base +transmission-daemon +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Richard Yu include ../../luci.mk diff --git a/applications/luci-app-ttyd/Makefile b/applications/luci-app-ttyd/Makefile index 577c9142b2..43a6e5e751 100644 --- a/applications/luci-app-ttyd/Makefile +++ b/applications/luci-app-ttyd/Makefile @@ -5,6 +5,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=ttyd - Command-line tool for sharing terminal over the web LUCI_DEPENDS:=+luci-base +ttyd +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Richard Yu include ../../luci.mk diff --git a/applications/luci-app-udpxy/Makefile b/applications/luci-app-udpxy/Makefile index 8c4f4d0e6f..16a086788e 100644 --- a/applications/luci-app-udpxy/Makefile +++ b/applications/luci-app-udpxy/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for udpxy LUCI_DEPENDS:=+luci-base +udpxy +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Tianling Shen include ../../luci.mk diff --git a/applications/luci-app-unbound/Makefile b/applications/luci-app-unbound/Makefile index 023ad047d7..f464c2d795 100644 --- a/applications/luci-app-unbound/Makefile +++ b/applications/luci-app-unbound/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Unbound Recursive DNS Resolver Configuration LUCI_DEPENDS:=+luci-base +luci-compat +unbound-daemon +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Eric Luehrsen include ../../luci.mk diff --git a/applications/luci-app-upnp/Makefile b/applications/luci-app-upnp/Makefile index aa32ace965..e569f29eaa 100644 --- a/applications/luci-app-upnp/Makefile +++ b/applications/luci-app-upnp/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Universal Plug and Play (UPnP IGD) & PCP/NAT-PMP configuration module LUCI_DEPENDS:=+luci-base +miniupnpd +rpcd-mod-ucode +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Jo-Philipp Wich include ../../luci.mk diff --git a/applications/luci-app-usteer/Makefile b/applications/luci-app-usteer/Makefile index bf70e760b5..f6d6fabe8e 100644 --- a/applications/luci-app-usteer/Makefile +++ b/applications/luci-app-usteer/Makefile @@ -1,11 +1,11 @@ -# See /LICENSE for more information. -# This is free software, licensed under the GNU General Public License v2. +# This is free software, licensed under the Apache License, Version 2.0 . include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI usteer app for js based luci LUCI_DEPENDS:=+luci-base +usteer +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Ramon Van Gorkom include ../../luci.mk diff --git a/applications/luci-app-v2raya/Makefile b/applications/luci-app-v2raya/Makefile index 0b37120223..78c5946936 100644 --- a/applications/luci-app-v2raya/Makefile +++ b/applications/luci-app-v2raya/Makefile @@ -7,6 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for v2rayA LUCI_DEPENDS:=+v2raya +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Tianling Shen include ../../luci.mk diff --git a/applications/luci-app-vnstat/Makefile b/applications/luci-app-vnstat/Makefile index 9d53258092..9f540cbcb2 100644 --- a/applications/luci-app-vnstat/Makefile +++ b/applications/luci-app-vnstat/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for VnStat LUCI_DEPENDS:=+luci-base +luci-compat +vnstat +vnstati +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Jo-Philipp Wich include ../../luci.mk diff --git a/applications/luci-app-watchcat/Makefile b/applications/luci-app-watchcat/Makefile index 4e0fae2db9..a17e34c8c8 100644 --- a/applications/luci-app-watchcat/Makefile +++ b/applications/luci-app-watchcat/Makefile @@ -5,6 +5,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for Watchcat LUCI_DEPENDS:=+luci-base +watchcat +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Jo-Philipp Wich \ Nicholas Smith diff --git a/applications/luci-app-wifischedule/Makefile b/applications/luci-app-wifischedule/Makefile index bc1137fa78..a3391f5ce0 100644 --- a/applications/luci-app-wifischedule/Makefile +++ b/applications/luci-app-wifischedule/Makefile @@ -17,6 +17,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Turns WiFi on and off according to a schedule LUCI_DEPENDS:=+luci-base +luci-compat +wifischedule +PKG_LICENSE:=ISC PKG_MAINTAINER:=Nils Koenig include ../../luci.mk diff --git a/applications/luci-app-wol/Makefile b/applications/luci-app-wol/Makefile index 32e2de62be..d579dbaa17 100644 --- a/applications/luci-app-wol/Makefile +++ b/applications/luci-app-wol/Makefile @@ -11,6 +11,7 @@ PKG_LICENSE:=Apache-2.0 LUCI_TITLE:=LuCI Support for Wake-on-LAN LUCI_DEPENDS:=+luci-base +etherwake +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Jo-Philipp Wich include ../../luci.mk -- 2.30.2