From 0c46170da8e498d71bce008280b29ff02f5b492f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 7 Jan 2002 09:48:43 +0000 Subject: [PATCH] Update for 2002 git-svn-id: https://svn.dealii.org/trunk@5351 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/misc/head | 4 ++-- deal.II/common/misc/head_cc.pl | 2 +- deal.II/common/misc/head_h.pl | 2 +- deal.II/common/scripts/forward_declarations | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/common/misc/head b/deal.II/common/misc/head index b8713f7041..97b30f4177 100644 --- a/deal.II/common/misc/head +++ b/deal.II/common/misc/head @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000 by the deal.II authors +// Copyright (C) 2002 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -16,7 +16,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000 by the deal.II authors +// Copyright (C) 2002 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/deal.II/common/misc/head_cc.pl b/deal.II/common/misc/head_cc.pl index e78a7bc7d3..5ffeb26ebf 100644 --- a/deal.II/common/misc/head_cc.pl +++ b/deal.II/common/misc/head_cc.pl @@ -7,7 +7,7 @@ $head = << 'EOT' // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000 by the deal.II authors +// Copyright (C) 2002 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/deal.II/common/misc/head_h.pl b/deal.II/common/misc/head_h.pl index e2cfc9ea48..7f38756dce 100644 --- a/deal.II/common/misc/head_h.pl +++ b/deal.II/common/misc/head_h.pl @@ -10,7 +10,7 @@ $head = << 'EOT' // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000 by the deal.II authors +// Copyright (C) 2002 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/deal.II/common/scripts/forward_declarations b/deal.II/common/scripts/forward_declarations index b697e6a0c8..99ad2e547a 100644 --- a/deal.II/common/scripts/forward_declarations +++ b/deal.II/common/scripts/forward_declarations @@ -13,7 +13,7 @@ # forward declarations file itself # - compare old and new forward-declarations files. if they # differ (i.e. the result of 'diff' is a nonzero string) copy -# the nes file over the old one and thus also change the time +# the new file over the old one and thus also change the time # stamp of that file. if they don't differ, then do nothing # and in particular don't touch the time stamp to avoid that # 'make' thinks it has to remake all object files -- 2.39.5