Changeset 1705
- Timestamp:
- 06/10/05 15:06:48 (7 years ago)
- Location:
- trunk3/Dev_EL
- Files:
-
- 47 edited
-
build.xml (modified) (1 diff)
-
com/scenari/m/eventlog/stat/IFieldMgr.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/IFieldMgrCreator.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/IFieldObject.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/PeriodType.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/StatBuilder.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/core/Base.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/core/BaseDef.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/core/EventLog2StatEntry.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/core/IFilter.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/core/IResType.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/core/IResult.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/core/Period.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/core/PeriodMgr.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/core/Stat.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/core/StatDef.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/core/StatDefContentHandler.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/core/StatEntry.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/core/StatMgr.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/filters/Filter.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/filters/FilterAnd.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/filters/FilterBase.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/filters/FilterNot.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/filters/FilterOr.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/restype/ResTypeAxeField.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/restype/ResTypeAxeTime.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/restype/ResTypeBase.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/restype/ResTypeData.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/restype/UnitBase.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/restype/UnitLinear.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/restype/UnitTimeSubdiv.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/result/ResultAxe.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/result/ResultBase.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/result/ResultData.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/result/ResultDataNumber.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/viewer/IView.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/viewer/IViewDef.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/viewer/StatViewer.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/viewer/core/ViewDefXsl.java (modified) (1 diff)
-
com/scenari/m/eventlog/stat/viewer/core/ViewXsl.java (modified) (1 diff)
-
com/scenari/s/eventlog/EventLog.java (modified) (1 diff)
-
com/scenari/s/eventlog/EventLogRecorder.java (modified) (1 diff)
-
com/scenari/s/eventlog/EventLogger.java (modified) (1 diff)
-
com/scenari/s/eventlog/IEventLog.java (modified) (1 diff)
-
com/scenari/s/eventlog/IEventLogListener.java (modified) (1 diff)
-
exemplestat.xml (modified) (1 diff)
-
exemplestatdefs.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk3/Dev_EL/build.xml
r1391 r1705 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!--*** LICENCE[[ *** 3 4 SCENARI Software Licence - Version 1.0 5 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. 6 All Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 7 8 *** ]]LICENCE *** --> 2 <!-- 3 * LICENCE[[ 4 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 5 * 6 * The contents of this file are subject to the Mozilla Public License Version 7 * 1.1 (the "License"); you may not use this file except in compliance with 8 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 9 * 10 * Software distributed under the License is distributed on an "AS IS" basis, 11 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 12 * for the specific language governing rights and limitations under the 13 * License. 14 * 15 * The Original Code is utc.fr code. 16 * 17 * The Initial Developer of the Original Code is 18 * Universite de Technologie de Compiegne. 19 * 20 * Portions created by the Initial Developer are Copyright (C) 2005 21 * the Initial Developer. All Rights Reserved. 22 * 23 * Contributor(s): 24 * 25 * 26 * Alternatively, the contents of this file may be used under the terms of 27 * either of the GNU General Public License Version 2 or later (the "GPL"), 28 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 29 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 30 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 31 * instead of those above. If you wish to allow use of your version of this file 32 * only under the terms of either the GPL or the LGPL, and not to allow others 33 * to use your version of this file under the terms of the MPL, indicate your 34 * decision by deleting the provisions above and replace them with the notice 35 * and other provisions required by the GPL or the LGPL. If you do not delete 36 * the provisions above, a recipient may use your version of this file under 37 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 38 * ]]LICENCE 39 --> 9 40 10 41 <project name="Dev_EL" default="all" basedir="."> -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/IFieldMgr.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/IFieldMgrCreator.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/IFieldObject.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/PeriodType.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/StatBuilder.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/core/Base.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.core; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/core/BaseDef.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.core; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/core/EventLog2StatEntry.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.core; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/core/IFilter.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.core; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/core/IResType.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.core; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/core/IResult.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.core; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/core/Period.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.core; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/core/PeriodMgr.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.core; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/core/Stat.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.core; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/core/StatDef.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.core; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/core/StatDefContentHandler.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.core; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/core/StatEntry.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.core; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/core/StatMgr.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.core; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/filters/Filter.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.filters; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/filters/FilterAnd.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.filters; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/filters/FilterBase.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.filters; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/filters/FilterNot.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.filters; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/filters/FilterOr.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.filters; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/restype/ResTypeAxeField.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.restype; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/restype/ResTypeAxeTime.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.restype; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/restype/ResTypeBase.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.restype; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/restype/ResTypeData.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.restype; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/restype/UnitBase.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.restype; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/restype/UnitLinear.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.restype; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/restype/UnitTimeSubdiv.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.restype; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/result/ResultAxe.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.result; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/result/ResultBase.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.result; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/result/ResultData.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.result; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/result/ResultDataNumber.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.result; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/viewer/IView.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.viewer; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/viewer/IViewDef.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.viewer; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/viewer/StatViewer.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.viewer; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/viewer/core/ViewDefXsl.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.viewer.core; -
trunk3/Dev_EL/com/scenari/m/eventlog/stat/viewer/core/ViewXsl.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.m.eventlog.stat.viewer.core; -
trunk3/Dev_EL/com/scenari/s/eventlog/EventLog.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.s.eventlog; -
trunk3/Dev_EL/com/scenari/s/eventlog/EventLogRecorder.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.s.eventlog; -
trunk3/Dev_EL/com/scenari/s/eventlog/EventLogger.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.s.eventlog; -
trunk3/Dev_EL/com/scenari/s/eventlog/IEventLog.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.s.eventlog; -
trunk3/Dev_EL/com/scenari/s/eventlog/IEventLogListener.java
r997 r1705 1 1 /* 2 * LICENCE[[ SCENARI Software Licence - Version 1.0 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. All 3 * Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 ]]LICENCE 2 * LICENCE[[ 3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 4 * 5 * The contents of this file are subject to the Mozilla Public License Version 6 * 1.1 (the "License"); you may not use this file except in compliance with 7 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 8 * 9 * Software distributed under the License is distributed on an "AS IS" basis, 10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 11 * for the specific language governing rights and limitations under the 12 * License. 13 * 14 * The Original Code is utc.fr code. 15 * 16 * The Initial Developer of the Original Code is 17 * Universite de Technologie de Compiegne. 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2005 20 * the Initial Developer. All Rights Reserved. 21 * 22 * Contributor(s): 23 * 24 * 25 * Alternatively, the contents of this file may be used under the terms of 26 * either of the GNU General Public License Version 2 or later (the "GPL"), 27 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 28 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 29 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 30 * instead of those above. If you wish to allow use of your version of this file 31 * only under the terms of either the GPL or the LGPL, and not to allow others 32 * to use your version of this file under the terms of the MPL, indicate your 33 * decision by deleting the provisions above and replace them with the notice 34 * and other provisions required by the GPL or the LGPL. If you do not delete 35 * the provisions above, a recipient may use your version of this file under 36 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 37 * ]]LICENCE 4 38 */ 5 39 package com.scenari.s.eventlog; -
trunk3/Dev_EL/exemplestat.xml
r793 r1705 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!--*** LICENCE[[ *** 3 4 SCENARI Software Licence - Version 1.0 5 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. 6 All Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 7 8 *** ]]LICENCE *** --> 2 <!-- 3 * LICENCE[[ 4 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 5 * 6 * The contents of this file are subject to the Mozilla Public License Version 7 * 1.1 (the "License"); you may not use this file except in compliance with 8 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 9 * 10 * Software distributed under the License is distributed on an "AS IS" basis, 11 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 12 * for the specific language governing rights and limitations under the 13 * License. 14 * 15 * The Original Code is utc.fr code. 16 * 17 * The Initial Developer of the Original Code is 18 * Universite de Technologie de Compiegne. 19 * 20 * Portions created by the Initial Developer are Copyright (C) 2005 21 * the Initial Developer. All Rights Reserved. 22 * 23 * Contributor(s): 24 * 25 * 26 * Alternatively, the contents of this file may be used under the terms of 27 * either of the GNU General Public License Version 2 or later (the "GPL"), 28 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 29 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 30 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 31 * instead of those above. If you wish to allow use of your version of this file 32 * only under the terms of either the GPL or the LGPL, and not to allow others 33 * to use your version of this file under the terms of the MPL, indicate your 34 * decision by deleting the provisions above and replace them with the notice 35 * and other provisions required by the GPL or the LGPL. If you do not delete 36 * the provisions above, a recipient may use your version of this file under 37 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 38 * ]]LICENCE 39 --> 9 40 10 41 <stat code="" from="" to="" startLogs="" endLogs=""> -
trunk3/Dev_EL/exemplestatdefs.xml
r793 r1705 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!--*** LICENCE[[ *** 3 4 SCENARI Software Licence - Version 1.0 5 Copyright (c) 1998-2005 Universite de Technologie de Compiegne. 6 All Rights Reserved. http://www.utc.fr/ics/scenari/licence1.0 7 8 *** ]]LICENCE *** --> 2 <!-- 3 * LICENCE[[ 4 * Version: MPL 1.1/GPL 2.0/LGPL 2.1/CeCILL 2.O 5 * 6 * The contents of this file are subject to the Mozilla Public License Version 7 * 1.1 (the "License"); you may not use this file except in compliance with 8 * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 9 * 10 * Software distributed under the License is distributed on an "AS IS" basis, 11 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 12 * for the specific language governing rights and limitations under the 13 * License. 14 * 15 * The Original Code is utc.fr code. 16 * 17 * The Initial Developer of the Original Code is 18 * Universite de Technologie de Compiegne. 19 * 20 * Portions created by the Initial Developer are Copyright (C) 2005 21 * the Initial Developer. All Rights Reserved. 22 * 23 * Contributor(s): 24 * 25 * 26 * Alternatively, the contents of this file may be used under the terms of 27 * either of the GNU General Public License Version 2 or later (the "GPL"), 28 * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 29 * or the CeCILL Licence Version 2.0 (http://www.cecill.info/licences.en.html), 30 * in which case the provisions of the GPL, the LGPL or the CeCILL are applicable 31 * instead of those above. If you wish to allow use of your version of this file 32 * only under the terms of either the GPL or the LGPL, and not to allow others 33 * to use your version of this file under the terms of the MPL, indicate your 34 * decision by deleting the provisions above and replace them with the notice 35 * and other provisions required by the GPL or the LGPL. If you do not delete 36 * the provisions above, a recipient may use your version of this file under 37 * the terms of any one of the MPL, the GPL, the LGPL or the CeCILL. 38 * ]]LICENCE 39 --> 9 40 10 41 <statistics>
Note: See TracChangeset
for help on using the changeset viewer.