Skip to content
Snippets Groups Projects
Commit 615fb3c5 authored by Dominique Marcadet's avatar Dominique Marcadet
Browse files

set license to EPL 2.0

parent 27f0868d
No related branches found
No related tags found
1 merge request!21Resolve "update to EPL 2.0"
Pipeline #1572 passed
Showing
with 391 additions and 307 deletions
# Copyright (c) 2018 CentraleSuplec & EDF. # *************************************************************************
# All rights reserved. This program and the accompanying materials # ** Copyright (c) 2019 CentraleSuplec & EDF.
# are made available under the terms of the Eclipse Public License v1.0 # ** All rights reserved. This program and the accompanying materials
# which accompanies this distribution, and is available at # ** are made available under the terms of the Eclipse Public License v2.0
# http://www.eclipse.org/legal/epl-v10.html # ** which accompanies this distribution, and is available at
# # ** https://www.eclipse.org/legal/epl-v20.html
# This file is part of the RiseClipse tool # **
# # ** This file is part of the RiseClipse tool
# Contributors: # **
# Computer Science Department, CentraleSuplec # ** Contributors:
# EDF R&D # ** Computer Science Department, CentraleSuplec
# Contacts: # ** EDF R&D
# dominique.marcadet@centralesupelec.fr # ** Contacts:
# aurelie.dehouck-neveu@edf.fr # ** dominique.marcadet@centralesupelec.fr
# Web site: # ** aurelie.dehouck-neveu@edf.fr
# http://wdi.supelec.fr/software/RiseClipse/ # ** Web site:
# ** http://wdi.supelec.fr/software/RiseClipse/
# *************************************************************************
source.. = src/ source.. = src/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
. .
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <?xml version="1.0" encoding="UTF-8"?>
<!--
*************************************************************************
** Copyright (c) 2019 CentraleSupélec & EDF.
** All rights reserved. This program and the accompanying materials
** are made available under the terms of the Eclipse Public License v2.0
** which accompanies this distribution, and is available at
** https://www.eclipse.org/legal/epl-v20.html
**
** This file is part of the RiseClipse tool
**
** Contributors:
** Computer Science Department, CentraleSupélec
** EDF R&D
** Contacts:
** dominique.marcadet@centralesupelec.fr
** aurelie.dehouck-neveu@edf.fr
** Web site:
** http://wdi.supelec.fr/software/RiseClipse/
*************************************************************************
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
......
/** /*
* Copyright (c) 2018 CentraleSupélec & EDF. *************************************************************************
* All rights reserved. This program and the accompanying materials ** Copyright (c) 2019 CentraleSupélec & EDF.
* are made available under the terms of the Eclipse Public License v1.0 ** All rights reserved. This program and the accompanying materials
* which accompanies this distribution, and is available at ** are made available under the terms of the Eclipse Public License v2.0
* http://www.eclipse.org/legal/epl-v10.html ** which accompanies this distribution, and is available at
* ** https://www.eclipse.org/legal/epl-v20.html
* This file is part of the RiseClipse tool **
* ** This file is part of the RiseClipse tool
* Contributors: **
* Computer Science Department, CentraleSupélec ** Contributors:
* EDF R&D ** Computer Science Department, CentraleSupélec
* Contacts: ** EDF R&D
* dominique.marcadet@centralesupelec.fr ** Contacts:
* aurelie.dehouck-neveu@edf.fr ** dominique.marcadet@centralesupelec.fr
* Web site: ** aurelie.dehouck-neveu@edf.fr
* http://wdi.supelec.fr/software/RiseClipse/ ** Web site:
*/ ** http://wdi.supelec.fr/software/RiseClipse/
*************************************************************************
*/
package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.ui.application; package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.ui.application;
import java.awt.EventQueue; import java.awt.EventQueue;
......
/** /*
* Copyright (c) 2018 CentraleSupélec & EDF. *************************************************************************
* All rights reserved. This program and the accompanying materials ** Copyright (c) 2019 CentraleSupélec & EDF.
* are made available under the terms of the Eclipse Public License v1.0 ** All rights reserved. This program and the accompanying materials
* which accompanies this distribution, and is available at ** are made available under the terms of the Eclipse Public License v2.0
* http://www.eclipse.org/legal/epl-v10.html ** which accompanies this distribution, and is available at
* ** https://www.eclipse.org/legal/epl-v20.html
* This file is part of the RiseClipse tool **
* ** This file is part of the RiseClipse tool
* Contributors: **
* Computer Science Department, CentraleSupélec ** Contributors:
* EDF R&D ** Computer Science Department, CentraleSupélec
* Contacts: ** EDF R&D
* dominique.marcadet@centralesupelec.fr ** Contacts:
* aurelie.dehouck-neveu@edf.fr ** dominique.marcadet@centralesupelec.fr
* Web site: ** aurelie.dehouck-neveu@edf.fr
* http://wdi.supelec.fr/software/RiseClipse/ ** Web site:
*/ ** http://wdi.supelec.fr/software/RiseClipse/
*************************************************************************
*/
package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.ui.component; package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.ui.component;
import java.io.File; import java.io.File;
......
/** /*
* Copyright (c) 2018 CentraleSupélec & EDF. *************************************************************************
* All rights reserved. This program and the accompanying materials ** Copyright (c) 2019 CentraleSupélec & EDF.
* are made available under the terms of the Eclipse Public License v1.0 ** All rights reserved. This program and the accompanying materials
* which accompanies this distribution, and is available at ** are made available under the terms of the Eclipse Public License v2.0
* http://www.eclipse.org/legal/epl-v10.html ** which accompanies this distribution, and is available at
* ** https://www.eclipse.org/legal/epl-v20.html
* This file is part of the RiseClipse tool **
* ** This file is part of the RiseClipse tool
* Contributors: **
* Computer Science Department, CentraleSupélec ** Contributors:
* EDF R&D ** Computer Science Department, CentraleSupélec
* Contacts: ** EDF R&D
* dominique.marcadet@centralesupelec.fr ** Contacts:
* aurelie.dehouck-neveu@edf.fr ** dominique.marcadet@centralesupelec.fr
* Web site: ** aurelie.dehouck-neveu@edf.fr
* http://wdi.supelec.fr/software/RiseClipse/ ** Web site:
*/ ** http://wdi.supelec.fr/software/RiseClipse/
*************************************************************************
*/
package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.ui.component; package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.ui.component;
import javax.swing.JFrame; import javax.swing.JFrame;
......
/** /*
* Copyright (c) 2018 CentraleSupélec & EDF. *************************************************************************
* All rights reserved. This program and the accompanying materials ** Copyright (c) 2019 CentraleSupélec & EDF.
* are made available under the terms of the Eclipse Public License v1.0 ** All rights reserved. This program and the accompanying materials
* which accompanies this distribution, and is available at ** are made available under the terms of the Eclipse Public License v2.0
* http://www.eclipse.org/legal/epl-v10.html ** which accompanies this distribution, and is available at
* ** https://www.eclipse.org/legal/epl-v20.html
* This file is part of the RiseClipse tool **
* ** This file is part of the RiseClipse tool
* Contributors: **
* Computer Science Department, CentraleSupélec ** Contributors:
* EDF R&D ** Computer Science Department, CentraleSupélec
* Contacts: ** EDF R&D
* dominique.marcadet@centralesupelec.fr ** Contacts:
* aurelie.dehouck-neveu@edf.fr ** dominique.marcadet@centralesupelec.fr
* Web site: ** aurelie.dehouck-neveu@edf.fr
* http://wdi.supelec.fr/software/RiseClipse/ ** Web site:
*/ ** http://wdi.supelec.fr/software/RiseClipse/
*************************************************************************
*/
package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.ui.component; package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.ui.component;
import java.awt.BorderLayout; import java.awt.BorderLayout;
......
/** /*
* Copyright (c) 2018 CentraleSupélec & EDF. *************************************************************************
* All rights reserved. This program and the accompanying materials ** Copyright (c) 2019 CentraleSupélec & EDF.
* are made available under the terms of the Eclipse Public License v1.0 ** All rights reserved. This program and the accompanying materials
* which accompanies this distribution, and is available at ** are made available under the terms of the Eclipse Public License v2.0
* http://www.eclipse.org/legal/epl-v10.html ** which accompanies this distribution, and is available at
* ** https://www.eclipse.org/legal/epl-v20.html
* This file is part of the RiseClipse tool **
* ** This file is part of the RiseClipse tool
* Contributors: **
* Computer Science Department, CentraleSupélec ** Contributors:
* EDF R&D ** Computer Science Department, CentraleSupélec
* Contacts: ** EDF R&D
* dominique.marcadet@centralesupelec.fr ** Contacts:
* aurelie.dehouck-neveu@edf.fr ** dominique.marcadet@centralesupelec.fr
* Web site: ** aurelie.dehouck-neveu@edf.fr
* http://wdi.supelec.fr/software/RiseClipse/ ** Web site:
*/ ** http://wdi.supelec.fr/software/RiseClipse/
*************************************************************************
*/
package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.ui.component; package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.ui.component;
import java.awt.BorderLayout; import java.awt.BorderLayout;
......
/** /*
* Copyright (c) 2018 CentraleSupélec & EDF. *************************************************************************
* All rights reserved. This program and the accompanying materials ** Copyright (c) 2019 CentraleSupélec & EDF.
* are made available under the terms of the Eclipse Public License v1.0 ** All rights reserved. This program and the accompanying materials
* which accompanies this distribution, and is available at ** are made available under the terms of the Eclipse Public License v2.0
* http://www.eclipse.org/legal/epl-v10.html ** which accompanies this distribution, and is available at
* ** https://www.eclipse.org/legal/epl-v20.html
* This file is part of the RiseClipse tool **
* ** This file is part of the RiseClipse tool
* Contributors: **
* Computer Science Department, CentraleSupélec ** Contributors:
* EDF R&D ** Computer Science Department, CentraleSupélec
* Contacts: ** EDF R&D
* dominique.marcadet@centralesupelec.fr ** Contacts:
* aurelie.dehouck-neveu@edf.fr ** dominique.marcadet@centralesupelec.fr
* Web site: ** aurelie.dehouck-neveu@edf.fr
* http://wdi.supelec.fr/software/RiseClipse/ ** Web site:
*/ ** http://wdi.supelec.fr/software/RiseClipse/
*************************************************************************
*/
package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.ui.component; package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.ui.component;
import java.awt.Component; import java.awt.Component;
......
/** /*
* Copyright (c) 2018 CentraleSupélec & EDF. *************************************************************************
* All rights reserved. This program and the accompanying materials ** Copyright (c) 2019 CentraleSupélec & EDF.
* are made available under the terms of the Eclipse Public License v1.0 ** All rights reserved. This program and the accompanying materials
* which accompanies this distribution, and is available at ** are made available under the terms of the Eclipse Public License v2.0
* http://www.eclipse.org/legal/epl-v10.html ** which accompanies this distribution, and is available at
* ** https://www.eclipse.org/legal/epl-v20.html
* This file is part of the RiseClipse tool **
* ** This file is part of the RiseClipse tool
* Contributors: **
* Computer Science Department, CentraleSupélec ** Contributors:
* EDF R&D ** Computer Science Department, CentraleSupélec
* Contacts: ** EDF R&D
* dominique.marcadet@centralesupelec.fr ** Contacts:
* aurelie.dehouck-neveu@edf.fr ** dominique.marcadet@centralesupelec.fr
* Web site: ** aurelie.dehouck-neveu@edf.fr
* http://wdi.supelec.fr/software/RiseClipse/ ** Web site:
*/ ** http://wdi.supelec.fr/software/RiseClipse/
*************************************************************************
*/
package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.ui.component; package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.ui.component;
import java.awt.Component; import java.awt.Component;
......
/bin/
# Copyright (c) 2019 CentraleSuplec & EDF. # *************************************************************************
# All rights reserved. This program and the accompanying materials # ** Copyright (c) 2019 CentraleSuplec & EDF.
# are made available under the terms of the Eclipse Public License v1.0 # ** All rights reserved. This program and the accompanying materials
# which accompanies this distribution, and is available at # ** are made available under the terms of the Eclipse Public License v2.0
# http://www.eclipse.org/legal/epl-v10.html # ** which accompanies this distribution, and is available at
# # ** https://www.eclipse.org/legal/epl-v20.html
# This file is part of the RiseClipse tool # **
# # ** This file is part of the RiseClipse tool
# Contributors: # **
# Computer Science Department, CentraleSuplec # ** Contributors:
# EDF R&D # ** Computer Science Department, CentraleSuplec
# Contacts: # ** EDF R&D
# dominique.marcadet@centralesupelec.fr # ** Contacts:
# aurelie.dehouck-neveu@edf.fr # ** dominique.marcadet@centralesupelec.fr
# Web site: # ** aurelie.dehouck-neveu@edf.fr
# http://wdi.supelec.fr/software/RiseClipse/ # ** Web site:
# ** http://wdi.supelec.fr/software/RiseClipse/
# *************************************************************************
source.. = src/ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
......
# Copyright (c) 2019 CentraleSuplec & EDF. # *************************************************************************
# All rights reserved. This program and the accompanying materials # ** Copyright (c) 2019 CentraleSuplec & EDF.
# are made available under the terms of the Eclipse Public License v1.0 # ** All rights reserved. This program and the accompanying materials
# which accompanies this distribution, and is available at # ** are made available under the terms of the Eclipse Public License v2.0
# http://www.eclipse.org/legal/epl-v10.html # ** which accompanies this distribution, and is available at
# # ** https://www.eclipse.org/legal/epl-v20.html
# This file is part of the RiseClipse tool # **
# # ** This file is part of the RiseClipse tool
# Contributors: # **
# Computer Science Department, CentraleSuplec # ** Contributors:
# EDF R&D # ** Computer Science Department, CentraleSuplec
# Contacts: # ** EDF R&D
# dominique.marcadet@centralesupelec.fr # ** Contacts:
# aurelie.dehouck-neveu@edf.fr # ** dominique.marcadet@centralesupelec.fr
# Web site: # ** aurelie.dehouck-neveu@edf.fr
# http://wdi.supelec.fr/software/RiseClipse/ # ** Web site:
# ** http://wdi.supelec.fr/software/RiseClipse/
# *************************************************************************
pluginName = RiseClipse IEC 61850 SCL Validator pluginName = RiseClipse IEC 61850 SCL Validator
providerName = CentraleSuplec & EDF providerName = CentraleSuplec & EDF
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <?xml version="1.0" encoding="UTF-8"?>
<!--
*************************************************************************
** Copyright (c) 2019 CentraleSupélec & EDF.
** All rights reserved. This program and the accompanying materials
** are made available under the terms of the Eclipse Public License v2.0
** which accompanies this distribution, and is available at
** https://www.eclipse.org/legal/epl-v20.html
**
** This file is part of the RiseClipse tool
**
** Contributors:
** Computer Science Department, CentraleSupélec
** EDF R&D
** Contacts:
** dominique.marcadet@centralesupelec.fr
** aurelie.dehouck-neveu@edf.fr
** Web site:
** http://wdi.supelec.fr/software/RiseClipse/
*************************************************************************
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
......
/** /*
* Copyright (c) 2019 CentraleSupélec & EDF. *************************************************************************
* All rights reserved. This program and the accompanying materials ** Copyright (c) 2019 CentraleSupélec & EDF.
* are made available under the terms of the Eclipse Public License v1.0 ** All rights reserved. This program and the accompanying materials
* which accompanies this distribution, and is available at ** are made available under the terms of the Eclipse Public License v2.0
* http://www.eclipse.org/legal/epl-v10.html ** which accompanies this distribution, and is available at
* ** https://www.eclipse.org/legal/epl-v20.html
* This file is part of the RiseClipse tool **
* ** This file is part of the RiseClipse tool
* Contributors: **
* Computer Science Department, CentraleSupélec ** Contributors:
* EDF R&D ** Computer Science Department, CentraleSupélec
* Contacts: ** EDF R&D
* dominique.marcadet@centralesupelec.fr ** Contacts:
* aurelie.dehouck-neveu@edf.fr ** dominique.marcadet@centralesupelec.fr
* Web site: ** aurelie.dehouck-neveu@edf.fr
* http://wdi.supelec.fr/software/RiseClipse/ ** Web site:
*/ ** http://wdi.supelec.fr/software/RiseClipse/
*************************************************************************
*/
package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator; package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator;
import java.util.ArrayList; import java.util.ArrayList;
...@@ -294,10 +297,10 @@ public class RiseClipseValidatorSCL { ...@@ -294,10 +297,10 @@ public class RiseClipseValidatorSCL {
IRiseClipseConsole console = AbstractRiseClipseConsole.getConsole(); IRiseClipseConsole console = AbstractRiseClipseConsole.getConsole();
console.info( "Copyright (c) 2019 CentraleSupélec & EDF." ); console.info( "Copyright (c) 2019 CentraleSupélec & EDF." );
console.info( console.info( "All rights reserved. This program and the accompanying materials" );
"All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0" ); console.info( "are made available under the terms of the Eclipse Public License v2.0" );
console.info( console.info( "which accompanies this distribution, and is available at" );
"which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html" ); console.info( "https://www.eclipse.org/legal/epl-v20.html" );
console.info( "" ); console.info( "" );
console.info( "This tool is part of RiseClipse." ); console.info( "This tool is part of RiseClipse." );
console.info( "Contributors:" ); console.info( "Contributors:" );
......
/** /*
* Copyright (c) 2019 CentraleSupélec & EDF. *************************************************************************
* All rights reserved. This program and the accompanying materials ** Copyright (c) 2019 CentraleSupélec & EDF.
* are made available under the terms of the Eclipse Public License v1.0 ** All rights reserved. This program and the accompanying materials
* which accompanies this distribution, and is available at ** are made available under the terms of the Eclipse Public License v2.0
* http://www.eclipse.org/legal/epl-v10.html ** which accompanies this distribution, and is available at
* ** https://www.eclipse.org/legal/epl-v20.html
* This file is part of the RiseClipse tool **
* ** This file is part of the RiseClipse tool
* Contributors: **
* Computer Science Department, CentraleSupélec ** Contributors:
* EDF R&D ** Computer Science Department, CentraleSupélec
* Contacts: ** EDF R&D
* dominique.marcadet@centralesupelec.fr ** Contacts:
* aurelie.dehouck-neveu@edf.fr ** dominique.marcadet@centralesupelec.fr
* Web site: ** aurelie.dehouck-neveu@edf.fr
* http://wdi.supelec.fr/software/RiseClipse/ ** Web site:
*/ ** http://wdi.supelec.fr/software/RiseClipse/
*************************************************************************
*/
package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.nsd; package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.nsd;
import java.util.Arrays; import java.util.Arrays;
......
/** /*
* Copyright (c) 2019 CentraleSupélec & EDF. *************************************************************************
* All rights reserved. This program and the accompanying materials ** Copyright (c) 2019 CentraleSupélec & EDF.
* are made available under the terms of the Eclipse Public License v1.0 ** All rights reserved. This program and the accompanying materials
* which accompanies this distribution, and is available at ** are made available under the terms of the Eclipse Public License v2.0
* http://www.eclipse.org/legal/epl-v10.html ** which accompanies this distribution, and is available at
* ** https://www.eclipse.org/legal/epl-v20.html
* This file is part of the RiseClipse tool **
* ** This file is part of the RiseClipse tool
* Contributors: **
* Computer Science Department, CentraleSupélec ** Contributors:
* EDF R&D ** Computer Science Department, CentraleSupélec
* Contacts: ** EDF R&D
* dominique.marcadet@centralesupelec.fr ** Contacts:
* aurelie.dehouck-neveu@edf.fr ** dominique.marcadet@centralesupelec.fr
* Web site: ** aurelie.dehouck-neveu@edf.fr
* http://wdi.supelec.fr/software/RiseClipse/ ** Web site:
*/ ** http://wdi.supelec.fr/software/RiseClipse/
*************************************************************************
*/
package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.nsd; package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.nsd;
import java.util.HashMap; import java.util.HashMap;
......
/** /*
* Copyright (c) 2019 CentraleSupélec & EDF. *************************************************************************
* All rights reserved. This program and the accompanying materials ** Copyright (c) 2019 CentraleSupélec & EDF.
* are made available under the terms of the Eclipse Public License v1.0 ** All rights reserved. This program and the accompanying materials
* which accompanies this distribution, and is available at ** are made available under the terms of the Eclipse Public License v2.0
* http://www.eclipse.org/legal/epl-v10.html ** which accompanies this distribution, and is available at
* ** https://www.eclipse.org/legal/epl-v20.html
* This file is part of the RiseClipse tool **
* ** This file is part of the RiseClipse tool
* Contributors: **
* Computer Science Department, CentraleSupélec ** Contributors:
* EDF R&D ** Computer Science Department, CentraleSupélec
* Contacts: ** EDF R&D
* dominique.marcadet@centralesupelec.fr ** Contacts:
* aurelie.dehouck-neveu@edf.fr ** dominique.marcadet@centralesupelec.fr
* Web site: ** aurelie.dehouck-neveu@edf.fr
* http://wdi.supelec.fr/software/RiseClipse/ ** Web site:
*/ ** http://wdi.supelec.fr/software/RiseClipse/
*************************************************************************
*/
package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.nsd; package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.nsd;
import java.util.HashMap; import java.util.HashMap;
......
/** /*
* Copyright (c) 2019 CentraleSupélec & EDF. *************************************************************************
* All rights reserved. This program and the accompanying materials ** Copyright (c) 2019 CentraleSupélec & EDF.
* are made available under the terms of the Eclipse Public License v1.0 ** All rights reserved. This program and the accompanying materials
* which accompanies this distribution, and is available at ** are made available under the terms of the Eclipse Public License v2.0
* http://www.eclipse.org/legal/epl-v10.html ** which accompanies this distribution, and is available at
* ** https://www.eclipse.org/legal/epl-v20.html
* This file is part of the RiseClipse tool **
* ** This file is part of the RiseClipse tool
* Contributors: **
* Computer Science Department, CentraleSupélec ** Contributors:
* EDF R&D ** Computer Science Department, CentraleSupélec
* Contacts: ** EDF R&D
* dominique.marcadet@centralesupelec.fr ** Contacts:
* aurelie.dehouck-neveu@edf.fr ** dominique.marcadet@centralesupelec.fr
* Web site: ** aurelie.dehouck-neveu@edf.fr
* http://wdi.supelec.fr/software/RiseClipse/ ** Web site:
*/ ** http://wdi.supelec.fr/software/RiseClipse/
*************************************************************************
*/
package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.nsd; package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.nsd;
import java.util.HashMap; import java.util.HashMap;
......
/** /*
* Copyright (c) 2019 CentraleSupélec & EDF. *************************************************************************
* All rights reserved. This program and the accompanying materials ** Copyright (c) 2019 CentraleSupélec & EDF.
* are made available under the terms of the Eclipse Public License v1.0 ** All rights reserved. This program and the accompanying materials
* which accompanies this distribution, and is available at ** are made available under the terms of the Eclipse Public License v2.0
* http://www.eclipse.org/legal/epl-v10.html ** which accompanies this distribution, and is available at
* ** https://www.eclipse.org/legal/epl-v20.html
* This file is part of the RiseClipse tool **
* ** This file is part of the RiseClipse tool
* Contributors: **
* Computer Science Department, CentraleSupélec ** Contributors:
* EDF R&D ** Computer Science Department, CentraleSupélec
* Contacts: ** EDF R&D
* dominique.marcadet@centralesupelec.fr ** Contacts:
* aurelie.dehouck-neveu@edf.fr ** dominique.marcadet@centralesupelec.fr
* Web site: ** aurelie.dehouck-neveu@edf.fr
* http://wdi.supelec.fr/software/RiseClipse/ ** Web site:
*/ ** http://wdi.supelec.fr/software/RiseClipse/
*************************************************************************
*/
package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.nsd; package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.nsd;
import java.util.HashMap; import java.util.HashMap;
......
/** /*
* Copyright (c) 2019 CentraleSupélec & EDF. *************************************************************************
* All rights reserved. This program and the accompanying materials ** Copyright (c) 2019 CentraleSupélec & EDF.
* are made available under the terms of the Eclipse Public License v1.0 ** All rights reserved. This program and the accompanying materials
* which accompanies this distribution, and is available at ** are made available under the terms of the Eclipse Public License v2.0
* http://www.eclipse.org/legal/epl-v10.html ** which accompanies this distribution, and is available at
* ** https://www.eclipse.org/legal/epl-v20.html
* This file is part of the RiseClipse tool **
* ** This file is part of the RiseClipse tool
* Contributors: **
* Computer Science Department, CentraleSupélec ** Contributors:
* EDF R&D ** Computer Science Department, CentraleSupélec
* Contacts: ** EDF R&D
* dominique.marcadet@centralesupelec.fr ** Contacts:
* aurelie.dehouck-neveu@edf.fr ** dominique.marcadet@centralesupelec.fr
* Web site: ** aurelie.dehouck-neveu@edf.fr
* http://wdi.supelec.fr/software/RiseClipse/ ** Web site:
*/ ** http://wdi.supelec.fr/software/RiseClipse/
*************************************************************************
*/
package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.nsd; package fr.centralesupelec.edf.riseclipse.iec61850.scl.validator.nsd;
import java.util.HashMap; import java.util.HashMap;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment