]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a license and/or copyright statement to every file, update documentation
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 31 Oct 2013 14:29:06 +0000 (14:29 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 31 Oct 2013 14:29:06 +0000 (14:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@31496 0785d39b-7218-0410-832d-ea1e28bc413d

69 files changed:
deal.II/contrib/README.contrib
deal.II/contrib/lapack_templates/lapack_templates.pl
deal.II/contrib/mesh_conversion/Main.cc
deal.II/contrib/mesh_conversion/MeshConversion.cc
deal.II/contrib/mesh_conversion/MeshConversion.h
deal.II/contrib/mesh_conversion/test.sh
deal.II/contrib/utilities/astyle.rc
deal.II/contrib/utilities/build_test
deal.II/contrib/utilities/embedding.cc
deal.II/contrib/utilities/fe_table.pl
deal.II/contrib/utilities/gridio.cc
deal.II/contrib/utilities/indent
deal.II/contrib/utilities/interpolation.cc
deal.II/contrib/utilities/makeofflinedoc.sh
deal.II/contrib/utilities/simplify.pl
deal.II/doc/CMakeLists.txt
deal.II/doc/README.doc [new file with mode: 0644]
deal.II/doc/authors.html
deal.II/doc/developers/Toolchain.sample
deal.II/doc/developers/cmake-internals.html
deal.II/doc/developers/indentation.html
deal.II/doc/developers/index.html
deal.II/doc/developers/navbar.html
deal.II/doc/developers/porting.html
deal.II/doc/developers/svn.html
deal.II/doc/developers/testsuite.html
deal.II/doc/developers/title.html
deal.II/doc/developers/toc.html
deal.II/doc/developers/writing-documentation.html
deal.II/doc/documentation.html
deal.II/doc/doxygen/deal.css
deal.II/doc/doxygen/header.html.in
deal.II/doc/doxygen/header.tex.in
deal.II/doc/doxygen/scripts/filter
deal.II/doc/doxygen/scripts/make_toc.pl
deal.II/doc/doxygen/scripts/steps.pl
deal.II/doc/doxygen/scripts/validate-xrefs.pl
deal.II/doc/doxygen/stylesheet.css
deal.II/doc/doxygen/tutorial/CMakeLists.txt
deal.II/doc/doxygen/tutorial/index.html
deal.II/doc/doxygen/tutorial/navbar.html
deal.II/doc/doxygen/tutorial/title.html
deal.II/doc/doxygen/tutorial/toc-list.html
deal.II/doc/doxygen/tutorial/toc-topics.html
deal.II/doc/doxygen/tutorial/toc.html.in
deal.II/doc/external-libs/arpack.html
deal.II/doc/external-libs/mumps.html
deal.II/doc/external-libs/p4est-setup.sh
deal.II/doc/external-libs/p4est.html
deal.II/doc/external-libs/petsc.html
deal.II/doc/external-libs/slepc.html
deal.II/doc/external-libs/trilinos.html
deal.II/doc/glossary/glossary.css [deleted file]
deal.II/doc/glossary/index.html [deleted file]
deal.II/doc/index.html
deal.II/doc/license.html
deal.II/doc/license/adjust.pl
deal.II/doc/license/replace.sh
deal.II/doc/mail.html
deal.II/doc/navbar.html
deal.II/doc/news/5.1.0-vs-5.2.0.html
deal.II/doc/news/5.2.0-vs-6.0.0.html
deal.II/doc/news/news.html
deal.II/doc/publications/index.html
deal.II/doc/readme.html
deal.II/doc/screen.css
deal.II/doc/title.html.in
deal.II/tests/all-headers/test_header.cc
deal.II/tests/quick_tests/affinity.cc

index 442835341fea4073e047ce0c6b68e7710fc674c7..e9cbffffea8eaf4b576e29af831ecc00413ed6eb 100644 (file)
@@ -37,5 +37,5 @@ later. See parameter_gui/README, parameter_gui/lgpl-2.1.txt.
 utilities
 =========
 
-A collection of small programs for various purposes.
-
+A collection of small programs for various purposes. Distributed under the
+same license as the deal.II library.
index acfd48c119d3395c5b954281fcbb2315af9b1861..6443e2ca44cfc23c7ca3ba2b790742b128374fed 100644 (file)
@@ -14,7 +14,7 @@
 ##
 ## ---------------------------------------------------------------------
 
-#---------------------------------------------------------------------------
+#
 # This perl script translates lapack_templates.h.in to lapack_templates.h
 #
 # In the *.in file, every BLAS/LAPACK function which is defined for
index b013cfb1faa8577925b633778de9976e59ee2708..9403bf996c25ad804a1cd1a9fc66f20cf448c256 100644 (file)
@@ -1,3 +1,14 @@
+// ======================================================
+// MESH CONVERSION TOOL
+//
+// This program is distributed under the terms of the
+// GNU GPL v2.0 license.
+//
+// Author: Jean-Paul Pelteret
+//         jppelteret.uct@gmail.com
+//         modified by: Timo Heister, heister@clemson.edu
+// ======================================================
+
 #include "MeshConversion.h"
 #include <iostream>
 #include <stdlib.h>
index 60060afad6e22b9dc7d394ef889e83ab7c01849c..6d79d0eef7cddc846d743e442a1b17be22446634 100644 (file)
@@ -1,3 +1,14 @@
+// ======================================================
+// MESH CONVERSION TOOL
+//
+// This program is distributed under the terms of the
+// GNU GPL v2.0 license.
+//
+// Author: Jean-Paul Pelteret
+//         jppelteret.uct@gmail.com
+//         modified by: Timo Heister, heister@clemson.edu
+// ======================================================
+
 #include "MeshConversion.h"
 
 //--------------------------------------------------------------------------------
index 49dd3df4fb503b06ccbdf4185ac8ded7c24d3d59..d945404935318bf65a07d058d21c7de37d47862e 100644 (file)
@@ -1,3 +1,14 @@
+// ======================================================
+// MESH CONVERSION TOOL
+//
+// This program is distributed under the terms of the
+// GNU GPL v2.0 license.
+//
+// Author: Jean-Paul Pelteret
+//         jppelteret.uct@gmail.com
+//         modified by: Timo Heister, heister@clemson.edu
+// ======================================================
+
 #ifndef MESH_CONVERSION_H
 #define MESH_CONVERSION_H
 
index 13388c9322751503f6e0c1273b339a58596da004..cff12d80267bff3593cc0ee2a7cc51d233f95ca4 100755 (executable)
@@ -1,6 +1,15 @@
 #!/bin/bash
-
-make
+# ======================================================
+# MESH CONVERSION TOOL
+# v. 1.2
+#
+# This program is distributed under the terms of the
+# GNU GPL v2.0 license.
+#
+# Author: Jean-Paul Pelteret
+#         jppelteret.uct@gmail.com
+#         modified by: Timo Heister, heister@clemson.edu
+# ======================================================
 
 mesh=mesh/2d/2d_test
 ./convert_mesh 2 $mesh.inp test/`basename $mesh.ucd` >/dev/null
index cbe9527ac141f29e1f18bd33aab7e01e616ac7f2..ca1b4a21f6ea484f23a81da11cd51a60d58ad2cc 100644 (file)
@@ -1,3 +1,19 @@
+## ---------------------------------------------------------------------
+## $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.
+##
+## ---------------------------------------------------------------------
+
 # astyle 2.02 indentation style for deal.II
 
 --style=gnu
index ef00405480c6e12ac5cb07fa1090b528922bd914..49893db1168ea8502cfd35b6b8743910a506b588 100755 (executable)
@@ -1,4 +1,19 @@
 #!/usr/bin/make -f
+## ---------------------------------------------------------------------
+## $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.
+##
+## ---------------------------------------------------------------------
 
 #
 # A build_test for deal.II
index d8e21687661a80feee119c6c9c8ba14d891b4b7e..490444363d8cb7e1b49cad4b0efc1a90015e441f 100644 (file)
@@ -1,6 +1,20 @@
+// ---------------------------------------------------------------------
 // $Id$
-// (c) Guido Kanschat
 //
+// Copyright (C) 2001 - 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.
+//
+// ---------------------------------------------------------------------
+
+// Author: Guido Kanschat
 
 #include <base/quadrature_lib.h>
 #include <lac/vector.h>
index 3a873a0aa35e636436468988ca96d8c4a627cb60..38b3fd1e09cd915649e7ab68f777d4153007e86e 100644 (file)
@@ -1,4 +1,20 @@
-# $id$
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2005 - 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.
+##
+## ---------------------------------------------------------------------
+
+# Author: Guido Kanschat
 
 # Create a table of finite element capabilities out of
 # tests/fe/fe_data_test.output
index 7634a45961d3c32817e747ef4555c7d1032ce7ff..f3faeb3eb2dd836f35e5e945f3c1e202dea6ccde 100644 (file)
@@ -1,5 +1,20 @@
+// ---------------------------------------------------------------------
 // $Id$
-// (c) Guido Kanschat
+//
+// Copyright (C) 2001 - 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.
+//
+// ---------------------------------------------------------------------
+
+// Author: Guido Kanschat
 
 // A little program reading a grid *.inp and writing it to *.eps.
 // Some more functionality should be added som time.
index b57e5c92b7ef28dc69c9ce905278401ae095152a..a3da99a7a45fc79b3da2919e0a5f6ec6e2c66db1 100755 (executable)
@@ -1,4 +1,19 @@
 #!/bin/bash
+## ---------------------------------------------------------------------
+## $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.
+##
+## ---------------------------------------------------------------------
 
 if test ! -d source -o ! -d include -o ! -d examples ; then
   echo "*** This script must be run from the top-level directory of deal.II."
index 9874f0ddb4c276bd065ccbb42a79fca207204f8e..d4e73166a5388eae60b5ccd8b98d54f1ea66486a 100644 (file)
@@ -1,6 +1,20 @@
+// ---------------------------------------------------------------------
 // $Id$
-// (c) Guido Kanschat
 //
+// Copyright (C) 2003 - 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.
+//
+// ---------------------------------------------------------------------
+
+// Author: Guido Kanschat
 
 #include <base/quadrature_lib.h>
 #include <lac/vector.h>
index 26a35931b85471ad3fc77144478824240024df02..85ccd1b78373505dca57efec2ffe18308ddaae99 100755 (executable)
@@ -1,4 +1,19 @@
 #!/bin/bash
+## ---------------------------------------------------------------------
+## $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.
+##
+## ---------------------------------------------------------------------
 
 if [ ! -f index.html ]
 then
@@ -19,4 +34,4 @@ cd ..
 echo "Patching html files ..."
 sed -i 's#"http://www.dealii.org/images/steps/developer/\(step-.*\)"#"images/\1"#g' step_*.html
 
-echo "all done!"
\ No newline at end of file
+echo "all done!"
index 0ed3093fe30ec9891310a8678c4c64811a5b4fd8..3e1b3a164c2d112a565e9162b7f0d34a4fea40f9 100644 (file)
@@ -1,3 +1,19 @@
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2002 - 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.
+##
+## ---------------------------------------------------------------------
+
 s! -?\d\.\d+e-1[0123456789]/27.! 0.!g;
 s! 0/27.! 0.!g;
 s! (-?)27/27.! ${1}1.!g;
index 35613026ca0c1e0294f6908a8a87ae881b2a3fef..ff3bc2d9701d1650dc25a800d4a2a6a85e01c785 100644 (file)
@@ -1,7 +1,7 @@
 ## ---------------------------------------------------------------------
 ## $Id$
 ##
-## Copyright (C) 2012 - 2013 by the deal.II authors
+## Copyright (C) 2012 - 2013 by the deal.II Authors
 ##
 ## This file is part of the deal.II library.
 ##
diff --git a/deal.II/doc/README.doc b/deal.II/doc/README.doc
new file mode 100644 (file)
index 0000000..c2b5653
--- /dev/null
@@ -0,0 +1,13 @@
+This folder contains the html documentation of deal.II
+
+With the exception of the content under publications/* and reports/* the
+documentation is covered by the same license as the deal.II library itself,
+namely LGPL-2.1+.
+
+Unclear license status:
+
+  external-libraries/p4est-setup.sh
+  doxygen/doxygen.sty
+  doxygen/options.dox.in
+  reports/*
+
index 0cfeae838fb22db09ca765d43d47847d4bf93ac0..ce57698ac3c14fc032d1033c6f81965682e38850 100644 (file)
@@ -3,9 +3,8 @@
 <html>
   <head>
     <link href="screen.css" rel="StyleSheet">
-    <title>deal.II Credits</title>
-    <meta name="author" content="the deal.II authors <authors@dealii.org>">
-    <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
+    <title>deal.II Authors</title>
+    <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II Authors">
     <meta name="date" content="$Date$">
     <meta name="keywords" content="deal.II">
     <meta name="svn_id" content="$Id$">
index 2788d1962be5d01a9bc360f06875f9a20e39d26c..d78bd7c380ff81e7cd5842e0a273866b58a74151 100644 (file)
@@ -1,5 +1,9 @@
+#
+# Example Toolchain file
+#
+
 SET(CMAKE_SYSTEM_NAME Linux)
-SET(CMAKE_SYSTEM_PROCESSOR "x86")
+SET(CMAKE_SYSTEM_PROCESSOR "x86_64")
 
 SET(CMAKE_C_COMPILER "/usr/bin/gcc")
 SET(CMAKE_CXX_COMPILER "/usr/bin/g++")
index ea9c6a97b7b714227bdac76be84799fd5a3e5154..9d985da5e642357b80ec99c4e2d6ab7eb005d357 100644 (file)
@@ -4,8 +4,7 @@
   <head>
     <title>Build system internals</title>
     <link href="../screen.css" rel="StyleSheet">
-    <meta name="author" content="the deal.II authors <authors @ dealii.org>">
-    <meta name="copyright" content="Copyright (C) 2013 by the deal.II authors">
+    <meta name="copyright" content="Copyright (C) 2013 by the deal.II Authors">
     <meta name="date" content="$Date$">
     <meta name="svn_id" content="$Id$">
     <meta name="keywords" content="deal.II">
index 1341960ff3efb45e85e3144229f85dd626ec0356..14ef04f532aaa331a24970eb853a18c27902ed59 100644 (file)
@@ -4,8 +4,7 @@
   <head>
     <title>deal.II indentation</title>
     <link href="../screen.css" rel="StyleSheet">
-    <meta name="author" content="the deal.II authors <authors @ dealii.org>">
-    <meta name="copyright" content="Copyright (C) 2012, 2013 by the deal.II authors">
+    <meta name="copyright" content="Copyright (C) 2012, 2013 by the deal.II Authors">
     <meta name="date" content="$Date$">
     <meta name="svn_id" content="$Id$">
     <meta name="keywords" content="deal.II">
index de8bad7977d84c2fa4b7849b65651eb49bc919ea..8f9c8b319a85dff595a30f4a9c20d0ab4d313674 100644 (file)
@@ -6,8 +6,7 @@
   <title>deal.II Development Information</title>
   <link href="../screen.css" type="text/css" rel="StyleSheet">
   <link rel="SHORTCUT ICON" href="../deal.ico">
-  <meta name="author" content="the deal.II authors <authors@dealii.org>">
-  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2007, 2012 by the deal.II authors">
+  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2007, 2012 by the deal.II Authors">
   <meta name="date" content="$Date$">
   <meta name="svn_id" content="$Id$">
   <meta http-equiv="content-language" content="en">
index efeceea3b65a4353bff3ca6a7ec157b4119fc3cc..4d925900384cd7cb3642123fdf3d6e4d944c7086 100644 (file)
@@ -5,8 +5,7 @@
   <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
   <title>deal.II Development Navigation Bar</title>
   <link href="../screen.css" rel="StyleSheet">
-  <meta name="author" content="the deal.II authors <authors@dealii.org>">
-  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2012, 2013 by the deal.II authors">
+  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2012, 2013 by the deal.II Authors">
   <meta name="date" content="$Date$">
   <meta name="svn_id" content="$Id$">
   <meta http-equiv="content-language" content="en">
index 82b6efea8b2eaeb527b71f894215e3ca74ec0d73..28a71c8fa7b821321b6d5b7637da13c685a07f4f 100644 (file)
@@ -4,8 +4,7 @@
   <head>
     <title>Porting deal.II</title>
     <link href="../screen.css" rel="StyleSheet" media="screen">
-    <meta name="author" content="the deal.II authors <authors@dealii.org>">
-    <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2005, 2010, 2012, 2013 by the deal.II authors">
+    <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2005, 2010, 2012, 2013 by the deal.II Authors">
     <meta name="date" content="$Date$">
     <meta name="svn_id" content="$Id$">
     <meta name="keywords" content="deal.II porting">
index 40f50d86b8b1a002a145a5369bfea2380059fb99..50350032a23442fb3b0fbfbf44ffd3cf42a830ec 100644 (file)
@@ -5,8 +5,7 @@
     <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
     <title>deal.II SVN Archive</title>
     <link href="../screen.css" rel="StyleSheet">
-    <meta name="author" content="the deal.II authors <authors@dealii.org>">
-    <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2009, 2010, 2012, 2013 by the deal.II authors">
+    <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2009, 2010, 2012, 2013 by the deal.II Authors">
     <meta name="date" content="$Date$">
     <meta name="svn_id" content="$Id$">
     <meta name="keywords" content="deal dealii finite elements fem triangulation">
index d6307a695c1ffab14a2a2f284fd28009c5aa56d0..85f72404a618d9afaffa81f0f1a137f9f8c8a3e2 100644 (file)
@@ -5,8 +5,7 @@
   <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
   <title>The deal.II Testsuite</title>
   <link href="../screen.css" rel="StyleSheet">
-  <meta name="author" content="the deal.II authors <authors@dealii.org>">
-  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
+  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II Authors">
   <meta name="date" content="$Date$">
   <meta name="svn_id" content="$Id$">
   <meta name="keywords" content="deal dealii finite elements fem triangulation">
 // ---------------------------------------------------------------------
 // $Id$
 //
-// Copyright (C) 2013 by the deal.II authors
+// Copyright (C) 2013 by the deal.II Authors
 //
 // This file is part of the deal.II library.
 //
index 722800afa08ab3e4763b5180a3a6934efa1a70f4..d7b8f7fe3128618a95dc8550db1996ae5d2ff325 100644 (file)
@@ -5,8 +5,7 @@
   <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
   <title>deal.II information for developers</title>
   <link href="../screen.css" rel="StyleSheet">
-  <meta name="author" content="the deal.II authors <authors@dealii.org>">
-  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2012, 2013 by the deal.II authors">
+  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2012, 2013 by the deal.II Authors">
   <meta name="date" content="$Date$">
   <meta name="svn_id" content="$Id$">
   <meta name="keywords" content="deal dealii finite elements fem triangulation">
index 1f45fbe1f17859389c8d76c4502d677ed1561b3e..2e7da24f671c61367d22f4cbcefc0a5e31057c80 100644 (file)
@@ -5,8 +5,7 @@
   <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
   <title>The deal.II Development Page</title>
   <link href="../screen.css" rel="StyleSheet">
-  <meta name="author" content="the deal.II authors <authors@dealii.org>">
-  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2012, 2013 by the deal.II authors">
+  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2012, 2013 by the deal.II Authors">
   <meta name="date" content="$Date$">
   <meta name="svn_id" content="$Id$">
   <meta name="keywords" content="deal dealii finite elements fem triangulation">
index ab4913a3c32ca4ce7cc5b1dc0368c7cd44814276..30a938abc16213bc3a095e7ea6fda05276ff0a9a 100644 (file)
@@ -5,8 +5,7 @@
   <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
   <title>Writing documentation</title>
   <link href="../screen.css" rel="StyleSheet">
-  <meta name="author" content="the deal.II authors <authors@dealii.org>">
-  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2010, 2012 by the deal.II authors">
+  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2010, 2012 by the deal.II Authors">
   <meta name="date" content="$Date$">
   <meta name="svn_id" content="$Id$">
   <meta name="keywords" content="deal dealii finite elements fem triangulation">
index fbbc492fee36e0b0727d442b26876a80cf78fc26..6ba9d79a2529daaa00b1045212a5f427407740ff 100644 (file)
@@ -5,8 +5,7 @@
     <title>The deal.II Online Documentation</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
     <link href="screen.css" rel="StyleSheet" type="text/css">
-    <meta name="author" content="the deal.II authors <authors@dealii.org>">
-    <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
+    <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II Authors">
     <meta name="date" content="2006/02/07 22:49:01">
     <meta name="keywords" content="deal.II">
     <meta name="svn_id" content="$Id$">
index 0df1f74db3a9f89237a616f3eafb695de6b40df0..716718c669ff0655eea9e59baeb2c3f77e70aba6 100644 (file)
@@ -1,3 +1,7 @@
+//
+// Copyright (C) 1998 - 2013 by the deal.II authors
+//
+
 table.tutorial {
     color: black;
     border: 1px solid #aaa;
index e848e926eae9b756580d9b3e2adfa8df56f89685..3c95a1d9655a1eba43a14ac4ac4fabea55e38bc0 100644 (file)
@@ -13,8 +13,7 @@
     <script type="text/javascript" src="$relpath$dynsections.js"></script>
 
     <link rel="SHORTCUT ICON" href="http://www.dealii.org/favicon.ico">
-    <meta name="author" content="the deal.II authors <authors@dealii.org>">
-    <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
+    <meta name="copyright" content="Copyright (C) 1998 - 2013 by the deal.II Authors">
     <meta name="deal.II-version" content="@DEAL_II_PACKAGE_VERSION@">
   </head>
 
index 7666dea680e0dd24421293d55ef856ba90a9b87f..647db0face3a9339aa23357199ea09545e2c77b2 100644 (file)
@@ -17,7 +17,7 @@
 \begin{center}
 {\Large deal.II Reference Manual for Version @DEAL_II_PACKAGE_VERSION@}\\
 \vspace*{1cm}
-{\large Wolfgang Bangerth, Timo Heister, Guido Kanschat}\\
+{\large The deal.II Authors}\\
 \vspace*{0.5cm}
 {\small Generated by Doxygen, \today}\\
 \end{center}
index 405e31ef2e15c12242410b93224255d8f10c4cfc..98b0f2b25aeabbfeca59d0f3460b90416d8fac73 100755 (executable)
@@ -1,4 +1,19 @@
 #!/usr/bin/perl -p
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2007 - 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.
+##
+## ---------------------------------------------------------------------
 
 # make sure we can just write $...$ for formulas.
 s/\$/\@f\$/g;
index 94381ba40535674617ffb4c860c1673a73e53aae..1b1fbfe84cb7423a10cfbe83faf6d909a46d5981 100644 (file)
@@ -1,6 +1,18 @@
-######################################################################
-# $Id:$
-######################################################################
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2006 - 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.
+##
+## ---------------------------------------------------------------------
 
 $/ = undef;
 
index 57dae7e18f4414f4a91659099d3643de83bae7b2..7384b1e7f2d1dc3148cda8b989cb9ecdb303d272 100644 (file)
@@ -1,10 +1,18 @@
-######################################################################
-# $Id$
-######################################################################
-#
-# Copyright (c) the deal.II authors 2009
-#
-######################################################################
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2006 - 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.
+##
+## ---------------------------------------------------------------------
 
 use strict;
 
index f7408e2a26555d93fc0a63c8d0215ae6bf74934f..0e3142b6355443d7a9e3a385cd34e0ca320d6633 100644 (file)
@@ -1,8 +1,26 @@
-# $Id$
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2006 - 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.
+##
+## ---------------------------------------------------------------------
+
+#
+# Author: Wolfgang Bangerth, Guido Kanschat 2000, 2004
+#
 # Check whether references in HTML files are valid or
 # point to non-existing files/links/etc
 #
-# Author: Wolfgang Bangerth, Guido Kanschat 2000, 2004
+
 
 # set this to 1 if you want verbose output
 $debug = 0;
index 3165157d626705e12cd32b6f6ebe5b71b6f1f689..ba968f6bbda9154f5984f6f50381777d2282d4bf 100644 (file)
@@ -1,3 +1,7 @@
+//
+// Copyright (C) 1998 - 2013 by the deal.II authors
+//
+
 h1, h2, h3, h4, h5, h6 {
     color: Black;
     background: none;
index f0c45fc022d72c9bf8e69c0a9cd3d832ad556832..acb617e981b1aa20b9ca6194eb9c04467df8773d 100644 (file)
@@ -1,7 +1,7 @@
 ## ---------------------------------------------------------------------
 ## $Id$
 ##
-## Copyright (C) 2012 - 2013 by the deal.II authors
+## Copyright (C) 2012 - 2013 by the deal.II Authors
 ##
 ## This file is part of the deal.II library.
 ##
index 8dc9fa5c723affc573d61e19bdb5a28f16c00d4a..a6c308ae7bd1dd95d6fdfebf097944b7e90b9997 100644 (file)
@@ -5,7 +5,7 @@
 
 <title>Step-by-Step Examples</title>
     <link href="../../screen.css" rel="StyleSheet" type="text/css">
-    <meta name="author" content="the deal.II authors <authors@dealii.org>">
+    <meta name="copyright" content="Copyright (C) 1998 - 2013 by the deal.II Authors">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
 
index c43ceb2486ca9e12c47ecf75c898ca62f128f144..b88c2c9818f356e7fb98ae9e114e350dcfab9b23 100644 (file)
@@ -4,8 +4,7 @@
 <head>
 <title>Step-by-Step Examples</title>
   <link href="../../screen.css" rel="StyleSheet" type="text/css">
-  <meta name="author" content="the deal.II authors <authors@dealii.org>">
-  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
+  <meta name="copyright" content="Copyright (C) 1998 - 2013 by the deal.II Authors">
   <meta name="date" content="$Date$">
   <meta name="svn_id" content="$Id$">
   <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
index 84d983ecde5da36e87550a30ee1cd7a8aa01ab24..d5cfc51d591c6a6e6733b00e091a0af1ebdc2cd2 100644 (file)
@@ -5,8 +5,7 @@
 <title>Step-by-Step Examples</title>
   <link href="../../screen.css" rel="StyleSheet" type="text/css">
   <link rel="SHORTCUT ICON" href="deal.ico">
-  <meta name="author" content="the deal.II authors <authors@dealii.org>">
-  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008 by the deal.II authors">
+  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008 by the deal.II Authors">
   <meta name="date" content="$Date$">
   <meta name="svn_id" content="$Id$">
   <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
index 950d1b0620d87cabe36194f7a989eae3cc839204..c93510dfdf23d380ff2252bec5e114209330b1ec 100644 (file)
@@ -3,8 +3,7 @@
 <html>
 <head>
 <title>Step-by-Step</title>
-  <meta name="author" content="the deal.II authors <authors@dealii.org>">
-  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
+  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II Authors">
   <meta name="date" content="$Date$">
   <meta name="svn_id" content="$Id$">
   <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
index c2e5480b8b3fa0fa54d1830796e1056fb5315073..54e69bbb93f5c9c2db4bd1aca58fa549a4606f9a 100644 (file)
@@ -3,8 +3,7 @@
 <html>
 <head>
 <title>Step-by-Step</title>
-  <meta name="author" content="the deal.II authors <authors@dealii.org>">
-  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
+  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II Authors">
   <meta name="date" content="$Date$">
   <meta name="svn_id" content="$Id$">
   <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
index e813aeb3433c630735f9fe3b702258be5bea9c6d..279556c734d87f15e0e543afddd2d234f0d62ae4 100644 (file)
@@ -3,8 +3,7 @@
 <html>
 <head>
 <title>Step-by-Step</title>
-  <meta name="author" content="the deal.II authors <authors@dealii.org>">
-  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2007, 2008, 2009, 2010 by the deal.II authors">
+  <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2007, 2008, 2009, 2010 by the deal.II Authors">
   <meta name="date" content="$Date$">
   <meta name="svn_id" content="$Id$">
   <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
index 52a6c37202dc73133d54c6863ddb6717b3725ca6..ce19ec4501bd98ae694fcd500adc018436dfe882 100644 (file)
@@ -5,7 +5,6 @@
   <head>                            
     <title>The deal.II Readme on interfacing to ARPACK</title>
     <link href="../screen.css" rel="StyleSheet">
-    <meta name="author" content="the deal.II authors <authors @ dealii.org>"> 
     <meta name="copyright" content="Copyright (C) 2010, 2013 by the deal.II authors">
     <meta name="date" content="$Date$">
     <meta name="svn_id" content="$Id: readme-arpack.html$">
       </pre>.
     </p>
 
-    <hr>
+    <hr />
     <address>
-      <a href="../mail.html">The deal.II Group</a>
-       $Date$
+      <a href="../authors.html" target="body">The deal.II Authors</a>
+      $Date$
     </address>
+    <div class="right">
+      <a href="http://validator.w3.org/check?uri=referer" target="_top">
+        <img style="border:0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+      <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">
+        <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+    </div>
+
   </body>
 </html>
index 9459e54e4ee4cbd2e8d6838199e81e8934c04b3b..e608a8a006a9ecb901f8f722dc55d740f74c89a4 100644 (file)
@@ -5,7 +5,6 @@
   <head>
     <title>The deal.II Readme on interfacing to MUMPS</title>
     <link href="../screen.css" rel="StyleSheet">
-    <meta name="author" content="the deal.II authors <authors @ dealii.org>">
     <meta name="copyright" content="Copyright (C) 2010, 2011, 2012, 2013 by the deal.II authors">
     <meta name="date" content="$Date$">
     <meta name="svn_id" content="$Id: readme-mumps.html$">
       but this time omitting the <code>-fPIC</code> flag from the scheme.
     </p>
 
-    <hr>
+    <hr />
     <address>
-      <a href="../mail.html">The deal.II Group</a>
-       $Date$
+      <a href="../authors.html" target="body">The deal.II Authors</a>
+      $Date$
     </address>
+    <div class="right">
+      <a href="http://validator.w3.org/check?uri=referer" target="_top">
+        <img style="border:0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+      <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">
+        <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+    </div>
   </body>
 </html>
index 8129d7c63b2d09db16be88db5372fb1b38f8aacc..0e90330005621266e90acb6227ee4ef9885e0a13 100755 (executable)
@@ -1,5 +1,11 @@
 #! /bin/bash
 
+#
+# Copyright 2010 - 2013 Carsten Burstedde
+# Modified 2010 by Wolfgang Bangerth
+# Modified 2010 by Timo Heister
+#
+
 # This program comes with ABSOLUTELY NO WARRANTY.
 
 # unpack under current directory
index ab17ff2a35f1f43152afc74fcad766959cf260d3..a1255c0cf03611cc9a41aaf151905da4cff55270 100644 (file)
@@ -4,7 +4,7 @@
   <head>
     <title>The deal.II Readme on interfacing to p4est</title>
     <link href="../screen.css" rel="StyleSheet">
-    <meta name="author" content="the deal.II authors <authors@dealii.org>">
+    <meta name="copyright" content="Copyright (C) 2010 - 2013 by the deal.II authors">
     <meta name="keywords" content="deal.II">
   </head>
 
       the general <a href="../readme.html">ReadMe file</a>.
     </p>
 
-    <hr>
+    <hr />
     <address>
-      <a href="../mail.html">The deal.II Group</a>
-       $Date$
+      <a href="../authors.html" target="body">The deal.II Authors</a>
+      $Date$
     </address>
+    <div class="right">
+      <a href="http://validator.w3.org/check?uri=referer" target="_top">
+        <img style="border:0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+      <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">
+        <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+    </div>
   </body>
 </html>
index 3fbc0b78f8df3e3b90ab9a3426744f3e6e7ba7fa..252e88222a3a931117ca86d9e1814f6790a632b0 100644 (file)
@@ -4,7 +4,6 @@
   <head>
     <title>The deal.II Readme on interfacing to PETSc</title>
     <link href="../screen.css" rel="StyleSheet">
-    <meta name="author" content="the deal.II authors <authors @ dealii.org>">
     <meta name="copyright" content="Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
     <meta name="date" content="$Date$">
     <meta name="svn_id" content="$Id$">
       program runs well in debug mode.
     </p>
 
-    <hr>
-
+    <hr />
     <address>
-      <a href="../mail.html" target="body">The deal.II Group</a>
+      <a href="../authors.html" target="body">The deal.II Authors</a>
       $Date$
     </address>
+    <div class="right">
+      <a href="http://validator.w3.org/check?uri=referer" target="_top">
+        <img style="border:0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+      <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">
+        <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+    </div>
   </body>
 </html>
index 5fd4ff0563f911190f88713cdaa07b52e3c0e6dc..8de2413f8b79d003b8783e352ef6e5dd43483406 100644 (file)
@@ -4,7 +4,6 @@
   <head>
     <title>The deal.II Readme on interfacing to SLEPc</title>
     <link href="../screen.css" rel="StyleSheet">
-    <meta name="author" content="the deal.II authors <authors @ dealii.org>">
     <meta name="copyright" content="Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
     <meta name="date" content="$Date$">
     <meta name="svn_id" content="$Id$">
 
 
 
-    <hr>
-
-    <!-- TODO: <h4>Using the ARPACK solvers with SLEPc</4> -->
-
+    <hr />
     <address>
-      <a href="../mail.html" target="body">The deal.II Group</a>
+      <a href="../authors.html" target="body">The deal.II Authors</a>
       $Date$
     </address>
+    <div class="right">
+      <a href="http://validator.w3.org/check?uri=referer" target="_top">
+        <img style="border:0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+      <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">
+        <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+    </div>
   </body>
 </html>
index 4efc8291a77e222dabb1c4bc6a1bc24ae4f907c4..1e3668e30a05996b4fa84ad1ee8c43bcdb8f7016 100644 (file)
@@ -4,7 +4,6 @@
   <head>
     <title>The deal.II Readme on interfacing to Trilinos</title>
     <link href="../screen.css" rel="StyleSheet">
-    <meta name="author" content="the deal.II authors <authors @ dealii.org>">
     <meta name="copyright" content="Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
     <meta name="date" content="$Date$">
     <meta name="svn_id" content="$Id$">
        </pre>
     </p>
 
-    <hr>
-
+    <hr />
     <address>
-      <a href="../mail.html" target="body">The deal.II Group</a>
+      <a href="../authors.html" target="body">The deal.II Authors</a>
       $Date$
     </address>
+    <div class="right">
+      <a href="http://validator.w3.org/check?uri=referer" target="_top">
+        <img style="border:0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+      <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">
+        <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+    </div>
   </body>
 </html>
diff --git a/deal.II/doc/glossary/glossary.css b/deal.II/doc/glossary/glossary.css
deleted file mode 100644 (file)
index badc903..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-DT { margin-top:30pt;margin-bottom:10pt }
-A.name { font-weight:bold }
\ No newline at end of file
diff --git a/deal.II/doc/glossary/index.html b/deal.II/doc/glossary/index.html
deleted file mode 100644 (file)
index 4380ce4..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<HTML>
-<HEAD>
-<TITLE>deal.II glossary</TITLE>
-<link rel=stylesheet type="text/css" href="glossary.css">
-</HEAD>
-<BODY>
-<H1><ACRONYM>deal.II</ACRONYM> Glossary</H1>
-
-<DL>
-
-<DT><A NAME="active_cell" CLASS="name">active cell</A></DT>
-       <DD> a triangulation cell that is not refined further </DD>
-
-<DT><A NAME="boundary_component" CLASS="name">boundary component</A></DT>
-       <DD> part of the domain in physical space. Denotes either function for a curved boundary or the selection of a <A HREF="#boundary_condition">boundary condition</A> </DD>
-
-<DT><A NAME="boundary_condition" CLASS="name">boundary condition</A></DT>
-       <DD> part of the weak formulation of a partial differential equation </DD>
-
-<DT><A NAME="boundary_indicator" CLASS="name">boundary indicator</A></DT>
-       <DD> data of lower dimensional <A HREF="#triangulation_object">triangulation object</A>s, indicating the number of a <A HREF="#triangulation_object">boundary component</A> </DD>
-
-<DT><A NAME="cell" CLASS="name">cell</A></DT>
-       <DD> element of a subdivision, being of the same dimension as the domain of computation </DD>
-
-<DT><A NAME="DG" CLASS="name">DG</A></DT>
-       <DD> see <A HREF="#Discontinuous_Galerkin">Discontinuous Galerkin</A> </DD>
-
-<DT><A NAME="DGFEM" CLASS="name">DGFEM</A></DT>
-       <DD> <A HREF="#Discontinuous_Galerkin">Discontinuous Galerkin</A> finite element method. </DD>
-
-<DT><A NAME="Discontinuous_Galerkin" CLASS="name">Discontinuous Galerkin</A></DT>
-       <DD> A Galerkin discretization with all degrees of freedom in the interior of the grid cells. Continuity between grid cells is established by jump terms on the cell interfaces. </DD>
-
-<DT><A NAME="hex" CLASS="name">hex</A></DT>
-       <DD> hexahedron, mapping of the unit cube into the domain </DD>
-
-<DT><A NAME="locally_finest_level" CLASS="name">locally finest level</A></DT>
-       <DD> all <A HREF="#active_cell">active cell</A>s, i.e. the finest cell at each point of the domain </DD>
-
-<DT><A NAME="quad" CLASS="name">quad</A></DT>
-       <DD> quadrilateral, mapping of the unit square into the domain </DD>
-
-<DT><A NAME="triangulation_object" CLASS="name">triangulation object</A></DT>
-       <DD> the different kinds of polytopes forming a triangulation, lines, quadrilaterals and hexahedra </DD>
-</DL>
-</BODY>
index 71c9b6349a972ab49b0f678fa326d20fd7efdb7c..74e86d32d0c6540da609d4be54c5265736216b7e 100644 (file)
@@ -5,8 +5,7 @@
     <title>deal.II Documentation</title>
     <link href="screen.css" rel="StyleSheet">
     <link rel="SHORTCUT ICON" href="deal.ico">
-    <meta name="author" content="the deal.II authors <authors@dealii.org>">
-    <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2012 by the deal.II authors">
+    <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2012 by the deal.II Authors">
     <meta name="date" content="$Date$">
     <meta name="svn_id" content="$Id$">
     <meta name="keywords" content="deal dealii finite elements fem triangulation">
index 96d18b2cfc62282514223446976d518d021838e7..2eddcdf5ee9dedbfab1d08e7d33501090d11bf67 100644 (file)
@@ -4,8 +4,7 @@
   <head>
     <title>The deal.II License</title>
     <link href="screen.css" rel="StyleSheet">
-    <meta name="author" content="the deal.II authors <authors@dealii.org>">
-    <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2011, 2012, 2013 by the deal.II authors">
+    <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2011, 2012, 2013 by the deal.II Authors">
     <meta name="date" content="$Date$">
     <meta name="svn_id" content="$Id$">
     <meta name="keywords" content="deal.II license">
@@ -35,7 +34,7 @@
 
     <p>
       Furthermore, the deal.II distribution comes bundled with some third
-      party software for which the deal.II authors do not own the
+      party software for which the deal.II Authors do not own the
       copyright. The licenses of these parts are discussed
       <a href="#3rdparty">below</a>.
     </p>
@@ -46,8 +45,6 @@
       <i><acronym>deal.II</acronym> authors</i> generally refer to all
       people mentioned at the <a href="authors.html">deal.II Authors</a>
       page.
-      These are the maintainers Wolfgang Bangerth, Timo Heister, and Guido
-      Kanschat and a <i>long</i> list of contributors.
     </p>
 
     <h2>Contributions</h2>
       the license of the deal.II project granted to you.</b>
     </p>
     <p>
-      We, <a href="authors.html">the deal.II authors</a>, do not require
-      copyright assignments for contributions. This means that the
-      copyright for code contributions in the deal.II project is held by
-      its respective contributors who have each agreed to release their
-      contributed code under the terms of the LGPL v2.1 or later.
+      The deal.II project does not require copyright assignments for
+      contributions. This means that the copyright for code contributions
+      in the deal.II project is held by its respective contributors who
+      have each agreed to release their contributed code under the terms of
+      the LGPL v2.1 or later.
     </p>
 
 
     <h2>Contact</h2>
     <p>
       For further questions regarding licensing and commercial use please
-      contact the deal.II maintainers directly via one of the following mail
-      addresses:
+      contact the deal.II principal developers directly via one of the
+      following mail addresses:
       <ul>
         <li>
           Wolfgang Bangerth &lt; bangerth@gmail.com &gt;
index 497170f753b1d15575090a723fdeda17c4a036fa..d36541a3258c4432aeb7d51ebe719a5906ab25b6 100644 (file)
@@ -1,4 +1,19 @@
 #!/bin/perl
+## ---------------------------------------------------------------------
+## $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.
+##
+## ---------------------------------------------------------------------
 
 my $header=1;
 
index f43cf5241f0cd4d4339e9d08e19e8014cb8e366f..5b87905cd301cbbe252dca3683f95f467193725d 100755 (executable)
@@ -1,4 +1,19 @@
 #!/bin/bash
+## ---------------------------------------------------------------------
+## $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.
+##
+## ---------------------------------------------------------------------
 
 FILE=$1
 
index 6c05773ff54eef197e5002562ebd973174dec380..e41cfbe5fead3b5c1e36d8f4d6ca742453e308d8 100644 (file)
@@ -4,8 +4,7 @@
   <head>
     <title>deal.II Communications</title>
     <link href="screen.css" rel="StyleSheet">
-    <meta name="author" content="the deal.II authors <authors at dealii.org>">
-    <meta name="copyright" content="Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2011, 2012, 2013 by the deal.II authors">
+    <meta name="copyright" content="Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2011, 2012, 2013 by the deal.II Authors">
     <meta name="date" content="$Date$">
     <meta name="svn_id" content="$Id$">
     <meta name="keywords" content="deal.II">
@@ -68,8 +67,9 @@
       Authors
     </h2>
     <p>
-    Everything you consider a personal matter between you and the authors (like
-    flaming them on missing items) should be sent to one of the maintainers
+    Everything you consider a personal matter between you and the authors
+    (like flaming them on missing items) should be sent to one of the
+    principal developers
     <ul>
       <li>
         Wolfgang Bangerth &lt; bangerth@gmail.com &gt;
index 8c5139e497708035e284d2ec48a1ca76fecdfa26..68c14b59cfe3179652b2108b411c9de4d976682c 100644 (file)
@@ -4,8 +4,7 @@
   <head>
     <title>deal.II navigation bar</title>
     <link href="screen.css" rel="StyleSheet">
-    <meta name="author" content="the deal.II authors <authors@dealii.org>">
-    <meta name="copyright" content="Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
+    <meta name="copyright" content="Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011, 2012, 2013 by the deal.II Authors">
     <meta name="date" content="2006/02/07 22:49:06">
     <meta name="svn_id" content="$Id$">
   </head>
index 3cdc5d76c6d9b36ef17196232b7af0136b9d935a..7c06abe4d22c0674f3b48d8b5052386ce2fc5495 100644 (file)
@@ -4,8 +4,7 @@
 <head>
   <link href="../screen.css" rel="StyleSheet">
   <title>The deal.II news page</title>
-  <meta name="author" content="the deal.II authors <authors@dealii.org>">
-  <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors">
+  <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II Authors">
   <meta name="date" content="$Date$">
   <meta name="keywords" content="deal.II"></head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
index 27a8ea7b0e6720367f58777fb780410437617c65..8b59ec7d483be030e90d8c2de4feebe99d3f78f3 100644 (file)
@@ -4,8 +4,7 @@
 <head>
   <link href="../screen.css" rel="StyleSheet">
   <title>The deal.II news page</title>
-  <meta name="author" content="the deal.II authors <authors@dealii.org>">
-  <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors">
+  <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II Authors">
   <meta name="date" content="$Date$">
   <meta name="keywords" content="deal.II"></head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
index cfdbd129bc03219a4b43edb75d5bcf641ecca086..143f96af29d77585cfb97adaa91e1ac628ec1798 100644 (file)
@@ -4,8 +4,7 @@
 <head>
   <link href="../screen.css" rel="StyleSheet">
   <title>The deal.II news page</title>
-  <meta name="author" content="the deal.II authors <authors@dealii.org>">
-  <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
+  <meta name="copyright" content="Copyright (C) 2000 - 2013 by the deal.II Authors">
   <meta name="date" content="$Date$">
   <meta name="keywords" content="deal.II">
   <meta name="svn_id" content="$Id$">
index 119322f602e816ce076bf85ae695ac80cabe12c2..340324e3fba9915a7650ab3123d242f7c752b8ae 100644 (file)
@@ -5,7 +5,7 @@
   <head>
     <link href="../screen.css" rel="StyleSheet" media="screen">
     <title>The deal.II Publication List</title>
-    <meta name="author" content="the deal.II authors <authors@dealii.org>">
+    <meta name="copyright" content="Copyright (C) 1998 - 2013 by the deal.II Authors">
     <meta name="keywords" content="dealII publications">
     <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
     <style type="text/css">
index 3a10fc35e43971874c887f9aa379e9c9c97149b2..cc50402df17adc8704c47c0e4e8e98523f4bccc4 100644 (file)
@@ -6,8 +6,7 @@
     <title>The deal.II Readme</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
     <link href="screen.css" rel="StyleSheet"/>
-    <meta name="author" content="the deal.II authors &lt;authors@dealii.org&gt;"/>
-    <meta name="copyright" content="Copyright (C) 1998 - 2013 by the deal.II authors"/>
+    <meta name="copyright" content="Copyright (C) 1998 - 2013 by the deal.II Authors"/>
     <meta name="date" content="$Date$"/>
     <meta name="svn_id" content="$Id$"/>
     <meta name="keywords" content="deal.II"/>
           the license of the deal.II project granted to you.</b>
        </li>
         <li>
-          We, <a href="authors.html">the deal.II authors</a>, do not require
+          We, <a href="authors.html">the deal.II Authors</a>, do not require
           copyright assignments for contributions. This means that the
           copyright for code contributions in the deal.II project is held by
           its respective contributors who have each agreed to release their
index e840e05dddd15794ae898abb9be975902db15c3e..66e3fdeec9d1c0466088bc064d76044e8439feb4 100644 (file)
@@ -1,3 +1,6 @@
+//
+// Copyright (C) 1998 - 2013 by the deal.II authors
+//
 
 body {
        background-image: none;
index 9fce84ee7df4aa71a04d75daa55113cb6a09da19..b8b6be589a5ff8b51d353e2e69de5a97d83e45e8 100644 (file)
@@ -4,8 +4,7 @@
 <head>
   <title>deal.II Title Bar</title>
   <link href="screen.css" rel="StyleSheet">
-  <meta name="author" content="the deal.II authors <authors@dealii.org>">
-  <meta name="copyright" content="Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2010 by the deal.II authors">
+  <meta name="copyright" content="Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2010 by the deal.II Authors">
   <meta name="date" content="$Date$">
   <meta name="svn_id" content="$Id$">
 </head>
index fbd150cfedbdb89e06babba92b3f8900e2ef17a7..e079fb33c1ad835cae74033544addeab67098784 100644 (file)
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+// $Id$
+//
+// Copyright (C) 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.
+//
+// ---------------------------------------------------------------------
+
 #include HEADER
 
 // Make sure that config.h is always included:
index 96a6d79fa156424e88c0023eb4237764c9c81ec1..e9d01a4ea05d1f71f0869b619d28313ce1b42cf8 100644 (file)
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+// $Id$
+//
+// Copyright (C) 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.
+//
+// ---------------------------------------------------------------------
+
 #include <deal.II/grid/tria.h>
 #include <stdio.h>
 #include <sched.h>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.