From 4707d231d30c1959fa56cca55e717d8c00b79cc3 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Fri, 15 Dec 2000 07:15:46 +0000 Subject: [PATCH] Include/correct license header of files. git-svn-id: https://svn.dealii.org/trunk@3536 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/polynomial.h | 24 +++++++++++++++--------- deal.II/base/source/polynomial.cc | 8 ++++---- 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/deal.II/base/include/base/polynomial.h b/deal.II/base/include/base/polynomial.h index 2bc65b764c..7458bda86a 100644 --- a/deal.II/base/include/base/polynomial.h +++ b/deal.II/base/include/base/polynomial.h @@ -1,9 +1,18 @@ -/*---------------------------- polynomial.h ---------------------------*/ -/* $Id$ */ -/* Ralf Hartmann, University of Heidelberg */ -#ifndef __polynomial_H -#define __polynomial_H -/*---------------------------- polynomial.h ---------------------------*/ +//---------------------------- polynomial.h --------------------------- +// $Id$ +// Version: $Name$ +// +// Copyright (C) 2000 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. +// +//---------------------------- polynomial.h --------------------------- +#ifndef __deal2__polynomial_H +#define __deal2__polynomial_H + #include @@ -89,7 +98,4 @@ class LagrangeEquidistant: public Polynomial -/*---------------------------- polynomial.h ---------------------------*/ -/* end of #ifndef __polynomial_H */ #endif -/*---------------------------- polynomial.h ---------------------------*/ diff --git a/deal.II/base/source/polynomial.cc b/deal.II/base/source/polynomial.cc index 62401eb3ce..cacbecff75 100644 --- a/deal.II/base/source/polynomial.cc +++ b/deal.II/base/source/polynomial.cc @@ -1,5 +1,5 @@ -//---------------------------- polynomial.cc --------------------------- -// $Id$ */ +//---------------------------- polynomial.cc ----------------------- +// $Id$ // Version: $Name$ // // Copyright (C) 2000 by the deal.II authors @@ -9,10 +9,10 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- polynomial.cc ----------------------- +//---------------------------- polynomial.cc ---------------------- -#include +#include Polynomial::Polynomial(const vector &a): -- 2.39.5