svn commit: r345020 - projects/fuse2/tests/sys/fs/fuse
Alan Somers
asomers at FreeBSD.org
Mon Mar 11 19:10:54 UTC 2019
Author: asomers
Date: Mon Mar 11 19:10:48 2019
New Revision: 345020
URL: https://svnweb.freebsd.org/changeset/base/345020
Log:
Update copyright info in fuse tests
* Add SPDX tags
* Remove "All Rights Reserved", with permission of emaste (FBSD Foundation)
Reported by: emaste
Sponsored by: The FreeBSD Foundation
Modified:
projects/fuse2/tests/sys/fs/fuse/access.cc
projects/fuse2/tests/sys/fs/fuse/create.cc
projects/fuse2/tests/sys/fs/fuse/flush.cc
projects/fuse2/tests/sys/fs/fuse/getattr.cc
projects/fuse2/tests/sys/fs/fuse/link.cc
projects/fuse2/tests/sys/fs/fuse/lookup.cc
projects/fuse2/tests/sys/fs/fuse/mkdir.cc
projects/fuse2/tests/sys/fs/fuse/mknod.cc
projects/fuse2/tests/sys/fs/fuse/mockfs.cc
projects/fuse2/tests/sys/fs/fuse/mockfs.hh
projects/fuse2/tests/sys/fs/fuse/open.cc
projects/fuse2/tests/sys/fs/fuse/read.cc
projects/fuse2/tests/sys/fs/fuse/readlink.cc
projects/fuse2/tests/sys/fs/fuse/release.cc
projects/fuse2/tests/sys/fs/fuse/rename.cc
projects/fuse2/tests/sys/fs/fuse/rmdir.cc
projects/fuse2/tests/sys/fs/fuse/setattr.cc
projects/fuse2/tests/sys/fs/fuse/statfs.cc
projects/fuse2/tests/sys/fs/fuse/symlink.cc
projects/fuse2/tests/sys/fs/fuse/utils.cc
projects/fuse2/tests/sys/fs/fuse/utils.hh
projects/fuse2/tests/sys/fs/fuse/write.cc
Modified: projects/fuse2/tests/sys/fs/fuse/access.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/access.cc Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/access.cc Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,6 +1,7 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
* from the FreeBSD Foundation.
Modified: projects/fuse2/tests/sys/fs/fuse/create.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/create.cc Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/create.cc Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,6 +1,7 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
* from the FreeBSD Foundation.
Modified: projects/fuse2/tests/sys/fs/fuse/flush.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/flush.cc Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/flush.cc Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,6 +1,7 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
* from the FreeBSD Foundation.
Modified: projects/fuse2/tests/sys/fs/fuse/getattr.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/getattr.cc Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/getattr.cc Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,6 +1,7 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
* from the FreeBSD Foundation.
Modified: projects/fuse2/tests/sys/fs/fuse/link.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/link.cc Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/link.cc Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,6 +1,7 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
* from the FreeBSD Foundation.
Modified: projects/fuse2/tests/sys/fs/fuse/lookup.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/lookup.cc Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/lookup.cc Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,6 +1,7 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
* from the FreeBSD Foundation.
Modified: projects/fuse2/tests/sys/fs/fuse/mkdir.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/mkdir.cc Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/mkdir.cc Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,6 +1,7 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
* from the FreeBSD Foundation.
Modified: projects/fuse2/tests/sys/fs/fuse/mknod.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/mknod.cc Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/mknod.cc Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,6 +1,7 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
* from the FreeBSD Foundation.
Modified: projects/fuse2/tests/sys/fs/fuse/mockfs.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/mockfs.cc Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/mockfs.cc Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,6 +1,7 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
* from the FreeBSD Foundation.
Modified: projects/fuse2/tests/sys/fs/fuse/mockfs.hh
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/mockfs.hh Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/mockfs.hh Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,6 +1,7 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
* from the FreeBSD Foundation.
Modified: projects/fuse2/tests/sys/fs/fuse/open.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/open.cc Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/open.cc Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,6 +1,7 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
* from the FreeBSD Foundation.
Modified: projects/fuse2/tests/sys/fs/fuse/read.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/read.cc Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/read.cc Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
Modified: projects/fuse2/tests/sys/fs/fuse/readlink.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/readlink.cc Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/readlink.cc Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,6 +1,7 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
* from the FreeBSD Foundation.
Modified: projects/fuse2/tests/sys/fs/fuse/release.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/release.cc Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/release.cc Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,6 +1,7 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
* from the FreeBSD Foundation.
Modified: projects/fuse2/tests/sys/fs/fuse/rename.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/rename.cc Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/rename.cc Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,6 +1,7 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
* from the FreeBSD Foundation.
Modified: projects/fuse2/tests/sys/fs/fuse/rmdir.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/rmdir.cc Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/rmdir.cc Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,6 +1,7 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
* from the FreeBSD Foundation.
Modified: projects/fuse2/tests/sys/fs/fuse/setattr.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/setattr.cc Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/setattr.cc Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,6 +1,7 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
* from the FreeBSD Foundation.
Modified: projects/fuse2/tests/sys/fs/fuse/statfs.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/statfs.cc Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/statfs.cc Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,6 +1,7 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
* from the FreeBSD Foundation.
Modified: projects/fuse2/tests/sys/fs/fuse/symlink.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/symlink.cc Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/symlink.cc Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,6 +1,7 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
* from the FreeBSD Foundation.
Modified: projects/fuse2/tests/sys/fs/fuse/utils.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/utils.cc Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/utils.cc Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,6 +1,7 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
* from the FreeBSD Foundation.
Modified: projects/fuse2/tests/sys/fs/fuse/utils.hh
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/utils.hh Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/utils.hh Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,6 +1,7 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
* from the FreeBSD Foundation.
Modified: projects/fuse2/tests/sys/fs/fuse/write.cc
==============================================================================
--- projects/fuse2/tests/sys/fs/fuse/write.cc Mon Mar 11 18:56:04 2019 (r345019)
+++ projects/fuse2/tests/sys/fs/fuse/write.cc Mon Mar 11 19:10:48 2019 (r345020)
@@ -1,6 +1,7 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2019 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by BFF Storage Systems, LLC under sponsorship
* from the FreeBSD Foundation.
More information about the svn-src-projects
mailing list