summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2023-02-07fixup! Fix compilation with Go 1.20Luke Shumaker
This invovles upgrading golangci-lint, as v1.51.0 is needed to support Go 1.20.
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-17Borrow more test files [ci-skip]Luke Shumaker
2022-08-15Makefile: Add tools for diffing borrowed files against upstreamLuke Shumaker
2022-08-13set up as a separate repoLuke Shumaker
2022-07-10Add license and copyright infoLuke Shumaker
2022-07-10Rename the module, mv pkg libLuke Shumaker
2022-07-10Integrate pkg/btrfs/Makefile in to Makefile and .build.ymlLuke Shumaker
2022-07-08Add a Makefile that runs lint and stuffLuke Shumaker