Skip to content

Commit 5f2c3d9

Browse files
authored
Merge pull request #2981 from terrelln/asm-license
[license] Fix license header of huf_decompress_amd64.S
2 parents 0677b26 + c7b03c2 commit 5f2c3d9

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

lib/decompress/huf_decompress_amd64.S

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*
2+
* Copyright (c) Facebook, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under both the BSD-style license (found in the
6+
* LICENSE file in the root directory of this source tree) and the GPLv2 (found
7+
* in the COPYING file in the root directory of this source tree).
8+
* You may select, at your option, one of the above-listed licenses.
9+
*/
10+
111
#include "../common/portability_macros.h"
212

313
/* Stack marking

tests/test-license.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def to_abs(d):
4343
"Makefile",
4444
".mk",
4545
".py",
46+
".S",
4647
]
4748

4849
# License should certainly be in the first 10 KB.

0 commit comments

Comments
 (0)