Skip to content

Commit c43ee38

Browse files
authored
Merge pull request #468 from github/cowan-wizard
New home for John Cowan's license selection wizard
2 parents bba25c9 + 74ec63e commit c43ee38

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ gem 'github-pages', versions['github-pages']
88

99
group :development do
1010
gem 'colored'
11-
gem 'terminal-table'
1211
gem 'fuzzy_match'
12+
gem 'terminal-table'
1313
end
1414

1515
group :test do
1616
gem 'html-proofer', '~> 3.0'
17+
gem 'nokogiri'
1718
gem 'rake'
1819
gem 'rspec'
19-
gem 'nokogiri'
2020
gem 'rubocop'
2121
end

about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ See our [appendix](/appendix) for a table of all of the licenses cataloged in th
2323
* Linux Foundation's [SPDX License List](https://spdx.org/licenses/)
2424
* [Comparison of free and open-source software licenses](https://en.wikipedia.org/wiki/Comparison_of_free_and_open-source_software_licenses) on English Wikipedia
2525
* [License differentiator](http://www.oss-watch.ac.uk/apps/licdiff/) ([source](https://github.com/ox-it/licdiff)) from [OSS Watch](http://www.oss-watch.ac.uk/)
26-
* [Free/Libre/Open Source license selection wizard](http://web.archive.org/web/20160801055258/http://home.ccil.org/~cowan/floss/) by John Cowan
26+
* [Free/Libre/Open Source license selection wizard](http://vrici.lojban.org/~cowan/floss/) by John Cowan
2727

2828
## Help us improve it
2929

0 commit comments

Comments
 (0)