Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2019 19:34:09 +0000 (UTC)
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r346918 - in stable/12: lib/libcam/tests lib/libkvm/tests lib/libsbuf/tests share/examples/tests/tests/tap share/man/man4 share/man/man5 share/zoneinfo/tests usr.bin/calendar/calendars ...
Message-ID:  <201904291934.x3TJY9wD077859@repo.freebsd.org>

index | next in thread | raw e-mail

Author: ngie
Date: Mon Apr 29 19:34:09 2019
New Revision: 346918
URL: https://svnweb.freebsd.org/changeset/base/346918

Log:
  MFC r346571,r346572:
  
  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".

Modified:
  stable/12/lib/libcam/tests/libcam_test.c
  stable/12/lib/libkvm/tests/kvm_close_test.c
  stable/12/lib/libkvm/tests/kvm_geterr_test.c
  stable/12/lib/libkvm/tests/kvm_open2_test.c
  stable/12/lib/libkvm/tests/kvm_open_test.c
  stable/12/lib/libkvm/tests/kvm_test_common.c
  stable/12/lib/libkvm/tests/kvm_test_common.h
  stable/12/lib/libsbuf/tests/sbuf_core_test.c
  stable/12/lib/libsbuf/tests/sbuf_stdio_test.c
  stable/12/lib/libsbuf/tests/sbuf_string_test.c
  stable/12/lib/libsbuf/tests/sbuf_test_common.h
  stable/12/share/examples/tests/tests/tap/cp_test.sh
  stable/12/share/man/man4/cfiscsi.4
  stable/12/share/man/man5/cd9660.5
  stable/12/share/zoneinfo/tests/backward_test.sh
  stable/12/share/zoneinfo/tests/zoneinfo_common.sh
  stable/12/usr.bin/calendar/calendars/calendar.freebsd
  stable/12/usr.bin/du/tests/du_test.sh
  stable/12/usr.bin/getconf/tests/arch_type.c
  stable/12/usr.bin/procstat/tests/procstat_test.sh
  stable/12/usr.bin/procstat/tests/while1.c
  stable/12/usr.sbin/sysrc/sysrc.8
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/lib/libcam/tests/libcam_test.c
==============================================================================
--- stable/12/lib/libcam/tests/libcam_test.c	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/lib/libcam/tests/libcam_test.c	Mon Apr 29 19:34:09 2019	(r346918)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2017 Ngie Cooper <ngie@freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2017 Enji Cooper <ngie@freebsd.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libkvm/tests/kvm_close_test.c
==============================================================================
--- stable/12/lib/libkvm/tests/kvm_close_test.c	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/lib/libkvm/tests/kvm_close_test.c	Mon Apr 29 19:34:09 2019	(r346918)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2017 Ngie Cooper <ngie@freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2017 Enji Cooper <ngie@freebsd.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libkvm/tests/kvm_geterr_test.c
==============================================================================
--- stable/12/lib/libkvm/tests/kvm_geterr_test.c	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/lib/libkvm/tests/kvm_geterr_test.c	Mon Apr 29 19:34:09 2019	(r346918)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2017 Ngie Cooper <ngie@freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2017 Enji Cooper <ngie@freebsd.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libkvm/tests/kvm_open2_test.c
==============================================================================
--- stable/12/lib/libkvm/tests/kvm_open2_test.c	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/lib/libkvm/tests/kvm_open2_test.c	Mon Apr 29 19:34:09 2019	(r346918)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2017 Ngie Cooper <ngie@freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2017 Enji Cooper <ngie@freebsd.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libkvm/tests/kvm_open_test.c
==============================================================================
--- stable/12/lib/libkvm/tests/kvm_open_test.c	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/lib/libkvm/tests/kvm_open_test.c	Mon Apr 29 19:34:09 2019	(r346918)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2017 Ngie Cooper <ngie@freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2017 Enji Cooper <ngie@freebsd.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libkvm/tests/kvm_test_common.c
==============================================================================
--- stable/12/lib/libkvm/tests/kvm_test_common.c	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/lib/libkvm/tests/kvm_test_common.c	Mon Apr 29 19:34:09 2019	(r346918)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2017 Ngie Cooper <ngie@freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2017 Enji Cooper <ngie@freebsd.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libkvm/tests/kvm_test_common.h
==============================================================================
--- stable/12/lib/libkvm/tests/kvm_test_common.h	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/lib/libkvm/tests/kvm_test_common.h	Mon Apr 29 19:34:09 2019	(r346918)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2017 Ngie Cooper <ngie@freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2017 Enji Cooper <ngie@freebsd.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsbuf/tests/sbuf_core_test.c
==============================================================================
--- stable/12/lib/libsbuf/tests/sbuf_core_test.c	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/lib/libsbuf/tests/sbuf_core_test.c	Mon Apr 29 19:34:09 2019	(r346918)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2017 Ngie Cooper <ngie@freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2017 Enji Cooper <ngie@freebsd.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsbuf/tests/sbuf_stdio_test.c
==============================================================================
--- stable/12/lib/libsbuf/tests/sbuf_stdio_test.c	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/lib/libsbuf/tests/sbuf_stdio_test.c	Mon Apr 29 19:34:09 2019	(r346918)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2017 Ngie Cooper <ngie@freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2017 Enji Cooper <ngie@freebsd.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsbuf/tests/sbuf_string_test.c
==============================================================================
--- stable/12/lib/libsbuf/tests/sbuf_string_test.c	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/lib/libsbuf/tests/sbuf_string_test.c	Mon Apr 29 19:34:09 2019	(r346918)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2017 Ngie Cooper <ngie@freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2017 Enji Cooper <ngie@freebsd.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/lib/libsbuf/tests/sbuf_test_common.h
==============================================================================
--- stable/12/lib/libsbuf/tests/sbuf_test_common.h	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/lib/libsbuf/tests/sbuf_test_common.h	Mon Apr 29 19:34:09 2019	(r346918)
@@ -1,6 +1,5 @@
 /*-
- * Copyright (c) 2017 Ngie Cooper <ngie@freebsd.org>
- * All rights reserved.
+ * Copyright (c) 2017 Enji Cooper <ngie@freebsd.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/share/examples/tests/tests/tap/cp_test.sh
==============================================================================
--- stable/12/share/examples/tests/tests/tap/cp_test.sh	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/share/examples/tests/tests/tap/cp_test.sh	Mon Apr 29 19:34:09 2019	(r346918)
@@ -1,7 +1,6 @@
 #!/bin/sh
 #
-# Copyright (c) 2017 Ngie Cooper <ngie@FreeBSD.org>
-# All rights reserved.
+# Copyright (c) 2017 Enji Cooper <ngie@FreeBSD.org>
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions

Modified: stable/12/share/man/man4/cfiscsi.4
==============================================================================
--- stable/12/share/man/man4/cfiscsi.4	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/share/man/man4/cfiscsi.4	Mon Apr 29 19:34:09 2019	(r346918)
@@ -1,7 +1,6 @@
 .\" Copyright (c) 2013 Edward Tomasz Napierala
 .\" Copyright (c) 2015-2017 Alexander Motin <mav@FreeBSD.org>
-.\" Copyright (c) 2017 Ngie Cooper <ngie@FreeBSD.org>
-.\" All rights reserved.
+.\" Copyright (c) 2017 Enji Cooper <ngie@FreeBSD.org>
 .\"
 .\" 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 trasz@FreeBSD.org
 under sponsorship from the FreeBSD Foundation.
 This manual page was written by
-.An Ngie Cooper Aq Mt ngie@FreeBSD.org .
+.An Enji Cooper Aq Mt ngie@FreeBSD.org .

Modified: stable/12/share/man/man5/cd9660.5
==============================================================================
--- stable/12/share/man/man5/cd9660.5	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/share/man/man5/cd9660.5	Mon Apr 29 19:34:09 2019	(r346918)
@@ -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 amurai@spec.co.jp .
 .Pp
 This manual page was written by
-.An Ngie Cooper Aq Mt ngie@FreeBSD.org .
+.An Enji Cooper Aq Mt ngie@FreeBSD.org .

Modified: stable/12/share/zoneinfo/tests/backward_test.sh
==============================================================================
--- stable/12/share/zoneinfo/tests/backward_test.sh	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/share/zoneinfo/tests/backward_test.sh	Mon Apr 29 19:34:09 2019	(r346918)
@@ -1,6 +1,5 @@
 #
-# Copyright (c) 2017 Ngie Cooper <ngie@FreeBSD.org>
-# All rights reserved.
+# Copyright (c) 2017 Enji Cooper <ngie@FreeBSD.org>
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions

Modified: stable/12/share/zoneinfo/tests/zoneinfo_common.sh
==============================================================================
--- stable/12/share/zoneinfo/tests/zoneinfo_common.sh	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/share/zoneinfo/tests/zoneinfo_common.sh	Mon Apr 29 19:34:09 2019	(r346918)
@@ -1,7 +1,6 @@
 #!/bin/sh
 #
-# Copyright (c) 2017 Ngie Cooper <ngie@FreeBSD.org>
-# All rights reserved.
+# Copyright (c) 2017 Enji Cooper <ngie@FreeBSD.org>
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions

Modified: stable/12/usr.bin/calendar/calendars/calendar.freebsd
==============================================================================
--- stable/12/usr.bin/calendar/calendars/calendar.freebsd	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/usr.bin/calendar/calendars/calendar.freebsd	Mon Apr 29 19:34:09 2019	(r346918)
@@ -44,7 +44,7 @@
 01/26	Andrew Gallatin <gallatin@FreeBSD.org> born in Buffalo, New York, United States, 1970
 01/27	Nick Sayer <nsayer@FreeBSD.org> born in San Diego, California, United States, 1968
 01/27	Jacques Anthony Vidrine <nectar@FreeBSD.org> born in Baton Rouge, Louisiana, United States, 1971
-01/27	Ngie Cooper <ngie@FreeBSD.org> born in Seattle, Washington, United States, 1984
+01/27	Enji Cooper <ngie@FreeBSD.org> born in Seattle, Washington, United States, 1984
 01/31	Hidetoshi Shimokawa <simokawa@FreeBSD.org> born in Yokohama, Kanagawa, Japan, 1970
 02/01	Doug Rabson <dfr@FreeBSD.org> born in London, England, 1966
 02/01	Nicola Vitale <nivit@FreeBSD.org> born in Busto Arsizio, Varese, Italy, 1976

Modified: stable/12/usr.bin/du/tests/du_test.sh
==============================================================================
--- stable/12/usr.bin/du/tests/du_test.sh	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/usr.bin/du/tests/du_test.sh	Mon Apr 29 19:34:09 2019	(r346918)
@@ -1,6 +1,5 @@
 #
-# Copyright (c) 2017 Ngie Cooper <ngie@FreeBSD.org>
-# All rights reserved.
+# Copyright (c) 2017 Enji Cooper <ngie@FreeBSD.org>
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions

Modified: stable/12/usr.bin/getconf/tests/arch_type.c
==============================================================================
--- stable/12/usr.bin/getconf/tests/arch_type.c	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/usr.bin/getconf/tests/arch_type.c	Mon Apr 29 19:34:09 2019	(r346918)
@@ -1,6 +1,5 @@
 /*
- * Copyright (c) 2017 Ngie Cooper <ngie@FreeBSD.org>
- * All rights reserved.
+ * Copyright (c) 2017 Enji Cooper <ngie@FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/usr.bin/procstat/tests/procstat_test.sh
==============================================================================
--- stable/12/usr.bin/procstat/tests/procstat_test.sh	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/usr.bin/procstat/tests/procstat_test.sh	Mon Apr 29 19:34:09 2019	(r346918)
@@ -1,6 +1,5 @@
 #
-# Copyright (c) 2017 Ngie Cooper <ngie@FreeBSD.org>
-# All rights reserved.
+# Copyright (c) 2017 Enji Cooper <ngie@FreeBSD.org>
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions

Modified: stable/12/usr.bin/procstat/tests/while1.c
==============================================================================
--- stable/12/usr.bin/procstat/tests/while1.c	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/usr.bin/procstat/tests/while1.c	Mon Apr 29 19:34:09 2019	(r346918)
@@ -1,6 +1,5 @@
 /*
- * Copyright (c) 2017 Ngie Cooper <ngie@FreeBSD.org>
- * All rights reserved.
+ * Copyright (c) 2017 Enji Cooper <ngie@FreeBSD.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/12/usr.sbin/sysrc/sysrc.8
==============================================================================
--- stable/12/usr.sbin/sysrc/sysrc.8	Mon Apr 29 19:32:11 2019	(r346917)
+++ stable/12/usr.sbin/sysrc/sysrc.8	Mon Apr 29 19:34:09 2019	(r346918)
@@ -480,6 +480,6 @@ utility first appeared in
 .Sh AUTHORS
 .An Devin Teske Aq Mt dteske@FreeBSD.org
 .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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904291934.x3TJY9wD077859>