From: Thanh Ha Date: Sun, 9 Aug 2015 01:26:24 +0000 (-0400) Subject: Fix license header violations in sal-clustering-commons X-Git-Tag: v4.0.3~32^2~46 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=39a8b444d7195a9728b433208b91988240d2223c;p=yangtools.git Fix license header violations in sal-clustering-commons Change-Id: I1b76464cd875fdaaedeebc22cf35cae11714990d Signed-off-by: Thanh Ha --- diff --git a/node/NormalizedNodeToNodeCodecTest.java b/node/NormalizedNodeToNodeCodecTest.java index 0b408e2e1e..8ee94510d1 100644 --- a/node/NormalizedNodeToNodeCodecTest.java +++ b/node/NormalizedNodeToNodeCodecTest.java @@ -1,11 +1,9 @@ /* + * Copyright (c) 2014, 2015 Cisco Systems, Inc. and others. All rights reserved. * - * Copyright (c) 2014 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 - * + * 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.cluster.datastore.node; diff --git a/node/utils/NodeIdentifierFactoryTest.java b/node/utils/NodeIdentifierFactoryTest.java index 13dfff3a8a..d9ad69e548 100644 --- a/node/utils/NodeIdentifierFactoryTest.java +++ b/node/utils/NodeIdentifierFactoryTest.java @@ -1,11 +1,9 @@ /* + * Copyright (c) 2014, 2015 Cisco Systems, Inc. and others. All rights reserved. * - * Copyright (c) 2014 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 - * + * 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.cluster.datastore.node.utils; diff --git a/node/utils/PathUtilsTest.java b/node/utils/PathUtilsTest.java index 75e8e2aa4a..b7a3c5e949 100644 --- a/node/utils/PathUtilsTest.java +++ b/node/utils/PathUtilsTest.java @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014, 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.cluster.datastore.node.utils; import com.google.common.collect.ImmutableSet; diff --git a/node/utils/QNameFactoryTest.java b/node/utils/QNameFactoryTest.java index 2ae83bd6c6..c2b7c07fa5 100644 --- a/node/utils/QNameFactoryTest.java +++ b/node/utils/QNameFactoryTest.java @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014, 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.cluster.datastore.node.utils; import org.junit.Test; diff --git a/node/utils/serialization/NormalizedNodeSerializerTest.java b/node/utils/serialization/NormalizedNodeSerializerTest.java index 694b467623..e03d546ea7 100644 --- a/node/utils/serialization/NormalizedNodeSerializerTest.java +++ b/node/utils/serialization/NormalizedNodeSerializerTest.java @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014, 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.cluster.datastore.node.utils.serialization; import com.google.common.base.Optional; diff --git a/node/utils/serialization/PathArgumentSerializerTest.java b/node/utils/serialization/PathArgumentSerializerTest.java index 0990cdd4aa..fdd2a23434 100644 --- a/node/utils/serialization/PathArgumentSerializerTest.java +++ b/node/utils/serialization/PathArgumentSerializerTest.java @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014, 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.cluster.datastore.node.utils.serialization; import com.google.common.collect.ImmutableMap; diff --git a/node/utils/serialization/ValueSerializerTest.java b/node/utils/serialization/ValueSerializerTest.java index f5eecf33d9..69a6f0b695 100644 --- a/node/utils/serialization/ValueSerializerTest.java +++ b/node/utils/serialization/ValueSerializerTest.java @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014, 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.cluster.datastore.node.utils.serialization; import static org.junit.Assert.assertEquals; diff --git a/node/utils/serialization/ValueTypeTest.java b/node/utils/serialization/ValueTypeTest.java index 1280559c00..15805497ad 100644 --- a/node/utils/serialization/ValueTypeTest.java +++ b/node/utils/serialization/ValueTypeTest.java @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014, 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.cluster.datastore.node.utils.serialization; import static org.junit.Assert.assertEquals; diff --git a/node/utils/stream/NormalizedNodeStreamReaderWriterTest.java b/node/utils/stream/NormalizedNodeStreamReaderWriterTest.java index 67a342b440..3c7ade0714 100644 --- a/node/utils/stream/NormalizedNodeStreamReaderWriterTest.java +++ b/node/utils/stream/NormalizedNodeStreamReaderWriterTest.java @@ -1,12 +1,11 @@ /* + * Copyright (c) 2014, 2015 Cisco Systems, Inc. and others. All rights reserved. * - * Copyright (c) 2014 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 - * + * 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.cluster.datastore.node.utils.stream; import java.io.ByteArrayInputStream; diff --git a/node/utils/transformer/NormalizedNodePrunerTest.java b/node/utils/transformer/NormalizedNodePrunerTest.java index 20b58eeb02..94690ccd7a 100644 --- a/node/utils/transformer/NormalizedNodePrunerTest.java +++ b/node/utils/transformer/NormalizedNodePrunerTest.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.cluster.datastore.node.utils.transformer; import static org.junit.Assert.assertEquals; diff --git a/util/InstanceIdentifierUtilsTest.java b/util/InstanceIdentifierUtilsTest.java index d15f534f80..af96b324e0 100644 --- a/util/InstanceIdentifierUtilsTest.java +++ b/util/InstanceIdentifierUtilsTest.java @@ -1,11 +1,9 @@ /* + * Copyright (c) 2014, 2015 Cisco Systems, Inc. and others. All rights reserved. * - * Copyright (c) 2014 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 - * + * 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.cluster.datastore.util; diff --git a/util/TestModel.java b/util/TestModel.java index 0b410acad6..7df43e0adc 100644 --- a/util/TestModel.java +++ b/util/TestModel.java @@ -1,11 +1,9 @@ /* + * Copyright (c) 2014, 2015 Cisco Systems, Inc. and others. All rights reserved. * - * Copyright (c) 2014 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 - * + * 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.cluster.datastore.util;