Update to SPDX v3.0 identifiers
[lttng-modules.git] / wrapper / random.c
index c938ae35a4ac2a96a2a2deee26cb645a33792af2..74dce49fe4864de486fa33bf6a4bfdbf9c1faf05 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
+/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
  *
  * wrapper/random.c
  *
@@ -47,7 +47,7 @@ int wrapper_get_bootid(char *bootid)
                ret = -EINVAL;
                goto end;
        }
-       
+
        bootid[BOOT_ID_LEN - 1] = '\0';
        ret = 0;
 end:
This page took 0.022539 seconds and 4 git commands to generate.