diff options
| author | Christine Dodrill <xena@yolo-swag.com> | 2015-11-24 19:33:48 -0800 |
|---|---|---|
| committer | Christine Dodrill <xena@yolo-swag.com> | 2015-11-24 19:33:58 -0800 |
| commit | 86a81b59d9bdc8908e24ca24e2a5192e37066df5 (patch) | |
| tree | 27fe8d9898746f94ab12f9672b4a60e601af869a | |
| parent | 8254e5a64f584b55fe079342e0acf38879c30264 (diff) | |
| download | x-86a81b59d9bdc8908e24ca24e2a5192e37066df5.tar.xz x-86a81b59d9bdc8908e24ca24e2a5192e37066df5.zip | |
Add fair license
| -rw-r--r-- | license/licenses/licenses.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/license/licenses/licenses.go b/license/licenses/licenses.go index 9876532..a265533 100644 --- a/license/licenses/licenses.go +++ b/license/licenses/licenses.go @@ -30,9 +30,18 @@ func init() { "bola": BOLALicense, "downloadmii": DownloadMiiLicense, "sqlite": SQLiteBlessing, + "fair": FairLicense, } } +var FairLicense = `Copyright {{.Year}} {{.Name}} <{{.Email}}> + +Usage of the works is permitted provided that this instrument is retained +with the works, so that any entity that uses the works is notified of +this instrument. + +DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.` + var SQLiteBlessing = `The author disclaims copyright to this source code. In place of a legal notice, here is a blessing: |
