From 3335e0767cb847154e24f5d4fa345318309d1281 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 8 Sep 2021 14:58:14 -0500 Subject: [PATCH] Fix typos in copyright dates --- test/ref.cpp | 2 +- test/sparse_ref.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ref.cpp b/test/ref.cpp index ebfc70d3d..63eb65e27 100644 --- a/test/ref.cpp +++ b/test/ref.cpp @@ -1,7 +1,7 @@ // This file is part of Eigen, a lightweight C++ template library // for linear algebra. // -// Copyright (C) 20013 Gael Guennebaud +// Copyright (C) 2013 Gael Guennebaud // // 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 diff --git a/test/sparse_ref.cpp b/test/sparse_ref.cpp index 12b6f8a9d..8f33af858 100644 --- a/test/sparse_ref.cpp +++ b/test/sparse_ref.cpp @@ -1,7 +1,7 @@ // This file is part of Eigen, a lightweight C++ template library // for linear algebra. // -// Copyright (C) 20015 Gael Guennebaud +// Copyright (C) 2015 Gael Guennebaud // // 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