Author: blogic Date: 2015-10-26 10:01:48 +0100 (Mon, 26 Oct 2015) New Revision: 47264
Modified: trunk/package/network/services/omcproxy/Makefile Log: omcproxy: fix PKG_LICENSE string Signed-off-by: Daniel Golle <[email protected]> Modified: trunk/package/network/services/omcproxy/Makefile =================================================================== --- trunk/package/network/services/omcproxy/Makefile 2015-10-26 09:01:41 UTC (rev 47263) +++ trunk/package/network/services/omcproxy/Makefile 2015-10-26 09:01:48 UTC (rev 47264) @@ -17,7 +17,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=8de9fa84e018e152e45c342f10b5b5140b63e4b1 PKG_MAINTAINER:=Steven Barth <[email protected]> -PKG_LICENSE:=APACHE-2.0 +PKG_LICENSE:=Apache-2.0 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
