From 5e54fb57d85ebefad1ef97913e982a1767eb8e15 Mon Sep 17 00:00:00 2001 From: Lucas Hosseini Date: Wed, 10 Mar 2021 13:48:03 -0800 Subject: [PATCH] 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: f3e4cb825283a7571ec44b123146ebc06d4a3a9c --- conda/faiss/test_cpu_dispatch.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conda/faiss/test_cpu_dispatch.sh b/conda/faiss/test_cpu_dispatch.sh index 16fa07533..b2891919d 100755 --- a/conda/faiss/test_cpu_dispatch.sh +++ b/conda/faiss/test_cpu_dispatch.sh @@ -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