Skip to content
Snippets Groups Projects
Commit acbaf1d9 authored by Marcela Ribeiro de Oliveira's avatar Marcela Ribeiro de Oliveira
Browse files

Merge branch 'update-licenses' into 'master'

add option 'No information available' in licenses

See merge request portalmec/portalmec!486
parents 902d9182 cef8e90d
No related branches found
No related tags found
No related merge requests found
......@@ -27,3 +27,4 @@ License.create(name: 'MIT', description: 'MIT', url: 'https://opensource.org/lic
License.create(name: 'GPL-2.0', description: 'GNU General Public License v2', url: 'https://opensource.org/licenses/GPL-2.0', image_url: '')
License.create(name: 'GPL-3.0', description: 'GNU General Public License v3', url: 'https://opensource.org/licenses/GPL-3.0', image_url: '')
License.create(name: 'Apache', description: 'Apache v2', url: 'https://www.apache.org/licenses/LICENSE-2.0', image_url: '')
License.create(name: 'No information available', description: 'No information available', url: '', image_url: '')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment