moodlehq / moodle-docker

A docker environment for moodle developers
GNU General Public License v3.0
373 stars 244 forks source link

Missing license information #227

Closed skodak closed 1 year ago

skodak commented 1 year ago

Hi @stronk7,

you are saying that "Contributions Are extremely welcome!", but I did not find any license / copyright information in this repository.

Is this code licensed with GNU GPL, MIT or anything else?

I suppose the license info could be added via a standard .composer.json file:

{
    "name": "moodlehq/moodle-docker",
    "license": "GPL-3.0-or-later",
    "description": "Docker Containers for Moodle Developers",
    "type": "project",
    "homepage": "https://github.com/moodlehq/moodle-docker/"
}

Ciao, Petr

skodak commented 1 year ago

patch proposal in https://github.com/moodlehq/moodle-docker/pull/228