Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-07 | fixup! Fix compilation with Go 1.20 | Luke Shumaker | |
This invovles upgrading golangci-lint, as v1.51.0 is needed to support Go 1.20. | |||
2023-01-25 | LICENSE: Split the GPL to a separate file | Luke 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-19 | Combine all of the license files in to a single LICENSEv0.1.0 | Luke 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-17 | Borrow more test files [ci-skip] | Luke Shumaker | |
2022-08-15 | Makefile: Add tools for diffing borrowed files against upstream | Luke Shumaker | |
2022-08-13 | set up as a separate repo | Luke Shumaker | |
2022-07-10 | Add license and copyright info | Luke Shumaker | |
2022-07-10 | Rename the module, mv pkg lib | Luke Shumaker | |
2022-07-10 | Integrate pkg/btrfs/Makefile in to Makefile and .build.yml | Luke Shumaker | |
2022-07-08 | Add a Makefile that runs lint and stuff | Luke Shumaker | |