diff options
author | Petr Štetiar <ynezz@true.cz> | 2023-11-10 21:42:34 +0000 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2023-11-11 06:11:25 +0000 |
commit | b7cf706539eb3a788441c8a8debaa8c36e5c54cf (patch) | |
tree | fdbdf7c143095d2754027769522455b9b020bc34 /package/utils | |
parent | 79ee0d2ceead54edae002c3bd0460d3abc645ce0 (diff) |
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@true.cz>
Diffstat (limited to 'package/utils')
-rw-r--r-- | package/utils/debugcc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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@gmail.com> include $(INCLUDE_DIR)/package.mk |