From: Matthias Maier <tamiko@kyomu.43-1.org>
Date: Thu, 18 Jul 2013 14:55:19 +0000 (+0000)
Subject: Finalize template headers
X-Git-Tag: v8.0.0~88
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c960bcd7ee2b5ba5626abfdb23956b93a0c88efa;p=dealii.git

Finalize template headers

git-svn-id: https://svn.dealii.org/trunk@30034 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/CMakeLists.txt b/deal.II/CMakeLists.txt
index cc53735cba..265deb7335 100644
--- a/deal.II/CMakeLists.txt
+++ b/deal.II/CMakeLists.txt
@@ -1,6 +1,6 @@
 #####
 ##
-## Copyright (C) 2012, 2013 by the deal.II authors
+## Copyright (C) 2012, 2014 - 2018 , 2013 by the deal.II authors
 ##
 ## This file is part of the deal.II library.
 ##
diff --git a/deal.II/doc/license/header-template b/deal.II/doc/license/header-template
index baa3862da6..3ef248de52 100644
--- a/deal.II/doc/license/header-template
+++ b/deal.II/doc/license/header-template
@@ -1,7 +1,7 @@
-//----------------------------------------------------------------------
+// ---------------------------------------------------------------------
 // $Id$
 //
-// Copyright (C) 1998 - 2013 by the deal.II authors
+// Copyright (C) @YEAR@ by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -12,4 +12,4 @@
 // The full text of the license can be found in the file LICENSE at
 // the top level of the deal.II distribution.
 //
-//----------------------------------------------------------------------
+// ---------------------------------------------------------------------
diff --git a/deal.II/doc/license/header-template.cmake b/deal.II/doc/license/header-template.cmake
new file mode 100644
index 0000000000..18bdad7d60
--- /dev/null
+++ b/deal.II/doc/license/header-template.cmake
@@ -0,0 +1,17 @@
+##
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) @YEAR@ 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.
+##
+## ---------------------------------------------------------------------
+##