From: wolf Date: Tue, 19 Apr 2005 15:33:50 +0000 (+0000) Subject: Proper header. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c9004fcead56c7758d0547618b8df002c31f88c;p=dealii-svn.git Proper header. git-svn-id: https://svn.dealii.org/trunk@10532 0785d39b-7218-0410-832d-ea1e28bc413d --- 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