From dd334e65d171fbe5c2b79ef96a7d84d92c55f8b8 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sun, 9 Aug 2015 01:58:35 -0400 Subject: [PATCH] Fix license header violations in aaa-authn-sssd Change-Id: I9f8329410f5a809236085d6ad178b772f8319ae7 Signed-off-by: Thanh Ha --- .../main/java/org/opendaylight/aaa/sssd/Activator.java | 6 +++--- .../java/org/opendaylight/aaa/sssd/SssdClaimAuth.java | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/aaa-authn-sssd/src/main/java/org/opendaylight/aaa/sssd/Activator.java b/aaa-authn-sssd/src/main/java/org/opendaylight/aaa/sssd/Activator.java index e4e57c849..308fb6333 100644 --- a/aaa-authn-sssd/src/main/java/org/opendaylight/aaa/sssd/Activator.java +++ b/aaa-authn-sssd/src/main/java/org/opendaylight/aaa/sssd/Activator.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014 Hewlett-Packard Development Company, L.P. and others. - * All rights reserved. + * Copyright (c) 2014, 2015 Hewlett-Packard Development Company, L.P. and others. All rights reserved. * * This program and the accompanying materials are made available under the - * terms of the Eclipse License v1.0 which accompanies this distribution, + * 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.aaa.sssd; import org.apache.felix.dm.DependencyActivatorBase; diff --git a/aaa-authn-sssd/src/main/java/org/opendaylight/aaa/sssd/SssdClaimAuth.java b/aaa-authn-sssd/src/main/java/org/opendaylight/aaa/sssd/SssdClaimAuth.java index 917733be3..11b3ce1c4 100644 --- a/aaa-authn-sssd/src/main/java/org/opendaylight/aaa/sssd/SssdClaimAuth.java +++ b/aaa-authn-sssd/src/main/java/org/opendaylight/aaa/sssd/SssdClaimAuth.java @@ -1,10 +1,11 @@ /* - * Copyright (c) 2014 Hewlett-Packard Development Company, L.P. and others. All rights reserved. + * Copyright (c) 2014, 2015 Hewlett-Packard Development Company, L.P. and others. All rights reserved. * - * This program and the accompanying materials are made available under the terms of the Eclipse - * 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.aaa.sssd; import java.io.StringWriter; -- 2.36.6