From: Wolfgang Bangerth Date: Wed, 27 Jun 2018 23:09:12 +0000 (-0600) Subject: Add a missing copyright note. X-Git-Tag: v9.1.0-rc1~976^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd64249b2c367bd4cc88007166eae060a3323123;p=dealii.git Add a missing copyright note. --- 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