]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add copyright header on a bunch of files that are currently missing one. 7241/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 27 Sep 2018 20:49:44 +0000 (14:49 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 27 Sep 2018 20:49:44 +0000 (14:49 -0600)
20 files changed:
include/deal.II/base/sacado_product_type.h
source/distributed/p4est_wrappers.cc
tests/a-framework/dummy.cc
tests/base/function_parser_05.cc
tests/base/function_parser_08.cc
tests/cuda/create_mesh.h
tests/fe/fe_nothing.cc
tests/fe/fe_project_2d.cc
tests/fe/fe_project_3d.cc
tests/fe/fe_values_function_manifold.cc
tests/fe/shapes.h
tests/hp/hp_q_hierarchical_constraints.cc
tests/lac/quickmatrix.h
tests/lac/vector_memory_std_vector.cc
tests/matrix_free/create_mesh.h
tests/mpi/interpolate_to_different_mesh_01.cc
tests/mpi/interpolate_to_different_mesh_02.cc
tests/petsc/petsc_mf_testmatrix.h
tests/slepc/testmatrix.h
tests/testmatrix.h

index 696ded057431ef5153b488ce8d15aa87844beeb4..36963d9809916225c54a3f3a7ac98a4d1778e4c0 100644 (file)
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2018 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.md at
+// the top level directory of deal.II.
+//
+// ---------------------------------------------------------------------
+
+
 #ifndef dealii_sacado_product_type_h_deprecated
 #define dealii_sacado_product_type_h_deprecated
 
index ba7dfebc5b28be18105887006e799318dcc7d55e..44aa31b901f355163e5c3dfd3b58492fd773cc85 100644 (file)
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2008 - 2018 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.md at
+// the top level directory of deal.II.
+//
+// ---------------------------------------------------------------------
+
+
 #include <deal.II/distributed/p4est_wrappers.h>
 #include <deal.II/distributed/tria.h>
 
index 8e8f518aaea19b0bd4f4f8f1a502306009277eba..3c4d24595a223406c4a07cce68533d1bf1e2c76a 100644 (file)
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2003 - 2018 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.md at
+// the top level directory of deal.II.
+//
+// ---------------------------------------------------------------------
+
+
 int
 main()
 {
index 7fe02b8c65cc9f5523e5b3f227cfcb6e4d4ca9a5..4f97a1f8515395d14bc30357a52c9ceba1495c50 100644 (file)
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2003 - 2018 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.md at
+// the top level directory of deal.II.
+//
+// ---------------------------------------------------------------------
+
+
 #include <deal.II/base/function_parser.h>
 #include <deal.II/base/point.h>
 
index 0352f618bd804a54d9b0ccbc668208887145de54..0f11e5fb5c097f488d949eade7db6b13e980b7fa 100644 (file)
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2003 - 2018 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.md at
+// the top level directory of deal.II.
+//
+// ---------------------------------------------------------------------
+
+
 #include <deal.II/base/function_parser.h>
 #include <deal.II/base/point.h>
 
index d22c71ddcaf45a8c302a8ef067fc15793134e53e..94edcbec0767afdda424a94e7f3360b6954f1555 100644 (file)
@@ -1,7 +1,17 @@
-//-----------------------  create_mesh.h  -----------------------------
-//    Version: $Name$
+// ---------------------------------------------------------------------
 //
-//-----------------------  create_mesh.h  -----------------------------
+// Copyright (C) 2008 - 2018 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.md at
+// the top level directory of deal.II.
+//
+// ---------------------------------------------------------------------
 
 
 // this creates a mesh that contains cells of all different kinds detected in
index aad575ebb5a8e2846833424531a0f3465632072a..472d21fbde769863d1bb8ab73fc025c4cf2a4313 100644 (file)
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2003 - 2018 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.md at
+// the top level directory of deal.II.
+//
+// ---------------------------------------------------------------------
+
+
 #include <deal.II/dofs/dof_accessor.h>
 #include <deal.II/dofs/dof_tools.h>
 
@@ -19,8 +35,6 @@
 const double eps = 1e-10;
 
 
-using namespace dealii;
-
 template <int dim>
 void
 test2cells(const unsigned int p1 = 2, const unsigned int p2 = 1)
index 79e05fb9ddbc4a17e06ca8d4fae220f0788afc09..ae249ea59c9d18aa54fc4183225bbfcb68e79dc2 100644 (file)
@@ -1,3 +1,6 @@
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2003 - 2018 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -9,6 +12,8 @@
 // the top level directory of deal.II.
 //
 // ---------------------------------------------------------------------
+
+
 #include <deal.II/base/function.h>
 
 #include <deal.II/dofs/dof_accessor.h>
index 7878cfc8ecc89bea24ae7be83802c140d72c02ef..66cd5cb2d9af622405ee409bd46ca2a868245a81 100644 (file)
@@ -1,3 +1,6 @@
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2003 - 2018 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -9,6 +12,8 @@
 // the top level directory of deal.II.
 //
 // ---------------------------------------------------------------------
+
+
 #include <deal.II/base/function.h>
 
 #include <deal.II/dofs/dof_accessor.h>
index 5f62e4c8377b7b8d08008f4f156ce2c508914aa5..31e8988d5770c3054d3d87a7f0382639452e2391 100644 (file)
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2003 - 2018 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.md at
+// the top level directory of deal.II.
+//
+// ---------------------------------------------------------------------
+
+
 #include <deal.II/base/function.h>
 #include <deal.II/base/index_set.h>
 #include <deal.II/base/mpi.h>
index f68fe13cf118c282763ec659c092de6f558911bb..dbe5cda337cf444a2a576c6e66a849457b924220 100644 (file)
@@ -1,6 +1,19 @@
-// shapes.cc,v 1.18 2003/04/09 15:49:55 wolf Exp
-// (c) Guido Kanschat
+// ---------------------------------------------------------------------
 //
+// Copyright (C) 2003 - 2018 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.md at
+// the top level directory of deal.II.
+//
+// ---------------------------------------------------------------------
+
+
 // Show the shape functions implemented.
 
 #include <deal.II/base/logstream.h>
index b0e001cbf605313eec5d9bd9323033d54e80335d..1fc27dc29d5cbaabd517d0a7a9b0f00c1fdc89d1 100644 (file)
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2003 - 2018 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.md at
+// the top level directory of deal.II.
+//
+// ---------------------------------------------------------------------
+
+
 #include <deal.II/dofs/dof_accessor.h>
 #include <deal.II/dofs/dof_handler.h>
 #include <deal.II/dofs/dof_tools.h>
index e2e240f67597879a7cc4b60f6746b7f2783015aa..a8f2849973c562beb6f377104af86b14985f13fb 100644 (file)
@@ -1,3 +1,18 @@
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2003 - 2018 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.md at
+// the top level directory of deal.II.
+//
+// ---------------------------------------------------------------------
+
 
 /**
  * Hard-coded Laplacian matrix.
index 895cbd3430b5ef2754489ab3d77e48285fc5555f..a05a72a8434ea89b4ef31ee38ea831a218c48331 100644 (file)
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2003 - 2018 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.md at
+// the top level directory of deal.II.
+//
+// ---------------------------------------------------------------------
+
+
 #include <deal.II/lac/vector_memory.h>
 #include <deal.II/lac/vector_memory.templates.h>
 
index d22c71ddcaf45a8c302a8ef067fc15793134e53e..2a4629775c3b9db86894d545dd7af67750b84a65 100644 (file)
@@ -1,7 +1,17 @@
-//-----------------------  create_mesh.h  -----------------------------
-//    Version: $Name$
+// ---------------------------------------------------------------------
 //
-//-----------------------  create_mesh.h  -----------------------------
+// Copyright (C) 2003 - 2018 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.md at
+// the top level directory of deal.II.
+//
+// ---------------------------------------------------------------------
 
 
 // this creates a mesh that contains cells of all different kinds detected in
index 7cacf4f6acae5b9a1e5765e74b6317a16bf8482f..676fada9b2940927564bb99d07335cf2810955dd 100644 (file)
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2003 - 2018 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.md at
+// the top level directory of deal.II.
+//
+// ---------------------------------------------------------------------
+
+
 #include <deal.II/base/conditional_ostream.h>
 
 #include <deal.II/distributed/grid_refinement.h>
index 6c3f8379ab949e3a7da2eab6cdf949b36fa2b5d1..ae7a1fe4700fe730038536891ec5f843239efb51 100644 (file)
@@ -1,3 +1,19 @@
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2003 - 2018 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.md at
+// the top level directory of deal.II.
+//
+// ---------------------------------------------------------------------
+
+
 #include <deal.II/base/conditional_ostream.h>
 
 #include <deal.II/distributed/grid_refinement.h>
index 922f69992849de76b5a39dc06234a615ac4995e8..bef7c877718ed0d249c57e53ea105cc22950669e 100644 (file)
@@ -1,3 +1,18 @@
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2003 - 2018 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.md at
+// the top level directory of deal.II.
+//
+// ---------------------------------------------------------------------
+
 
 #include <deal.II/base/exceptions.h>
 
index d4d6bd2753ae4cd19a2d532dbfb663351c795098..f8c8b20aeb36336162ed3f7b63a204422531963a 100644 (file)
@@ -1,3 +1,18 @@
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2003 - 2018 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.md at
+// the top level directory of deal.II.
+//
+// ---------------------------------------------------------------------
+
 
 #include <deal.II/base/exceptions.h>
 
index 8994682804efd146ae3de936cfefef25928c6ad5..b2c62b7d2d7c5f93fb75ff7aef6f3c387790e5e3 100644 (file)
@@ -1,3 +1,18 @@
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2003 - 2018 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.md at
+// the top level directory of deal.II.
+//
+// ---------------------------------------------------------------------
+
 
 #include <deal.II/base/exceptions.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.