Merge pull request #2981 from terrelln/asm-license
[license] Fix license header of huf_decompress_amd64.S
This commit is contained in:
@@ -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"
|
#include "../common/portability_macros.h"
|
||||||
|
|
||||||
/* Stack marking
|
/* Stack marking
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ SUFFIXES = [
|
|||||||
"Makefile",
|
"Makefile",
|
||||||
".mk",
|
".mk",
|
||||||
".py",
|
".py",
|
||||||
|
".S",
|
||||||
]
|
]
|
||||||
|
|
||||||
# License should certainly be in the first 10 KB.
|
# License should certainly be in the first 10 KB.
|
||||||
|
|||||||
Reference in New Issue
Block a user