Author: jleroux
Date: Thu Nov 16 05:54:23 2017
New Revision: 1815412

URL: http://svn.apache.org/viewvc?rev=1815412&view=rev
Log:
No functional change.

With this fix, about the Quicksand Google font licensed under the 
SIL OPEN FONT LICENSE Version 1.1, we are now clear from all licensing issues
Though we are still waiting for INFRA-15466 to check the RAT Buildbot result...

BTW I referred to https://nifi.apache.org/licensing-guide.html about how to
handle this case. Only a change in NOTICE was needed, not in LICENSE. Nice TLP
document, that I'll check again later...

Modified:
    ofbiz/ofbiz-framework/trunk/NOTICE
    ofbiz/ofbiz-framework/trunk/themes/rainbowstone/README.md
    ofbiz/tools/rat-excludes.txt

Modified: ofbiz/ofbiz-framework/trunk/NOTICE
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/NOTICE?rev=1815412&r1=1815411&r2=1815412&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/NOTICE (original)
+++ ofbiz/ofbiz-framework/trunk/NOTICE Thu Nov 16 05:54:23 2017
@@ -3,3 +3,8 @@ Copyright 2001-2017 The Apache Software
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).
+=========================================================================
+
+This product bundles the "Quicksand Google font", which is available
+under the "SIL OFL License 1.1" license.
+For details, see themes/rainbowstone/webapp/rainbowstone/fonts/quicksand

Modified: ofbiz/ofbiz-framework/trunk/themes/rainbowstone/README.md
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/rainbowstone/README.md?rev=1815412&r1=1815411&r2=1815412&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/rainbowstone/README.md (original)
+++ ofbiz/ofbiz-framework/trunk/themes/rainbowstone/README.md Thu Nov 16 
05:54:23 2017
@@ -5,6 +5,9 @@ This back-end OFBiz theme is bootstrap b
 
 <img 
src="http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/images/themeRuby.png";
 alt="Rainbowstone ruby colour variant" />
 
+## License
+The Rainbowstone theme uses the Quicksand Google font 
https://fonts.google.com/specimen/Quicksand which is licensed under the [SIL 
OPEN FONT LICENSE Version 
1.1](https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/fonts/quicksand/Quicksand
 SIL OFL License 1.1.txt "SIL OPEN FONT LICENSE Version 1.1")
+
 ## more information
 For more information about this component visit the product page in the OFBiz 
WIKI, 
 which can be found at 
https://cwiki.apache.org/confluence/display/OFBIZ/Rainbowstone
@@ -13,4 +16,5 @@ which can be found at https://cwiki.apac
 JIRA issues related to this component can be found at 
https://issues.apache.org/jira/browse/OFBIZ/component/12313460
 
 ## commits
-Committed revisions can be viewed at 
https://svn.apache.org/viewvc/ofbiz/trunk/themes/rainbowstone/
\ No newline at end of file
+Committed revisions can be viewed at 
https://svn.apache.org/viewvc/ofbiz/trunk/themes/rainbowstone/
+  
\ No newline at end of file

Modified: ofbiz/tools/rat-excludes.txt
URL: 
http://svn.apache.org/viewvc/ofbiz/tools/rat-excludes.txt?rev=1815412&r1=1815411&r2=1815412&view=diff
==============================================================================
--- ofbiz/tools/rat-excludes.txt (original)
+++ ofbiz/tools/rat-excludes.txt Thu Nov 16 05:54:23 2017
@@ -53,10 +53,11 @@ README.md
 **/plugins/solr/home/zoo.cfg
 **/themes/common/webapp/common/js/jquery/**
 **/themes/common/webapp/common/js/plugins/**
-**//themes/common/webapp/images/**
+**/themes/common/webapp/images/**
 **/themes/rainbowstone/webapp/rainbowstone/flags/**
 **/themes/rainbowstone/webapp/rainbowstone/images/**
-**/less.min.js
+**/themes/rainbowstone/webapp/rainbowstone/fonts/quicksand/**
 **/themes/rainbowstone/webapp/rainbowstone/*.less
+**/less.min.js
 **/SamplePricatTemplate_V1.1.xlsx
-**/framework/base/src/main/java/META-INF/**
\ No newline at end of file
+**/framework/base/src/main/java/META-INF/**


Reply via email to