ulib: Use the correct copyright message

Canonical should be written with the 'Ltd.' suffix, so add this to a few
files that need it.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-09-06 13:03:08 -06:00
parent f379b6570f
commit a5fc8d6989
7 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
#
# Standalone Makefile for U-Boot library examples
#
# Copyright 2025 Canonical
# Copyright 2025 Canonical Ltd.
# Written by Simon Glass <simon.glass@canonical.com>
# This Makefile can be used to build the examples. See doc/develop/ulib.rst

View File

@@ -5,7 +5,7 @@
* This demonstrates using U-Boot library functions in sandbox like os_*
* from external programs.
*
* Copyright 2025 Canonical
* Copyright 2025 Canonical Ltd.
* Written by Simon Glass <simon.glass@canonical.com>
*/