diff mbox series

qemu-keymap: Add license in generated files

Message ID 20211117174533.1900570-1-philmd@redhat.com
State New
Headers show
Series qemu-keymap: Add license in generated files | expand

Commit Message

Philippe Mathieu-Daudé Nov. 17, 2021, 5:45 p.m. UTC
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 qemu-keymap.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Warner Losh Nov. 17, 2021, 5:47 p.m. UTC | #1
On Wed, Nov 17, 2021 at 10:46 AM Philippe Mathieu-Daudé <philmd@redhat.com>
wrote:

> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>  qemu-keymap.c | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Warner Losh <imp@bsdimp.com>


> diff --git a/qemu-keymap.c b/qemu-keymap.c
> index 536e8f2385d..4095b654a60 100644
> --- a/qemu-keymap.c
> +++ b/qemu-keymap.c
> @@ -187,6 +187,7 @@ int main(int argc, char *argv[])
>      }
>
>      fprintf(outfile,
> +            "# SPDX-License-Identifier: GPL-2.0-or-later\n"
>              "#\n"
>              "# generated by qemu-keymap\n"
>              "#    model   : %s\n"
> --
> 2.31.1
>
>
>
Philippe Mathieu-Daudé Dec. 15, 2021, 10:35 a.m. UTC | #2
Hi Laurent,

This patch is reviewed, can it go via your trivial tree?

On 11/17/21 18:45, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>  qemu-keymap.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/qemu-keymap.c b/qemu-keymap.c
> index 536e8f2385d..4095b654a60 100644
> --- a/qemu-keymap.c
> +++ b/qemu-keymap.c
> @@ -187,6 +187,7 @@ int main(int argc, char *argv[])
>      }
>  
>      fprintf(outfile,
> +            "# SPDX-License-Identifier: GPL-2.0-or-later\n"
>              "#\n"
>              "# generated by qemu-keymap\n"
>              "#    model   : %s\n"
>
Laurent Vivier Dec. 17, 2021, 9:42 a.m. UTC | #3
Le 17/11/2021 à 18:45, Philippe Mathieu-Daudé a écrit :
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>   qemu-keymap.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/qemu-keymap.c b/qemu-keymap.c
> index 536e8f2385d..4095b654a60 100644
> --- a/qemu-keymap.c
> +++ b/qemu-keymap.c
> @@ -187,6 +187,7 @@ int main(int argc, char *argv[])
>       }
>   
>       fprintf(outfile,
> +            "# SPDX-License-Identifier: GPL-2.0-or-later\n"
>               "#\n"
>               "# generated by qemu-keymap\n"
>               "#    model   : %s\n"
> 

Applied to my trivial-patches branch.

Thanks,
Laurent
diff mbox series

Patch

diff --git a/qemu-keymap.c b/qemu-keymap.c
index 536e8f2385d..4095b654a60 100644
--- a/qemu-keymap.c
+++ b/qemu-keymap.c
@@ -187,6 +187,7 @@  int main(int argc, char *argv[])
     }
 
     fprintf(outfile,
+            "# SPDX-License-Identifier: GPL-2.0-or-later\n"
             "#\n"
             "# generated by qemu-keymap\n"
             "#    model   : %s\n"