From 10ca6e20d4880c7bdef5ee8f50de14fcff869729 Mon Sep 17 00:00:00 2001 From: Matthijs Douze Date: Thu, 29 Aug 2019 15:33:50 +0200 Subject: [PATCH] Update combined_index.py --- benchs/distributed_ondisk/combined_index.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/benchs/distributed_ondisk/combined_index.py b/benchs/distributed_ondisk/combined_index.py index 50281c166..c2583bc45 100644 --- a/benchs/distributed_ondisk/combined_index.py +++ b/benchs/distributed_ondisk/combined_index.py @@ -1,3 +1,8 @@ +# 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. + import os import faiss import numpy as np