From: Thanh Ha Date: Sat, 8 Aug 2015 05:45:08 +0000 (-0400) Subject: Fix license header violations in sal-inmemory-datastore X-Git-Tag: release/beryllium~382 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=09b07180be8bb0daa81d4afa4775d191f847f1d9;hp=290c0b22aa7bbab9b663fbf08badff43bb47a897 Fix license header violations in sal-inmemory-datastore Change-Id: I160d107a813c28ac75f1e5e21121068de9ccc7b8 Signed-off-by: Thanh Ha --- 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 +} +