From 0c9004fcead56c7758d0547618b8df002c31f88c Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 19 Apr 2005 15:33:50 +0000 Subject: [PATCH] Proper header. git-svn-id: https://svn.dealii.org/trunk@10532 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-19/step-19.cc | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/deal.II/examples/step-19/step-19.cc b/deal.II/examples/step-19/step-19.cc index 271202259e..b5b3611d2d 100644 --- a/deal.II/examples/step-19/step-19.cc +++ b/deal.II/examples/step-19/step-19.cc @@ -1,13 +1,15 @@ -//---------------------------- converter.cc --------------------------- -// -// Copyright (C) 2005 by Luca Heltai -// -// 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. -// -//---------------------------- converter.cc --------------------------- +/* $Id$ */ +/* Author: Luca Heltai, Wolfgang Bangerth, 2005 */ + +/* $Id$ */ +/* Version: $Name$ */ +/* */ +/* Copyright (C) 2000, 2004, 2005 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. */ // Base libraries #include -- 2.39.5