From 6438374d613a281a5259bff0848f2f5d1d8643a5 Mon Sep 17 00:00:00 2001 From: Chris Rankin Date: Tue, 15 May 2018 13:30:02 +0100 Subject: [PATCH] Add missing (C) header. --- .../corda/node/services/identity/IdentityServiceUtil.kt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/node/src/main/kotlin/net/corda/node/services/identity/IdentityServiceUtil.kt b/node/src/main/kotlin/net/corda/node/services/identity/IdentityServiceUtil.kt index b5f065cc85..b3000262ac 100644 --- a/node/src/main/kotlin/net/corda/node/services/identity/IdentityServiceUtil.kt +++ b/node/src/main/kotlin/net/corda/node/services/identity/IdentityServiceUtil.kt @@ -1,3 +1,12 @@ +/* + * R3 Proprietary and Confidential + * + * Copyright (c) 2018 R3 Limited. All rights reserved. + * + * The intellectual and technical concepts contained herein are proprietary to R3 and its suppliers and are protected by trade secret law. + * + * Distribution of this file or any portion thereof via any medium without the express permission of R3 is strictly prohibited. + */ package net.corda.node.services.identity import net.corda.core.identity.CordaX500Name