1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-07 01:10:04 +02:00

Merge pull request #2981 from terrelln/asm-license

[license] Fix license header of huf_decompress_amd64.S
This commit is contained in:
Nick Terrell 2022-01-07 11:06:30 -08:00 committed by GitHub
commit 5f2c3d9720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View 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

View File

@ -43,6 +43,7 @@ SUFFIXES = [
"Makefile",
".mk",
".py",
".S",
]
# License should certainly be in the first 10 KB.