From: maier Date: Thu, 31 Oct 2013 14:29:06 +0000 (+0000) Subject: Add a license and/or copyright statement to every file, update documentation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c426141e32cc44c5e767d2dba4784710f9c39d5b;p=dealii-svn.git Add a license and/or copyright statement to every file, update documentation git-svn-id: https://svn.dealii.org/trunk@31496 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/contrib/README.contrib b/deal.II/contrib/README.contrib index 442835341f..e9cbffffea 100644 --- a/deal.II/contrib/README.contrib +++ b/deal.II/contrib/README.contrib @@ -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. diff --git a/deal.II/contrib/lapack_templates/lapack_templates.pl b/deal.II/contrib/lapack_templates/lapack_templates.pl index acfd48c119..6443e2ca44 100644 --- a/deal.II/contrib/lapack_templates/lapack_templates.pl +++ b/deal.II/contrib/lapack_templates/lapack_templates.pl @@ -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 diff --git a/deal.II/contrib/mesh_conversion/Main.cc b/deal.II/contrib/mesh_conversion/Main.cc index b013cfb1fa..9403bf996c 100644 --- a/deal.II/contrib/mesh_conversion/Main.cc +++ b/deal.II/contrib/mesh_conversion/Main.cc @@ -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 #include diff --git a/deal.II/contrib/mesh_conversion/MeshConversion.cc b/deal.II/contrib/mesh_conversion/MeshConversion.cc index 60060afad6..6d79d0eef7 100644 --- a/deal.II/contrib/mesh_conversion/MeshConversion.cc +++ b/deal.II/contrib/mesh_conversion/MeshConversion.cc @@ -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" //-------------------------------------------------------------------------------- diff --git a/deal.II/contrib/mesh_conversion/MeshConversion.h b/deal.II/contrib/mesh_conversion/MeshConversion.h index 49dd3df4fb..d945404935 100644 --- a/deal.II/contrib/mesh_conversion/MeshConversion.h +++ b/deal.II/contrib/mesh_conversion/MeshConversion.h @@ -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 diff --git a/deal.II/contrib/mesh_conversion/test.sh b/deal.II/contrib/mesh_conversion/test.sh index 13388c9322..cff12d8026 100755 --- a/deal.II/contrib/mesh_conversion/test.sh +++ b/deal.II/contrib/mesh_conversion/test.sh @@ -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 diff --git a/deal.II/contrib/utilities/astyle.rc b/deal.II/contrib/utilities/astyle.rc index cbe9527ac1..ca1b4a21f6 100644 --- a/deal.II/contrib/utilities/astyle.rc +++ b/deal.II/contrib/utilities/astyle.rc @@ -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 diff --git a/deal.II/contrib/utilities/build_test b/deal.II/contrib/utilities/build_test index ef00405480..49893db116 100755 --- a/deal.II/contrib/utilities/build_test +++ b/deal.II/contrib/utilities/build_test @@ -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 diff --git a/deal.II/contrib/utilities/embedding.cc b/deal.II/contrib/utilities/embedding.cc index d8e2168766..490444363d 100644 --- a/deal.II/contrib/utilities/embedding.cc +++ b/deal.II/contrib/utilities/embedding.cc @@ -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 #include diff --git a/deal.II/contrib/utilities/fe_table.pl b/deal.II/contrib/utilities/fe_table.pl index 3a873a0aa3..38b3fd1e09 100644 --- a/deal.II/contrib/utilities/fe_table.pl +++ b/deal.II/contrib/utilities/fe_table.pl @@ -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 diff --git a/deal.II/contrib/utilities/gridio.cc b/deal.II/contrib/utilities/gridio.cc index 7634a45961..f3faeb3eb2 100644 --- a/deal.II/contrib/utilities/gridio.cc +++ b/deal.II/contrib/utilities/gridio.cc @@ -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. diff --git a/deal.II/contrib/utilities/indent b/deal.II/contrib/utilities/indent index b57e5c92b7..a3da99a7a4 100755 --- a/deal.II/contrib/utilities/indent +++ b/deal.II/contrib/utilities/indent @@ -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." diff --git a/deal.II/contrib/utilities/interpolation.cc b/deal.II/contrib/utilities/interpolation.cc index 9874f0ddb4..d4e73166a5 100644 --- a/deal.II/contrib/utilities/interpolation.cc +++ b/deal.II/contrib/utilities/interpolation.cc @@ -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 #include diff --git a/deal.II/contrib/utilities/makeofflinedoc.sh b/deal.II/contrib/utilities/makeofflinedoc.sh index 26a35931b8..85ccd1b783 100755 --- a/deal.II/contrib/utilities/makeofflinedoc.sh +++ b/deal.II/contrib/utilities/makeofflinedoc.sh @@ -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!" diff --git a/deal.II/contrib/utilities/simplify.pl b/deal.II/contrib/utilities/simplify.pl index 0ed3093fe3..3e1b3a164c 100644 --- a/deal.II/contrib/utilities/simplify.pl +++ b/deal.II/contrib/utilities/simplify.pl @@ -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; diff --git a/deal.II/doc/CMakeLists.txt b/deal.II/doc/CMakeLists.txt index 35613026ca..ff3bc2d970 100644 --- a/deal.II/doc/CMakeLists.txt +++ b/deal.II/doc/CMakeLists.txt @@ -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 index 0000000000..c2b56533b9 --- /dev/null +++ b/deal.II/doc/README.doc @@ -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/* + diff --git a/deal.II/doc/authors.html b/deal.II/doc/authors.html index 0cfeae838f..ce57698ac3 100644 --- a/deal.II/doc/authors.html +++ b/deal.II/doc/authors.html @@ -3,9 +3,8 @@ - deal.II Credits - - + deal.II Authors + diff --git a/deal.II/doc/developers/Toolchain.sample b/deal.II/doc/developers/Toolchain.sample index 2788d1962b..d78bd7c380 100644 --- a/deal.II/doc/developers/Toolchain.sample +++ b/deal.II/doc/developers/Toolchain.sample @@ -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++") diff --git a/deal.II/doc/developers/cmake-internals.html b/deal.II/doc/developers/cmake-internals.html index ea9c6a97b7..9d985da5e6 100644 --- a/deal.II/doc/developers/cmake-internals.html +++ b/deal.II/doc/developers/cmake-internals.html @@ -4,8 +4,7 @@ Build system internals - - + diff --git a/deal.II/doc/developers/indentation.html b/deal.II/doc/developers/indentation.html index 1341960ff3..14ef04f532 100644 --- a/deal.II/doc/developers/indentation.html +++ b/deal.II/doc/developers/indentation.html @@ -4,8 +4,7 @@ deal.II indentation - - + diff --git a/deal.II/doc/developers/index.html b/deal.II/doc/developers/index.html index de8bad7977..8f9c8b319a 100644 --- a/deal.II/doc/developers/index.html +++ b/deal.II/doc/developers/index.html @@ -6,8 +6,7 @@ deal.II Development Information - - + diff --git a/deal.II/doc/developers/navbar.html b/deal.II/doc/developers/navbar.html index efeceea3b6..4d92590038 100644 --- a/deal.II/doc/developers/navbar.html +++ b/deal.II/doc/developers/navbar.html @@ -5,8 +5,7 @@ deal.II Development Navigation Bar - - + diff --git a/deal.II/doc/developers/porting.html b/deal.II/doc/developers/porting.html index 82b6efea8b..28a71c8fa7 100644 --- a/deal.II/doc/developers/porting.html +++ b/deal.II/doc/developers/porting.html @@ -4,8 +4,7 @@ Porting deal.II - - + diff --git a/deal.II/doc/developers/svn.html b/deal.II/doc/developers/svn.html index 40f50d86b8..50350032a2 100644 --- a/deal.II/doc/developers/svn.html +++ b/deal.II/doc/developers/svn.html @@ -5,8 +5,7 @@ deal.II SVN Archive - - + diff --git a/deal.II/doc/developers/testsuite.html b/deal.II/doc/developers/testsuite.html index d6307a695c..85f72404a6 100644 --- a/deal.II/doc/developers/testsuite.html +++ b/deal.II/doc/developers/testsuite.html @@ -5,8 +5,7 @@ The deal.II Testsuite - - + @@ -540,7 +539,7 @@ // --------------------------------------------------------------------- // $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. // diff --git a/deal.II/doc/developers/title.html b/deal.II/doc/developers/title.html index 722800afa0..d7b8f7fe31 100644 --- a/deal.II/doc/developers/title.html +++ b/deal.II/doc/developers/title.html @@ -5,8 +5,7 @@ deal.II information for developers - - + diff --git a/deal.II/doc/developers/toc.html b/deal.II/doc/developers/toc.html index 1f45fbe1f1..2e7da24f67 100644 --- a/deal.II/doc/developers/toc.html +++ b/deal.II/doc/developers/toc.html @@ -5,8 +5,7 @@ The deal.II Development Page - - + diff --git a/deal.II/doc/developers/writing-documentation.html b/deal.II/doc/developers/writing-documentation.html index ab4913a3c3..30a938abc1 100644 --- a/deal.II/doc/developers/writing-documentation.html +++ b/deal.II/doc/developers/writing-documentation.html @@ -5,8 +5,7 @@ Writing documentation - - + diff --git a/deal.II/doc/documentation.html b/deal.II/doc/documentation.html index fbbc492fee..6ba9d79a25 100644 --- a/deal.II/doc/documentation.html +++ b/deal.II/doc/documentation.html @@ -5,8 +5,7 @@ The deal.II Online Documentation - - + diff --git a/deal.II/doc/doxygen/deal.css b/deal.II/doc/doxygen/deal.css index 0df1f74db3..716718c669 100644 --- a/deal.II/doc/doxygen/deal.css +++ b/deal.II/doc/doxygen/deal.css @@ -1,3 +1,7 @@ +// +// Copyright (C) 1998 - 2013 by the deal.II authors +// + table.tutorial { color: black; border: 1px solid #aaa; diff --git a/deal.II/doc/doxygen/header.html.in b/deal.II/doc/doxygen/header.html.in index e848e926ea..3c95a1d965 100644 --- a/deal.II/doc/doxygen/header.html.in +++ b/deal.II/doc/doxygen/header.html.in @@ -13,8 +13,7 @@ - - + diff --git a/deal.II/doc/doxygen/header.tex.in b/deal.II/doc/doxygen/header.tex.in index 7666dea680..647db0face 100644 --- a/deal.II/doc/doxygen/header.tex.in +++ b/deal.II/doc/doxygen/header.tex.in @@ -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} diff --git a/deal.II/doc/doxygen/scripts/filter b/deal.II/doc/doxygen/scripts/filter index 405e31ef2e..98b0f2b25a 100755 --- a/deal.II/doc/doxygen/scripts/filter +++ b/deal.II/doc/doxygen/scripts/filter @@ -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; diff --git a/deal.II/doc/doxygen/scripts/make_toc.pl b/deal.II/doc/doxygen/scripts/make_toc.pl index 94381ba405..1b1fbfe84c 100644 --- a/deal.II/doc/doxygen/scripts/make_toc.pl +++ b/deal.II/doc/doxygen/scripts/make_toc.pl @@ -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; diff --git a/deal.II/doc/doxygen/scripts/steps.pl b/deal.II/doc/doxygen/scripts/steps.pl index 57dae7e18f..7384b1e7f2 100644 --- a/deal.II/doc/doxygen/scripts/steps.pl +++ b/deal.II/doc/doxygen/scripts/steps.pl @@ -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; diff --git a/deal.II/doc/doxygen/scripts/validate-xrefs.pl b/deal.II/doc/doxygen/scripts/validate-xrefs.pl index f7408e2a26..0e3142b635 100644 --- a/deal.II/doc/doxygen/scripts/validate-xrefs.pl +++ b/deal.II/doc/doxygen/scripts/validate-xrefs.pl @@ -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; diff --git a/deal.II/doc/doxygen/stylesheet.css b/deal.II/doc/doxygen/stylesheet.css index 3165157d62..ba968f6bbd 100644 --- a/deal.II/doc/doxygen/stylesheet.css +++ b/deal.II/doc/doxygen/stylesheet.css @@ -1,3 +1,7 @@ +// +// Copyright (C) 1998 - 2013 by the deal.II authors +// + h1, h2, h3, h4, h5, h6 { color: Black; background: none; diff --git a/deal.II/doc/doxygen/tutorial/CMakeLists.txt b/deal.II/doc/doxygen/tutorial/CMakeLists.txt index f0c45fc022..acb617e981 100644 --- a/deal.II/doc/doxygen/tutorial/CMakeLists.txt +++ b/deal.II/doc/doxygen/tutorial/CMakeLists.txt @@ -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/doxygen/tutorial/index.html b/deal.II/doc/doxygen/tutorial/index.html index 8dc9fa5c72..a6c308ae7b 100644 --- a/deal.II/doc/doxygen/tutorial/index.html +++ b/deal.II/doc/doxygen/tutorial/index.html @@ -5,7 +5,7 @@ Step-by-Step Examples - + diff --git a/deal.II/doc/doxygen/tutorial/navbar.html b/deal.II/doc/doxygen/tutorial/navbar.html index c43ceb2486..b88c2c9818 100644 --- a/deal.II/doc/doxygen/tutorial/navbar.html +++ b/deal.II/doc/doxygen/tutorial/navbar.html @@ -4,8 +4,7 @@ Step-by-Step Examples - - + diff --git a/deal.II/doc/doxygen/tutorial/title.html b/deal.II/doc/doxygen/tutorial/title.html index 84d983ecde..d5cfc51d59 100644 --- a/deal.II/doc/doxygen/tutorial/title.html +++ b/deal.II/doc/doxygen/tutorial/title.html @@ -5,8 +5,7 @@ Step-by-Step Examples - - + diff --git a/deal.II/doc/doxygen/tutorial/toc-list.html b/deal.II/doc/doxygen/tutorial/toc-list.html index 950d1b0620..c93510dfdf 100644 --- a/deal.II/doc/doxygen/tutorial/toc-list.html +++ b/deal.II/doc/doxygen/tutorial/toc-list.html @@ -3,8 +3,7 @@ Step-by-Step - - + diff --git a/deal.II/doc/doxygen/tutorial/toc-topics.html b/deal.II/doc/doxygen/tutorial/toc-topics.html index c2e5480b8b..54e69bbb93 100644 --- a/deal.II/doc/doxygen/tutorial/toc-topics.html +++ b/deal.II/doc/doxygen/tutorial/toc-topics.html @@ -3,8 +3,7 @@ Step-by-Step - - + diff --git a/deal.II/doc/doxygen/tutorial/toc.html.in b/deal.II/doc/doxygen/tutorial/toc.html.in index e813aeb343..279556c734 100644 --- a/deal.II/doc/doxygen/tutorial/toc.html.in +++ b/deal.II/doc/doxygen/tutorial/toc.html.in @@ -3,8 +3,7 @@ Step-by-Step - - + diff --git a/deal.II/doc/external-libs/arpack.html b/deal.II/doc/external-libs/arpack.html index 52a6c37202..ce19ec4501 100644 --- a/deal.II/doc/external-libs/arpack.html +++ b/deal.II/doc/external-libs/arpack.html @@ -5,7 +5,6 @@ The deal.II Readme on interfacing to ARPACK - @@ -101,10 +100,17 @@ .

-
+
- The deal.II Group - $Date$ + The deal.II Authors + $Date$
+
+ + Valid HTML 4.01! + + Valid CSS! +
+ diff --git a/deal.II/doc/external-libs/mumps.html b/deal.II/doc/external-libs/mumps.html index 9459e54e4e..e608a8a006 100644 --- a/deal.II/doc/external-libs/mumps.html +++ b/deal.II/doc/external-libs/mumps.html @@ -5,7 +5,6 @@ The deal.II Readme on interfacing to MUMPS - @@ -345,10 +344,16 @@ but this time omitting the -fPIC flag from the scheme.

-
+
- The deal.II Group - $Date$ + The deal.II Authors + $Date$
+
+ + Valid HTML 4.01! + + Valid CSS! +
diff --git a/deal.II/doc/external-libs/p4est-setup.sh b/deal.II/doc/external-libs/p4est-setup.sh index 8129d7c63b..0e90330005 100755 --- a/deal.II/doc/external-libs/p4est-setup.sh +++ b/deal.II/doc/external-libs/p4est-setup.sh @@ -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 diff --git a/deal.II/doc/external-libs/p4est.html b/deal.II/doc/external-libs/p4est.html index ab17ff2a35..a1255c0cf0 100644 --- a/deal.II/doc/external-libs/p4est.html +++ b/deal.II/doc/external-libs/p4est.html @@ -4,7 +4,7 @@ The deal.II Readme on interfacing to p4est - + @@ -60,10 +60,16 @@ the general ReadMe file.

-
+
- The deal.II Group - $Date$ + The deal.II Authors + $Date$
+
+ + Valid HTML 4.01! + + Valid CSS! +
diff --git a/deal.II/doc/external-libs/petsc.html b/deal.II/doc/external-libs/petsc.html index 3fbc0b78f8..252e88222a 100644 --- a/deal.II/doc/external-libs/petsc.html +++ b/deal.II/doc/external-libs/petsc.html @@ -4,7 +4,6 @@ The deal.II Readme on interfacing to PETSc - @@ -142,11 +141,16 @@ program runs well in debug mode.

-
- +
- The deal.II Group + The deal.II Authors $Date$
+
+ + Valid HTML 4.01! + + Valid CSS! +
diff --git a/deal.II/doc/external-libs/slepc.html b/deal.II/doc/external-libs/slepc.html index 5fd4ff0563..8de2413f8b 100644 --- a/deal.II/doc/external-libs/slepc.html +++ b/deal.II/doc/external-libs/slepc.html @@ -4,7 +4,6 @@ The deal.II Readme on interfacing to SLEPc - @@ -108,13 +107,16 @@ -
- - - +
- The deal.II Group + The deal.II Authors $Date$
+
+ + Valid HTML 4.01! + + Valid CSS! +
diff --git a/deal.II/doc/external-libs/trilinos.html b/deal.II/doc/external-libs/trilinos.html index 4efc8291a7..1e3668e30a 100644 --- a/deal.II/doc/external-libs/trilinos.html +++ b/deal.II/doc/external-libs/trilinos.html @@ -4,7 +4,6 @@ The deal.II Readme on interfacing to Trilinos - @@ -112,11 +111,16 @@

-
- +
- The deal.II Group + The deal.II Authors $Date$
+
+ + Valid HTML 4.01! + + Valid CSS! +
diff --git a/deal.II/doc/glossary/glossary.css b/deal.II/doc/glossary/glossary.css deleted file mode 100644 index badc903207..0000000000 --- a/deal.II/doc/glossary/glossary.css +++ /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 index 4380ce4fb5..0000000000 --- a/deal.II/doc/glossary/index.html +++ /dev/null @@ -1,47 +0,0 @@ - - -deal.II glossary - - - -

deal.II Glossary

- -
- -
active cell
-
a triangulation cell that is not refined further
- -
boundary component
-
part of the domain in physical space. Denotes either function for a curved boundary or the selection of a boundary condition
- -
boundary condition
-
part of the weak formulation of a partial differential equation
- -
boundary indicator
-
data of lower dimensional triangulation objects, indicating the number of a boundary component
- -
cell
-
element of a subdivision, being of the same dimension as the domain of computation
- -
DG
-
see Discontinuous Galerkin
- -
DGFEM
-
Discontinuous Galerkin finite element method.
- -
Discontinuous Galerkin
-
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.
- -
hex
-
hexahedron, mapping of the unit cube into the domain
- -
locally finest level
-
all active cells, i.e. the finest cell at each point of the domain
- -
quad
-
quadrilateral, mapping of the unit square into the domain
- -
triangulation object
-
the different kinds of polytopes forming a triangulation, lines, quadrilaterals and hexahedra
-
- diff --git a/deal.II/doc/index.html b/deal.II/doc/index.html index 71c9b6349a..74e86d32d0 100644 --- a/deal.II/doc/index.html +++ b/deal.II/doc/index.html @@ -5,8 +5,7 @@ deal.II Documentation - - + diff --git a/deal.II/doc/license.html b/deal.II/doc/license.html index 96d18b2cfc..2eddcdf5ee 100644 --- a/deal.II/doc/license.html +++ b/deal.II/doc/license.html @@ -4,8 +4,7 @@ The deal.II License - - + @@ -35,7 +34,7 @@

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 below.

@@ -46,8 +45,6 @@ deal.II authors generally refer to all people mentioned at the deal.II Authors page. - These are the maintainers Wolfgang Bangerth, Timo Heister, and Guido - Kanschat and a long list of contributors.

Contributions

@@ -58,11 +55,11 @@ the license of the deal.II project granted to you.

- We, the deal.II authors, 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.

@@ -125,8 +122,8 @@

Contact

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:

  • Wolfgang Bangerth < bangerth@gmail.com > diff --git a/deal.II/doc/license/adjust.pl b/deal.II/doc/license/adjust.pl index 497170f753..d36541a325 100644 --- a/deal.II/doc/license/adjust.pl +++ b/deal.II/doc/license/adjust.pl @@ -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; diff --git a/deal.II/doc/license/replace.sh b/deal.II/doc/license/replace.sh index f43cf5241f..5b87905cd3 100755 --- a/deal.II/doc/license/replace.sh +++ b/deal.II/doc/license/replace.sh @@ -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 diff --git a/deal.II/doc/mail.html b/deal.II/doc/mail.html index 6c05773ff5..e41cfbe5fe 100644 --- a/deal.II/doc/mail.html +++ b/deal.II/doc/mail.html @@ -4,8 +4,7 @@ deal.II Communications - - + @@ -68,8 +67,9 @@ Authors

    - 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

    • Wolfgang Bangerth < bangerth@gmail.com > diff --git a/deal.II/doc/navbar.html b/deal.II/doc/navbar.html index 8c5139e497..68c14b59cf 100644 --- a/deal.II/doc/navbar.html +++ b/deal.II/doc/navbar.html @@ -4,8 +4,7 @@ deal.II navigation bar - - + diff --git a/deal.II/doc/news/5.1.0-vs-5.2.0.html b/deal.II/doc/news/5.1.0-vs-5.2.0.html index 3cdc5d76c6..7c06abe4d2 100644 --- a/deal.II/doc/news/5.1.0-vs-5.2.0.html +++ b/deal.II/doc/news/5.1.0-vs-5.2.0.html @@ -4,8 +4,7 @@ The deal.II news page - - + diff --git a/deal.II/doc/news/5.2.0-vs-6.0.0.html b/deal.II/doc/news/5.2.0-vs-6.0.0.html index 27a8ea7b0e..8b59ec7d48 100644 --- a/deal.II/doc/news/5.2.0-vs-6.0.0.html +++ b/deal.II/doc/news/5.2.0-vs-6.0.0.html @@ -4,8 +4,7 @@ The deal.II news page - - + diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index cfdbd129bc..143f96af29 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -4,8 +4,7 @@ The deal.II news page - - + diff --git a/deal.II/doc/publications/index.html b/deal.II/doc/publications/index.html index 119322f602..340324e3fb 100644 --- a/deal.II/doc/publications/index.html +++ b/deal.II/doc/publications/index.html @@ -5,7 +5,7 @@ The deal.II Publication List - +