This is an automated email from the ASF dual-hosted git repository. matthiasblaesing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git
commit 944f58a2b3df0b20789aa111bb94e3c34783b998 Merge: 8ea00ce 49524f1 Author: Matthias Bläsing <[email protected]> AuthorDate: Tue Jan 30 12:50:14 2018 +0100 Merge pull request #396 from matthiasblaesing/file-licenses Cleanup/Separate/Document licenses in apache netbeans css.editor/licenseinfo.xml | 44 + html.editor/licenseinfo.xml | 66 ++ .../src/org/netbeans/modules/html/editor/todo.txt | 5 - j2ee.persistence/licenseinfo.xml | 64 + maven.coverage/licenseinfo.xml | 32 + .../nbbuild/extlibs/CreateLicenseSummary.java | 293 +++-- .../nbbuild/extlibs/ExclusionsFromLicenseInfo.java | 74 ++ .../nbbuild/extlibs/ReportFromLicenseinfo.java | 256 ++++ .../nbbuild/extlibs/VerifyLibsAndLicenses.java | 62 + .../nbbuild/extlibs/licenseinfo/CommentType.java | 36 + .../nbbuild/extlibs/licenseinfo/Fileset.java | 135 +++ .../nbbuild/extlibs/licenseinfo/Licenseinfo.java | 84 ++ .../nbbuild/extlibs/licenseinfo/Licenseinfos.java | 41 + nbbuild/build.xml | 141 +-- nbbuild/licenseinfo.xml | 35 + nbbuild/licenses/ISO-8879-SGML | 4 + nbbuild/licenses/OASIS | 22 + nbbuild/licenses/W3C2 | 39 + nbbuild/licenses/WSDL-2004 | 25 + nbbuild/licenses/names.properties | 1 + nbbuild/nbproject/project.xml | 2 +- nbbuild/rat-exclusions.txt | 52 +- nbbuild/rat-licenseinfo-stub.txt | 11 + nbbuild/tagref | 4 + o.apache.xml.resolver/licenseinfo.xml | 32 + o.n.bootstrap/readme/README-bin.txt | 4 + performance/licenseinfo.xml | 28 + schema2beans/licenseinfo.xml | 27 + spellchecker.dictionary_en/licenseinfo.xml | 30 + .../navigator/resources/lastsel/file.lastsel_mime1 | 2 + web.browser.api/licenseinfo.xml | 48 + websvc.saas.api/licenseinfo.xml | 28 + .../modules/websvc/saas/model/wadl20061109.xsd | 289 ----- .../netbeans/modules/websvc/saas/util/testwadl.xml | 6 +- welcome/licenseinfo.xml | 35 + .../welcome/content/CombinationRSSFeed.java | 4 +- .../modules/welcome/content/RSSEntityResolver.java | 74 ++ .../netbeans/modules/welcome/content/RSSFeed.java | 2 +- .../netbeans/modules/welcome/resources/layer.xml | 19 - .../modules/welcome/resources/rss-0_91.dtd | 175 --- .../modules/welcome/resources/xhtml-lat1.ent | 196 +++ .../modules/welcome/resources/xhtml-special.ent | 80 ++ .../modules/welcome/resources/xhtml-symbol.ent | 237 ++++ .../welcome/resources/xhtml1-transitional.dtd | 1248 ++++++++++++++++++++ xml.catalog/licenseinfo.xml | 32 + xml.jaxb/licenseinfo.xml | 33 + xml.schema.completion/licenseinfo.xml | 27 + xml.wsdl.model/licenseinfo.xml | 30 + xml/licenseinfo.xml | 32 + xsl/licenseinfo.xml | 28 + 50 files changed, 3576 insertions(+), 698 deletions(-) -- To stop receiving notification emails like this one, please contact [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
