From 44fdd8359c29cce578bb95e83bd896b968a6d20c Mon Sep 17 00:00:00 2001 From: lkuehne Date: Sat, 18 Jan 2003 07:27:08 +0000 Subject: [PATCH] added license info for new dependencies updated feedback addresses --- README | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README b/README index 0cb8b0160..09abb2253 100644 --- a/README +++ b/README @@ -17,14 +17,21 @@ directory. The software uses the ANTLR package (http://www.antlr.org). Its license terms are in the file named "RIGHTS.antlr" in this directory. -The software uses the Jakarta Regexp package (http://jakarta.apache.org/regexp). -Its license terms are in the file named "LICENSE.apache" in this directory. +The software uses the Jakarta Regexp package +(http://jakarta.apache.org/regexp) and several packages from the +Jakarta Commons project (http://jakarta.apache.org/commons). +The license terms of these packages are in the file named +"LICENSE.apache" in this directory. Feedback ======== -Please send any feedback or bugs to checkstyle@puppycrawl.com. +Please send any feedback to checkstyle-user@lists.sourceforge.net. + +Bugs should be reported to the checkstyle bugtracker at +http://sourceforge.net/tracker/?atid=397078&group_id=29721&func=browse + Thanks for trying out checkstyle!