Skip to content

Commit 2e11277

Browse files
committed
doc: update additional copyright dates
1 parent 1e84322 commit 2e11277

File tree

4 files changed

+12
-17
lines changed

4 files changed

+12
-17
lines changed

prerequisites/check_version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# -- Verify whether an OpenCoarrays prerequisite meets the required minimum version number.
66
#
77
# OpenCoarrays is distributed under the OSI-approved BSD 3-clause License:
8-
# Copyright (c) 2015-2020, Sourcery, Inc.
9-
# Copyright (c) 2015-2020, 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,

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-2020, Sourcery Institute
11-
# Copyright (c) 2015-2020, Sourcery, Inc.
10+
# Copyright (c) 2015-2022, Sourcery Institute
11+
# Copyright (c) 2015-2022, Archaeologic Inc.
1212
# All rights reserved.
1313
#
1414
# Redistribution and use in source and binary forms, with or without
@@ -305,8 +305,8 @@ fi
305305
if [[ ${1} == -[vV] || ${1} == '--version' ]]; then
306306
echo ""
307307
echo "OpenCoarrays Coarray Fortran Compiler Wrapper (caf version ${caf_version})"
308-
echo "Copyright (C) 2015-2020 Sourcery Institute"
309-
echo "Copyright (C) 2015-2020 Sourcery, Inc."
308+
echo "Copyright (C) 2015-2022 Sourcery Institute"
309+
echo "Copyright (C) 2015-2022 Archaeologic Inc."
310310
echo ""
311311
echo "OpenCoarrays comes with NO WARRANTY, to the extent permitted by law."
312312
echo "You may redistribute copies of OpenCoarrays under the terms of the"

src/extensions/cafrun.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
#
33
# Coarray Fortran (CAF) Executable Launcher version @CAF_VERSION@
44
#
5-
# Copyright (c) 2015-2020, Sourcery, Inc.
5+
# Copyright (c) 2015-2022, Sourcery Institute
6+
# Copyright (c) 2015-2022, Archaeologic Inc.
67
# All rights reserved.
78
#
89
# Redistribution and use in source and binary forms, with or without
@@ -214,7 +215,8 @@ if ((${#} == 0)); then
214215
elif [[ "${1}" == -[vV] || "${1}" == '--version' ]]; then
215216
echo ""
216217
echo "OpenCoarrays Coarray Fortran Executable Launcher (cafrun version ${caf_version})"
217-
echo "Copyright (C) 2015-2020 Sourcery, Inc."
218+
echo "Copyright (C) 2015-2022 Sourcery Institute"
219+
echo "Copyright (C) 2015-2022 Archaeologic Inc."
218220
echo ""
219221
echo "OpenCoarrays comes with NO WARRANTY, to the extent permitted by law."
220222
echo "You may redistribute copies of OpenCoarrays under the terms of the"

src/mpi/mpi_caf.c

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/* One-sided MPI implementation of Libcaf
22
*
3-
* Copyright (c) 2012-2018, Sourcery, Inc.
3+
* Copyright (c) 2012-2022, Sourcery Institute
4+
* Copyright (c) 2012-2022, Archaeolgoic Inc.
45
* All rights reserved.
56
*
67
* Redistribution and use in source and binary forms, with or without
@@ -25,14 +26,6 @@
2526
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2627
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
2728

28-
/****l* mpi/mpi_caf.c
29-
* NAME
30-
* mpi_caf
31-
* SYNOPSIS
32-
* This program implements the LIBCAF_MPI transport layer.
33-
******
34-
*/
35-
3629
#include <stdio.h>
3730
#include <stdlib.h>
3831
#include <string.h> /* For memcpy. */

0 commit comments

Comments
 (0)