From a6ccf9afb4f86b09fa5ecfddc0345c420b9867da Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Sat, 21 Nov 2020 22:15:47 -0800 Subject: [PATCH] doc(caf/cafrun): update copyright date --- src/extensions/caf.in | 8 ++++---- src/extensions/cafrun.in | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/extensions/caf.in b/src/extensions/caf.in index f5f354a1d..fbe4204bc 100755 --- a/src/extensions/caf.in +++ b/src/extensions/caf.in @@ -7,8 +7,8 @@ # Invokes the chosen Fortran compiler with the received command-line # arguments. # -# Copyright (c) 2015-2018, Sourcery Institute -# Copyright (c) 2015-2018, Sourcery, Inc. +# Copyright (c) 2015-2020, Sourcery Institute +# Copyright (c) 2015-2020, Sourcery, Inc. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -299,8 +299,8 @@ fi if [[ ${1} == -[vV] || ${1} == '--version' ]]; then echo "" echo "OpenCoarrays Coarray Fortran Compiler Wrapper (caf version ${caf_version})" - echo "Copyright (C) 2015-2018 Sourcery Institute" - echo "Copyright (C) 2015-2018 Sourcery, Inc." + echo "Copyright (C) 2015-2020 Sourcery Institute" + echo "Copyright (C) 2015-2020 Sourcery, Inc." echo "" echo "OpenCoarrays comes with NO WARRANTY, to the extent permitted by law." echo "You may redistribute copies of OpenCoarrays under the terms of the" diff --git a/src/extensions/cafrun.in b/src/extensions/cafrun.in index 43f62a8d2..d1f34a2b6 100755 --- a/src/extensions/cafrun.in +++ b/src/extensions/cafrun.in @@ -2,7 +2,7 @@ # # Coarray Fortran (CAF) Executable Launcher version @CAF_VERSION@ # -# Copyright (c) 2015-2016, Sourcery, Inc. +# Copyright (c) 2015-2020, Sourcery, Inc. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -214,7 +214,7 @@ if ((${#} == 0)); then elif [[ "${1}" == -[vV] || "${1}" == '--version' ]]; then echo "" echo "OpenCoarrays Coarray Fortran Executable Launcher (cafrun version ${caf_version})" - echo "Copyright (C) 2015-2016 Sourcery, Inc." + echo "Copyright (C) 2015-2020 Sourcery, Inc." echo "" echo "OpenCoarrays comes with NO WARRANTY, to the extent permitted by law." echo "You may redistribute copies of OpenCoarrays under the terms of the"