svn commit: r328339 - head/sys/fs/autofs

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Jan 24 16:40:27 UTC 2018


Author: trasz
Date: Wed Jan 24 16:40:26 2018
New Revision: 328339
URL: https://svnweb.freebsd.org/changeset/base/328339

Log:
  Add SPDX tags to autofs(5).
  
  MFC after:	2 weeks

Modified:
  head/sys/fs/autofs/autofs.h
  head/sys/fs/autofs/autofs_ioctl.h
  head/sys/fs/autofs/autofs_vfsops.c
  head/sys/fs/autofs/autofs_vnops.c

Modified: head/sys/fs/autofs/autofs.h
==============================================================================
--- head/sys/fs/autofs/autofs.h	Wed Jan 24 16:39:02 2018	(r328338)
+++ head/sys/fs/autofs/autofs.h	Wed Jan 24 16:40:26 2018	(r328339)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2014 The FreeBSD Foundation
  * All rights reserved.
  *

Modified: head/sys/fs/autofs/autofs_ioctl.h
==============================================================================
--- head/sys/fs/autofs/autofs_ioctl.h	Wed Jan 24 16:39:02 2018	(r328338)
+++ head/sys/fs/autofs/autofs_ioctl.h	Wed Jan 24 16:40:26 2018	(r328339)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2013 The FreeBSD Foundation
  * All rights reserved.
  *

Modified: head/sys/fs/autofs/autofs_vfsops.c
==============================================================================
--- head/sys/fs/autofs/autofs_vfsops.c	Wed Jan 24 16:39:02 2018	(r328338)
+++ head/sys/fs/autofs/autofs_vfsops.c	Wed Jan 24 16:40:26 2018	(r328339)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2014 The FreeBSD Foundation
  * All rights reserved.
  *

Modified: head/sys/fs/autofs/autofs_vnops.c
==============================================================================
--- head/sys/fs/autofs/autofs_vnops.c	Wed Jan 24 16:39:02 2018	(r328338)
+++ head/sys/fs/autofs/autofs_vnops.c	Wed Jan 24 16:40:26 2018	(r328339)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2014 The FreeBSD Foundation
  * All rights reserved.
  *


More information about the svn-src-all mailing list