[openwrt/openwrt] debugcc: add licensing information

LEDE Commits lede-commits at lists.infradead.org
Fri Nov 10 22:18:22 PST 2023


ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b7cf706539eb3a788441c8a8debaa8c36e5c54cf

commit b7cf706539eb3a788441c8a8debaa8c36e5c54cf
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Fri Nov 10 21:42:34 2023 +0000

    debugcc: add licensing information
    
    Information about package license is important, so lets add it.
    
    Fixes: 79ee0d2ceead ("debugcc: add new package to debug IPQ based SoC clocks")
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
 package/utils/debugcc/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/utils/debugcc/Makefile b/package/utils/debugcc/Makefile
index 961c041047..2a72f17730 100644
--- a/package/utils/debugcc/Makefile
+++ b/package/utils/debugcc/Makefile
@@ -9,6 +9,9 @@ PKG_SOURCE_DATE:=2023-11-10
 PKG_SOURCE_VERSION:=d15bea7c05f224a85dd1fcec24b0f153dbad9f6e
 PKG_MIRROR_HASH:=b6bd181db4992cf429343cd7d0fdde0f937a8f1811f5fe9e7855a0d76b0d88a0
 
+PKG_LICENSE:=BSD-3-Clause
+PKG_LICENSE_FILES:=LICENSE
+
 PKG_MAINTAINER:=Christian Marangi <ansuelsmth at gmail.com>
 
 include $(INCLUDE_DIR)/package.mk




More information about the lede-commits mailing list