Skip to content

Commit 2a8134d

Browse files
author
Damian Rouson
authored
Merge pull request #720 from sourceryinstitute/update-copyright
Update copyright
2 parents d4e0038 + 8d40e8a commit 2a8134d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$Format:%d%n%n$
22
# Fall back version, probably last release:
3-
2.9.1
3+
2.9.2
44

55
# OpenCoarrays version file. This project uses semantic
66
# versioning. For details see http://semver.org

src/extensions/caf.in

+4-4
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

+2-2
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)