aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPascal Schumacher <pascalschumacher@apache.org>2017-08-06 19:28:34 +0000
committerPascal Schumacher <pascalschumacher@apache.org>2017-08-06 19:28:34 +0000
commit673f396ef525ed3bd48c2d2f3da3688d5e13e93e (patch)
tree064f4b6aba2b57ba10d4c68cb52eb94d7074ac5a
parent96885abfa084d41780836121ce887b6c4725c0c6 (diff)
downloadapache-commons-bcel-673f396ef525ed3bd48c2d2f3da3688d5e13e93e.tar.gz
update README.md
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1804263 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index e848a3b8..2b1e9d00 100644
--- a/README.md
+++ b/README.md
@@ -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 central Maven repositories:
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 via GitHub in our [contribution guidelines
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