Skip to content

Commit

Permalink
Merge pull request #720 from sourceryinstitute/update-copyright
Browse files Browse the repository at this point in the history
Update copyright
  • Loading branch information
rouson committed Nov 22, 2020
2 parents d4e0038 + 8d40e8a commit 2a8134d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$Format:%d%n%n$
# Fall back version, probably last release:
2.9.1
2.9.2

# OpenCoarrays version file. This project uses semantic
# versioning. For details see http://semver.org
Expand Down
8 changes: 4 additions & 4 deletions src/extensions/caf.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/extensions/cafrun.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 2a8134d

Please sign in to comment.