From d4347fcf6df2699782964fa75b4eab603da220fa Mon Sep 17 00:00:00 2001 From: Yuval Peress Date: Sun, 7 Apr 2024 22:43:07 -0600 Subject: [PATCH] license: Remove non-copyrightable license The generated configs.c is technically not copyrightable since it's using the configs selected by the end user which might not fall under the Apache license. This license header in the generated file is causing us issues downstream from a legal perspective. It's important to note that other generated files in Zephyr don't include the copyright header. Fixes #86259 Signed-off-by: Yuval Peress --- misc/generated/configs.c.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/misc/generated/configs.c.in b/misc/generated/configs.c.in index 886636f2ad0..9de41052d39 100644 --- a/misc/generated/configs.c.in +++ b/misc/generated/configs.c.in @@ -1,7 +1,3 @@ -/* - * SPDX-License-Identifier: Apache-2.0 - */ - /* file is auto-generated, do not modify ! */ #include