From: Nick Terrell Date: Fri, 7 Jan 2022 17:35:27 +0000 (-0800) Subject: [license] Fix license header of huf_decompress_amd64.S X-Git-Tag: v1.5.2^2~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7b03c217c2542152a08e4ca343f8a27d3680901;p=thirdparty%2Fzstd.git [license] Fix license header of huf_decompress_amd64.S * Add the license header for `huf_decompress_amd64.S` * Add `.S` files to the `test-license.py` test --- diff --git a/lib/decompress/huf_decompress_amd64.S b/lib/decompress/huf_decompress_amd64.S index 0b4cd38ee..01bb6d767 100644 --- a/lib/decompress/huf_decompress_amd64.S +++ b/lib/decompress/huf_decompress_amd64.S @@ -1,3 +1,13 @@ +/* + * Copyright (c) Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under both the BSD-style license (found in the + * LICENSE file in the root directory of this source tree) and the GPLv2 (found + * in the COPYING file in the root directory of this source tree). + * You may select, at your option, one of the above-listed licenses. + */ + #include "../common/portability_macros.h" /* Stack marking diff --git a/tests/test-license.py b/tests/test-license.py index 224776536..f27cb6774 100755 --- a/tests/test-license.py +++ b/tests/test-license.py @@ -43,6 +43,7 @@ SUFFIXES = [ "Makefile", ".mk", ".py", + ".S", ] # License should certainly be in the first 10 KB.