Author: jeff Date: Fri Jan 31 02:08:09 2020 New Revision: 357316 URL: https://svnweb.freebsd.org/changeset/base/357316
Log: Don't use "All rights reserved" in new copyrights. Requested by: rgrimes Modified: head/sys/kern/subr_smr.c head/sys/sys/_smr.h head/sys/sys/smr.h Modified: head/sys/kern/subr_smr.c ============================================================================== --- head/sys/kern/subr_smr.c Fri Jan 31 02:03:22 2020 (r357315) +++ head/sys/kern/subr_smr.c Fri Jan 31 02:08:09 2020 (r357316) @@ -1,8 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2019 Jeffrey Roberson <[email protected]> - * All rights reserved. + * Copyright (c) 2019,2020 Jeffrey Roberson <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Modified: head/sys/sys/_smr.h ============================================================================== --- head/sys/sys/_smr.h Fri Jan 31 02:03:22 2020 (r357315) +++ head/sys/sys/_smr.h Fri Jan 31 02:08:09 2020 (r357316) @@ -1,8 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2019,2020 Jeffrey Roberson <[email protected]> - * All rights reserved. + * Copyright (c) 2019, 2020 Jeffrey Roberson <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Modified: head/sys/sys/smr.h ============================================================================== --- head/sys/sys/smr.h Fri Jan 31 02:03:22 2020 (r357315) +++ head/sys/sys/smr.h Fri Jan 31 02:08:09 2020 (r357316) @@ -1,8 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2019,2020 Jeffrey Roberson <[email protected]> - * All rights reserved. + * Copyright (c) 2019, 2020 Jeffrey Roberson <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
