mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01:00
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:
parent
79e25aaa1b
commit
230fdbb373
@ -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]"
|
||||
|
Loading…
Reference in New Issue
Block a user