git: 88a3358ea417 - main - veriexec: Add SPDX-License-Identifier
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Apr 2023 01:23:10 UTC
The branch main has been updated by stevek:
URL: https://cgit.FreeBSD.org/src/commit/?id=88a3358ea417802f523bf54d65441685fcd33246
commit 88a3358ea417802f523bf54d65441685fcd33246
Author: Stephen J. Kiernan <stevek@FreeBSD.org>
AuthorDate: 2023-04-17 01:21:21 +0000
Commit: Stephen J. Kiernan <stevek@FreeBSD.org>
CommitDate: 2023-04-17 01:23:00 +0000
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 9bfc3f7fd841..42d2c964a174 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 60fd02cbe872..98fec427987d 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 815aaae5e81b..e30aabe55faf 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 b06025f47e90..293dfc7214d7 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 b20df7d694ef..52202f87f666 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 e3d4edff1a8b..db5a13bbd06c 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 8af9639004cb..6fc963a12393 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 a4e7484b7b70..a21ecf74c557 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 730c39f91915..f4bc9d471215 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 7456348e3693..c77f0dd67678 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 2e30b1234fbf..ffa783d3d38a 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 500842cbd5ab..d3e7a989782a 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 91232747c19d..b5bfe70410d1 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.