From 43e934beb3d57ae2d3ec1176aab3d7bc8aaa31ee Mon Sep 17 00:00:00 2001 From: Tommy Lillehagen Date: Fri, 29 Jun 2018 10:03:17 +0100 Subject: [PATCH] ENT-2194 - Fix badly formatted characters in startup banner (#1142) --- node/src/main/kotlin/net/corda/node/internal/EnterpriseNode.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/src/main/kotlin/net/corda/node/internal/EnterpriseNode.kt b/node/src/main/kotlin/net/corda/node/internal/EnterpriseNode.kt index dc98edea05..51b40d35c8 100644 --- a/node/src/main/kotlin/net/corda/node/internal/EnterpriseNode.kt +++ b/node/src/main/kotlin/net/corda/node/internal/EnterpriseNode.kt @@ -83,7 +83,7 @@ D""".trimStart() val license = """ ************************************************************************************************************************************* * All rights reserved. * -* This software is proprietary to and embodies the confidential technology of R3 LLC (“R3”). * +* This software is proprietary to and embodies the confidential technology of R3 LLC ("R3"). * * Possession, use, duplication or dissemination of the software is authorized only pursuant to a valid written license from R3. * * IF YOU DO NOT HAVE A VALID WRITTEN LICENSE WITH R3, DO NOT USE THIS SOFTWARE. * *************************************************************************************************************************************