list-udev-hwdb: Add SPDX license to the generated file

And update it...
This commit is contained in:
Marco Trevisan (Treviño) 2021-01-20 22:02:10 +01:00
parent 533180a2e6
commit 2f2da87240
2 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
# This file has been generated using fprint-list-udev-hwdb with all drivers enabled
# Supported by libfprint driver upektc_img

View file

@ -172,6 +172,8 @@ main (int argc, char **argv)
guint i;
program_name = g_path_get_basename (argv[0]);
g_print ("# SPDX-License-Identifier: LGPL-2.1-or-later\n");
g_print ("# This file has been generated using %s with all drivers enabled\n",
program_name);