From: angela.klewinghaus Date: Mon, 11 Nov 2013 13:11:01 +0000 (+0000) Subject: add missing copyright headers X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26dc88310007e9312d97709cbbe27238e3c1ca7e;p=dealii-svn.git add missing copyright headers git-svn-id: https://svn.dealii.org/branches/branch_face_elements@31624 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/fe/fe_trace.h b/deal.II/include/deal.II/fe/fe_trace.h index e98b6c8c88..d098aa16b7 100644 --- a/deal.II/include/deal.II/fe/fe_trace.h +++ b/deal.II/include/deal.II/fe/fe_trace.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// $Id$ +// +// Copyright (C) 2000 - 2013 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 at +// the top level of the deal.II distribution. +// +// --------------------------------------------------------------------- #ifndef __deal2__fe_trace_h #define __deal2__fe_trace_h @@ -27,7 +42,7 @@ DEAL_II_NAMESPACE_OPEN * @todo Polynomials::LagrangeEquidistant should be and will be * replaced by Polynomials::LagrangeGaussLobatto as soon as such a * polynomial set exists. - * @todo so far only implemented for 2D + * @todo so far, hanging nodes are not implemented * */ diff --git a/deal.II/source/fe/fe_trace.cc b/deal.II/source/fe/fe_trace.cc index 6e88dab7b0..336737a6ba 100644 --- a/deal.II/source/fe/fe_trace.cc +++ b/deal.II/source/fe/fe_trace.cc @@ -1,3 +1,19 @@ +// --------------------------------------------------------------------- +// $Id$ +// +// Copyright (C) 2000 - 2013 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 at +// the top level of the deal.II distribution. +// +// --------------------------------------------------------------------- + #include #include #include @@ -28,7 +44,6 @@ #include #include -//using namespace dealii; #include #include diff --git a/deal.II/source/fe/fe_trace.inst.in b/deal.II/source/fe/fe_trace.inst.in index 22e13a6937..2c4de184b2 100644 --- a/deal.II/source/fe/fe_trace.inst.in +++ b/deal.II/source/fe/fe_trace.inst.in @@ -1,16 +1,18 @@ -//--------------------------------------------------------------------------- -// $Id: fe_face.inst.in 22676 2010-11-10 15:21:40Z kronbichler $ -// Version: $Name$ +// --------------------------------------------------------------------- +// $Id$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors +// Copyright (C) 2000 - 2013 by the deal.II authors // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// 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 at +// the top level of the deal.II distribution. +// +// --------------------------------------------------------------------- for (deal_II_dimension : DIMENSIONS) {