From a0a0e192a2358804512446a459525bcec120f826 Mon Sep 17 00:00:00 2001 From: parvy Date: Thu, 18 Apr 2024 16:45:03 +0200 Subject: [PATCH] Add missing copyrights. Signed-off-by: parvy --- .../java/com/powsybl/openreac/OpenReacResultsTest.java | 7 +++++++ .../parameters/output/OpenReacNetworkOutputTest.java | 7 +++++++ .../parameters/output/VoltageProfileOutputTest.java | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/open-reac/src/test/java/com/powsybl/openreac/OpenReacResultsTest.java b/open-reac/src/test/java/com/powsybl/openreac/OpenReacResultsTest.java index 8c2f3e3e..3f736fdc 100644 --- a/open-reac/src/test/java/com/powsybl/openreac/OpenReacResultsTest.java +++ b/open-reac/src/test/java/com/powsybl/openreac/OpenReacResultsTest.java @@ -1,3 +1,10 @@ +/** + * Copyright (c) 2024, RTE (http://www.rte-france.com) + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * SPDX-License-Identifier: MPL-2.0 + */ package com.powsybl.openreac; import com.powsybl.commons.report.ReportNode; diff --git a/open-reac/src/test/java/com/powsybl/openreac/parameters/output/OpenReacNetworkOutputTest.java b/open-reac/src/test/java/com/powsybl/openreac/parameters/output/OpenReacNetworkOutputTest.java index c166d348..f9dd2c24 100644 --- a/open-reac/src/test/java/com/powsybl/openreac/parameters/output/OpenReacNetworkOutputTest.java +++ b/open-reac/src/test/java/com/powsybl/openreac/parameters/output/OpenReacNetworkOutputTest.java @@ -1,3 +1,10 @@ +/** + * Copyright (c) 2024, RTE (http://www.rte-france.com) + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * SPDX-License-Identifier: MPL-2.0 + */ package com.powsybl.openreac.parameters.output; import com.powsybl.openreac.exceptions.IncompatibleModelException; diff --git a/open-reac/src/test/java/com/powsybl/openreac/parameters/output/VoltageProfileOutputTest.java b/open-reac/src/test/java/com/powsybl/openreac/parameters/output/VoltageProfileOutputTest.java index 02072a79..e06c51b6 100644 --- a/open-reac/src/test/java/com/powsybl/openreac/parameters/output/VoltageProfileOutputTest.java +++ b/open-reac/src/test/java/com/powsybl/openreac/parameters/output/VoltageProfileOutputTest.java @@ -1,3 +1,10 @@ +/** + * Copyright (c) 2024, RTE (http://www.rte-france.com) + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * SPDX-License-Identifier: MPL-2.0 + */ package com.powsybl.openreac.parameters.output; import org.jgrapht.alg.util.Pair;