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
--- a/lib/content/LICENSE-md.hbs+++ b/lib/content/LICENSE-md.hbs@@ -7,10 +7,10 @@ software for any purpose with or without fee is hereby
granted, provided that the above copyright notice and this
permission notice appear in all copies.
-THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
-EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT,+EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
Is there an existing issue for this?
Current Behavior
GitHub cannot detect the license of repos generated with this template. This is due to replacing
THE AUTHOR
withNPM
in the body of the license.GitHub uses the licensee gem to assert the license for a repo. This is the current state of that:
Expected Behavior
No response
Steps To Reproduce
With this change the assertion is successful
Environment
No response
The text was updated successfully, but these errors were encountered: