ThreeDotsLabs / wild-workouts-go-ddd-example

Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.
https://threedots.tech
MIT License
5.14k stars 472 forks source link

Lincense of this code #9

Closed blaggacao closed 3 years ago

blaggacao commented 3 years ago

I want to attribute proper authorship and SPDX-License-Identifier for code that I'm adopting from the ./internal/common and other packages. I would be going with:

// Copyright © 2020 Miłosz Smółka <hmilosz@threedotslabs.com>
// Copyright © 2020 Robert Laszczak <robert@threedotslabs.com>
// SPDX-License-Identifier: MIT

Please let me know if that is fine or if there are any objections.

m110 commented 3 years ago

Seems correct, apart from a typo in my e-mail address. 😁

resnickmicah commented 3 years ago

I see in @blaggacao 's comment that he identifies the license for this repo as MIT, but I don't see a license file in the root director.? I did a search of the repo and didn't find any mention of a license either. Is this code MIT-licensed? If so, can you add a copy of it to the root of this repository?