list-udev-hwdb: Add SPDX license to the generated file
And update it...
This commit is contained in:
parent
533180a2e6
commit
2f2da87240
2 changed files with 3 additions and 0 deletions
|
@ -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
|
# This file has been generated using fprint-list-udev-hwdb with all drivers enabled
|
||||||
|
|
||||||
# Supported by libfprint driver upektc_img
|
# Supported by libfprint driver upektc_img
|
||||||
|
|
|
@ -172,6 +172,8 @@ main (int argc, char **argv)
|
||||||
guint i;
|
guint i;
|
||||||
|
|
||||||
program_name = g_path_get_basename (argv[0]);
|
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",
|
g_print ("# This file has been generated using %s with all drivers enabled\n",
|
||||||
program_name);
|
program_name);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue