From 6f023cb1266f120a84c72276b331a609f51bb0de Mon Sep 17 00:00:00 2001 From: Dominique Marcadet <Dominique.Marcadet@centralesupelec.fr> Date: Fri, 16 Feb 2018 17:52:57 +0100 Subject: [PATCH] update copyright comment --- .../build.properties | 13 +++++--- .../plugin.properties | 15 ++++++--- .../plugin.xml | 32 +++++++++++-------- .../provider/DifferenceModelItemProvider.java | 12 ++++--- .../provider/FullModelItemProvider.java | 12 ++++--- .../provider/HeaderModelEditPlugin.java | 12 ++++--- ...DescriptionItemProviderAdapterFactory.java | 12 ++++--- .../provider/ModelItemProvider.java | 12 ++++--- .../build.properties | 13 +++++--- .../model/headerModel.genmodel | 2 +- .../plugin.properties | 15 ++++++--- .../plugin.xml | 31 ++++++++++-------- .../ModelDescription/DifferenceModel.java | 12 ++++--- .../ModelDescription/FullModel.java | 12 ++++--- .../headerModel/ModelDescription/Model.java | 12 ++++--- .../ModelDescriptionFactory.java | 12 ++++--- .../ModelDescriptionPackage.java | 12 ++++--- .../impl/DifferenceModelImpl.java | 12 ++++--- .../ModelDescription/impl/FullModelImpl.java | 12 ++++--- .../impl/ModelDescriptionFactoryImpl.java | 12 ++++--- .../impl/ModelDescriptionPackageImpl.java | 12 ++++--- .../ModelDescription/impl/ModelImpl.java | 12 ++++--- .../util/ModelDescriptionAdapterFactory.java | 12 ++++--- .../util/ModelDescriptionSwitch.java | 12 ++++--- .../build.properties | 18 +++++++++++ .../plugin.properties | 16 ++++++---- .../cim/util/cimxml/CimConstants.java | 12 ++++--- .../util/cimxml/CimResourceFactoryImpl.java | 12 ++++--- .../cim/util/cimxml/CimResourceHandler.java | 12 ++++--- .../cim/util/cimxml/CimResourceImpl.java | 12 ++++--- .../cim/util/cimxml/CimXMLHandler.java | 12 ++++--- .../cim/util/cimxml/CimXMLHelperImpl.java | 12 ++++--- .../cim/util/cimxml/CimXMLLoadImpl.java | 12 ++++--- .../cim/util/cimxml/CimXMLSaveImpl.java | 12 ++++--- 34 files changed, 303 insertions(+), 152 deletions(-) diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/build.properties b/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/build.properties index c1a9488..95b0d20 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/build.properties +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/build.properties @@ -1,4 +1,5 @@ -# Copyright (c) 2016 CentraleSupélec & EDFG. +# +# Copyright (c) 2018 CentraleSup�lec & EDF. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -7,10 +8,14 @@ # This file is part of the RiseClipse tool # # Contributors: -# Computer Science Department, CentraleSupélec : initial implementation +# Computer Science Department, CentraleSup�lec +# EDF R&D # Contacts: -# Dominique.Marcadet@centralesupelec.fr -# +# dominique.marcadet@centralesupelec.fr +# aurelie.dehouck-neveu@edf.fr +# Web site: +# http://wdi.supelec.fr/software/RiseClipse/ +# bin.includes = .,\ icons/,\ diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/plugin.properties b/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/plugin.properties index 91485e0..cadd563 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/plugin.properties +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/plugin.properties @@ -1,4 +1,5 @@ -# Copyright (c) 2016 CentraleSupélec & EDF. +# +# Copyright (c) 2018 CentraleSup�lec & EDF. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -7,13 +8,17 @@ # This file is part of the RiseClipse tool # # Contributors: -# Computer Science Department, CentraleSupélec : initial implementation +# Computer Science Department, CentraleSup�lec +# EDF R&D # Contacts: -# Dominique.Marcadet@centralesupelec.fr -# +# dominique.marcadet@centralesupelec.fr +# aurelie.dehouck-neveu@edf.fr +# Web site: +# http://wdi.supelec.fr/software/RiseClipse/ +# pluginName = RiseClipse CIM Header Edit Support -providerName = CentraleSupélec & EDF +providerName = CentraleSup�lec & EDF _UI_CreateChild_text = {0} _UI_CreateChild_text2 = {1} {0} diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/plugin.xml b/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/plugin.xml index 0c539f4..4c1911f 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/plugin.xml +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/plugin.xml @@ -2,20 +2,24 @@ <?eclipse version="3.0"?> <!-- - - Copyright (c) 2016 CentraleSupélec & EDF. - All rights reserved. This program and the accompanying materials - are made available under the terms of the Eclipse Public License v1.0 - which accompanies this distribution, and is available at - http://www.eclipse.org/legal/epl-v10.html - - This file is part of the RiseClipse tool - - Contributors: - Computer Science Department, CentraleSupélec : initial implementation - Contacts: - Dominique.Marcadet@centralesupelec.fr - +/* + * Copyright (c) 2018 CentraleSupélec & EDF. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.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/ + */ --> <plugin> diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/provider/DifferenceModelItemProvider.java b/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/provider/DifferenceModelItemProvider.java index 442729a..44bbc09 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/provider/DifferenceModelItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/provider/DifferenceModelItemProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.headerModel.ModelDescription.provider; diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/provider/FullModelItemProvider.java b/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/provider/FullModelItemProvider.java index 3fc055c..97245c9 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/provider/FullModelItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/provider/FullModelItemProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.headerModel.ModelDescription.provider; diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/provider/HeaderModelEditPlugin.java b/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/provider/HeaderModelEditPlugin.java index 66f8612..f0b4693 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/provider/HeaderModelEditPlugin.java +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/provider/HeaderModelEditPlugin.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.headerModel.ModelDescription.provider; diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/provider/ModelDescriptionItemProviderAdapterFactory.java b/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/provider/ModelDescriptionItemProviderAdapterFactory.java index 3d12e19..bdd5dd1 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/provider/ModelDescriptionItemProviderAdapterFactory.java +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/provider/ModelDescriptionItemProviderAdapterFactory.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.headerModel.ModelDescription.provider; diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/provider/ModelItemProvider.java b/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/provider/ModelItemProvider.java index 0b19b37..8877a91 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/provider/ModelItemProvider.java +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel.edit/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/provider/ModelItemProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.headerModel.ModelDescription.provider; diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel/build.properties b/fr.centralesupelec.edf.riseclipse.cim.headerModel/build.properties index ae64794..5a59773 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel/build.properties +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel/build.properties @@ -1,4 +1,5 @@ -# Copyright (c) 2016 CentraleSupélec & EDFG. +# +# Copyright (c) 2018 CentraleSup�lec & EDF. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -7,10 +8,14 @@ # This file is part of the RiseClipse tool # # Contributors: -# Computer Science Department, CentraleSupélec : initial implementation +# Computer Science Department, CentraleSup�lec +# EDF R&D # Contacts: -# Dominique.Marcadet@centralesupelec.fr -# +# dominique.marcadet@centralesupelec.fr +# aurelie.dehouck-neveu@edf.fr +# Web site: +# http://wdi.supelec.fr/software/RiseClipse/ +# bin.includes = .,\ model/,\ diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel/model/headerModel.genmodel b/fr.centralesupelec.edf.riseclipse.cim.headerModel/model/headerModel.genmodel index 5c21358..ff94f88 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel/model/headerModel.genmodel +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel/model/headerModel.genmodel @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" - xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText=" Copyright (c) 2016 CentraleSupélec & EDF.
 All rights reserved. This program and the accompanying materials
 are made available under the terms of the Eclipse Public License v1.0
 which accompanies this distribution, and is available at
 http://www.eclipse.org/legal/epl-v10.html

 This file is part of the RiseClipse tool
 
 Contributors:
 Computer Science Department, CentraleSupélec : initial implementation
 Contacts:
 Dominique.Marcadet@centralesupelec.fr
" + xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText=" Copyright (c) 2018 CentraleSupélec & EDF.
 All rights reserved. This program and the accompanying materials
 are made available under the terms of the Eclipse Public License v1.0
 which accompanies this distribution, and is available at
 http://www.eclipse.org/legal/epl-v10.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/
" modelDirectory="/fr.centralesupelec.edf.riseclipse.cim.headerModel/src" modelPluginID="fr.centralesupelec.edf.riseclipse.cim.headerModel" modelName="HeaderModel" rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container" codeFormatting="true" importerID="org.eclipse.emf.importer.ecore" complianceLevel="8.0" diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel/plugin.properties b/fr.centralesupelec.edf.riseclipse.cim.headerModel/plugin.properties index 7d9f246..c5f5a35 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel/plugin.properties +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel/plugin.properties @@ -1,4 +1,5 @@ -# Copyright (c) 2016 CentraleSupélec & EDF. +# +# Copyright (c) 2018 CentraleSup�lec & EDF. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -7,10 +8,14 @@ # This file is part of the RiseClipse tool # # Contributors: -# Computer Science Department, CentraleSupélec : initial implementation +# Computer Science Department, CentraleSup�lec +# EDF R&D # Contacts: -# Dominique.Marcadet@centralesupelec.fr -# +# dominique.marcadet@centralesupelec.fr +# aurelie.dehouck-neveu@edf.fr +# Web site: +# http://wdi.supelec.fr/software/RiseClipse/ +# pluginName = RiseClipse CIM Header Metamodel -providerName = CentraleSupélec & EDF +providerName = CentraleSup�lec & EDF diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel/plugin.xml b/fr.centralesupelec.edf.riseclipse.cim.headerModel/plugin.xml index c99c39e..7d7e893 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel/plugin.xml +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel/plugin.xml @@ -2,19 +2,24 @@ <?eclipse version="3.0"?> <!-- - Copyright (c) 2016 CentraleSupélec & EDF. - All rights reserved. This program and the accompanying materials - are made available under the terms of the Eclipse Public License v1.0 - which accompanies this distribution, and is available at - http://www.eclipse.org/legal/epl-v10.html - - This file is part of the RiseClipse tool - - Contributors: - Computer Science Department, CentraleSupélec : initial implementation - Contacts: - Dominique.Marcadet@centralesupelec.fr - +/* + * Copyright (c) 2018 CentraleSupélec & EDF. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.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/ + */ --> <plugin> diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/DifferenceModel.java b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/DifferenceModel.java index 96e02dd..1654410 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/DifferenceModel.java +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/DifferenceModel.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.headerModel.ModelDescription; diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/FullModel.java b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/FullModel.java index 6cbb1d6..a76a141 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/FullModel.java +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/FullModel.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.headerModel.ModelDescription; diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/Model.java b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/Model.java index 6f0a6a0..1de4ad4 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/Model.java +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/Model.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.headerModel.ModelDescription; diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/ModelDescriptionFactory.java b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/ModelDescriptionFactory.java index e9b6257..28da70e 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/ModelDescriptionFactory.java +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/ModelDescriptionFactory.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.headerModel.ModelDescription; diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/ModelDescriptionPackage.java b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/ModelDescriptionPackage.java index b9f35cb..287786a 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/ModelDescriptionPackage.java +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/ModelDescriptionPackage.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.headerModel.ModelDescription; diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/impl/DifferenceModelImpl.java b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/impl/DifferenceModelImpl.java index 3863fa7..932eb46 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/impl/DifferenceModelImpl.java +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/impl/DifferenceModelImpl.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.headerModel.ModelDescription.impl; diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/impl/FullModelImpl.java b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/impl/FullModelImpl.java index 448b76c..c416be2 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/impl/FullModelImpl.java +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/impl/FullModelImpl.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.headerModel.ModelDescription.impl; diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/impl/ModelDescriptionFactoryImpl.java b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/impl/ModelDescriptionFactoryImpl.java index f750387..8dbf109 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/impl/ModelDescriptionFactoryImpl.java +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/impl/ModelDescriptionFactoryImpl.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.headerModel.ModelDescription.impl; diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/impl/ModelDescriptionPackageImpl.java b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/impl/ModelDescriptionPackageImpl.java index 598512b..30b64c3 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/impl/ModelDescriptionPackageImpl.java +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/impl/ModelDescriptionPackageImpl.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.headerModel.ModelDescription.impl; diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/impl/ModelImpl.java b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/impl/ModelImpl.java index 1ae9679..ae2590e 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/impl/ModelImpl.java +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/impl/ModelImpl.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.headerModel.ModelDescription.impl; diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/util/ModelDescriptionAdapterFactory.java b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/util/ModelDescriptionAdapterFactory.java index 803cc6f..b43b499 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/util/ModelDescriptionAdapterFactory.java +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/util/ModelDescriptionAdapterFactory.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.headerModel.ModelDescription.util; diff --git a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/util/ModelDescriptionSwitch.java b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/util/ModelDescriptionSwitch.java index d0b7a25..f6579eb 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/util/ModelDescriptionSwitch.java +++ b/fr.centralesupelec.edf.riseclipse.cim.headerModel/src/fr/centralesupelec/edf/riseclipse/cim/headerModel/ModelDescription/util/ModelDescriptionSwitch.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.headerModel.ModelDescription.util; diff --git a/fr.centralesupelec.edf.riseclipse.cim.util/build.properties b/fr.centralesupelec.edf.riseclipse.cim.util/build.properties index 34d2e4d..6e7bc5e 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.util/build.properties +++ b/fr.centralesupelec.edf.riseclipse.cim.util/build.properties @@ -1,3 +1,21 @@ +# +# Copyright (c) 2018 CentraleSup�lec & EDF. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.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/ +# source.. = src/ output.. = bin/ bin.includes = META-INF/,\ diff --git a/fr.centralesupelec.edf.riseclipse.cim.util/plugin.properties b/fr.centralesupelec.edf.riseclipse.cim.util/plugin.properties index 01a9ffe..9414d09 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.util/plugin.properties +++ b/fr.centralesupelec.edf.riseclipse.cim.util/plugin.properties @@ -1,5 +1,5 @@ -# -# Copyright (c) 2016 CentraleSupélec & EDF. +# +# Copyright (c) 2018 CentraleSup�lec & EDF. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -8,10 +8,14 @@ # This file is part of the RiseClipse tool # # Contributors: -# Computer Science Department, CentraleSupélec : initial implementation +# Computer Science Department, CentraleSup�lec +# EDF R&D # Contacts: -# Dominique.Marcadet@centralesupelec.fr -# +# dominique.marcadet@centralesupelec.fr +# aurelie.dehouck-neveu@edf.fr +# Web site: +# http://wdi.supelec.fr/software/RiseClipse/ +# pluginName = RiseClipse CIM Utilities -providerName = CentraleSupélec & EDF +providerName = CentraleSup�lec & EDF diff --git a/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimConstants.java b/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimConstants.java index d979fb6..18c8320 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimConstants.java +++ b/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimConstants.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.util.cimxml; diff --git a/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimResourceFactoryImpl.java b/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimResourceFactoryImpl.java index 8bef1a6..6926dd9 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimResourceFactoryImpl.java +++ b/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimResourceFactoryImpl.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.util.cimxml; diff --git a/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimResourceHandler.java b/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimResourceHandler.java index f3bbe50..21c3abc 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimResourceHandler.java +++ b/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimResourceHandler.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.util.cimxml; diff --git a/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimResourceImpl.java b/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimResourceImpl.java index 53efee1..38a2f24 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimResourceImpl.java +++ b/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimResourceImpl.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.util.cimxml; diff --git a/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimXMLHandler.java b/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimXMLHandler.java index 3b09c31..a58bf1b 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimXMLHandler.java +++ b/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimXMLHandler.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.util.cimxml; diff --git a/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimXMLHelperImpl.java b/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimXMLHelperImpl.java index 7d2994d..d48df96 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimXMLHelperImpl.java +++ b/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimXMLHelperImpl.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.util.cimxml; diff --git a/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimXMLLoadImpl.java b/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimXMLLoadImpl.java index b3bbbde..2e25405 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimXMLLoadImpl.java +++ b/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimXMLLoadImpl.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.util.cimxml; diff --git a/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimXMLSaveImpl.java b/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimXMLSaveImpl.java index 3c39c63..c73914f 100644 --- a/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimXMLSaveImpl.java +++ b/fr.centralesupelec.edf.riseclipse.cim.util/src/fr/centralesupelec/edf/riseclipse/cim/util/cimxml/CimXMLSaveImpl.java @@ -1,5 +1,5 @@ -/** - * Copyright (c) 2016 CentraleSupélec & EDF. +/* + * Copyright (c) 2018 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -8,9 +8,13 @@ * This file is part of the RiseClipse tool * * Contributors: - * Computer Science Department, CentraleSupélec : initial implementation + * Computer Science Department, CentraleSupélec + * EDF R&D * Contacts: - * Dominique.Marcadet@centralesupelec.fr + * dominique.marcadet@centralesupelec.fr + * aurelie.dehouck-neveu@edf.fr + * Web site: + * http://wdi.supelec.fr/software/RiseClipse/ */ package fr.centralesupelec.edf.riseclipse.cim.util.cimxml; -- GitLab