File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ OpenCoarrays
8
8
============
9
9
10
10
[ ![ CI Build Status] [ build img ]] ( https://travis-ci.org/sourceryinstitute/opencoarrays )
11
- [ ![ GitHub license] [ license img ]] ( ./COPYRIGHT-BSD3 )
11
+ [ ![ GitHub license] [ license img ]] ( ./LICENSE )
12
12
[ ![ Download as PDF] [ pdf img ]] ( http://md2pdf.herokuapp.com/sourceryinstitute/opencoarrays/blob/master/README.pdf )
13
13
<!-- [![GitHub release][release img]](https://github.com/sourceryinstitute/opencoarrays/releases/latest) -->
14
14
<!-- [![Release Downloads][download img]](https://github.com/sourceryinstitute/opencoarrays/releases) -->
Original file line number Diff line number Diff line change @@ -794,7 +794,7 @@ report_results()
794
794
# Prepend the OpenCoarrays license to the setup.sh script:
795
795
while IFS=' ' read -r line || [[ -n " $line " ]]; do
796
796
echo " # $line " >> setup.sh
797
- done < " $opencoarrays_src_dir /COPYRIGHT-BSD3 "
797
+ done < " $opencoarrays_src_dir /LICENSE "
798
798
echo " # " >> setup.sh
799
799
echo " # Execute this script via the following commands: " >> setup.sh
800
800
echo " # cd $install_path " >> setup.sh
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ if [[ $1 == '-v' || $1 == '-V' || $1 == '--version' ]]; then
77
77
echo "OpenCoarrays comes with NO WARRANTY, to the extent permitted by law."
78
78
echo "You may redistribute copies of OpenCoarrays under the terms of the"
79
79
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 ."
81
81
echo ""
82
82
elif [[ $1 == '-w' || $1 == '--wrapping' || $1 == '--wraps' ]]; then
83
83
echo "caf wraps CAFC=$CAFC"
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ elif [[ $1 == '-v' || $1 == '-V' || $1 == '--version' ]]; then
35
35
echo "OpenCoarrays comes with NO WARRANTY, to the extent permitted by law."
36
36
echo "You may redistribute copies of OpenCoarrays under the terms of the"
37
37
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 ."
39
39
echo ""
40
40
elif [[ $1 == '-w' || $1 == '--wraps' ]]; then
41
41
mpirun -v
You can’t perform that action at this time.
0 commit comments