Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/FBGEMM.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaya S Khudia <dskhudia@fb.com>2019-01-04 22:49:22 +0300
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-01-04 22:53:39 +0300
commita7ac2769e722767dccbd132ab3d58a9b2f661252 (patch)
tree08884d24e70d7e9ca7634f8797b1089588db9b39
parent79f1a3b5464352508141813633df168eb19b6fae (diff)
missing copyright headers
Summary: Adding missing copyright headers in newly added files Reviewed By: jianyuh Differential Revision: D13582255 fbshipit-source-id: bc043ff34cd0cf8f17b99876b9c738d9a92c922a
-rw-r--r--bench/RequantizeBenchmark.cc6
-rw-r--r--bench/RowOffsetBenchmark.cc6
2 files changed, 12 insertions, 0 deletions
diff --git a/bench/RequantizeBenchmark.cc b/bench/RequantizeBenchmark.cc
index d1430a3..a046d7d 100644
--- a/bench/RequantizeBenchmark.cc
+++ b/bench/RequantizeBenchmark.cc
@@ -1,3 +1,9 @@
+/*
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ * All rights reserved.
+ * This source code is licensed under the BSD-style license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
#include <chrono>
#include <initializer_list>
#include <iomanip>
diff --git a/bench/RowOffsetBenchmark.cc b/bench/RowOffsetBenchmark.cc
index f30911f..7e8b2b1 100644
--- a/bench/RowOffsetBenchmark.cc
+++ b/bench/RowOffsetBenchmark.cc
@@ -1,3 +1,9 @@
+/*
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ * All rights reserved.
+ * This source code is licensed under the BSD-style license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
#include <chrono>
#include <initializer_list>
#include <iomanip>