From: Matthias Maier Date: Tue, 27 Feb 2024 19:31:11 +0000 (+0000) Subject: Merge pull request #16689 from tamiko/update_copyright_script X-Git-Tag: v9.6.0-rc1~521 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa11a9f52f54e823a1b4815f14ddfb771c8d099d;p=dealii.git Merge pull request #16689 from tamiko/update_copyright_script contrib/utilities/update-copyright.sh: several improvements --- aa11a9f52f54e823a1b4815f14ddfb771c8d099d diff --cc contrib/utilities/update-copyright.sh index f5cfd37271,f96f4a3c61..4ce0949547 --- a/contrib/utilities/update-copyright.sh +++ b/contrib/utilities/update-copyright.sh @@@ -6,13 -5,16 +6,14 @@@ ## ## 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. +## Part of the source code is dual licensed under Apache-2.0 WITH +## LLVM-exception OR LGPL-2.1-or-later. Detailed license information +## governing the source code and code contributions can be found in +## LICENSE.md and CONTRIBUTING.md at the top level directory of deal.II. ## -## --------------------------------------------------------------------- +## ------------------------------------------------------------------------ + set -u # Purpose: Update the copyright year of every file based on the last # modification recorded in the git logs