svn commit: r345840 - user/pho/stress2/misc

Peter Holm peter at holm.cc
Wed Apr 3 07:44:41 UTC 2019


On Wed, Apr 03, 2019 at 12:28:45AM -0700, Rodney W. Grimes wrote:
> > Author: pho
> > Date: Wed Apr  3 07:22:46 2019
> > New Revision: 345840
> > URL: https://svnweb.freebsd.org/changeset/base/345840
> > 
> > Log:
> >   Added tmpfs to the tested file systems.
> >   Added showing file mapping for RW and RO mounts.
> >   
> >   Sponsored by:	Dell EMC Isilon
> > 
> > Modified:
> >   user/pho/stress2/misc/mountu.sh
> > 
> > Modified: user/pho/stress2/misc/mountu.sh
> > ==============================================================================
> > --- user/pho/stress2/misc/mountu.sh	Wed Apr  3 07:09:28 2019	(r345839)
> > +++ user/pho/stress2/misc/mountu.sh	Wed Apr  3 07:22:46 2019	(r345840)
> > @@ -1,9 +1,10 @@
> >  #!/bin/sh
> >  
> >  #
> > -# Copyright (c) 2012 Peter Holm <pho at FreeBSD.org>
> > -# All rights reserved.
> > +# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
> >  #
> > +# Copyright (c) 2019 Dell EMC Isilon
> > +#
> 
> Being on the record, it appears as if the date of original
> publication has been obliterated and replaced with a newer
> date.  This is moving the date of expiration of the copyright
> forward and has case law that shows this to be the wrong
> thing to do.
> 
> You can make it 2012, 2019 but you can not remove the original
> publication date.
> 
> I am uncertain how the "you should never remove a copyright"
> rule apply here, so there is also that issue.
> 

So, would this be the right thing to do:

Copyright (c) 2012 Peter Holm <pho at FreeBSD.org>
Copyright (c) 2019 Dell EMC Isilon

I guess it's to late to just restore the original?

- Peter


More information about the svn-src-user mailing list