From 428e38a35bd649b8d33c3cf894ed64fc916807d4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 13 Sep 2010 11:41:19 +0000 Subject: [PATCH] Add copyright notice. git-svn-id: https://svn.dealii.org/trunk@21939 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/source/polynomials_nedelec.cc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/deal.II/base/source/polynomials_nedelec.cc b/deal.II/base/source/polynomials_nedelec.cc index 24c76b9703..de27924579 100644 --- a/deal.II/base/source/polynomials_nedelec.cc +++ b/deal.II/base/source/polynomials_nedelec.cc @@ -1,3 +1,16 @@ +//--------------------------------------------------------------------------- +// $Id: polynomial.cc 21932 2010-09-12 09:03:07Z buerg $ +// Version: $Name$ +// +// Copyright (C) 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