From ac8c694f3ef627ad604b17613e9d538dc5582c9d Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 30 Oct 2012 15:16:47 +0100 Subject: [PATCH] add missing copyright --- Eigen/src/SparseLU/SparseLU_gemm_kernel.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Eigen/src/SparseLU/SparseLU_gemm_kernel.h b/Eigen/src/SparseLU/SparseLU_gemm_kernel.h index b358b21d3..1370cb637 100644 --- a/Eigen/src/SparseLU/SparseLU_gemm_kernel.h +++ b/Eigen/src/SparseLU/SparseLU_gemm_kernel.h @@ -1,3 +1,11 @@ +// This file is part of Eigen, a lightweight C++ template library +// for linear algebra. +// +// Copyright (C) 2012 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 +// with this file, You can obtain one at http://mozilla.org/MPL/2.0/. #ifndef EIGEN_SPARSELU_GEMM_KERNEL_H #define EIGEN_SPARSELU_GEMM_KERNEL_H