From f64b4480afba333dca8ed628bd73f9a1cddf3dd1 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Tue, 3 Mar 2015 11:43:56 -0500 Subject: [PATCH] Add missing copyright notices --- bench/analyze-blocking-sizes.cpp | 9 +++++++++ bench/benchmark-blocking-sizes.cpp | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/bench/analyze-blocking-sizes.cpp b/bench/analyze-blocking-sizes.cpp index d25d72d2f..3316f8cbf 100644 --- a/bench/analyze-blocking-sizes.cpp +++ b/bench/analyze-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 +// +// 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 #include #include 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 +// +// 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 #include #include