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;