Date: Tue, 1 Jan 2019 00:42:51 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r342664 - in stable/11: . share/examples/drivers share/examples/etc share/examples/mdoc Message-ID: <201901010042.x010gpMj017427@repo.freebsd.org>
index | next in thread | raw e-mail
Author: delphij Date: Tue Jan 1 00:42:51 2019 New Revision: 342664 URL: https://svnweb.freebsd.org/changeset/base/342664 Log: MFC r333391 (imp): Remove 'All Rights Reserved' from the collection copyright and templates. Modified: stable/11/COPYRIGHT stable/11/share/examples/drivers/make_device_driver.sh stable/11/share/examples/drivers/make_pseudo_driver.sh stable/11/share/examples/etc/bsd-style-copyright stable/11/share/examples/mdoc/POSIX-copyright stable/11/share/examples/mdoc/example.1 stable/11/share/examples/mdoc/example.3 stable/11/share/examples/mdoc/example.4 stable/11/share/examples/mdoc/example.9 Directory Properties: stable/11/ (props changed) Modified: stable/11/COPYRIGHT ============================================================================== --- stable/11/COPYRIGHT Tue Jan 1 00:35:26 2019 (r342663) +++ stable/11/COPYRIGHT Tue Jan 1 00:42:51 2019 (r342664) @@ -4,7 +4,7 @@ The compilation of software known as FreeBSD is distributed under the following terms: -Copyright (c) 1992-2018 The FreeBSD Project. All rights reserved. +Copyright (c) 1992-2018 The FreeBSD Project. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions Modified: stable/11/share/examples/drivers/make_device_driver.sh ============================================================================== --- stable/11/share/examples/drivers/make_device_driver.sh Tue Jan 1 00:35:26 2019 (r342663) +++ stable/11/share/examples/drivers/make_device_driver.sh Tue Jan 1 00:42:51 2019 (r342664) @@ -115,7 +115,6 @@ fi cat >${TOP}/dev/${1}/${1}.c <<DONE /* * Copyright (c) [year] [your name] - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Modified: stable/11/share/examples/drivers/make_pseudo_driver.sh ============================================================================== --- stable/11/share/examples/drivers/make_pseudo_driver.sh Tue Jan 1 00:35:26 2019 (r342663) +++ stable/11/share/examples/drivers/make_pseudo_driver.sh Tue Jan 1 00:42:51 2019 (r342664) @@ -96,7 +96,6 @@ fi cat >${TOP}/dev/${1}/${1}.c <<DONE /* * Copyright (c) [year] [your name] - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Modified: stable/11/share/examples/etc/bsd-style-copyright ============================================================================== --- stable/11/share/examples/etc/bsd-style-copyright Tue Jan 1 00:35:26 2019 (r342663) +++ stable/11/share/examples/etc/bsd-style-copyright Tue Jan 1 00:42:51 2019 (r342664) @@ -1,6 +1,5 @@ /*- * Copyright (c) [year] [your name] - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Modified: stable/11/share/examples/mdoc/POSIX-copyright ============================================================================== --- stable/11/share/examples/mdoc/POSIX-copyright Tue Jan 1 00:35:26 2019 (r342663) +++ stable/11/share/examples/mdoc/POSIX-copyright Tue Jan 1 00:42:51 2019 (r342664) @@ -1,5 +1,4 @@ .\" Copyright (c) [year] [your name] -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Modified: stable/11/share/examples/mdoc/example.1 ============================================================================== --- stable/11/share/examples/mdoc/example.1 Tue Jan 1 00:35:26 2019 (r342663) +++ stable/11/share/examples/mdoc/example.1 Tue Jan 1 00:42:51 2019 (r342664) @@ -1,5 +1,4 @@ .\" Copyright (c) [year] [your name] -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Modified: stable/11/share/examples/mdoc/example.3 ============================================================================== --- stable/11/share/examples/mdoc/example.3 Tue Jan 1 00:35:26 2019 (r342663) +++ stable/11/share/examples/mdoc/example.3 Tue Jan 1 00:42:51 2019 (r342664) @@ -1,5 +1,4 @@ .\" Copyright (c) [year] [your name] -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Modified: stable/11/share/examples/mdoc/example.4 ============================================================================== --- stable/11/share/examples/mdoc/example.4 Tue Jan 1 00:35:26 2019 (r342663) +++ stable/11/share/examples/mdoc/example.4 Tue Jan 1 00:42:51 2019 (r342664) @@ -1,5 +1,4 @@ .\" Copyright (c) [year] [your name] -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Modified: stable/11/share/examples/mdoc/example.9 ============================================================================== --- stable/11/share/examples/mdoc/example.9 Tue Jan 1 00:35:26 2019 (r342663) +++ stable/11/share/examples/mdoc/example.9 Tue Jan 1 00:42:51 2019 (r342664) @@ -1,5 +1,4 @@ .\" Copyright (c) [year] [your name] -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditionshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901010042.x010gpMj017427>
