aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-02-27 22:01:10 +0000
committerGravatar Ulf Adams <ulfjack@google.com>2015-03-05 14:15:59 +0000
commit2e85a96ff7c0ffbaa1899dd25ff20fa311ddb6cf (patch)
tree476399357f5fc05bc901bc60677c54cee922893b /third_party
parenta9f184a9e2107ec41b798c6125ebcb51ef0a0fc0 (diff)
Make third_party's README.md actually markdown-formatted
[]: -- MOS_MIGRATED_REVID=87371777
Diffstat (limited to 'third_party')
-rw-r--r--third_party/README.md229
1 files changed, 132 insertions, 97 deletions
diff --git a/third_party/README.md b/third_party/README.md
index 108e703749..899fd10a00 100644
--- a/third_party/README.md
+++ b/third_party/README.md
@@ -1,97 +1,132 @@
-aether
-using 1.0.0 v20140518
-http://eclipse.org/aether/
-Eclipse Public License
-
-apache_commons_logging
-using 1.1.1
-http://commons.apache.org/proper/commons-logging/
-Apache License 2.0
-
-apache_httpclient
-using 4.2.5
-http://hc.apache.org/httpclient-3.x/
-Apache License 2.0
-
-apache_httpcore
-using 4.2.4
-https://hc.apache.org/httpcomponents-core-ga/
-Apache License 2.0
-
-Buck (iOS support)
-2ff4f45a971776afcfbe88333d78c4ca6bf03df9
-http://facebook.github.io/buck/
-Apache License 2.0
-
-d3
-3.4.12
-http://d3js.org/
-BSD license
-
-dd_plist
-Version r111
-URL: http://plist.googlecode.com/svn-history/r111/trunk/
-MIT license
-
-protobuf-java:
-using 2.5.0 right now
-https://code.google.com/p/protobuf/
-New BSD License
-
-gson:
-using 2.2.4
-https://code.google.com/p/google-gson/
-Apache License 2.0
-
-guava:
-using 18.0 right now
-https://code.google.com/p/guava-libraries/
-Apache License 2.0
-
-joda-time:
-using 2.3 right now
-(maybe: drop this before initial release)
-http://www.joda.org/joda-time/
-Apache License 2.0
-
-jsr305:
-using latest, as of 2014-05-07, used for source code annotations
-https://code.google.com/p/jsr-305/
-New BSD License
-
-jquery
-v2_0_3
-http://jquery.com
-MIT license
-
-maven_model
-using 3.2.3
-http://maven.apache.org/ref/3.2.5/maven-model/
-Apache License 2.0
-
-plexus_interpolation
-using 1.22
-http://plexus.codehaus.org/plexus-components/plexus-interpolation/
-Apache License 2.0
-
-plexus_utils
-using 3.0.21
-http://plexus.codehaus.org/plexus-utils/
-Apache License 2.0
-
-TESTING
-
-junit:
-using 4.11 right now
-http://junit.org/
-Eclipse Public License Version 1.0
-
-truth:
-using 0.24 right now
-http://truth0.github.io/
-Apache License 2.0
-
-hamcrest:
-using 1.3 right now
-https://code.google.com/p/hamcrest/
-New BSD License
+[aether](http://eclipse.org/aether/)
+--------
+
+* Version: 1.0.0 v20140518
+* License: Eclipse Public License
+
+
+[apache_commons_logging](http://commons.apache.org/proper/commons-logging/)
+------------------------
+
+* Version: 1.1.1.
+* License: Apache License 2.0.
+
+
+[apache_httpclient](http://hc.apache.org/httpclient-3.x/)
+-------------------
+
+* Version: 4.2.5
+* License: Apache License 2.0
+
+
+[apache_httpcore](https://hc.apache.org/httpcomponents-core-ga/)
+-----------------
+
+* Version: 4.2.4
+* License: Apache License 2.0
+
+
+[Buck (iOS support)](http://facebook.github.io/buck/)
+--------------------
+
+* Version: commit id 2ff4f45a971776afcfbe88333d78c4ca6bf03df9
+* License: Apache License 2.0
+
+
+[d3](http://d3js.org/)
+----
+
+* Version: 3.4.12
+* License: BSD license
+
+
+[dd_plist](http://plist.googlecode.com/svn-history/r111/trunk/)
+----------
+
+* Version: r111
+* License: MIT license
+
+
+[protobuf-java](https://code.google.com/p/protobuf/)
+---------------
+
+* Version: 2.5.0
+* License: New BSD License
+
+
+[gson](https://code.google.com/p/google-gson/)
+------
+
+* Version: 2.2.4
+* License: Apache License 2.0
+
+
+[guava](https://code.google.com/p/guava-libraries/)
+-------
+
+* Version: 18.0
+* License: Apache License 2.0
+
+
+[joda-time](http://www.joda.org/joda-time/)
+-----------
+
+* Version: 2.3
+* License: Apache License 2.0
+
+[jsr305](https://code.google.com/p/jsr-305/)
+--------
+
+* Version: latest as of 2014-05-07
+* License: New BSD License
+
+
+[jquery](http://jquery.com)
+--------
+
+* Version: v2_0_3
+* License: MIT license
+
+
+[maven_model](http://maven.apache.org/ref/3.2.5/maven-model/)
+-------------
+* Version: 3.2.3
+* License: Apache License 2.0
+
+
+[plexus_interpolation](http://plexus.codehaus.org/plexus-components/plexus-interpolation/)
+----------------------
+
+* Version: 1.22
+* License: Apache License 2.0
+
+
+[plexus_utils](http://plexus.codehaus.org/plexus-utils/)
+--------------
+
+* Version: 3.0.21
+* License: Apache License 2.0
+
+
+Testing
+=======
+
+[junit](http://junit.org/)
+-------
+
+* Version: 4.11
+* License: Eclipse Public License Version 1.0
+
+
+[truth](http://truth0.github.io/)
+-------
+
+* Version: 0.24
+* License: Apache License 2.0
+
+
+[hamcrest](https://code.google.com/p/hamcrest/)
+----------
+
+* Version: 1.3
+* License: New BSD License