wneessen / go-mail

📧 Easy to use, yet comprehensive library for sending mails with Go
https://go-mail.dev
MIT License
680 stars 48 forks source link

Reuse compliance #24

Closed wneessen closed 2 years ago

wneessen commented 2 years ago

Is your feature request related to a problem? Please describe.

TIL learned about Reuse: https://reuse.software/dev/

Let's make go-mail Reuse compliant, so other projects can implement it without running into licensing issue. Even though the library does not include any 3rd parties. We can make it easy for other projects.

Describe the solution you'd like

Implement reuse compliance.

Describe alternatives you've considered

No response

Additional context

No response

wneessen commented 2 years ago

REUSE compliance has been established with PR #25.