Skip to content

Instantly share code, notes, and snippets.

@Bjwebb
Created November 22, 2013 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bjwebb/7602080 to your computer and use it in GitHub Desktop.
Save Bjwebb/7602080 to your computer and use it in GitHub Desktop.
cat * | jq '.result[] | .license_id' | sort | uniq -c | gist
1 "attribution"
381 "cc-by"
13 "cc-by-sa"
5 "cc-zero"
79 "notspecified"
16 null
52 "odc-odbl"
82 "odc-pddl"
1563 "other-at"
5 "other-nc"
162 "other-open"
441 "other-pd"
5 "ukcrown-withrights"
115 "uk-ogl"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment