From 9b69c08003d3d6d6863916d4798363c3a92133fa Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Mon, 21 Nov 2016 15:57:47 +0000 Subject: [PATCH] Correct license text, replaced confusing feature with more descriptive text. --- LICENCE | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENCE b/LICENCE index 3b7caa3fa0..f5fe750b01 100644 --- a/LICENCE +++ b/LICENCE @@ -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. diff --git a/README.md b/README.md index 1c2d8d8826..be7479c9b5 100644 --- a/README.md +++ b/README.md @@ -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.