diff options
author | Dan McDonald <danmcd@joyent.com> | 2022-04-13 16:39:21 -0400 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2022-04-13 16:39:21 -0400 |
commit | 1e35007bdff4ac8880ace55736f2a6bcef0c1b71 (patch) | |
tree | a48c959f6ff0ddf04baa5708a4e4919f11561e71 /usr | |
parent | 36201934ac8948f606af89546759a8f80263717c (diff) | |
download | illumos-joyent-triton-logo.tar.gz |
Brian's CR commentstriton-logo
Diffstat (limited to 'usr')
-rw-r--r-- | usr/src/boot/forth/brand-smartos.4th | 12 | ||||
-rw-r--r-- | usr/src/tools/onbld/Checks/Copyright.py | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/usr/src/boot/forth/brand-smartos.4th b/usr/src/boot/forth/brand-smartos.4th index 803fbc13b2..acdbcf13af 100644 --- a/usr/src/boot/forth/brand-smartos.4th +++ b/usr/src/boot/forth/brand-smartos.4th @@ -27,12 +27,12 @@ 0 1 1 0 0 s" /boot/triton-logo.png" fb-putimage if 2drop exit then s" " brand+ - s" ####### ##### # ####### ### # # " brand+ - s" # # # # # # ## # " brand+ - s" # # # # # # # # # " brand+ - s" # # # # # # # # # " brand+ - s" # # # # # # # ## " brand+ - s" # # # # ### # # TM" brand+ + s" ##### #### # ##### ### # # " brand+ + s" # # # # # # # ## # " brand+ + s" # #### # # # # # # # " brand+ + s" # # # # # # # # ## " brand+ + s" # # # # # # # # ## " brand+ + s" # # # # # ### # # TM " brand+ 2drop ; diff --git a/usr/src/tools/onbld/Checks/Copyright.py b/usr/src/tools/onbld/Checks/Copyright.py index 7a8d822324..48b44e59ae 100644 --- a/usr/src/tools/onbld/Checks/Copyright.py +++ b/usr/src/tools/onbld/Checks/Copyright.py @@ -58,7 +58,7 @@ def copyright(fh, filename=None, output=sys.stderr): err(output, "no copyright message found", filename) ret = 1 elif goodrights == 0: - err(output, "'Copyright %s Joyent, Inc.' not found" % + err(output, "'Copyright %s MNX Cloud, Inc.' not found" % time.strftime('%Y'), filename) ret = 1 |