summaryrefslogtreecommitdiff
path: root/src/main/resources/mapFiles
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/mapFiles')
-rw-r--r--src/main/resources/mapFiles/CollectionMap.xml22
-rw-r--r--src/main/resources/mapFiles/HistoryMap.xml22
-rw-r--r--src/main/resources/mapFiles/JobListMap.xml22
-rw-r--r--src/main/resources/mapFiles/KeyValuePairMap.xml21
-rw-r--r--src/main/resources/mapFiles/LifeCycleMap.xml22
-rw-r--r--src/main/resources/mapFiles/ModuleMap.xml22
-rw-r--r--src/main/resources/mapFiles/NewEntityMap.xml22
-rw-r--r--src/main/resources/mapFiles/PropertiesMap.xml22
-rw-r--r--src/main/resources/mapFiles/StateMachineMap.xml22
-rw-r--r--src/main/resources/mapFiles/TransferMap.xml22
-rw-r--r--src/main/resources/mapFiles/ViewpointMap.xml22
-rw-r--r--src/main/resources/mapFiles/graphModelMap.xml22
12 files changed, 263 insertions, 0 deletions
diff --git a/src/main/resources/mapFiles/CollectionMap.xml b/src/main/resources/mapFiles/CollectionMap.xml
index 2d01470..33cbd3e 100644
--- a/src/main/resources/mapFiles/CollectionMap.xml
+++ b/src/main/resources/mapFiles/CollectionMap.xml
@@ -1,4 +1,26 @@
<?xml version="1.0"?>
+<!--
+
+ This file is part of the CRISTAL-iSE kernel.
+ Copyright (c) 2001-2014 The CRISTAL Consortium. All rights reserved.
+
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 3 of the License, or (at
+ your option) any later version.
+
+ This library is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; with out even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+
+ http://www.fsf.org/licensing/licenses/lgpl.html
+
+-->
<mapping>
<class name="com.c2kernel.collection.CollectionMemberList">
<map-to xml="CollectionMemberList"/>
diff --git a/src/main/resources/mapFiles/HistoryMap.xml b/src/main/resources/mapFiles/HistoryMap.xml
index 8e7b591..ecc6ab5 100644
--- a/src/main/resources/mapFiles/HistoryMap.xml
+++ b/src/main/resources/mapFiles/HistoryMap.xml
@@ -1,4 +1,26 @@
<?xml version="1.0"?>
+<!--
+
+ This file is part of the CRISTAL-iSE kernel.
+ Copyright (c) 2001-2014 The CRISTAL Consortium. All rights reserved.
+
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 3 of the License, or (at
+ your option) any later version.
+
+ This library is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; with out even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+
+ http://www.fsf.org/licensing/licenses/lgpl.html
+
+-->
<mapping>
<class name="com.c2kernel.events.Event">
diff --git a/src/main/resources/mapFiles/JobListMap.xml b/src/main/resources/mapFiles/JobListMap.xml
index 7eb5237..dca933e 100644
--- a/src/main/resources/mapFiles/JobListMap.xml
+++ b/src/main/resources/mapFiles/JobListMap.xml
@@ -1,4 +1,26 @@
<?xml version="1.0"?>
+<!--
+
+ This file is part of the CRISTAL-iSE kernel.
+ Copyright (c) 2001-2014 The CRISTAL Consortium. All rights reserved.
+
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 3 of the License, or (at
+ your option) any later version.
+
+ This library is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; with out even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+
+ http://www.fsf.org/licensing/licenses/lgpl.html
+
+-->
<mapping>
<class name="com.c2kernel.entity.agent.Job">
<map-to xml="Job"/>
diff --git a/src/main/resources/mapFiles/KeyValuePairMap.xml b/src/main/resources/mapFiles/KeyValuePairMap.xml
index 2548154..65103f1 100644
--- a/src/main/resources/mapFiles/KeyValuePairMap.xml
+++ b/src/main/resources/mapFiles/KeyValuePairMap.xml
@@ -1,5 +1,26 @@
<?xml version="1.0"?>
+<!--
+ This file is part of the CRISTAL-iSE kernel.
+ Copyright (c) 2001-2014 The CRISTAL Consortium. All rights reserved.
+
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 3 of the License, or (at
+ your option) any later version.
+
+ This library is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; with out even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+
+ http://www.fsf.org/licensing/licenses/lgpl.html
+
+-->
<mapping>
<class name="com.c2kernel.utils.KeyValuePair">
<map-to xml="KeyValuePair"/>
diff --git a/src/main/resources/mapFiles/LifeCycleMap.xml b/src/main/resources/mapFiles/LifeCycleMap.xml
index d0ff71c..51b74ba 100644
--- a/src/main/resources/mapFiles/LifeCycleMap.xml
+++ b/src/main/resources/mapFiles/LifeCycleMap.xml
@@ -1,4 +1,26 @@
<?xml version="1.0"?>
+<!--
+
+ This file is part of the CRISTAL-iSE kernel.
+ Copyright (c) 2001-2014 The CRISTAL Consortium. All rights reserved.
+
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 3 of the License, or (at
+ your option) any later version.
+
+ This library is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; with out even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+
+ http://www.fsf.org/licensing/licenses/lgpl.html
+
+-->
<mapping>
<class name="com.c2kernel.lifecycle.NextDef" extends="com.c2kernel.graph.model.GraphableEdge">
<map-to xml="NextDef"/>
diff --git a/src/main/resources/mapFiles/ModuleMap.xml b/src/main/resources/mapFiles/ModuleMap.xml
index f1980d8..38f6648 100644
--- a/src/main/resources/mapFiles/ModuleMap.xml
+++ b/src/main/resources/mapFiles/ModuleMap.xml
@@ -1,4 +1,26 @@
<?xml version="1.0"?>
+<!--
+
+ This file is part of the CRISTAL-iSE kernel.
+ Copyright (c) 2001-2014 The CRISTAL Consortium. All rights reserved.
+
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 3 of the License, or (at
+ your option) any later version.
+
+ This library is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; with out even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+
+ http://www.fsf.org/licensing/licenses/lgpl.html
+
+-->
<mapping>
<class name="com.c2kernel.process.module.Module">
<map-to xml="CristalModule" />
diff --git a/src/main/resources/mapFiles/NewEntityMap.xml b/src/main/resources/mapFiles/NewEntityMap.xml
index 0c91b64..e54be90 100644
--- a/src/main/resources/mapFiles/NewEntityMap.xml
+++ b/src/main/resources/mapFiles/NewEntityMap.xml
@@ -1,4 +1,26 @@
<?xml version="1.0"?>
+<!--
+
+ This file is part of the CRISTAL-iSE kernel.
+ Copyright (c) 2001-2014 The CRISTAL Consortium. All rights reserved.
+
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 3 of the License, or (at
+ your option) any later version.
+
+ This library is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; with out even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+
+ http://www.fsf.org/licensing/licenses/lgpl.html
+
+-->
<mapping>
<class name="com.c2kernel.entity.imports.ImportItem">
<map-to xml="Item"/>
diff --git a/src/main/resources/mapFiles/PropertiesMap.xml b/src/main/resources/mapFiles/PropertiesMap.xml
index b13d98d..acd5b7d 100644
--- a/src/main/resources/mapFiles/PropertiesMap.xml
+++ b/src/main/resources/mapFiles/PropertiesMap.xml
@@ -1,4 +1,26 @@
<?xml version="1.0"?>
+<!--
+
+ This file is part of the CRISTAL-iSE kernel.
+ Copyright (c) 2001-2014 The CRISTAL Consortium. All rights reserved.
+
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 3 of the License, or (at
+ your option) any later version.
+
+ This library is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; with out even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+
+ http://www.fsf.org/licensing/licenses/lgpl.html
+
+-->
<mapping>
<class name="com.c2kernel.property.Property">
<map-to xml="Property"/>
diff --git a/src/main/resources/mapFiles/StateMachineMap.xml b/src/main/resources/mapFiles/StateMachineMap.xml
index 023dfb4..027eace 100644
--- a/src/main/resources/mapFiles/StateMachineMap.xml
+++ b/src/main/resources/mapFiles/StateMachineMap.xml
@@ -1,4 +1,26 @@
<?xml version="1.0"?>
+<!--
+
+ This file is part of the CRISTAL-iSE kernel.
+ Copyright (c) 2001-2014 The CRISTAL Consortium. All rights reserved.
+
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 3 of the License, or (at
+ your option) any later version.
+
+ This library is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; with out even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+
+ http://www.fsf.org/licensing/licenses/lgpl.html
+
+-->
<mapping>
<class name="com.c2kernel.lifecycle.instance.stateMachine.StateMachine">
<map-to xml="StateMachine" />
diff --git a/src/main/resources/mapFiles/TransferMap.xml b/src/main/resources/mapFiles/TransferMap.xml
index 814bbb2..089efc8 100644
--- a/src/main/resources/mapFiles/TransferMap.xml
+++ b/src/main/resources/mapFiles/TransferMap.xml
@@ -1,4 +1,26 @@
<?xml version="1.0"?>
+<!--
+
+ This file is part of the CRISTAL-iSE kernel.
+ Copyright (c) 2001-2014 The CRISTAL Consortium. All rights reserved.
+
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 3 of the License, or (at
+ your option) any later version.
+
+ This library is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; with out even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+
+ http://www.fsf.org/licensing/licenses/lgpl.html
+
+-->
<mapping>
<class name="com.c2kernel.entity.transfer.TransferSet">
<map-to xml="TransferSet"/>
diff --git a/src/main/resources/mapFiles/ViewpointMap.xml b/src/main/resources/mapFiles/ViewpointMap.xml
index eb14175..4010a13 100644
--- a/src/main/resources/mapFiles/ViewpointMap.xml
+++ b/src/main/resources/mapFiles/ViewpointMap.xml
@@ -1,4 +1,26 @@
<?xml version="1.0"?>
+<!--
+
+ This file is part of the CRISTAL-iSE kernel.
+ Copyright (c) 2001-2014 The CRISTAL Consortium. All rights reserved.
+
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 3 of the License, or (at
+ your option) any later version.
+
+ This library is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; with out even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+
+ http://www.fsf.org/licensing/licenses/lgpl.html
+
+-->
<mapping>
<class name="com.c2kernel.persistency.outcome.Viewpoint">
<map-to xml="Viewpoint"/>
diff --git a/src/main/resources/mapFiles/graphModelMap.xml b/src/main/resources/mapFiles/graphModelMap.xml
index 1d20644..a09ce9b 100644
--- a/src/main/resources/mapFiles/graphModelMap.xml
+++ b/src/main/resources/mapFiles/graphModelMap.xml
@@ -1,4 +1,26 @@
<?xml version="1.0"?>
+<!--
+
+ This file is part of the CRISTAL-iSE kernel.
+ Copyright (c) 2001-2014 The CRISTAL Consortium. All rights reserved.
+
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 3 of the License, or (at
+ your option) any later version.
+
+ This library is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; with out even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+
+ http://www.fsf.org/licensing/licenses/lgpl.html
+
+-->
<mapping>
<class name="com.c2kernel.graph.model.GraphModel">
<map-to xml="GraphModel"/>