diff --git a/README.md b/README.md index cb803aa..2fdf4b4 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ A curated list of awesome Java frameworks, libraries and software. * [JavaServer Pages](https://jsp.java.net/) - Common templating for websites with custom tag libraries. * [JUnit](http://junit.org/) - Common testing framework. * [Launch4j](http://launch4j.sourceforge.net/) - Wraps JARs in lightweight and native Windows executables. -* [Quartz](https://github.com/quartz-scheduler/quartz) - a richly featured, open source job scheduling library that can be integrated within virtually any Java application - from the smallest stand-alone application to the largest e-commerce system. +* [Quartz](https://github.com/quartz-scheduler/quartz) - Open-source job scheduler library with Apache 2.0 license. * [TestNG](http://testng.org/) - Testing framework. * [Trove](http://trove.starlight-systems.com/) - Primitive collections. @@ -665,7 +665,7 @@ A curated list of awesome Java frameworks, libraries and software. * [GreenMail](http://www.icegreen.com/greenmail/) - In-memory email server for integration testing. Supports SMTP, POP3 and IMAP including SSL. * [Hamcrest](http://hamcrest.org/JavaHamcrest/) - Matchers that can be combined to create flexible expressions of intent. * [J8Spec](https://github.com/j8spec/j8spec/) - J8Spec is a library that allows tests written in Java to follow the BDD style introduced by RSpec and Jasmine. -* [JBehave](http://jbehave.org/) - Framework for Behavioural Driven Development +* [JBehave](http://jbehave.org/) - Framework for Behavioural Driven Development. * [JGiven](http://jgiven.org) - Developer-friendly BDD testing framework compatible with JUnit and TestNG. * [JMockit](http://jmockit.org/) - Mocks static, final methods and more. * [junit-dataprovider](https://github.com/TNG/junit-dataprovider) - A TestNG like dataprovider runner for JUnit.