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:
@@ -1,6 +1,6 @@
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
|
||||
# Copyright 2025 Canonical
|
||||
# Copyright 2025 Canonical Ltd.
|
||||
# Written by Simon Glass <simon.glass@canonical.com>
|
||||
|
||||
obj-y += ulib.o
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* Simplified U-Boot library interface implementation
|
||||
*
|
||||
* Copyright 2025 Canonical
|
||||
* Copyright 2025 Canonical Ltd.
|
||||
* Written by Simon Glass <simon.glass@canonical.com>
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user