From 25226661c857f68f0f43e47babcf3cff726951ce Mon Sep 17 00:00:00 2001 From: krj1imb Date: Thu, 26 Sep 2019 17:41:19 +0200 Subject: [PATCH] #17 fixed license headers. Signed-off-by: krj1imb --- .../BasicAuthenticationConfigurationTest.java | 17 ++++++++--------- ...dentialsAuthenticationConfigurationTest.java | 17 ++++++++--------- .../DummyAuthenticationConfigurationTest.java | 17 ++++++++--------- .../messaging/MessagingExceptionTest.java | 17 ++++++++--------- 4 files changed, 32 insertions(+), 36 deletions(-) diff --git a/java/src/test/java/org/eclipse/ditto/client/configuration/internal/BasicAuthenticationConfigurationTest.java b/java/src/test/java/org/eclipse/ditto/client/configuration/internal/BasicAuthenticationConfigurationTest.java index 3f635ea3..b85294b6 100644 --- a/java/src/test/java/org/eclipse/ditto/client/configuration/internal/BasicAuthenticationConfigurationTest.java +++ b/java/src/test/java/org/eclipse/ditto/client/configuration/internal/BasicAuthenticationConfigurationTest.java @@ -1,15 +1,14 @@ /* - * Copyright Bosch Software Innovations GmbH 2019 + * Copyright (c) 2019 Contributors to the Eclipse Foundation * - * All rights reserved, also regarding any disposal, exploitation, - * reproduction, editing, distribution, as well as in the event of - * applications for industrial property rights. + * See the NOTICE file(s) distributed with this work for additional + * information regarding copyright ownership. * - * This software is the confidential and proprietary information - * of Bosch Software Innovations GmbH. You shall not disclose - * such Confidential Information and shall use it only in - * accordance with the terms of the license agreement you - * entered into with Bosch Software Innovations GmbH. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0 + * + * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.ditto.client.configuration.internal; diff --git a/java/src/test/java/org/eclipse/ditto/client/configuration/internal/ClientCredentialsAuthenticationConfigurationTest.java b/java/src/test/java/org/eclipse/ditto/client/configuration/internal/ClientCredentialsAuthenticationConfigurationTest.java index 5709762f..306df228 100644 --- a/java/src/test/java/org/eclipse/ditto/client/configuration/internal/ClientCredentialsAuthenticationConfigurationTest.java +++ b/java/src/test/java/org/eclipse/ditto/client/configuration/internal/ClientCredentialsAuthenticationConfigurationTest.java @@ -1,15 +1,14 @@ /* - * Copyright Bosch Software Innovations GmbH 2019 + * Copyright (c) 2019 Contributors to the Eclipse Foundation * - * All rights reserved, also regarding any disposal, exploitation, - * reproduction, editing, distribution, as well as in the event of - * applications for industrial property rights. + * See the NOTICE file(s) distributed with this work for additional + * information regarding copyright ownership. * - * This software is the confidential and proprietary information - * of Bosch Software Innovations GmbH. You shall not disclose - * such Confidential Information and shall use it only in - * accordance with the terms of the license agreement you - * entered into with Bosch Software Innovations GmbH. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0 + * + * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.ditto.client.configuration.internal; diff --git a/java/src/test/java/org/eclipse/ditto/client/configuration/internal/DummyAuthenticationConfigurationTest.java b/java/src/test/java/org/eclipse/ditto/client/configuration/internal/DummyAuthenticationConfigurationTest.java index a22b2ec9..5a761d5f 100644 --- a/java/src/test/java/org/eclipse/ditto/client/configuration/internal/DummyAuthenticationConfigurationTest.java +++ b/java/src/test/java/org/eclipse/ditto/client/configuration/internal/DummyAuthenticationConfigurationTest.java @@ -1,15 +1,14 @@ /* - * Copyright Bosch Software Innovations GmbH 2019 + * Copyright (c) 2019 Contributors to the Eclipse Foundation * - * All rights reserved, also regarding any disposal, exploitation, - * reproduction, editing, distribution, as well as in the event of - * applications for industrial property rights. + * See the NOTICE file(s) distributed with this work for additional + * information regarding copyright ownership. * - * This software is the confidential and proprietary information - * of Bosch Software Innovations GmbH. You shall not disclose - * such Confidential Information and shall use it only in - * accordance with the terms of the license agreement you - * entered into with Bosch Software Innovations GmbH. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0 + * + * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.ditto.client.configuration.internal; diff --git a/java/src/test/java/org/eclipse/ditto/client/messaging/MessagingExceptionTest.java b/java/src/test/java/org/eclipse/ditto/client/messaging/MessagingExceptionTest.java index 68d0525a..0170af90 100644 --- a/java/src/test/java/org/eclipse/ditto/client/messaging/MessagingExceptionTest.java +++ b/java/src/test/java/org/eclipse/ditto/client/messaging/MessagingExceptionTest.java @@ -1,15 +1,14 @@ /* - * Copyright Bosch Software Innovations GmbH 2019 + * Copyright (c) 2019 Contributors to the Eclipse Foundation * - * All rights reserved, also regarding any disposal, exploitation, - * reproduction, editing, distribution, as well as in the event of - * applications for industrial property rights. + * See the NOTICE file(s) distributed with this work for additional + * information regarding copyright ownership. * - * This software is the confidential and proprietary information - * of Bosch Software Innovations GmbH. You shall not disclose - * such Confidential Information and shall use it only in - * accordance with the terms of the license agreement you - * entered into with Bosch Software Innovations GmbH. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0 + * + * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.ditto.client.messaging;