]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
[license] Fix license header of huf_decompress_amd64.S 2981/head
authorNick Terrell <terrelln@fb.com>
Fri, 7 Jan 2022 17:35:27 +0000 (09:35 -0800)
committerNick Terrell <terrelln@fb.com>
Fri, 7 Jan 2022 17:35:27 +0000 (09:35 -0800)
* Add the license header for `huf_decompress_amd64.S`
* Add `.S` files to the `test-license.py` test

lib/decompress/huf_decompress_amd64.S
tests/test-license.py

index 0b4cd38ee10c35b29f54893a12af9229654e019c..01bb6d76787404ce91d1720b9edc4052966b9aca 100644 (file)
@@ -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
index 224776536dc40aa7e879de5b70502b2e67ba7af9..f27cb677431d9788edb5f4e97005bd03f7a089d1 100755 (executable)
@@ -43,6 +43,7 @@ SUFFIXES = [
     "Makefile",
     ".mk",
     ".py",
+    ".S",
 ]
 
 # License should certainly be in the first 10 KB.