Skip to content

Commit

Permalink
Adding missing copyright message
Browse files Browse the repository at this point in the history
Summary: Same as title

Reviewed By: hx89

Differential Revision: D19266155

fbshipit-source-id: f92fc340a961407f5736b350c31074032b6fe6e0
  • Loading branch information
dskhudia authored and jspark1105 committed Mar 21, 2020
1 parent b4ed0ac commit cc2bc13
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bench/I64Benchmark.cc
Original file line number Diff line number Diff line change
@@ -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 <array>
#include <iostream>
#include <limits>
Expand Down
6 changes: 6 additions & 0 deletions bench/RowwiseAdagradBenchmark.cc
Original file line number Diff line number Diff line change
@@ -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 <algorithm>
#include <cassert>
#include <chrono>
Expand Down
6 changes: 6 additions & 0 deletions bench/SparseAdagradBenchmark.cc
Original file line number Diff line number Diff line change
@@ -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 <algorithm>
#include <cassert>
#include <chrono>
Expand Down
6 changes: 6 additions & 0 deletions include/fbgemm/FbgemmI64.h
Original file line number Diff line number Diff line change
@@ -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.
*/
#pragma once

#include <cstdint>
Expand Down
6 changes: 6 additions & 0 deletions src/SparseAdagrad.cc
Original file line number Diff line number Diff line change
@@ -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 "fbgemm/FbgemmEmbedding.h"

#include <asmjit/asmjit.h>
Expand Down
6 changes: 6 additions & 0 deletions test/Bfloat16ConvertTest.cc
Original file line number Diff line number Diff line change
@@ -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 <gtest/gtest.h>
#include <cmath>
#include <random>
Expand Down
6 changes: 6 additions & 0 deletions test/Float16ConvertTest.cc
Original file line number Diff line number Diff line change
@@ -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 <gtest/gtest.h>
#include <cmath>
#include <random>
Expand Down
6 changes: 6 additions & 0 deletions test/I64Test.cc
Original file line number Diff line number Diff line change
@@ -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 <gtest/gtest.h>

#include <limits>
Expand Down

0 comments on commit cc2bc13

Please sign in to comment.