mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
build: add SPDX license tags to build system files
Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #18077
This commit is contained in:
committed by
Brian Behlendorf
parent
aca58dbb65
commit
85391ee931
@@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: CDDL-1.0
|
||||
include $(srcdir)/%D%/bash_completion.d/Makefile.am
|
||||
include $(srcdir)/%D%/debian/Makefile.am
|
||||
include $(srcdir)/%D%/pyzfs/Makefile.am
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: CDDL-1.0
|
||||
nodist_bashcompletion_DATA = %D%/zfs %D%/zpool
|
||||
COMPLETION_FILES = %D%/zfs
|
||||
SUBSTFILES += $(COMPLETION_FILES)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: CDDL-1.0
|
||||
dist_noinst_DATA += %D%/taskqlatency.bt %D%/zfs-trace.sh
|
||||
|
||||
SHELLCHECKSCRIPTS += %D%/zfs-trace.sh
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: CDDL-1.0
|
||||
dist_noinst_DATA += %D%/changelog.in
|
||||
dist_noinst_DATA += %D%/clean
|
||||
dist_noinst_DATA += %D%/control
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: CDDL-1.0
|
||||
pkgdracut_02dir = $(dracutdir)/modules.d/02zfsexpandknowledge
|
||||
pkgdracut_02_SCRIPTS = \
|
||||
%D%/02zfsexpandknowledge/module-setup.sh
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: CDDL-1.0
|
||||
i_tdir = /usr/share/initramfs-tools
|
||||
dist_i_t_SCRIPTS = \
|
||||
%D%/zfsunlock
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: CDDL-1.0
|
||||
%C%_pam_zfs_key_la_CFLAGS = $(AM_CFLAGS)
|
||||
%C%_pam_zfs_key_la_CFLAGS += $(LIBCRYPTO_CFLAGS)
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: CDDL-1.0
|
||||
dist_noinst_DATA += %D%/libzfs_core %D%/README %D%/LICENSE %D%/docs
|
||||
SUBSTFILES += %D%/setup.py
|
||||
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
# SPDX-License-Identifier: CDDL-1.0
|
||||
dist_noinst_DATA += %D%/autosnap.lua
|
||||
|
||||
Reference in New Issue
Block a user