Rename COPYRIGHT_DETAILS to LEGAL_DETAILS

Turns out GitHub's `Licensee` gem treats any file with the word
"copyright" in it as a potential license, and therefore doesn't
recognize and list Roc's license as UPL-1.0 because it thinks
there might be two licenses or something.

d274e47c71/lib/licensee/project_files/license_file.rb (L26)
This commit is contained in:
Richard Feldman 2021-04-22 21:52:06 -04:00
parent 7da58bcf9f
commit 60be120fc1
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_DETAILS file in the root directory of this distribution.
// the LEGAL_DETAILS file in the root directory of this distribution.
//
// Thank you, Markus!