From 5dc047716ab62945e30e490e88b4f2faad3ddb3d Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 28 May 2023 05:02:31 +0200 Subject: [PATCH] fate-source: exclude Apache-2 licensed files --- tests/fate/source-check.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/fate/source-check.sh b/tests/fate/source-check.sh index 5f3fd8960e..658823fc0b 100755 --- a/tests/fate/source-check.sh +++ b/tests/fate/source-check.sh @@ -14,6 +14,7 @@ git grep -L -E "This file is part of FFmpeg|This file is part of libswresample|" "Redistribution and use in source and binary forms, with or without modification|"\ "This library is free software; you can redistribute it and/or|"\ "This program is free software; you can redistribute it and/or modify|"\ +"Licensed under the Apache License|"\ "This file is placed in the public domain" | grep -E '\.c$|\.h$|\.S$|\.asm$' echo Headers without standard inclusion guards: