From d418db2af1eb3ce2df134de3824be7a01313b6f1 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 5 Aug 2015 23:33:16 -0400 Subject: [PATCH] Fix license header violations in restconf-client-api Change-Id: I9acb695fd38f9f8230895e476218ecc698a9dfa1 Signed-off-by: Thanh Ha --- .../restconf/client/api/auth/AuthenticationHolder.java | 8 ++++++++ .../yangtools/restconf/client/api/auth/RestAuthType.java | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/restconf/restconf-client-api/src/main/java/org/opendaylight/yangtools/restconf/client/api/auth/AuthenticationHolder.java b/restconf/restconf-client-api/src/main/java/org/opendaylight/yangtools/restconf/client/api/auth/AuthenticationHolder.java index 51abb93964..be92924ce2 100644 --- a/restconf/restconf-client-api/src/main/java/org/opendaylight/yangtools/restconf/client/api/auth/AuthenticationHolder.java +++ b/restconf/restconf-client-api/src/main/java/org/opendaylight/yangtools/restconf/client/api/auth/AuthenticationHolder.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.yangtools.restconf.client.api.auth; /** diff --git a/restconf/restconf-client-api/src/main/java/org/opendaylight/yangtools/restconf/client/api/auth/RestAuthType.java b/restconf/restconf-client-api/src/main/java/org/opendaylight/yangtools/restconf/client/api/auth/RestAuthType.java index c858810ed4..1f095de145 100644 --- a/restconf/restconf-client-api/src/main/java/org/opendaylight/yangtools/restconf/client/api/auth/RestAuthType.java +++ b/restconf/restconf-client-api/src/main/java/org/opendaylight/yangtools/restconf/client/api/auth/RestAuthType.java @@ -1,3 +1,11 @@ +/* + * 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 + */ + package org.opendaylight.yangtools.restconf.client.api.auth; /** -- 2.36.6