Hi all, I have following licenses [1] ,[2], [3] in my css and JavaScript files. But Apache rat plugin consitantly complains them as unapproved licences and build fails when I execute the "mvn clean install" command. But when I include Apache license it identifies the license. What could be the reason for this. Any help will be highly appreciated.
[1] - /* * Copyright (c) 2009, Yahoo! Inc. All rights reserved. * Code licensed under the BSD License: * http://developer.yahoo.net/yui/license.txt * version: 2.7.0 */ [2] - // ========================================================================= // // tinyxmlsax.js - an XML SAX parser in JavaScript compressed for downloading // // version 3.1 // // ========================================================================= // // Copyright (C) 2000 - 2002, 2003 Michael Houghton ([email protected]), Raymond Irving and David Joham ([email protected]) // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either // version 2.1 of the License, or (at your option) any later version. // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Lesser General Public License for more details. // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // Visit the XML for <SCRIPT> home page at http://xmljs.sourceforge.net // [3] - /** The JSON class is copyright 2005 JSON.org. */ Thanks! Kind regards Rajith -- Rajith Roshan Software Engineer, WSO2 Inc. Mobile: +94-72-642-8350 <%2B94-71-554-8430>
