Skip to content

Commit e0e8349

Browse files
author
Damian Rouson
committed
Merge pull request #153 from sourceryinstitute/propagate-copyright-file-name-change
Switch all ocurrences of COPYRIGHT-BSD3 to LICENSE
2 parents b23f2f4 + e1796d0 commit e0e8349

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ OpenCoarrays
88
============
99

1010
[![CI Build Status][build img]](https://travis-ci.org/sourceryinstitute/opencoarrays)
11-
[![GitHub license][license img]](./COPYRIGHT-BSD3)
11+
[![GitHub license][license img]](./LICENSE)
1212
[![Download as PDF][pdf img]](http://md2pdf.herokuapp.com/sourceryinstitute/opencoarrays/blob/master/README.pdf)
1313
<!-- [![GitHub release][release img]](https://github.com/sourceryinstitute/opencoarrays/releases/latest) -->
1414
<!-- [![Release Downloads][download img]](https://github.com/sourceryinstitute/opencoarrays/releases) -->

Diff for: install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ report_results()
794794
# Prepend the OpenCoarrays license to the setup.sh script:
795795
while IFS='' read -r line || [[ -n "$line" ]]; do
796796
echo "# $line" >> setup.sh
797-
done < "$opencoarrays_src_dir/COPYRIGHT-BSD3"
797+
done < "$opencoarrays_src_dir/LICENSE"
798798
echo "# " >> setup.sh
799799
echo "# Execute this script via the following commands: " >> setup.sh
800800
echo "# cd $install_path " >> setup.sh

Diff for: src/extensions/caf-foot

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ if [[ $1 == '-v' || $1 == '-V' || $1 == '--version' ]]; then
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"
7979
echo "BSD 3-Clause License. For more information about these matters, see"
80-
echo "the file named COPYRIGHT-BSD3."
80+
echo "the file named LICENSE."
8181
echo ""
8282
elif [[ $1 == '-w' || $1 == '--wrapping' || $1 == '--wraps' ]]; then
8383
echo "caf wraps CAFC=$CAFC"

Diff for: src/extensions/cafrun-foot

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ elif [[ $1 == '-v' || $1 == '-V' || $1 == '--version' ]]; then
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"
3737
echo "BSD 3-Clause License. For more information about these matters, see"
38-
echo "the file named COPYRIGHT-BSD3."
38+
echo "the file named LICENSE."
3939
echo ""
4040
elif [[ $1 == '-w' || $1 == '--wraps' ]]; then
4141
mpirun -v

0 commit comments

Comments
 (0)