From: Thanh Ha Date: Thu, 6 Aug 2015 03:33:16 +0000 (-0400) Subject: Fix license header violations in restconf-client-api X-Git-Tag: release/beryllium~373 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=d418db2af1eb3ce2df134de3824be7a01313b6f1;p=yangtools.git Fix license header violations in restconf-client-api Change-Id: I9acb695fd38f9f8230895e476218ecc698a9dfa1 Signed-off-by: Thanh Ha --- 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; /**