File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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) -->
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ""
8282elif [[ $1 == '-w' || $1 == '--wrapping' || $1 == '--wraps' ]]; then
8383 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
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 ""
4040elif [[ $1 == '-w' || $1 == '--wraps' ]]; then
4141 mpirun -v
You can’t perform that action at this time.
0 commit comments