Date: Mon, 11 Mar 2019 19:10:48 +0000 (UTC) From: Alan Somers <asomers@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r345020 - projects/fuse2/tests/sys/fs/fuse Message-ID: <201903111910.x2BJAmc4054007@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903111910.x2BJAmc4054007>