Skip to content

Commit 4531a06

Browse files
author
Damian Rouson
authored
Update caf.in copyright dates
1 parent 4abda19 commit 4531a06

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/extensions/caf.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
# Invokes the chosen Fortran compiler with the received command-line
88
# arguments.
99
#
10-
# Copyright (c) 2015-2016, Sourcery, Inc.
10+
# Copyright (c) 2015-2018, Sourcery Institute
11+
# Copyright (c) 2015-2018, Sourcery, Inc.
1112
# All rights reserved.
1213
#
1314
# Redistribution and use in source and binary forms, with or without
@@ -264,7 +265,8 @@ fi
264265
if [[ ${1} == -[vV] || ${1} == '--version' ]]; then
265266
echo ""
266267
echo "OpenCoarrays Coarray Fortran Compiler Wrapper (caf version ${caf_version})"
267-
echo "Copyright (C) 2015-2016 Sourcery, Inc."
268+
echo "Copyright (C) 2015-2018 Sourcery Institute"
269+
echo "Copyright (C) 2015-2018 Sourcery, Inc."
268270
echo ""
269271
echo "OpenCoarrays comes with NO WARRANTY, to the extent permitted by law."
270272
echo "You may redistribute copies of OpenCoarrays under the terms of the"

0 commit comments

Comments
 (0)