You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/08/06 19:28:34 UTC

svn commit: r1804263 - /commons/proper/bcel/trunk/README.md

Author: pascalschumacher
Date: Sun Aug  6 19:28:34 2017
New Revision: 1804263

URL: http://svn.apache.org/viewvc?rev=1804263&view=rev
Log:
update README.md

Modified:
    commons/proper/bcel/trunk/README.md

Modified: commons/proper/bcel/trunk/README.md
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/README.md?rev=1804263&r1=1804262&r2=1804263&view=diff
==============================================================================
--- commons/proper/bcel/trunk/README.md (original)
+++ commons/proper/bcel/trunk/README.md Sun Aug  6 19:28:34 2017
@@ -43,17 +43,15 @@
 Apache Commons BCEL
 ===================
 
-Apache Commons Bytecode Engineering Library
-
-[![Build Status](https://travis-ci.org/apache/commons-bcel.svg?branch=master)](https://travis-ci.org/apache/commons-bcel)
-[![Coverage Status](https://coveralls.io/repos/apache/commons-bcel/badge.svg?branch=master)](https://coveralls.io/r/apache/commons-bcel)
+[![Build Status](https://travis-ci.org/apache/commons-bcel.svg?branch=trunk)](https://travis-ci.org/apache/commons-bcel)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.bcel/bcel/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.bcel/bcel/)
-[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
+
+Apache Commons Bytecode Engineering Library
 
 Documentation
 -------------
 
-More information can be found on the [homepage](https://commons.apache.org/proper/commons-bcel).
+More information can be found on the [Apache Commons BCEL homepage](https://commons.apache.org/proper/commons-bcel).
 The [JavaDoc](https://commons.apache.org/proper/commons-bcel/javadocs/api-release) can be browsed.
 Questions related to the usage of Apache Commons BCEL should be posted to the [user mailing list][ml].
 
@@ -74,7 +72,7 @@ Alternatively you can pull it from the c
 Contributing
 ------------
 
-We accept PRs via github. The [developer mailing list][ml] is the main channel of communication for contributors.
+We accept Pull Requests via GitHub. The [developer mailing list][ml] is the main channel of communication for contributors.
 There are some guidelines which will make applying PRs easier for us:
 + No tabs! Please use spaces for indentation.
 + Respect the code style.
@@ -86,7 +84,9 @@ You can learn more about contributing vi
 
 License
 -------
-Code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0.txt).
+This code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0).
+
+See the `NOTICE.txt` file for required notices and attributions.
 
 Donations
 ---------
@@ -96,8 +96,8 @@ Additional Resources
 --------------------
 
 + [Apache Commons Homepage](https://commons.apache.org/)
-+ [Apache Bugtracker (JIRA)](https://issues.apache.org/jira/)
++ [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/BCEL)
 + [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
-+ #apachecommons IRC channel on freenode.org
++ `#apache-commons` IRC channel on `irc.freenode.org`
 
 [ml]:https://commons.apache.org/mail-lists.html