Correct license text, replaced confusing feature with more descriptive text.

This commit is contained in:
Clinton Alexander 2016-11-21 15:57:47 +00:00 committed by Clinton Alexander
parent 2ba07839bd
commit 9b69c08003
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Copyright 2016 R3
Copyright 2016, Distributed Ledger Group, LLC, a subsidiary of R3 HoldCo
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@ -9,7 +9,7 @@ Corda is a decentralised database system in which nodes trust each other as litt
* A P2P network of nodes.
* Smart contracts.
* Protocol framework.
* UTXO notary infrastructure with distributed notaries.
* "Notary" infrastructure to validate uniqueness of transactions.
* Written as a platform for distributed apps called CorDapps.
* Written in [Kotlin](https://kotlinlang.org), targeting the JVM.