Skip to content

Commit c0cc5c5

Browse files
committed
Merge pull request #135 from sourceryinstitute/copyright-update-#130
Update copyright year for files touched in 2016
2 parents b7dc7a1 + 945f622 commit c0cc5c5

File tree

18 files changed

+22
-22
lines changed

18 files changed

+22
-22
lines changed

COPYRIGHT-BSD3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
interface, and compiler wrapper.
55

66
OpenCoarrays is distributed under the OSI-approved BSD 3-clause License:
7-
Copyright (c) 2015, Sourcery, Inc.
8-
Copyright (c) 2015, Sourcery Institute
7+
Copyright (c) 2015-2016, Sourcery, Inc.
8+
Copyright (c) 2015-2016, Sourcery Institute
99
All rights reserved.
1010

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

doc/dependency_tree/gitkeep.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ use_case=\
1414
command 'tree opencoarrays'."
1515
#
1616
# OpenCoarrays is distributed under the OSI-approved BSD 3-clause License:
17-
# Copyright (c) 2015, Sourcery, Inc.
18-
# Copyright (c) 2015, Sourcery Institute
17+
# Copyright (c) 2015, 2016, Sourcery, Inc.
18+
# Copyright (c) 2015, 2016, Sourcery Institute
1919
# All rights reserved.
2020
#
2121
# Redistribution and use in source and binary forms, with or without modification,

install_prerequisites/acceptable_compiler.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
! OpenCoarrays-aware version
66
!
77
! OpenCoarrays is distributed under the OSI-approved BSD 3-clause License:
8-
! Copyright (c) 2015, Sourcery, Inc.
9-
! Copyright (c) 2015, Sourcery Institute
8+
! Copyright (c) 2015, 2016, Sourcery, Inc.
9+
! Copyright (c) 2015, 2016, Sourcery Institute
1010
! All rights reserved.
1111
!
1212
! Redistribution and use in source and binary forms, with or without modification,

install_prerequisites/build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,8 +493,8 @@ elif [[ $1 == '-v' || $1 == '-V' || $1 == '--version' ]]; then
493493
# Print script copyright if invoked with -v, -V, or --version argument
494494
echo ""
495495
echo "OpenCoarrays prerequisites Build Script"
496-
echo "Copyright (C) 2015 Sourcery, Inc."
497-
echo "Copyright (C) 2015 Sourcery Institute"
496+
echo "Copyright (C) 2015-2016 Sourcery, Inc."
497+
echo "Copyright (C) 2015-2016 Sourcery Institute"
498498
echo ""
499499
echo "$this_script comes with NO WARRANTY, to the extent permitted by law."
500500
echo "You may redistribute copies of $this_script under the terms of the"

src/extensions/caf-foot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ link_args="-fcoarray=lib -lcaf_mpi"
7272
if [[ $1 == '-v' || $1 == '-V' || $1 == '--version' ]]; then
7373
echo ""
7474
echo "OpenCoarrays Coarray Fortran Compiler Wrapper (caf version $caf_version)"
75-
echo "Copyright (C) 2015 Sourcery, Inc."
75+
echo "Copyright (C) 2015-2016 Sourcery, Inc."
7676
echo ""
7777
echo "OpenCoarrays comes with NO WARRANTY, to the extent permitted by law."
7878
echo "You may redistribute copies of OpenCoarrays under the terms of the"

src/extensions/caf-head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Invokes the chosen Fortran compiler with the received command-line
66
# arguments.
77
#
8-
# Copyright (c) 2015, Sourcery, Inc.
8+
# Copyright (c) 2015-2016, Sourcery, Inc.
99
# All rights reserved.
1010
#
1111
# Redistribution and use in source and binary forms, with or without

src/extensions/cafrun-foot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if [ $# == 0 ]; then
3030
elif [[ $1 == '-v' || $1 == '-V' || $1 == '--version' ]]; then
3131
echo ""
3232
echo "OpenCoarrays Coarray Fortran Executable Launcher (caf version $caf_version)"
33-
echo "Copyright (C) 2015 Sourcery, Inc."
33+
echo "Copyright (C) 2015-2016 Sourcery, Inc."
3434
echo ""
3535
echo "OpenCoarrays comes with NO WARRANTY, to the extent permitted by law."
3636
echo "You may redistribute copies of OpenCoarrays under the terms of the"

src/extensions/cafrun-head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Coarray Fortran (CAF) Executable Launcher
44
#
5-
# Copyright (c) 2015, Sourcery, Inc.
5+
# Copyright (c) 2015-2016, Sourcery, Inc.
66
# All rights reserved.
77
#
88
# Redistribution and use in source and binary forms, with or without

src/extensions/opencoarrays.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
! Fortran 2015 feature support for Fortran 2008 compilers
22
!
3-
! Copyright (c) 2015, Sourcery, Inc.
3+
! Copyright (c) 2015-2016, Sourcery, Inc.
44
! All rights reserved.
55
!
66
! Redistribution and use in source and binary forms, with or without

src/libcaf-gfortran-descriptor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* One-sided MPI implementation of Libcaf
22
3-
Copyright (c) 2012-2015, Sourcery, Inc.
3+
Copyright (c) 2012-2016, Sourcery, Inc.
44
All rights reserved.
55
66
Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)