summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chpass/table.c2
-rw-r--r--libc/gen/pw_scan.c2
-rw-r--r--libc/gen/pw_scan.h2
-rw-r--r--libutil/pw_util.c4
4 files changed, 9 insertions, 1 deletions
diff --git a/chpass/table.c b/chpass/table.c
index 572b7d0..bebb27c 100644
--- a/chpass/table.c
+++ b/chpass/table.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
diff --git a/libc/gen/pw_scan.c b/libc/gen/pw_scan.c
index 64293a5..8267931 100644
--- a/libc/gen/pw_scan.c
+++ b/libc/gen/pw_scan.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
diff --git a/libc/gen/pw_scan.h b/libc/gen/pw_scan.h
index 488dc41..44ff818 100644
--- a/libc/gen/pw_scan.h
+++ b/libc/gen/pw_scan.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
*
diff --git a/libutil/pw_util.c b/libutil/pw_util.c
index 85b8d04..d28741c 100644
--- a/libutil/pw_util.c
+++ b/libutil/pw_util.c
@@ -1,4 +1,6 @@
-/*-
+/*--
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
* Copyright (c) 2002 Networks Associates Technology, Inc.