From 9da509e1ecaa2a4b83fecb99683aff9509adf82d Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 13 Sep 2010 11:18:12 +0000 Subject: [PATCH] Re-add copyright notice. git-svn-id: https://svn.dealii.org/trunk@21937 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe_nedelec.cc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/deal.II/deal.II/source/fe/fe_nedelec.cc b/deal.II/deal.II/source/fe/fe_nedelec.cc index 363b8d00e7..e55feaa170 100644 --- a/deal.II/deal.II/source/fe/fe_nedelec.cc +++ b/deal.II/deal.II/source/fe/fe_nedelec.cc @@ -1,3 +1,16 @@ +//--------------------------------------------------------------------------- +// $Id$ +// Version: $Name$ +// +// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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. +// +//--------------------------------------------------------------------------- + #include #include #include -- 2.39.5