Skip to content

Commit 0c64150

Browse files
Michael Norrisfacebook-github-bot
authored andcommitted
Resolve "duplicate-license-header": Find and replace duplicate license headers (facebookresearch#3967)
Summary: Pull Request resolved: facebookresearch#3967 This diff just finds and replaces duplicate license headers. See the errors for "duplicate-license-header" in D64429711 under "linter-coverage-verification" signal. Differential Revision: D64484123
1 parent 62a7b50 commit 0c64150

59 files changed

Lines changed: 3 additions & 62 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

c_api/AutoTune_c.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
// Copyright 2004-present Facebook. All Rights Reserved.
98
// -*- c++ -*-
109

1110
#include "AutoTune_c.h"

c_api/AutoTune_c.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
// Copyright 2004-present Facebook. All Rights Reserved.
98
// -*- c -*-
109

1110
#ifndef FAISS_AUTO_TUNE_C_H

c_api/Clustering_c.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
// Copyright 2004-present Facebook. All Rights Reserved.
98
// -*- c++ -*-
109

1110
#include "Clustering_c.h"

c_api/Clustering_c.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
// Copyright 2004-present Facebook. All Rights Reserved
98
// -*- c -*-
109

1110
#ifndef FAISS_CLUSTERING_C_H

c_api/IndexBinary_c.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
// Copyright 2004-present Facebook. All Rights Reserved.
98
// -*- c++ -*-
109

1110
#include "IndexBinary_c.h"

c_api/IndexBinary_c.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
// Copyright 2004-present Facebook. All Rights Reserved
98
// -*- c -*-
109

1110
#ifndef FAISS_INDEX_BINARY_C_H

c_api/IndexFlat_c.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
// Copyright 2004-present Facebook. All Rights Reserved.
98
// -*- c++ -*-
109

1110
#include "IndexFlat_c.h"

c_api/IndexFlat_c.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
// Copyright 2004-present Facebook. All Rights Reserved
98
// -*- c -*-
109

1110
#ifndef FAISS_INDEX_FLAT_C_H

c_api/IndexIVFFlat_c.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
// Copyright 2004-present Facebook. All Rights Reserved.
98
// -*- c++ -*-
109

1110
#include "IndexIVFFlat_c.h"

c_api/IndexIVFFlat_c.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8-
// Copyright 2004-present Facebook. All Rights Reserved.
98
// -*- c -*-
109

1110
#ifndef FAISS_INDEX_IVF_FLAT_C_H

0 commit comments

Comments
 (0)