Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

License file not recognized by package website #68

Closed
idleberg opened this issue May 10, 2016 · 13 comments
Closed

License file not recognized by package website #68

idleberg opened this issue May 10, 2016 · 13 comments
Labels

Comments

@idleberg
Copy link

idleberg commented May 10, 2016

I've already created an issue for package-generator, but this is probably the more appropriate place for this issue:

The package generator creates a Markdown file as license (LICENSE.md), but that incompatible to the Atom package website, which expects a LICENSE file without extension. If a Markdown file is for the license, the License-button on the website will remain greyed out.

Ideally, the website would work with LICENSE, LICENSE.md and maybe LICENSE.txt.

@winstliu
Copy link

All three should work, but I believe there's currently a problem with the backend where it's not recognizing any license files.

/cc @lee-dohm

@winstliu winstliu added the bug label May 10, 2016
@lee-dohm
Copy link

We know about the problem and I have a manual process that can go through and clean things up as a workaround for now. It's not a 100% thing, kind of intermittent. The website supports all three versions and even will do its best to detect if you only specify the license by name in the package.json.

@danielbayley
Copy link

+1. I noticed this recently too.

@mattstratton
Copy link

+1 This is occurring on https://atom.io/packages/linter-cookstyle as well. I have tried renaming LICENSE to LICENSE.md and that didn't seem to matter.

@lee-dohm
Copy link

As I stated above, this isn't an issue with the name of the file, it is an intermittent website issue.

@ce3a
Copy link

ce3a commented Feb 14, 2017

Same issues here https://atom.io/packages/language-dts

@lee-dohm
Copy link

Ran the batch process to update all the packages. Everyone's license should be there now.

@JustParsa
Copy link

hi there! My package likewise seems to be having this issue https://atom.io/packages/atom-ember-component

@JustParsa
Copy link

@lee-dohm ^

@pixxx
Copy link

pixxx commented Mar 17, 2017

Can't this intermittent website issue get fixed?

@felipecrp
Copy link

Same problem here. Package.json with license, github repository with license, but atom package page is missing license. Check https://atom.io/packages/highlight-cursor-line

@felipecrp
Copy link

Problem solved today. I think atom package site have a delay to update license.

@jasonrudolph
Copy link

I believe there's currently a problem with the backend where it's not recognizing any license files.

We've deployed some updates that should resolve the problem. As you publish a new package (or a new version of an existing package), atom.io should correctly display your package's license. We've also backfilled the license info on atom.io for all previously published packages. If you continue to observe this problem, please let us know. 🙇

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

10 participants