Skip to content

Commit 30db78b

Browse files
committed
Fixes #546 -- Fix copyright year on new src files
1 parent e6c15b6 commit 30db78b

File tree

3 files changed

+33
-13
lines changed

3 files changed

+33
-13
lines changed

src/iso-fortran-binding/ISO_Fortran_binding.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
OpenCoarrays is distributed under the OSI-approved BSD 3-clause License:
33
OpenCoarrays -- ISO_Fortran_binding standard-compliant interoperability with
44
C.
5-
Copyright (c) 2015, Sourcery, Inc.
6-
Copyright (c) 2015, Sourcery Institute
5+
Copyright (c) 2018, Sourcery, Inc.
6+
Copyright (c) 2018, Sourcery Institute
77
All rights reserved.
88
99
Redistribution and use in source and binary forms, with or without

src/iso-fortran-binding/ISO_Fortran_binding.h

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,37 @@
11
/*
22
OpenCoarrays is distributed under the OSI-approved BSD 3-clause License:
33
OpenCoarrays -- ISO_Fortran_binding standard-compliant interoperability with C.
4-
Copyright (c) 2015, Sourcery, Inc.
5-
Copyright (c) 2015, Sourcery Institute
4+
Copyright (c) 2018, Sourcery, Inc.
5+
Copyright (c) 2018, Sourcery Institute
66
All rights reserved.
77
8-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
9-
10-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
11-
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
12-
3. Neither the names of the copyright holders nor the names of their contributors may be used to endorse or promote products derived from this software without specific prior written permission.
13-
14-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8+
Redistribution and use in source and binary forms, with or without
9+
modification, are permitted provided that the following conditions
10+
are met:
11+
12+
1. Redistributions of source code must retain the above copyright
13+
notice, this list of conditions and the following disclaimer.
14+
2. Redistributions in binary form must reproduce the above
15+
copyright notice, this list of conditions and the following
16+
disclaimer in the documentation and/or other materials provided
17+
with the distribution.
18+
3. Neither the names of the copyright holders nor the names of
19+
their contributors may be used to endorse or promote products
20+
derived from this software without specific prior written
21+
permission.
22+
23+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
24+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
26+
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
27+
COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
28+
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
29+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
30+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31+
HnnnOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
32+
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
33+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
34+
OF THE POSSIBILITY OF SUCH DAMAGE.
1535
*/
1636

1737
#ifndef ISO_FORTRAN_BINDING_H

src/tests/unit/iso-fortran-binding/ISO_Fortran_binding_tests.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
OpenCoarrays is distributed under the OSI-approved BSD 3-clause License:
33
OpenCoarrays -- ISO_Fortran_binding standard-compliant interoperability with
44
C.
5-
Copyright (c) 2015, Sourcery, Inc.
6-
Copyright (c) 2015, Sourcery Institute
5+
Copyright (c) 2018, Sourcery, Inc.
6+
Copyright (c) 2018, Sourcery Institute
77
All rights reserved.
88
99
Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)