From bd64249b2c367bd4cc88007166eae060a3323123 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 27 Jun 2018 17:09:12 -0600 Subject: [PATCH] Add a missing copyright note. --- source/numerics/kdtree.cc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/source/numerics/kdtree.cc b/source/numerics/kdtree.cc index 45b23a4fd6..90232cedd7 100644 --- a/source/numerics/kdtree.cc +++ b/source/numerics/kdtree.cc @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2017 - 2018 by the deal.II authors +// +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// The full text of the license can be found in the file LICENSE.md at +// the top level directory of deal.II. +// +// --------------------------------------------------------------------- + #include #ifdef DEAL_II_WITH_NANOFLANN -- 2.39.5