Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ task :test do
url_ignore: [%r{https://github.com/github/choosealicense.com/edit/gh-pages/_licenses/},
%r{https://help.github.com},
%r{https://opensource.org},
%r{https://git.savannah.gnu.org}],
%r{https://git.savannah.gnu.org},
%r{https://www.gnu.org/licenses/license-recommendations.html}],
hydra: { max_concurrency: 10 },
check_img_http: true).run
end
Expand Down
4 changes: 2 additions & 2 deletions _licenses/gfdl-1.3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ how: Create a text file (typically named COPYING, as per GNU conventions) in the
note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice after the title of a licensed document. The boilerplate can be found at the "addendum" part of the license.

using:
GNU LilyPond (Documentation): https://git.savannah.gnu.org/cgit/lilypond.git/tree/COPYING.FDL
GNU Scientific Library (Documentation): https://git.savannah.gnu.org/cgit/gsl.git/tree/doc/_static/fdl.txt
Mastodon (Documentation): https://github.com/mastodon/documentation/blob/main/LICENSE
Regular Expression Museum: https://github.com/thaliaarchi/regexp-museum/blob/main/LICENSE
Comment thread
mlinksva marked this conversation as resolved.
Qt (Documentation): https://code.qt.io/cgit/qt/qt.git/tree/LICENSE.FDL

permissions:
Expand Down
Loading