Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions applications/luci-app-radsecproxy/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
include $(TOPDIR)/rules.mk

LUCI_TITLE:=LuCI Support for radsecproxy
LUCI_DEPENDS:=+luci-base +radsecproxy

PKG_MAINTAINER:=Jan-Frederik Rieckers <rieckers@dfn.de>
PKG_LICENSE:=BSD-3-CLAUSE

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: SPDX license identifiers are case-sensitive; the canonical form is BSD-3-Clause, not BSD-3-CLAUSE. All other in-tree luci-app-* Makefiles use the exact SPDX casing (e.g. Apache-2.0, GPL-2.0).

Suggested change
PKG_LICENSE:=BSD-3-CLAUSE
PKG_LICENSE:=BSD-3-Clause

Generated by Claude Code


include ../../luci.mk
Loading