From bd50088ca55e39e2f548641fa15409601045be23 Mon Sep 17 00:00:00 2001 From: Teemu Murtola Date: Fri, 2 Jan 2015 18:54:09 +0200 Subject: [PATCH] Update copyright year in copyrite.cpp Also, fix uncrustify.sh so that it works for files that have filter=includesort git attribute. Change-Id: I108e1d5cb5ce85f78a99bc966b8ea492db747f0c --- admin/uncrustify.sh | 4 ++-- src/gromacs/gmxlib/copyrite.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/uncrustify.sh b/admin/uncrustify.sh index dfdcd22f38..4c2d0f4cf9 100755 --- a/admin/uncrustify.sh +++ b/admin/uncrustify.sh @@ -2,7 +2,7 @@ # # This file is part of the GROMACS molecular simulation package. # -# Copyright (c) 2013,2014, by the GROMACS development team, led by +# Copyright (c) 2013,2014,2015, by the GROMACS development team, led by # Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, # and including many others, as listed in the AUTHORS file in the # top-level source directory and at http://www.gromacs.org. @@ -136,7 +136,7 @@ cut -f2 <$tmpdir/difflist | \ git check-attr --stdin filter | \ sed -e 's/.*: filter: //' | \ paste $tmpdir/difflist - | \ - grep -E '(uncrustify|uncrustify_only|copyright)$' >$tmpdir/filtered + grep -E '(uncrustify|uncrustify_only|copyright|includesort)$' >$tmpdir/filtered cut -f2 <$tmpdir/filtered >$tmpdir/filelist_all grep -E '(uncrustify|uncrustify_only)$' <$tmpdir/filtered | \ cut -f2 >$tmpdir/filelist_uncrustify diff --git a/src/gromacs/gmxlib/copyrite.cpp b/src/gromacs/gmxlib/copyrite.cpp index ba36dfef24..3c1eea513d 100644 --- a/src/gromacs/gmxlib/copyrite.cpp +++ b/src/gromacs/gmxlib/copyrite.cpp @@ -3,7 +3,7 @@ * * Copyright (c) 1991-2000, University of Groningen, The Netherlands. * Copyright (c) 2001-2004, The GROMACS development team. - * Copyright (c) 2013,2014, by the GROMACS development team, led by + * Copyright (c) 2013,2014,2015, by the GROMACS development team, led by * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl, * and including many others, as listed in the AUTHORS file in the * top-level source directory and at http://www.gromacs.org. @@ -192,7 +192,7 @@ static void printCopyright(FILE *fp) }; static const char * const CopyrightText[] = { "Copyright (c) 1991-2000, University of Groningen, The Netherlands.", - "Copyright (c) 2001-2014, The GROMACS development team at", + "Copyright (c) 2001-2015, The GROMACS development team at", "Uppsala University, Stockholm University and", "the Royal Institute of Technology, Sweden.", "check out http://www.gromacs.org for more information." -- 2.11.4.GIT