From: Jaeryun Yim Date: Fri, 22 Jul 2016 07:23:57 +0000 (+0900) Subject: Edit copyright year and correct the name of element on comments. X-Git-Tag: v8.5.0-rc1~624^2~14 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72e21361b25a7f9d4192349b9543180462813e47;p=dealii.git Edit copyright year and correct the name of element on comments. --- diff --git a/tests/fe/p1nc_01.cc b/tests/fe/p1nc_01.cc index e1da4e4dad..f6412b254a 100644 --- a/tests/fe/p1nc_01.cc +++ b/tests/fe/p1nc_01.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2015 by the deal.II authors +// Copyright (C) 2015 - 2016 by the deal.II authors // // This file is part of the deal.II library. // @@ -15,7 +15,7 @@ -// check the P1NC nonparametric element on a square +// check the P1NC element on a square #include "../tests.h" #include diff --git a/tests/fe/p1nc_02.cc b/tests/fe/p1nc_02.cc index a3d49c3d56..89662baaed 100644 --- a/tests/fe/p1nc_02.cc +++ b/tests/fe/p1nc_02.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2015 by the deal.II authors +// Copyright (C) 2015 - 2016 by the deal.II authors // // This file is part of the deal.II library. // @@ -15,7 +15,7 @@ -// check the P1NC nonparametric element on a rectangle +// check the P1NC element on a rectangle #include "../tests.h" #include diff --git a/tests/fe/p1nc_03.cc b/tests/fe/p1nc_03.cc index f249a92a95..277926a11a 100644 --- a/tests/fe/p1nc_03.cc +++ b/tests/fe/p1nc_03.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2015 by the deal.II authors +// Copyright (C) 2015 - 2016 by the deal.II authors // // This file is part of the deal.II library. // @@ -15,7 +15,7 @@ -// check the P1NC nonparametric element on a parallelogram +// check the P1NC element on a parallelogram #include "../tests.h" #include diff --git a/tests/fe/p1nc_04.cc b/tests/fe/p1nc_04.cc index 217e994624..cd6644681f 100644 --- a/tests/fe/p1nc_04.cc +++ b/tests/fe/p1nc_04.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2015 by the deal.II authors +// Copyright (C) 2015 - 2016 by the deal.II authors // // This file is part of the deal.II library. // @@ -15,7 +15,7 @@ -// check the P1NC nonparametric element on a genuine quadrilateral. +// check the P1NC element on a genuine quadrilateral. #include "../tests.h" #include diff --git a/tests/fe/p1nc_05.cc b/tests/fe/p1nc_05.cc index 93a041620f..2b398210c1 100644 --- a/tests/fe/p1nc_05.cc +++ b/tests/fe/p1nc_05.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2015 by the deal.II authors +// Copyright (C) 2015 - 2016 by the deal.II authors // // This file is part of the deal.II library. // @@ -15,7 +15,7 @@ -// check the P1NC nonparametric element's gradient on a square +// check the P1NC element's gradient on a square #include "../tests.h" #include diff --git a/tests/fe/p1nc_06.cc b/tests/fe/p1nc_06.cc index 46e9ba345d..2fe5c5e7e1 100644 --- a/tests/fe/p1nc_06.cc +++ b/tests/fe/p1nc_06.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2015 by the deal.II authors +// Copyright (C) 2015 - 2016 by the deal.II authors // // This file is part of the deal.II library. // @@ -15,7 +15,7 @@ -// check the P1NC nonparametric element's gradient on a rectangle +// check the P1NC element's gradient on a rectangle #include "../tests.h" #include diff --git a/tests/fe/p1nc_07.cc b/tests/fe/p1nc_07.cc index ad8f0c8efb..119c74ff6d 100644 --- a/tests/fe/p1nc_07.cc +++ b/tests/fe/p1nc_07.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2015 by the deal.II authors +// Copyright (C) 2015 - 2016 by the deal.II authors // // This file is part of the deal.II library. // @@ -15,7 +15,7 @@ -// check the P1NC nonparametric element's gradient on a parallelogram +// check the P1NC element's gradient on a parallelogram #include "../tests.h" #include diff --git a/tests/fe/p1nc_08.cc b/tests/fe/p1nc_08.cc index 22c6ddfafc..8a5a3babbf 100644 --- a/tests/fe/p1nc_08.cc +++ b/tests/fe/p1nc_08.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2015 by the deal.II authors +// Copyright (C) 2015 - 2016 by the deal.II authors // // This file is part of the deal.II library. // @@ -15,7 +15,7 @@ -// check the P1NC nonparametric element's gradient on a genuine quadrilateral. +// check the P1NC element's gradient on a genuine quadrilateral. #include "../tests.h" #include