tools: Add missing license and SPDX header to update-unicode-data.sh

Only one other previous author, and my contribution just now is so
simple as to not be copyrightable.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #1415
This commit is contained in:
Philip Withnall 2024-10-18 15:33:55 +01:00
parent 79e25aaa1b
commit 230fdbb373
No known key found for this signature in database
GPG Key ID: C5C42CFB268637CA

View File

@ -1,4 +1,10 @@
#!/usr/bin/env bash
#
# Copyright 2022 Canonical Limited
#
# SPDX-License-Identifier: LGPL-2.1-or-later
#
# Original author: Marco Trevisan
if [ ! -d "$1" ]; then
echo "Usage $(basename "$0") UCD-directory [version]"