summaryrefslogtreecommitdiff
path: root/LICENSE
AgeCommit message (Collapse)Author
2023-01-25mv LICENSE LICENSE.txtLuke Shumaker
2023-01-25LICENSE: Split the GPL to a separate fileLuke Shumaker
I'm hoping the pkg.go.dev will now detect it as "BSD-3-Clause, GPL-2.0-or-later" instead of "BSD-3-Clause, GPL-2.0, GPL-2.0-or-later".
2022-09-19Combine all of the license files in to a single LICENSEv0.1.0Luke Shumaker
In hopes of appeasing the pkg.go.dev license detector. I chose "LICENSE" instead of "COPYING.txt" so I wouldn't need to edit the statements in all of the borrowed_*.go files.
2022-08-13set up as a separate repoLuke Shumaker