Rename COPYRIGHT file to COPYRIGHT_DETAILS

This way, GitHub's license finder doesn't get confused.
(They use the `Licensee` Ruby gem, which looks for files like
LICENSE, which we have, but also COPYRIGHT - and it apparently
gets confused if it sees both.)
This commit is contained in:
Richard Feldman 2021-04-22 12:57:00 -04:00
parent 137f327087
commit f34a75f26e
8 changed files with 7 additions and 7 deletions

View file

@ -9,7 +9,7 @@ use roc_region::all::{Located, Region};
// BinOp precedence logic adapted from Gluon by Markus Westerlind
// https://github.com/gluon-lang/gluon - license information can be found in
// the COPYRIGHT file in the root directory of this distribution.
// the COPYRIGHT_DETAILS file in the root directory of this distribution.
//
// Thank you, Markus!