summaryrefslogtreecommitdiffstats
path: root/sys/fs/fdescfs
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2018-03-14 03:19:51 +0000
committereadler <eadler@FreeBSD.org>2018-03-14 03:19:51 +0000
commit378534f1ac889613f5ed596ba5a6afb9ab314aa3 (patch)
tree520694c14456beb2e7b1f82e4a34687db70e1d91 /sys/fs/fdescfs
parentca63cce820c3ab6fc3915c6eda953b36052f34cb (diff)
downloadFreeBSD-src-378534f1ac889613f5ed596ba5a6afb9ab314aa3.zip
FreeBSD-src-378534f1ac889613f5ed596ba5a6afb9ab314aa3.tar.gz
Partial merge of the SPDX changes
These changes are incomplete but are making it difficult to determine what other changes can/should be merged. No objections from: pfg
Diffstat (limited to 'sys/fs/fdescfs')
-rw-r--r--sys/fs/fdescfs/fdesc.h2
-rw-r--r--sys/fs/fdescfs/fdesc_vfsops.c2
-rw-r--r--sys/fs/fdescfs/fdesc_vnops.c2
3 files changed, 6 insertions, 0 deletions
diff --git a/sys/fs/fdescfs/fdesc.h b/sys/fs/fdescfs/fdesc.h
index 3d4cfb4..b578b73 100644
--- a/sys/fs/fdescfs/fdesc.h
+++ b/sys/fs/fdescfs/fdesc.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/fs/fdescfs/fdesc_vfsops.c b/sys/fs/fdescfs/fdesc_vfsops.c
index f63eea3..2097ddc 100644
--- a/sys/fs/fdescfs/fdesc_vfsops.c
+++ b/sys/fs/fdescfs/fdesc_vfsops.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993, 1995
* The Regents of the University of California. All rights reserved.
*
diff --git a/sys/fs/fdescfs/fdesc_vnops.c b/sys/fs/fdescfs/fdesc_vnops.c
index e0f948c..6e5ffef 100644
--- a/sys/fs/fdescfs/fdesc_vnops.c
+++ b/sys/fs/fdescfs/fdesc_vnops.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
OpenPOWER on IntegriCloud