You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
section=`## LICENSE ✔️\n\nA \`LICENSE\` file is found at the root level of the repository.\n\n${badge}\n\n`;
546
+
section=`## LICENSE ✔️\n\nA \`${license.path}\` file is found at the root level of the repository.\n\n**Detected license:** \`${licenseId}\` (SPDX identifier)\n\n${badge}\n\n`;
`## LICENSE ❗\n\nYour \`LICENSE\` file needs verification. This can happen when:\n`+
549
+
`## LICENSE ❗\n\nYour \`${license.path}\` file needs verification. This can happen when:\n`+
550
550
`- Your license content was modified and we need you to confirm the license type\n`+
551
551
`- You're using a license that GitHub doesn't recognize but may still be a valid SPDX license\n`+
552
552
`- You're using a truly custom license\n\n`+
553
553
`> [!NOTE]\n> If you plan to archive on Zenodo, you'll need to select a license from the SPDX license list. Custom licenses are not currently supported by Zenodo's API.\n\n`+
554
554
`Click the "Edit license" button below to **confirm your license type** (select from the dropdown and choose "Keep existing content") or provide a custom license title.\n\n${badge}\n\n`;
section=`## LICENSE ✔️\n\nA custom \`LICENSE\` file titled as **${customLicenseTitle}**, has been found at the root level of this repository. If you would like to update the title or change license, click the "Edit license" button below.\n\n${badge}\n\n`;
556
+
section=`## LICENSE ✔️\n\nA custom \`${license.path}\` file titled as **${customLicenseTitle}**, has been found at the root level of this repository. If you would like to update the title or change license, click the "Edit license" button below.\n\n${badge}\n\n`;
557
557
}else{
558
558
section=
559
559
`## LICENSE ❌\n\nTo make your software reusable, a \`LICENSE\` file is expected at the root level of your repository.\n`+
0 commit comments