Skip to content

Commit

Permalink
Fix: licences versions and signatures (#294)
Browse files Browse the repository at this point in the history
Signed-off-by: piloquetcol <[email protected]>
  • Loading branch information
colinepiloquet authored Apr 28, 2021
1 parent f74a0d8 commit f1b6013
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Copyright (c) 2021, 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.openloadflow.network;

import com.powsybl.iidm.network.Network;
Expand Down Expand Up @@ -39,6 +45,8 @@ public class NodeBreakerNetworkFactory extends AbstractLoadFlowNetworkFactory {
* ---o---
* |
* LD
*
* @author Gael Macharel <gael.macherel at artelys.com>
*/
public static Network create() {
Network network = Network.create("test", "test");
Expand Down

0 comments on commit f1b6013

Please sign in to comment.