Skip to content

Commit a6ccf9a

Browse files
author
Damian Rouson
committed
doc(caf/cafrun): update copyright date
1 parent d4e0038 commit a6ccf9a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/extensions/caf.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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
@@ -299,8 +299,8 @@ fi
299299
if [[ ${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"

src/extensions/cafrun.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
214214
elif [[ "${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"

0 commit comments

Comments
 (0)