Skip to content

Commit

Permalink
Merge pull request facebook#2981 from terrelln/asm-license
Browse files Browse the repository at this point in the history
[license] Fix license header of huf_decompress_amd64.S
  • Loading branch information
terrelln authored Jan 7, 2022
2 parents 0677b26 + c7b03c2 commit 5f2c3d9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/decompress/huf_decompress_amd64.S
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/test-license.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def to_abs(d):
"Makefile",
".mk",
".py",
".S",
]

# License should certainly be in the first 10 KB.
Expand Down

0 comments on commit 5f2c3d9

Please sign in to comment.