From 09b07180be8bb0daa81d4afa4775d191f847f1d9 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sat, 8 Aug 2015 01:45:08 -0400 Subject: [PATCH] Fix license header violations in sal-inmemory-datastore Change-Id: I160d107a813c28ac75f1e5e21121068de9ccc7b8 Signed-off-by: Thanh Ha --- .../impl/InMemoryDOMStoreThreePhaseCommitCohort.java | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/opendaylight/md-sal/sal-inmemory-datastore/src/main/java/org/opendaylight/controller/md/sal/dom/store/impl/InMemoryDOMStoreThreePhaseCommitCohort.java b/opendaylight/md-sal/sal-inmemory-datastore/src/main/java/org/opendaylight/controller/md/sal/dom/store/impl/InMemoryDOMStoreThreePhaseCommitCohort.java index dba71bff4c..8c326262b0 100644 --- a/opendaylight/md-sal/sal-inmemory-datastore/src/main/java/org/opendaylight/controller/md/sal/dom/store/impl/InMemoryDOMStoreThreePhaseCommitCohort.java +++ b/opendaylight/md-sal/sal-inmemory-datastore/src/main/java/org/opendaylight/controller/md/sal/dom/store/impl/InMemoryDOMStoreThreePhaseCommitCohort.java @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved. + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License v1.0 which accompanies this distribution, + * and is available at http://www.eclipse.org/legal/epl-v10.html + */ + package org.opendaylight.controller.md.sal.dom.store.impl; import static com.google.common.base.Preconditions.checkState; @@ -97,4 +105,5 @@ class InMemoryDOMStoreThreePhaseCommitCohort implements DOMStoreThreePhaseCommit store.commit(candidate); return SUCCESSFUL_FUTURE; } -} \ No newline at end of file +} + -- 2.36.6