From owner-svn-src-all@freebsd.org Thu Dec 5 05:52:01 2019 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A0DE01BC5B0; Thu, 5 Dec 2019 05:52:01 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47T4c11mmkz3KY7; Thu, 5 Dec 2019 05:52:00 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id xB55pxjJ042574; Wed, 4 Dec 2019 21:51:59 -0800 (PST) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id xB55pxjG042573; Wed, 4 Dec 2019 21:51:59 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201912050551.xB55pxjG042573@gndrsh.dnsmgr.net> Subject: Re: svn commit: r355382 - head/sys/dev/pci In-Reply-To: <201912040803.xB483XH3035514@repo.freebsd.org> To: Stefan Esser Date: Wed, 4 Dec 2019 21:51:59 -0800 (PST) CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 47T4c11mmkz3KY7 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.98 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.987,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-0.99)[-0.994,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Dec 2019 05:52:01 -0000 > 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 rgrimes@freebsd.org