Skip to content

Commit

Permalink
add license and author
Browse files Browse the repository at this point in the history
Signed-off-by: jamal-khey <[email protected]>
  • Loading branch information
jamal-khey committed Dec 5, 2024
1 parent ccaa188 commit 86386f3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* 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/.
*/
package com.powsybl.ws.commons.computation.utils;

import com.powsybl.iidm.network.*;
Expand All @@ -12,6 +18,9 @@
import static com.powsybl.iidm.network.IdentifiableType.BUSBAR_SECTION;
import static com.powsybl.security.ViolationLocation.Type.NODE_BREAKER;

/**
* @author Jamal KHEYYAD <jamal.kheyyad at rte-international.com>
*/
public final class ComputationResultUtils {

private ComputationResultUtils() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* 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/.
*/
package com.powsybl.ws.commons.computation;

import com.powsybl.iidm.network.*;
Expand All @@ -16,6 +22,9 @@
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;

/**
* @author Jamal KHEYYAD <jamal.kheyyad at rte-international.com>
*/
class ComputationUtilTest {

static Network createBusBreakerNetwork() {
Expand Down

0 comments on commit 86386f3

Please sign in to comment.