From 10dd367f774976ac4050d65d32090b7e2f5a2d6e Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sun, 9 Aug 2015 02:02:31 -0400 Subject: [PATCH] Fix license header violations in aaa-authn Change-Id: Id888328a85d146249e87b1a074a64fbbf6a0464a Signed-off-by: Thanh Ha --- .../org/opendaylight/aaa/AuthenticationBuilderTest.java | 3 ++- .../org/opendaylight/aaa/AuthenticationManagerTest.java | 6 +++--- .../test/java/org/opendaylight/aaa/ClaimBuilderTest.java | 6 +++--- .../test/java/org/opendaylight/aaa/ClientManagerTest.java | 6 +++--- .../java/org/opendaylight/aaa/PasswordCredentialTest.java | 6 +++--- .../java/org/opendaylight/aaa/SecureBlockingQueueTest.java | 6 +++--- 6 files changed, 17 insertions(+), 16 deletions(-) diff --git a/aaa-authn/src/test/java/org/opendaylight/aaa/AuthenticationBuilderTest.java b/aaa-authn/src/test/java/org/opendaylight/aaa/AuthenticationBuilderTest.java index 0ad52d7dc..5f4a97515 100644 --- a/aaa-authn/src/test/java/org/opendaylight/aaa/AuthenticationBuilderTest.java +++ b/aaa-authn/src/test/java/org/opendaylight/aaa/AuthenticationBuilderTest.java @@ -1,10 +1,11 @@ /* - * Copyright (c) 2015. Hewlett-Packard Development Company, L.P. and others. All rights reserved. + * Copyright (c) 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 Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ + package org.opendaylight.aaa; import static org.junit.Assert.assertEquals; diff --git a/aaa-authn/src/test/java/org/opendaylight/aaa/AuthenticationManagerTest.java b/aaa-authn/src/test/java/org/opendaylight/aaa/AuthenticationManagerTest.java index fda7bf243..162b94805 100644 --- a/aaa-authn/src/test/java/org/opendaylight/aaa/AuthenticationManagerTest.java +++ b/aaa-authn/src/test/java/org/opendaylight/aaa/AuthenticationManagerTest.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014-2015 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; import static org.junit.Assert.*; diff --git a/aaa-authn/src/test/java/org/opendaylight/aaa/ClaimBuilderTest.java b/aaa-authn/src/test/java/org/opendaylight/aaa/ClaimBuilderTest.java index 9b8ecb706..4feee7aa5 100644 --- a/aaa-authn/src/test/java/org/opendaylight/aaa/ClaimBuilderTest.java +++ b/aaa-authn/src/test/java/org/opendaylight/aaa/ClaimBuilderTest.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014-2015 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; import static org.junit.Assert.assertEquals; diff --git a/aaa-authn/src/test/java/org/opendaylight/aaa/ClientManagerTest.java b/aaa-authn/src/test/java/org/opendaylight/aaa/ClientManagerTest.java index b33f3d761..061e6cc8f 100644 --- a/aaa-authn/src/test/java/org/opendaylight/aaa/ClientManagerTest.java +++ b/aaa-authn/src/test/java/org/opendaylight/aaa/ClientManagerTest.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; import static org.junit.Assert.fail; diff --git a/aaa-authn/src/test/java/org/opendaylight/aaa/PasswordCredentialTest.java b/aaa-authn/src/test/java/org/opendaylight/aaa/PasswordCredentialTest.java index a1cbd14f2..288092b08 100644 --- a/aaa-authn/src/test/java/org/opendaylight/aaa/PasswordCredentialTest.java +++ b/aaa-authn/src/test/java/org/opendaylight/aaa/PasswordCredentialTest.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; import static org.junit.Assert.assertEquals; diff --git a/aaa-authn/src/test/java/org/opendaylight/aaa/SecureBlockingQueueTest.java b/aaa-authn/src/test/java/org/opendaylight/aaa/SecureBlockingQueueTest.java index d8d998511..7a2e09236 100644 --- a/aaa-authn/src/test/java/org/opendaylight/aaa/SecureBlockingQueueTest.java +++ b/aaa-authn/src/test/java/org/opendaylight/aaa/SecureBlockingQueueTest.java @@ -1,11 +1,11 @@ /* - * Copyright (c) 2014-2015 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; import static org.junit.Assert.assertEquals; -- 2.36.6