diff --git a/src/extensions/caf.in b/src/extensions/caf.in index f5f354a1..fbe4204b 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 43f62a8d..d1f34a2b 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"