Skip to content

Commit

Permalink
Updated URL for LicenseDetail (#135)
Browse files Browse the repository at this point in the history
* Updated URL for LicenseDetail
* update license wizard list
* using secure protocol
* remove incorrect url
  • Loading branch information
lpandath authored Sep 19, 2023
1 parent abd0776 commit 08e870c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion libs/damap/src/assets/i18n/templates/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
"description": "The most restrictive creative commons license. This only allows people to download and share your work for no commercial gain and for no other purposes."
},
"perlArtistic1": {
"name": "Artistic License 1.0",
"name": "Artistic License (Perl) 1.0",
"description": "NOTE: This license has been superseded by the Artistic License, Version 2.0. This is a license for software packages with the intent of giving the original copyright holder some measure of control over his software while still remaining open source. It is flexible and allows you to distribute or sell modified versions as long as you fulfill one of various conditions. Look at section 4 in the full text for a better explanation."
},
"perlArtistic2": {
Expand Down
44 changes: 22 additions & 22 deletions libs/damap/src/lib/widgets/license-wizard/license-wizard-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const pddl = {
name: 'license.wizard.license.pddl.name',
priority: 1,
available: false,
url: 'https://opendatacommons.org/licenses/pddl/summary/',
url: 'https://opendatacommons.org/license/pddl/summary/',
description: 'license.wizard.license.pddl.description',
categories: ['public', 'data', 'public-domain'],
labels: ['public']
Expand All @@ -38,7 +38,7 @@ export const ccBy = {
name: 'license.wizard.license.ccBy.name',
priority: 1,
available: true,
url: 'https://creativecommons.org/licenses/by/4.0/',
url: 'https://creativecommons.org/license/by/4.0/',
description: 'license.wizard.license.ccBy.description',
categories: ['public', 'data', 'by'],
labels: ['public', 'cc', 'by', 'opendata']
Expand All @@ -58,7 +58,7 @@ export const ccBySa = {
name: 'license.wizard.license.ccBySa.name',
priority: 1,
available: true,
url: 'https://creativecommons.org/licenses/by-sa/4.0/',
url: 'https://creativecommons.org/license/by-sa/4.0/',
description: 'license.wizard.license.ccBySa.description',
categories: ['public', 'data', 'by', 'sa'],
labels: ['public', 'cc', 'by', 'sa', 'opendata']
Expand All @@ -78,7 +78,7 @@ export const ccByNd = {
name: 'license.wizard.license.ccByNd.name',
priority: 1,
available: true,
url: 'https://creativecommons.org/licenses/by-nd/4.0/',
url: 'https://creativecommons.org/license/by-nd/4.0/',
description: 'license.wizard.license.ccByNd.description',
categories: ['public', 'data', 'by', 'nd'],
labels: ['public', 'cc', 'nd']
Expand All @@ -88,7 +88,7 @@ export const ccByNc = {
name: 'license.wizard.license.ccByNc.name',
priority: 1,
available: true,
url: 'https://creativecommons.org/licenses/by-nc/4.0/',
url: 'https://creativecommons.org/license/by-nc/4.0/',
description: 'license.wizard.license.ccByNc.description',
categories: ['public', 'data', 'by', 'nc'],
labels: ['public', 'cc', 'nc']
Expand All @@ -98,7 +98,7 @@ export const ccByNcSa = {
name: 'license.wizard.license.ccByNcSa.name',
priority: 1,
available: true,
url: 'https://creativecommons.org/licenses/by-nc-sa/4.0/',
url: 'https://creativecommons.org/license/by-nc-sa/4.0/',
description: 'license.wizard.license.ccByNcSa.description',
categories: ['public', 'data', 'by', 'nc', 'sa'],
labels: ['public', 'cc', 'by', 'nc', 'sa']
Expand All @@ -108,7 +108,7 @@ export const ccByNcNd = {
name: 'license.wizard.license.ccByNcNd.name',
priority: 1,
available: true,
url: 'https://creativecommons.org/licenses/by-nc-nd/4.0/',
url: 'https://creativecommons.org/license/by-nc-nd/4.0/',
description: 'license.wizard.license.ccByNcNd.description',
categories: ['public', 'data', 'by', 'nc', 'nd'],
labels: ['public', 'cc', 'by', 'nc', 'nd']
Expand All @@ -118,7 +118,7 @@ export const perlArtistic1 = {
name: 'license.wizard.license.perlArtistic1.name',
priority: 7,
available: true,
url: 'https://opensource.org/licenses/Artistic-Perl-1.0',
url: 'https://opensource.org/license/artistic-perl-1-0-2/',
description: 'license.wizard.license.perlArtistic1.description',
categories: ['public', 'software', 'perl'],
labels: ['public', 'perl']
Expand All @@ -128,7 +128,7 @@ export const perlArtistic2 = {
name: 'license.wizard.license.perlArtistic2.name',
priority: 8,
available: true,
url: 'https://opensource.org/licenses/Artistic-2.0',
url: 'https://opensource.org/license/artistic-2-0/',
description: 'license.wizard.license.perlArtistic2.description',
categories: ['public', 'software', 'perl'],
labels: ['public', 'perl', 'osi']
Expand All @@ -138,7 +138,7 @@ export const gpl2plus = {
name: 'license.wizard.license.gpl2plus.name',
priority: 10,
available: true,
url: 'https://opensource.org/licenses/GPL-2.0',
url: 'https://opensource.org/license/GPL-2.0',
description: 'license.wizard.license.gpl2plus.description',
categories: ['public', 'software', 'gpl', 'copyleft', 'strong'],
labels: ['public', 'gpl', 'copyleft'],
Expand All @@ -150,7 +150,7 @@ export const gpl2 = {
name: 'license.wizard.license.gpl2.name',
priority: 10,
available: false,
url: 'https://opensource.org/licenses/GPL-2.0',
url: 'https://opensource.org/license/GPL-2.0',
description: 'license.wizard.license.gpl2.description',
categories: ['public', 'software', 'gpl', 'copyleft', 'strong'],
labels: ['public', 'gpl', 'copyleft'],
Expand All @@ -162,7 +162,7 @@ export const gpl3 = {
name: 'license.wizard.license.gpl3.name',
priority: 11,
available: true,
url: 'https://opensource.org/licenses/GPL-3.0',
url: 'https://opensource.org/license/GPL-3.0',
description: 'license.wizard.license.gpl3.description',
categories: ['public', 'software', 'gpl', 'copyleft', 'strong'],
labels: ['public', 'gpl3', 'copyleft'],
Expand All @@ -186,7 +186,7 @@ export const agpl3 = {
name: 'license.wizard.license.agpl3.name',
priority: 51,
available: true,
url: 'https://opensource.org/licenses/AGPL-3.0',
url: 'https://opensource.org/license/agpl-v3/',
description: 'license.wizard.license.agpl3.description',
categories: ['public', 'software', 'agpl', 'copyleft', 'strong'],
labels: ['public', 'agpl3', 'copyleft'],
Expand All @@ -198,7 +198,7 @@ export const mpl2 = {
name: 'license.wizard.license.mpl2.name',
priority: 1,
available: true,
url: 'https://opensource.org/licenses/MPL-2.0',
url: 'https://opensource.org/license/MPL-2.0',
description: 'license.wizard.license.mpl2.description',
categories: ['public', 'software', 'copyleft', 'weak'],
labels: ['public', 'mozilla', 'copyleft'],
Expand All @@ -210,7 +210,7 @@ export const lgpl21plus = {
name: 'license.wizard.license.lgpl21plus.name',
priority: 2,
available: true,
url: 'https://opensource.org/licenses/LGPL-2.1',
url: 'https://opensource.org/license/LGPL-2.1',
description: 'license.wizard.license.lgpl21plus.description',
categories: ['public', 'software', 'copyleft', 'weak'],
labels: ['public', 'lgpl', 'copyleft'],
Expand All @@ -222,7 +222,7 @@ export const lgpl21 = {
name: 'license.wizard.license.lgpl21.name',
priority: 2,
available: false,
url: 'https://opensource.org/licenses/LGPL-2.1',
url: 'https://opensource.org/license/LGPL-2.1',
description: 'license.wizard.license.lgpl21.description',
categories: ['public', 'software', 'copyleft', 'weak'],
labels: ['public', 'lgpl', 'copyleft'],
Expand All @@ -234,7 +234,7 @@ export const lgpl3 = {
name: 'license.wizard.license.lgpl3.name',
priority: 3,
available: true,
url: 'https://opensource.org/licenses/LGPL-3.0',
url: 'https://opensource.org/license/LGPL-3.0',
description: 'license.wizard.license.lgpl3.description',
categories: ['public', 'software', 'copyleft', 'weak'],
labels: ['public', 'lgpl3', 'copyleft'],
Expand All @@ -246,7 +246,7 @@ export const epl1 = {
name: 'license.wizard.license.epl1.name',
priority: 4,
available: true,
url: 'https://opensource.org/licenses/EPL-1.0',
url: 'https://opensource.org/license/EPL-1.0',
description: 'license.wizard.license.epl1.description',
categories: ['public', 'software', 'copyleft', 'weak'],
labels: ['public', 'eclipse', 'copyleft'],
Expand All @@ -258,7 +258,7 @@ export const cddl1 = {
name: 'license.wizard.license.cddl1.name',
priority: 5,
available: true,
url: 'https://opensource.org/licenses/CDDL-1.0',
url: 'https://opensource.org/license/CDDL-1.0',
description: 'license.wizard.license.cddl1.description',
categories: ['public', 'software', 'copyleft', 'weak'],
labels: ['public', 'copyleft', 'osi'],
Expand All @@ -270,7 +270,7 @@ export const mit = {
name: 'license.wizard.license.mit.name',
priority: 1,
available: true,
url: 'https://opensource.org/licenses/mit-license.php',
url: 'https://opensource.org/license/mit/',
description: 'license.wizard.license.mit.description',
categories: ['public', 'software', 'permissive'],
labels: ['public', 'mit', 'osi'],
Expand All @@ -282,7 +282,7 @@ export const bsd3c = {
name: 'license.wizard.license.bsd3c.name',
priority: 2,
available: true,
url: 'https://opensource.org/licenses/BSD-3-Clause',
url: 'https://opensource.org/license/BSD-3-Clause',
description: 'license.wizard.license.bsd3c.description',
categories: ['public', 'software', 'permissive'],
labels: ['public', 'bsd', 'osi'],
Expand All @@ -294,7 +294,7 @@ export const bsd2c = {
name: 'license.wizard.license.bsd2c.name',
priority: 3,
available: true,
url: 'https://opensource.org/licenses/BSD-2-Clause',
url: 'https://opensource.org/license/BSD-2-Clause',
description: 'license.wizard.license.bsd2c.description',
categories: ['public', 'software', 'permissive'],
labels: ['public', 'bsd', 'osi'],
Expand Down

0 comments on commit 08e870c

Please sign in to comment.