aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/benchmark-blocking-sizes.cpp
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <benoitjacob@google.com>2015-03-03 11:43:56 -0500
committerGravatar Benoit Jacob <benoitjacob@google.com>2015-03-03 11:43:56 -0500
commitf64b4480afba333dca8ed628bd73f9a1cddf3dd1 (patch)
treed1ee436509a30460c13fab76d0b6d5c7de7dab9b /bench/benchmark-blocking-sizes.cpp
parenteae8e27b7d92c31fe07d18f0b6d0feded67f7096 (diff)
Add missing copyright notices
Diffstat (limited to 'bench/benchmark-blocking-sizes.cpp')
-rw-r--r--bench/benchmark-blocking-sizes.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/bench/benchmark-blocking-sizes.cpp b/bench/benchmark-blocking-sizes.cpp
index 6d688c0ac..f1fef1ede 100644
--- a/bench/benchmark-blocking-sizes.cpp
+++ b/bench/benchmark-blocking-sizes.cpp
@@ -1,3 +1,12 @@
+// This file is part of Eigen, a lightweight C++ template library
+// for linear algebra.
+//
+// Copyright (C) 2015 Benoit Jacob <benoitjacob@google.com>
+//
+// This Source Code Form is subject to the terms of the Mozilla
+// Public License v. 2.0. If a copy of the MPL was not distributed
+// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
#include <iostream>
#include <cstdint>
#include <cstdlib>