From 00248bc51504f35dd22006c6d5db8a6ca38f22a1 Mon Sep 17 00:00:00 2001 From: Alex Heneveld Date: Tue, 16 Feb 2016 17:01:00 +0000 Subject: [PATCH] add font awesome items to license db --- dist/licensing/overrides.yaml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/dist/licensing/overrides.yaml b/dist/licensing/overrides.yaml index c714bece2a..830d743b89 100644 --- a/dist/licensing/overrides.yaml +++ b/dist/licensing/overrides.yaml @@ -386,7 +386,24 @@ name: jQuery Cookie Plugin version: 1.3.1 url: https://github.com/carhartl/jquery-cookie - notice: Copyright (c) 2013 Klaus Hartl + notice: Copyright (c) Klaus Hartl (2013) license: MIT +- id: font-awesome-fonts + name: Font Awesome (fonts) + version: 4.5.0 + url: http://fontawesome.io/ + files: "font-awesome/fonts/*" + notice: Copyright (c) Dave Gandy (2016) + license: + - url: "http://scripts.sil.org/OFL" + name: SIL OFL 1.1 + +- id: font-awesome-code + name: Font Awesome (code) + version: 4.5.0 + url: http://fontawesome.io/ + files: "font-awesome/{css,scss,less}/*" + notice: Copyright (c) Dave Gandy (2016) + license: MIT