> Author: ngie > Date: Mon Apr 22 17:52:46 2019 > New Revision: 346571 > URL: https://svnweb.freebsd.org/changeset/base/346571 > > Log: > Update the spelling of my name > > Previous spellings of my name (NGie, Ngie) weren't my legal spelling. Use > Enji > instead for clarity. > > While here, remove "All Rights Reserved" from copyrights I "own". > > MFC after: 1 week > > Modified: > head/share/examples/tests/tests/tap/cp_test.sh > head/share/man/man4/cfiscsi.4 > head/share/man/man5/cd9660.5 > head/share/zoneinfo/tests/backward_test.sh > head/share/zoneinfo/tests/zoneinfo_common.sh > head/usr.bin/calendar/calendars/calendar.freebsd > head/usr.bin/du/tests/du_test.sh > head/usr.bin/getconf/tests/arch_type.c > head/usr.bin/procstat/tests/procstat_test.sh > head/usr.bin/procstat/tests/while1.c > head/usr.sbin/sysrc/sysrc.8 > > Modified: head/share/examples/tests/tests/tap/cp_test.sh > ============================================================================== > --- head/share/examples/tests/tests/tap/cp_test.sh Mon Apr 22 17:48:10 > 2019 (r346570) > +++ head/share/examples/tests/tests/tap/cp_test.sh Mon Apr 22 17:52:46 > 2019 (r346571) > @@ -1,7 +1,6 @@ > #!/bin/sh > # > -# Copyright (c) 2017 Ngie Cooper <[email protected]> > -# All rights reserved. > +# Copyright (c) 2017 Enji Cooper <[email protected]> > # > # Redistribution and use in source and binary forms, with or without > # modification, are permitted provided that the following conditions > > Modified: head/share/man/man4/cfiscsi.4 > ============================================================================== > --- head/share/man/man4/cfiscsi.4 Mon Apr 22 17:48:10 2019 > (r346570) > +++ head/share/man/man4/cfiscsi.4 Mon Apr 22 17:52:46 2019 > (r346571) > @@ -1,7 +1,6 @@ > .\" Copyright (c) 2013 Edward Tomasz Napierala > .\" Copyright (c) 2015-2017 Alexander Motin <[email protected]> > -.\" Copyright (c) 2017 Ngie Cooper <[email protected]> > -.\" All rights reserved. > +.\" Copyright (c) 2017 Enji Cooper <[email protected]>
We should investiage the history of this All rights reserved, I suspect it actually originally belongs to traz and possibly mav, and not explicity you due to prior habbits. If you have already done that investigation (ie, you added the line) ignore my comment. If however you simply added a copyright between the line and some other copyright please restore this line to its prior state. Thanks, Rod > .\" > .\" Redistribution and use in source and binary forms, with or without > .\" modification, are permitted provided that the following conditions > @@ -109,4 +108,4 @@ subsystem was developed by > .An Edward Tomasz Napierala Aq Mt [email protected] > under sponsorship from the FreeBSD Foundation. > This manual page was written by > -.An Ngie Cooper Aq Mt [email protected] . > +.An Enji Cooper Aq Mt [email protected] . > > Modified: head/share/man/man5/cd9660.5 > ============================================================================== > --- head/share/man/man5/cd9660.5 Mon Apr 22 17:48:10 2019 > (r346570) > +++ head/share/man/man5/cd9660.5 Mon Apr 22 17:52:46 2019 > (r346571) > @@ -1,6 +1,5 @@ > .\" > -.\" Copyright (c) 2017 Ngie Cooper > -.\" All rights reserved. > +.\" Copyright (c) 2017 Enji Cooper > .\" > .\" Redistribution and use in source and binary forms, with or without > .\" modification, are permitted provided that the following conditions > @@ -79,4 +78,4 @@ and > .An Atsushi Murai Aq Mt [email protected] . > .Pp > This manual page was written by > -.An Ngie Cooper Aq Mt [email protected] . > +.An Enji Cooper Aq Mt [email protected] . > > Modified: head/share/zoneinfo/tests/backward_test.sh > ============================================================================== > --- head/share/zoneinfo/tests/backward_test.sh Mon Apr 22 17:48:10 > 2019 (r346570) > +++ head/share/zoneinfo/tests/backward_test.sh Mon Apr 22 17:52:46 > 2019 (r346571) > @@ -1,6 +1,5 @@ > # > -# Copyright (c) 2017 Ngie Cooper <[email protected]> > -# All rights reserved. > +# Copyright (c) 2017 Enji Cooper <[email protected]> > # > # Redistribution and use in source and binary forms, with or without > # modification, are permitted provided that the following conditions > > Modified: head/share/zoneinfo/tests/zoneinfo_common.sh > ============================================================================== > --- head/share/zoneinfo/tests/zoneinfo_common.sh Mon Apr 22 17:48:10 > 2019 (r346570) > +++ head/share/zoneinfo/tests/zoneinfo_common.sh Mon Apr 22 17:52:46 > 2019 (r346571) > @@ -1,7 +1,6 @@ > #!/bin/sh > # > -# Copyright (c) 2017 Ngie Cooper <[email protected]> > -# All rights reserved. > +# Copyright (c) 2017 Enji Cooper <[email protected]> > # > # Redistribution and use in source and binary forms, with or without > # modification, are permitted provided that the following conditions > > Modified: head/usr.bin/calendar/calendars/calendar.freebsd > ============================================================================== > --- head/usr.bin/calendar/calendars/calendar.freebsd Mon Apr 22 17:48:10 > 2019 (r346570) > +++ head/usr.bin/calendar/calendars/calendar.freebsd Mon Apr 22 17:52:46 > 2019 (r346571) > @@ -46,7 +46,7 @@ > 01/27 Nick Sayer <[email protected]> born in San Diego, California, > United States, 1968 > 01/27 Jacques Anthony Vidrine <[email protected]> born in Baton > Rouge, Louisiana, United States, 1971 > 01/27 Alexandre C. Guimaraes <[email protected]> born in Rio de > Janeiro, Rio de Janeiro, Brazil, 1982 > -01/27 Ngie Cooper <[email protected]> born in Seattle, Washington, > United States, 1984 > +01/27 Enji Cooper <[email protected]> born in Seattle, Washington, > United States, 1984 > 01/31 Hidetoshi Shimokawa <[email protected]> born in Yokohama, > Kanagawa, Japan, 1970 > 02/01 Doug Rabson <[email protected]> born in London, England, 1966 > 02/01 Nicola Vitale <[email protected]> born in Busto Arsizio, > Varese, Italy, 1976 > > Modified: head/usr.bin/du/tests/du_test.sh > ============================================================================== > --- head/usr.bin/du/tests/du_test.sh Mon Apr 22 17:48:10 2019 > (r346570) > +++ head/usr.bin/du/tests/du_test.sh Mon Apr 22 17:52:46 2019 > (r346571) > @@ -1,6 +1,5 @@ > # > -# Copyright (c) 2017 Ngie Cooper <[email protected]> > -# All rights reserved. > +# Copyright (c) 2017 Enji Cooper <[email protected]> > # > # Redistribution and use in source and binary forms, with or without > # modification, are permitted provided that the following conditions > > Modified: head/usr.bin/getconf/tests/arch_type.c > ============================================================================== > --- head/usr.bin/getconf/tests/arch_type.c Mon Apr 22 17:48:10 2019 > (r346570) > +++ head/usr.bin/getconf/tests/arch_type.c Mon Apr 22 17:52:46 2019 > (r346571) > @@ -1,6 +1,5 @@ > /* > - * Copyright (c) 2017 Ngie Cooper <[email protected]> > - * All rights reserved. > + * Copyright (c) 2017 Enji Cooper <[email protected]> > * > * Redistribution and use in source and binary forms, with or without > * modification, are permitted provided that the following conditions > > Modified: head/usr.bin/procstat/tests/procstat_test.sh > ============================================================================== > --- head/usr.bin/procstat/tests/procstat_test.sh Mon Apr 22 17:48:10 > 2019 (r346570) > +++ head/usr.bin/procstat/tests/procstat_test.sh Mon Apr 22 17:52:46 > 2019 (r346571) > @@ -1,6 +1,5 @@ > # > -# Copyright (c) 2017 Ngie Cooper <[email protected]> > -# All rights reserved. > +# Copyright (c) 2017 Enji Cooper <[email protected]> > # > # Redistribution and use in source and binary forms, with or without > # modification, are permitted provided that the following conditions > > Modified: head/usr.bin/procstat/tests/while1.c > ============================================================================== > --- head/usr.bin/procstat/tests/while1.c Mon Apr 22 17:48:10 2019 > (r346570) > +++ head/usr.bin/procstat/tests/while1.c Mon Apr 22 17:52:46 2019 > (r346571) > @@ -1,6 +1,5 @@ > /* > - * Copyright (c) 2017 Ngie Cooper <[email protected]> > - * All rights reserved. > + * Copyright (c) 2017 Enji Cooper <[email protected]> > * > * Redistribution and use in source and binary forms, with or without > * modification, are permitted provided that the following conditions > > Modified: head/usr.sbin/sysrc/sysrc.8 > ============================================================================== > --- head/usr.sbin/sysrc/sysrc.8 Mon Apr 22 17:48:10 2019 > (r346570) > +++ head/usr.sbin/sysrc/sysrc.8 Mon Apr 22 17:52:46 2019 > (r346571) > @@ -481,6 +481,6 @@ utility first appeared in > .Sh AUTHORS > .An Devin Teske Aq Mt [email protected] > .Sh THANKS TO > -Brandon Gooch, Ngie Cooper, Julian Elischer, Pawel Jakub Dawidek, > +Brandon Gooch, Enji Cooper, Julian Elischer, Pawel Jakub Dawidek, > Cyrille Lefevre, Ross West, Stefan Esser, Marco Steinbach, Jilles Tjoelker, > Allan Jude, and Lars Engels for suggestions, help, and testing. > > -- Rod Grimes [email protected] _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
