diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-05-22 12:54:15 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-05-27 19:04:09 +0200 |
commit | 41e13228451c9d55b1ebf2f58ffe2b19ce5a9842 (patch) | |
tree | 2e139b04e99ea671d25a813471eae4d55d35eaa5 | |
parent | f1337e5dd9e1ecf370f7b9705ed7628f7d988d58 (diff) | |
download | ffmpeg-41e13228451c9d55b1ebf2f58ffe2b19ce5a9842.tar.gz |
tests/fate/source-check: Relax BSD licence check
Several files already had standard license header (namely
2-clause BSD files), yet due to the 80 char line length limit,
they were not treated as such by source-check.sh (which
fate-source uses). Therefore relax the BSD check.
Reviewed-by: RĂ©mi Denis-Courmont <remi@remlab.net>
Reviewed-by: Pierre-Anthony Lemieux <pal@sandflow.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rwxr-xr-x | tests/fate/source-check.sh | 2 | ||||
-rw-r--r-- | tests/ref/fate/source | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/tests/fate/source-check.sh b/tests/fate/source-check.sh index 658823fc0b..4d7e175784 100755 --- a/tests/fate/source-check.sh +++ b/tests/fate/source-check.sh @@ -11,7 +11,7 @@ git grep -L -E "This file is part of FFmpeg|This file is part of libswresample|" "Permission is hereby granted to use, copy, modify, and distribute this|"\ "Permission is granted to anyone to use this software for any purpose|"\ "This work is licensed under the terms of the GNU GPL|"\ -"Redistribution and use in source and binary forms, with or without modification|"\ +"Redistribution and use in source and binary forms, with or without|"\ "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|"\ diff --git a/tests/ref/fate/source b/tests/ref/fate/source index 723e2e06c7..a3beb35093 100644 --- a/tests/ref/fate/source +++ b/tests/ref/fate/source @@ -1,15 +1,10 @@ Files without standard license headers: libavcodec/file_open.c -libavcodec/ilbcdata.h -libavcodec/ilbcdec.c libavcodec/interplayacm.c libavcodec/log2_tab.c libavcodec/reverse.c -libavcodec/riscv/startcode_rvb.S -libavcodec/riscv/startcode_rvv.S libavdevice/file_open.c libavdevice/reverse.c -libavfilter/af_arnndn.c libavfilter/file_open.c libavfilter/log2_tab.c libavformat/bitstream.c |