Skip to content

Commit

Permalink
add copyright header (facebookresearch#3948)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebookresearch#3948

I noticed this file I added was violating the header check. https://www.internalfb.com/intern/opensource/github/repo/1812028399049977/checkup/

Reviewed By: asadoughi

Differential Revision: D64341054

fbshipit-source-id: 4564191661acbff193c8ffe970582cef8fb3a490
  • Loading branch information
Michael Norris authored and facebook-github-bot committed Oct 15, 2024
1 parent e017c35 commit 1ab7e5c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions faiss/python/faiss_example_external_module.swig
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* 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.
*/

// This is an example of how an external module can be added via SWIG.

%module faiss_example_external_module;

Expand Down

0 comments on commit 1ab7e5c

Please sign in to comment.