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
licenses.js would be a JSON file with a description of the available licenses. Each license would have the following fields: id (slug), full name, version, text file name, header file name. I'm considering something along the format of:
Maybe having separate folders for the header and text files are unnecessary with this config file? A user could specify a specific version as [email protected] or use the newest (or only) version with just a-license.
Thoughts?
The text was updated successfully, but these errors were encountered:
+1 on adding source URL, just for the sake of documenting where someone picked up the license if there is any confusion. I'm not sure what description would hold. What were you thinking?
BSD2/3 wouldn't really be versions... so there would be bsd2 and bsd3 but only one version of each. Versions would only happen with things like gpl... gpl@2, [email protected], gpl@3, or just gpl as an alias for gpl@3. We could also have aliases so bsd would reference bsd3 by default.
I'm considering changing the format of the repo to something like:
licenses.js would be a JSON file with a description of the available licenses. Each license would have the following fields: id (slug), full name, version, text file name, header file name. I'm considering something along the format of:
Maybe having separate folders for the header and text files are unnecessary with this config file? A user could specify a specific version as [email protected] or use the newest (or only) version with just a-license.
Thoughts?
The text was updated successfully, but these errors were encountered: