Add missing copyright header. (#1751)
Summary: Pull Request resolved: https://github.com/facebookresearch/faiss/pull/1751 Reviewed By: LowikC Differential Revision: D26954273 Pulled By: beauby fbshipit-source-id: f3e4cb825283a7571ec44b123146ebc06d4a3a9cpull/1764/head
parent
dd85e7a167
commit
5e54fb57d8
|
@ -1,4 +1,8 @@
|
|||
#!/bin/sh
|
||||
# Copyright (c) Facebook, Inc. and its affiliates.
|
||||
#
|
||||
# This source code is licensed under the MIT license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
||||
|
||||
set -e
|
||||
|
||||
|
|
Loading…
Reference in New Issue