Skip to content

Commit 1e84322

Browse files
committed
doc: fix copyright dates & Fortran standard dates
1 parent d3159d8 commit 1e84322

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

CAF_ABI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Download this file as a PDF document
1818
This document describes the OpenCoarrays application binary interface (ABI) through
1919
which a compiler accesses coarray functionality. As such, the target audience for
2020
this document is compiler developers. Most application developers need only write
21-
standard-conforming Fortran 2008 or 2015 and compile their code with the OpenCoarrays
21+
standard-conforming Fortran 2008 or 2018 and compile their code with the OpenCoarrays
2222
`caf` compiler wrapper without knowledge of the ABI.
2323

2424
The actual function names in this document have a PREFIX in the source code to avoid

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,8 @@ less portable. Also, the static Makefiles provided in [src] lack several
448448
important capabilities. In particular, they will not build the tests;
449449
they will not generate the `caf` compiler wrapper that ensures correct linking
450450
and `cafrun` program launcher that ensures support for advanced features such
451-
as Fortran 2015 failed images; they will not build the [opencoarrays] module
452-
that can be used to provide some Fortran 2015 features with non-Fortran-2015
451+
as Fortran 2018 failed images; they will not build the [opencoarrays] module
452+
that can be used to provide some Fortran 2018 features with non-Fortran-2018
453453
compilers; nor do the static Makefiles provide a `make install` option so you
454454
will need to manually move the resultant library from the build location to your
455455
chosen installation location.

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2016-2020, Sourcery Institute
3+
Copyright (c) 2016-2022, Sourcery Institute
4+
Copyright (c) 2016-2022, Archaeologic Inc.
45
All rights reserved.
56

67
Redistribution and use in source and binary forms, with or without

install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# -- This script installs OpenCoarrays and its prerequisites.
66
#
77
# OpenCoarrays is distributed under the OSI-approved BSD 3-clause License:
8-
# Copyright (c) 2015-2016, Sourcery, Inc.
9-
# Copyright (c) 2015-2016, Sourcery Institute
8+
# Copyright (c) 2015-2022, Sourcery Institute
9+
# Copyright (c) 2015-2022, Archaeologic Inc.
1010
# All rights reserved.
1111
#
1212
# Redistribution and use in source and binary forms, with or without modification,
@@ -251,8 +251,8 @@ if [[ "${arg_v}" == "${__flag_present}" || "${arg_V}" == "opencoarrays" ]]; then
251251
echo "OpenCoarrays ${opencoarrays_version}"
252252
echo ""
253253
echo "OpenCoarrays installer"
254-
echo "Copyright (C) 2015-2016 Sourcery, Inc."
255-
echo "Copyright (C) 2015-2016 Sourcery Institute"
254+
echo "Copyright (C) 2015-2022 Sourcery Institute"
255+
echo "Copyright (C) 2015-2022 Archaeologic Inc."
256256
echo ""
257257
echo "OpenCoarrays comes with NO WARRANTY, to the extent permitted by law."
258258
echo "You may redistribute copies of ${this_script} under the terms of the"

0 commit comments

Comments
 (0)