From 0f04b1be79c24636a546b17c424ec4709d901529 Mon Sep 17 00:00:00 2001 From: Juan David Hurtado G Date: Sun, 20 Apr 2025 10:45:54 -0500 Subject: [PATCH] network: Adding SPDX identifier --- usr/local/share/bastille/network.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr/local/share/bastille/network.sh b/usr/local/share/bastille/network.sh index 881f29d7..92bef8a1 100644 --- a/usr/local/share/bastille/network.sh +++ b/usr/local/share/bastille/network.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# SPDX-License-Identifier: BSD-3-Clause +# # Copyright (c) 2018-2025, Christer Edwards # All rights reserved. # @@ -596,4 +598,4 @@ case "${ACTION}" in *) error_exit "Only [add|remove] are supported." ;; -esac \ No newline at end of file +esac