From 14750931000b7b1d7d6cbb7b66443c963e9f099a Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Mon, 12 Aug 2013 14:22:37 +0000 Subject: [PATCH] step-42.cc still had an old QPL license header Updated it to the new copyright header mentioning the LGPL and reconstructed the authors of step-42.cc from its svn history. git-svn-id: https://svn.dealii.org/trunk@30288 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-42/step-42.cc | 34 +++++++++++++++++++---------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/deal.II/examples/step-42/step-42.cc b/deal.II/examples/step-42/step-42.cc index 2634a6161d..efcdad4921 100644 --- a/deal.II/examples/step-42/step-42.cc +++ b/deal.II/examples/step-42/step-42.cc @@ -1,14 +1,26 @@ -/* $Id$ */ -/* Author: Wolfgang Bangerth, University of Heidelberg, 1999 */ - -/* $Id$ */ -/* */ -/* Copyright (C) 1999-2012 by the deal.II authors */ -/* */ -/* This file is subject to QPL and may not be distributed */ -/* without copyrightG and license information. Please refer */ -/* to the file deal.II/doc/license.html for the text and */ -/* further information on this license. */ +/* --------------------------------------------------------------------- + * $Id$ + * + * Copyright (C) 2012 - 2013 by the deal.II authors + * + * This file is part of the deal.II library. + * + * The deal.II library is free software; you can use it, redistribute + * it, and/or modify it under the terms of the GNU Lesser General + * Public License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * The full text of the license can be found in the file LICENSE at + * the top level of the deal.II distribution. + * + * --------------------------------------------------------------------- + + * + * Authors: Joerg Frohne, Texas A&M University and + * University of Siegen, 2012, 2013 + * Wolfgang Bangerth, Texas A&M University, 2012, 2013 + * Timo Heister, Texas A&M University, 2013 + */ + // @sect3{Include files} // We are using the the same -- 2.39.5