Skip to content

Commit

Permalink
Merge pull request #1 from ai4os/licenses
Browse files Browse the repository at this point in the history
add AGPL-3.0-only license option
  • Loading branch information
vykozlov authored May 21, 2024
2 parents 10ad49d + f846a62 commit 83b62ff
Show file tree
Hide file tree
Showing 2 changed files with 667 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"author_email": "",
"description": "",
"app_version": "0.0.1",
"open_source_license": [ "MIT", "Apache 2.0", "BSD-3-Clause", "No license file" ],
"open_source_license": [ "MIT", "Apache 2.0", "BSD-3-Clause", "AGPL-3.0-only", "No license file" ],
"dockerhub_user": "ai4oshub",
"docker_baseimage": "tensorflow/tensorflow",
"baseimage_cpu_tag": "2.9.1",
"baseimage_gpu_tag": "2.9.1-gpu",
"failure_notify": false,

"__ai4_template": "ai4-template-adv/2.0.0",
"__ai4_template": "ai4-template-adv/2.0.1",

"__prompts__": {
"git_base_url": "\nRemote URL to host your new repositories (git), e.g.\n\thttps://github.com/ai4os-hub (i.e. at github)\n",
Expand All @@ -33,10 +33,11 @@
"open_source_license": {
"__prompt__": "Select one of the licenses, default is MIT. For more info: https://opensource.org/licenses",
"MIT": "MIT",
"Apache 2.0": "Apache 2.0",
"Apache 2.0": "Apache 2.0",
"BSD-3-Clause": "BSD-3-Clause",
"AGPL-3.0-only": "AGPL-3.0-only",
"No license file": "No license file"
},
},
"dockerhub_user": "\nUser account at hub.docker.com, e.g.\n\t'ai4oshub' in https://hub.docker.com/u/ai4oshub.\n",
"docker_baseimage": "\nDocker image your Dockerfile starts from (FROM <docker_baseimage>).\n\tDo not provide the tag, yet\n",
"baseimage_cpu_tag": "\nCPU tag for the baseimage, e.g. 2.9.1.\n\tShould match and use python3\n",
Expand Down
Loading

0 comments on commit 83b62ff

Please sign in to comment.