Changeset 813 in code for trunk/README.md
- Timestamp:
- Mar 23, 2023, 7:27:39 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.md
r812 r813 17 17 - Go 18 18 - BSD or GNU make 19 - a C89 compiler (for SQLite)20 19 - scdoc (optional, for man pages) 21 20 … … 27 26 For development, you can use `go run ./cmd/suika` as usual. 28 27 29 To link with the system libsqlite3, set `GOFLAGS="-tags=libsqlite3"`. 28 ## License 29 AGPLv3, see [LICENSE](LICENSE). 30 30 31 ## License 32 33 AGPLv3, see LICENSE. 34 35 Copyright (C) 2020 The soju Contributors 36 Copyright (C) 2023-present Aoi K. 31 * Copyright (C) 2020 The soju Contributors 32 * Copyright (C) 2023-present Aoi K. 37 33 38 34 The code for `version.go` is stolen verbatim from one of [@prologic](https://git.mills.io/prologic)'s projects. It's probably under MIT
Note:
See TracChangeset
for help on using the changeset viewer.