BurntSushi / xgbutil

A utility library to make use of the X Go Binding easier. (Implements EWMH and ICCCM specs, key binding support, etc.)
Do What The F*ck You Want To Public License
195 stars 45 forks source link

WTFPL not supported by go.dev / no LICENSE file #54

Closed AlbinoGeek closed 3 years ago

AlbinoGeek commented 3 years ago

Go.dev will not show documentation for this library because there is no LICENSE file and the WTFPL is not in their supported list.

Perhaps you wish to use the Unlicense?

You can find more information on this issue here.

BurntSushi commented 3 years ago

because there is no LICENSE file

Yes there is. It's called COPYING and it's a standard idiom. And your link literally says this idiom is supported.

the WTFPL is not in their supported list

Oh well. Sorry. But I'm not playing this game again. I'm done relicensing things because of Google. If you want to see xgbutil's docs, then use a local godoc instance. Or use godoc.org until that is taken down.