mr-karan / doggo

:dog: Command-line DNS Client for Humans. Written in Golang
https://doggo.mrkaran.dev/
GNU General Public License v3.0
3.07k stars 101 forks source link

GPL-3.0 is a deprecated SPDX license #43

Closed chenrui333 closed 2 years ago

chenrui333 commented 2 years ago

GPL-3.0 is deprecated by SPDX, please consider using GPL-3.0-only or GPL-3.0-or-later. Thanks!

relates to Homebrew/homebrew-core#104286

mr-karan commented 2 years ago

@chenrui333 Hi. I've used the LICENSE text from https://choosealicense.com/licenses/gpl-3.0/#. If you click on the Source in the text page, it redirects to https://spdx.org/licenses/GPL-3.0-or-later.html which is the one you suggested.

Sorry if I'm missing something here, the LICENSE looks alright according to the above information?

chenrui333 commented 2 years ago

Yeah, you missed the license header info (the only difference between -only and -or-later). But thanks for clarifying it though!

chenrui333 commented 2 years ago

@mr-karan I filed a PR to include the license header into the README, let me know if that works for you. Thanks!

mr-karan commented 2 years ago

Sure, thanks a lot!