New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GNU Free Documentation License v1.3 #918
Conversation
Co-authored-by: Mike Linksvayer <mlinksva@github.com>
Reword to try to make work for all situations
|
Projects that appear to use the GNU Free Documentation License for their documentation:
Basically I went through the list on the GNU website looking for packages I recognized and that others would likely recognize, then checked the documentation for mention of a license: some packages don't mention any license where I could find it quickly (nano, R), others use a different license (the Octave manual seems to use a simplified variant of CC-BY-SA). I'm not sure what the policy is for what projects to include and which are redundant. If you want a longer list, GNU bison, autotools, make, guile, grep, awk, and sed probably also use GFDL for their manuals and have decent name recognition. |
|
Ah, that's where the delay's coming from. If texinfo's similar to LaTeX, it might be possible to just strip out the commands (
The first few I found scrolling through one of the searches linked in a previous post and backtracing to the actual repositories; the others by poking through https://git.savannah.gnu.org/cgit/. |
|
Just leaving a note that most of Wikipedia's content (in particular, all content published before 15 June 2009) is available under the GFDL. Since that's not the current default license for new content, it's probably not a good example to use in choosealicense.com, but given its sheer size and significance, I thought I'd mention it anyway. |
|
GNU nano docs are using FDL-1.2, that's why the tests are failing. I'd like fairly clear examples, and for LilyPond and GSL it's pretty clear that their docs are what is licensed. I can't easily tell from looking at the repos of the various Qt examples what FDL-1.3 applies to. Are there any other clear examples? @waldyrious I do recall. |
|
|
@mlinksva shouldn't GFDL be explicitly mentioned in the Documentation section of https://choosealicense.com/non-software/? |
No description provided.