From ae8b82ad94ec97422eaebf8eed515c89c35a45b5 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sat, 8 Aug 2015 21:22:15 -0400 Subject: [PATCH 1/1] Fix license header violations in sal-rest-docgen Change-Id: I03c4b7ef9397224d649e9387ed895bca74672ec9 Signed-off-by: Thanh Ha --- .../sal/rest/doc/impl/ApiDocGeneratorTest.java | 8 ++++++++ .../sal/rest/doc/impl/ModelGeneratorTest.java | 10 +++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/opendaylight/md-sal/sal-rest-docgen/src/test/java/org/opendaylight/controller/sal/rest/doc/impl/ApiDocGeneratorTest.java b/opendaylight/md-sal/sal-rest-docgen/src/test/java/org/opendaylight/controller/sal/rest/doc/impl/ApiDocGeneratorTest.java index 02c5137fe9..8ffcd4df7e 100644 --- a/opendaylight/md-sal/sal-rest-docgen/src/test/java/org/opendaylight/controller/sal/rest/doc/impl/ApiDocGeneratorTest.java +++ b/opendaylight/md-sal/sal-rest-docgen/src/test/java/org/opendaylight/controller/sal/rest/doc/impl/ApiDocGeneratorTest.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.sal.rest.doc.impl; import static org.junit.Assert.assertEquals; diff --git a/opendaylight/md-sal/sal-rest-docgen/src/test/java/org/opendaylight/controller/sal/rest/doc/impl/ModelGeneratorTest.java b/opendaylight/md-sal/sal-rest-docgen/src/test/java/org/opendaylight/controller/sal/rest/doc/impl/ModelGeneratorTest.java index 5918a0e839..574f53ec87 100644 --- a/opendaylight/md-sal/sal-rest-docgen/src/test/java/org/opendaylight/controller/sal/rest/doc/impl/ModelGeneratorTest.java +++ b/opendaylight/md-sal/sal-rest-docgen/src/test/java/org/opendaylight/controller/sal/rest/doc/impl/ModelGeneratorTest.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.sal.rest.doc.impl; import com.google.common.base.Preconditions; @@ -42,4 +50,4 @@ public class ModelGeneratorTest { } } -} \ No newline at end of file +} -- 2.36.6