Re: svn commit: r355382 - head/sys/dev/pci

2019-12-04 Thread Rodney W. Grimes
> Author: se
> Date: Wed Dec  4 08:03:33 2019
> New Revision: 355382
> URL: https://svnweb.freebsd.org/changeset/base/355382
> 
> Log:
>   Remove "All rights reserved" phrase from copyright notes.
>   
>   With the ratification of the Berne Convention in 2000, it became obsolete.
>   
>   I have removed that phrase and the "(c)" only from files without copyright
>   claims by other parties. There are 2 files (pci.c, pci_private.h) that are
>   also claimed by Michael Smith  and by BSDi, which have
>   therefore not been included in this commit.
>   
>   When all member nations of the Buenos Aires Convention adopted the Berne
>   Convention, the phrase "All rights reserved" became unnecessary to assert
>   copyright. Remove it from files under my copyright.
>   
>   There are 2 files (pci.c, pci_private.h) that) that do also bear msmith's
>   and BSDi's copyright. I have left them unchanged for now, since I do not
>   know whether they (or the legal successor in case of BSDi) would agree.

Picking one last one at random.  I am not who or why this effort to clean
up the All Rights Reserved strings got started, but I am very glad to see
it happening.

To all who have or shall do this a big THANK You.

Regards,
Rod

> Modified:
>   head/sys/dev/pci/hostb_pci.c
>   head/sys/dev/pci/pci_user.c
>   head/sys/dev/pci/pcireg.h
>   head/sys/dev/pci/pcivar.h
> 
> Modified: head/sys/dev/pci/hostb_pci.c
> ==
> --- head/sys/dev/pci/hostb_pci.c  Wed Dec  4 04:01:53 2019
> (r355381)
> +++ head/sys/dev/pci/hostb_pci.c  Wed Dec  4 08:03:33 2019
> (r355382)
> @@ -1,8 +1,7 @@
>  /*-
>   * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
>   *
> - * Copyright (c) 1997, Stefan Esser 
> - * All rights reserved.
> + * Copyright 1997, Stefan Esser 
>   *
>   * Redistribution and use in source and binary forms, with or without
>   * modification, are permitted provided that the following conditions
> 
> Modified: head/sys/dev/pci/pci_user.c
> ==
> --- head/sys/dev/pci/pci_user.c   Wed Dec  4 04:01:53 2019
> (r355381)
> +++ head/sys/dev/pci/pci_user.c   Wed Dec  4 08:03:33 2019
> (r355382)
> @@ -1,8 +1,7 @@
>  /*-
>   * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
>   *
> - * Copyright (c) 1997, Stefan Esser 
> - * All rights reserved.
> + * Copyright 1997, Stefan Esser 
>   *
>   * Redistribution and use in source and binary forms, with or without
>   * modification, are permitted provided that the following conditions
> 
> Modified: head/sys/dev/pci/pcireg.h
> ==
> --- head/sys/dev/pci/pcireg.h Wed Dec  4 04:01:53 2019(r355381)
> +++ head/sys/dev/pci/pcireg.h Wed Dec  4 08:03:33 2019(r355382)
> @@ -1,8 +1,7 @@
>  /*-
>   * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
>   *
> - * Copyright (c) 1997, Stefan Esser 
> - * All rights reserved.
> + * Copyright 1997, Stefan Esser 
>   *
>   * Redistribution and use in source and binary forms, with or without
>   * modification, are permitted provided that the following conditions
> 
> Modified: head/sys/dev/pci/pcivar.h
> ==
> --- head/sys/dev/pci/pcivar.h Wed Dec  4 04:01:53 2019(r355381)
> +++ head/sys/dev/pci/pcivar.h Wed Dec  4 08:03:33 2019(r355382)
> @@ -1,8 +1,7 @@
>  /*-
>   * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
>   *
> - * Copyright (c) 1997, Stefan Esser 
> - * All rights reserved.
> + * Copyright 1997, Stefan Esser 
>   *
>   * Redistribution and use in source and binary forms, with or without
>   * modification, are permitted provided that the following conditions
> 

-- 
Rod Grimes rgri...@freebsd.org
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r355382 - head/sys/dev/pci

2019-12-04 Thread Stefan Esser
Author: se
Date: Wed Dec  4 08:03:33 2019
New Revision: 355382
URL: https://svnweb.freebsd.org/changeset/base/355382

Log:
  Remove "All rights reserved" phrase from copyright notes.
  
  With the ratification of the Berne Convention in 2000, it became obsolete.
  
  I have removed that phrase and the "(c)" only from files without copyright
  claims by other parties. There are 2 files (pci.c, pci_private.h) that are
  also claimed by Michael Smith  and by BSDi, which have
  therefore not been included in this commit.
  
  When all member nations of the Buenos Aires Convention adopted the Berne
  Convention, the phrase "All rights reserved" became unnecessary to assert
  copyright. Remove it from files under my copyright.
  
  There are 2 files (pci.c, pci_private.h) that) that do also bear msmith's
  and BSDi's copyright. I have left them unchanged for now, since I do not
  know whether they (or the legal successor in case of BSDi) would agree.

Modified:
  head/sys/dev/pci/hostb_pci.c
  head/sys/dev/pci/pci_user.c
  head/sys/dev/pci/pcireg.h
  head/sys/dev/pci/pcivar.h

Modified: head/sys/dev/pci/hostb_pci.c
==
--- head/sys/dev/pci/hostb_pci.cWed Dec  4 04:01:53 2019
(r355381)
+++ head/sys/dev/pci/hostb_pci.cWed Dec  4 08:03:33 2019
(r355382)
@@ -1,8 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 1997, Stefan Esser 
- * All rights reserved.
+ * Copyright 1997, Stefan Esser 
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/pci/pci_user.c
==
--- head/sys/dev/pci/pci_user.c Wed Dec  4 04:01:53 2019(r355381)
+++ head/sys/dev/pci/pci_user.c Wed Dec  4 08:03:33 2019(r355382)
@@ -1,8 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 1997, Stefan Esser 
- * All rights reserved.
+ * Copyright 1997, Stefan Esser 
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/pci/pcireg.h
==
--- head/sys/dev/pci/pcireg.h   Wed Dec  4 04:01:53 2019(r355381)
+++ head/sys/dev/pci/pcireg.h   Wed Dec  4 08:03:33 2019(r355382)
@@ -1,8 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 1997, Stefan Esser 
- * All rights reserved.
+ * Copyright 1997, Stefan Esser 
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/dev/pci/pcivar.h
==
--- head/sys/dev/pci/pcivar.h   Wed Dec  4 04:01:53 2019(r355381)
+++ head/sys/dev/pci/pcivar.h   Wed Dec  4 08:03:33 2019(r355382)
@@ -1,8 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (c) 1997, Stefan Esser 
- * All rights reserved.
+ * Copyright 1997, Stefan Esser 
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"