File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77# Invokes the chosen Fortran compiler with the received command-line
88# arguments.
99#
10- # Copyright (c) 2015-2018 , Sourcery Institute
11- # Copyright (c) 2015-2018 , Sourcery, Inc.
10+ # Copyright (c) 2015-2020 , Sourcery Institute
11+ # Copyright (c) 2015-2020 , Sourcery, Inc.
1212# All rights reserved.
1313#
1414# Redistribution and use in source and binary forms, with or without
299299if [[ ${1} == -[vV] || ${1} == ' --version' ]]; then
300300 echo " "
301301 echo " OpenCoarrays Coarray Fortran Compiler Wrapper (caf version ${caf_version} )"
302- echo " Copyright (C) 2015-2018 Sourcery Institute"
303- echo " Copyright (C) 2015-2018 Sourcery, Inc."
302+ echo " Copyright (C) 2015-2020 Sourcery Institute"
303+ echo " Copyright (C) 2015-2020 Sourcery, Inc."
304304 echo " "
305305 echo " OpenCoarrays comes with NO WARRANTY, to the extent permitted by law."
306306 echo " You may redistribute copies of OpenCoarrays under the terms of the"
Original file line number Diff line number Diff line change 22#
33# Coarray Fortran (CAF) Executable Launcher version @CAF_VERSION@
44#
5- # Copyright (c) 2015-2016 , Sourcery, Inc.
5+ # Copyright (c) 2015-2020 , Sourcery, Inc.
66# All rights reserved.
77#
88# Redistribution and use in source and binary forms, with or without
@@ -214,7 +214,7 @@ if ((${#} == 0)); then
214214elif [[ " ${1} " == -[vV] || " ${1} " == ' --version' ]]; then
215215 echo " "
216216 echo " OpenCoarrays Coarray Fortran Executable Launcher (cafrun version ${caf_version} )"
217- echo " Copyright (C) 2015-2016 Sourcery, Inc."
217+ echo " Copyright (C) 2015-2020 Sourcery, Inc."
218218 echo " "
219219 echo " OpenCoarrays comes with NO WARRANTY, to the extent permitted by law."
220220 echo " You may redistribute copies of OpenCoarrays under the terms of the"
You can’t perform that action at this time.
0 commit comments