dwyl / auth

🚪 🔐 UX-focussed Turnkey Authentication Solution for Web Apps/APIs (Documented, Tested & Maintained)
https://authdemo.fly.dev
GNU General Public License v2.0
135 stars 9 forks source link

Chore: Update License identifier in mix.exs #188

Closed nelsonic closed 2 years ago

nelsonic commented 2 years ago

At present when we run mix hex.publish we see the following message:

The following licenses are not recognized by SPDX:
 * GNU GPL v2.0

Consider using licenses from https://spdx.org/licenses

Todo:

https://spdx.org/licenses/

image
nelsonic commented 2 years ago

PR: #189 assigned to @SimonLab ⏳

nelsonic commented 2 years ago

Thanks @SimonLab for quick review & merge. 🙌

No longer get the warning when attempting to publish:

 Version: 1.6.6
  Build tools: mix
  Description: Turnkey Auth Auth Application
  Licenses: GPL-2.0-or-later
  Links:
    GitHub: https://github.com/dwyl/auth
  Elixir: ~> 1.12
Before publishing, please read the Code of Conduct: https://hex.pm/policies/codeofconduct

Publishing package to public repository hexpm.

Proceed? [Yn] y
SimonLab commented 2 years ago

Thanks for the update. I wasn't sure what spdx means: https://en.wikipedia.org/wiki/Software_Package_Data_Exchange:

image

nelsonic commented 2 years ago

Yeah, I didn't know either. Googled it. Forgot to share the link. Thanks @SimonLab 🙌