From 88a3358ea417802f523bf54d65441685fcd33246 Mon Sep 17 00:00:00 2001 From: "Stephen J. Kiernan" Date: Sun, 16 Apr 2023 21:21:21 -0400 Subject: [PATCH] veriexec: Add SPDX-License-Identifier --- lib/libveriexec/libveriexec.h | 4 ++-- lib/libveriexec/veriexec_check.c | 4 ++-- sbin/veriexec/veriexec.c | 2 ++ sbin/veriexec/veriexec.h | 2 ++ sys/security/mac_veriexec/mac_veriexec.c | 4 ++-- sys/security/mac_veriexec/mac_veriexec.h | 4 ++-- sys/security/mac_veriexec/mac_veriexec_internal.h | 4 ++-- sys/security/mac_veriexec/mac_veriexec_sha1.c | 4 ++-- sys/security/mac_veriexec/mac_veriexec_sha256.c | 4 ++-- sys/security/mac_veriexec/mac_veriexec_sha384.c | 4 ++-- sys/security/mac_veriexec/mac_veriexec_sha512.c | 4 ++-- sys/security/mac_veriexec/veriexec_fingerprint.c | 4 ++-- sys/security/mac_veriexec/veriexec_metadata.c | 4 ++-- 13 files changed, 26 insertions(+), 22 deletions(-) diff --git a/lib/libveriexec/libveriexec.h b/lib/libveriexec/libveriexec.h index 9bfc3f7fd84..42d2c964a17 100644 --- a/lib/libveriexec/libveriexec.h +++ b/lib/libveriexec/libveriexec.h @@ -1,5 +1,5 @@ -/* - * $FreeBSD$ +/*- + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2011, 2012, 2013, 2015, Juniper Networks, Inc. * All rights reserved. diff --git a/lib/libveriexec/veriexec_check.c b/lib/libveriexec/veriexec_check.c index 60fd02cbe87..98fec427987 100644 --- a/lib/libveriexec/veriexec_check.c +++ b/lib/libveriexec/veriexec_check.c @@ -1,5 +1,5 @@ -/* - * $FreeBSD$ +/*- + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2011, 2012, 2013, 2015, Juniper Networks, Inc. * All rights reserved. diff --git a/sbin/veriexec/veriexec.c b/sbin/veriexec/veriexec.c index 815aaae5e81..e30aabe55fa 100644 --- a/sbin/veriexec/veriexec.c +++ b/sbin/veriexec/veriexec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2018, Juniper Networks, Inc. * * Redistribution and use in source and binary forms, with or without diff --git a/sbin/veriexec/veriexec.h b/sbin/veriexec/veriexec.h index b06025f47e9..293dfc7214d 100644 --- a/sbin/veriexec/veriexec.h +++ b/sbin/veriexec/veriexec.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2018, Juniper Networks, Inc. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/security/mac_veriexec/mac_veriexec.c b/sys/security/mac_veriexec/mac_veriexec.c index b20df7d694e..52202f87f66 100644 --- a/sys/security/mac_veriexec/mac_veriexec.c +++ b/sys/security/mac_veriexec/mac_veriexec.c @@ -1,5 +1,5 @@ -/* - * $FreeBSD$ +/*- + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2011, 2012, 2013, 2015, 2016, 2019 Juniper Networks, Inc. * All rights reserved. diff --git a/sys/security/mac_veriexec/mac_veriexec.h b/sys/security/mac_veriexec/mac_veriexec.h index e3d4edff1a8..db5a13bbd06 100644 --- a/sys/security/mac_veriexec/mac_veriexec.h +++ b/sys/security/mac_veriexec/mac_veriexec.h @@ -1,5 +1,5 @@ -/* - * $FreeBSD$ +/*- + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2011, 2012, 2013, 2015, 2016, 2019, Juniper Networks, Inc. * All rights reserved. diff --git a/sys/security/mac_veriexec/mac_veriexec_internal.h b/sys/security/mac_veriexec/mac_veriexec_internal.h index 8af9639004c..6fc963a1239 100644 --- a/sys/security/mac_veriexec/mac_veriexec_internal.h +++ b/sys/security/mac_veriexec/mac_veriexec_internal.h @@ -1,5 +1,5 @@ -/* - * $FreeBSD$ +/*- + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2011, 2012, 2013, 2015, 2016, 2019, Juniper Networks, Inc. * All rights reserved. diff --git a/sys/security/mac_veriexec/mac_veriexec_sha1.c b/sys/security/mac_veriexec/mac_veriexec_sha1.c index a4e7484b7b7..a21ecf74c55 100644 --- a/sys/security/mac_veriexec/mac_veriexec_sha1.c +++ b/sys/security/mac_veriexec/mac_veriexec_sha1.c @@ -1,5 +1,5 @@ -/* - * $FreeBSD$ +/*- + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2011, 2012, 2013, 2015, 2016, Juniper Networks, Inc. * All rights reserved. diff --git a/sys/security/mac_veriexec/mac_veriexec_sha256.c b/sys/security/mac_veriexec/mac_veriexec_sha256.c index 730c39f9191..f4bc9d47121 100644 --- a/sys/security/mac_veriexec/mac_veriexec_sha256.c +++ b/sys/security/mac_veriexec/mac_veriexec_sha256.c @@ -1,5 +1,5 @@ -/* - * $FreeBSD$ +/*- + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2011, 2012, 2013, 2015, 2016, Juniper Networks, Inc. * All rights reserved. diff --git a/sys/security/mac_veriexec/mac_veriexec_sha384.c b/sys/security/mac_veriexec/mac_veriexec_sha384.c index 7456348e369..c77f0dd6767 100644 --- a/sys/security/mac_veriexec/mac_veriexec_sha384.c +++ b/sys/security/mac_veriexec/mac_veriexec_sha384.c @@ -1,5 +1,5 @@ -/* - * $FreeBSD$ +/*- + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2011, 2012, 2013, 2015, 2016, Juniper Networks, Inc. * All rights reserved. diff --git a/sys/security/mac_veriexec/mac_veriexec_sha512.c b/sys/security/mac_veriexec/mac_veriexec_sha512.c index 2e30b1234fb..ffa783d3d38 100644 --- a/sys/security/mac_veriexec/mac_veriexec_sha512.c +++ b/sys/security/mac_veriexec/mac_veriexec_sha512.c @@ -1,5 +1,5 @@ -/* - * $FreeBSD$ +/*- + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2011, 2012, 2013, 2015, 2016, Juniper Networks, Inc. * All rights reserved. diff --git a/sys/security/mac_veriexec/veriexec_fingerprint.c b/sys/security/mac_veriexec/veriexec_fingerprint.c index 500842cbd5a..d3e7a989782 100644 --- a/sys/security/mac_veriexec/veriexec_fingerprint.c +++ b/sys/security/mac_veriexec/veriexec_fingerprint.c @@ -1,5 +1,5 @@ -/* - * $FreeBSD$ +/*- + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2011, 2012, 2013, 2015, 2016, Juniper Networks, Inc. * All rights reserved. diff --git a/sys/security/mac_veriexec/veriexec_metadata.c b/sys/security/mac_veriexec/veriexec_metadata.c index 91232747c19..b5bfe70410d 100644 --- a/sys/security/mac_veriexec/veriexec_metadata.c +++ b/sys/security/mac_veriexec/veriexec_metadata.c @@ -1,5 +1,5 @@ -/* - * $FreeBSD$ +/*- + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2011, 2012, 2013, 2015, 2016, 2019, Juniper Networks, Inc. * All rights reserved.