Middleware :
authorbastiena
Thu, 12 Apr 2012 13:09:46 +0200
changeset 27 6c08d4d7219e
parent 26 858e90c7cbaa
child 28 9ccef81f02ab
Middleware : GPL License added. Front Processing : GPL License added. Front IDILL : extern altered to send TUIO cursors from Middleware to Front. implemented as a plugin.
.hgignore
LICENSE.txt
LICENSE_FRONT.txt
LICENSE_MIDDLEWARE.txt
front_idill/extern/TestClient/Program.cs
front_idill/extern/TestClient/Properties/AssemblyInfo.cs
front_idill/extern/TestClient/TestClient.csproj
front_idill/extern/fajran-npTuioClient/TestClient/Test.cpp
front_idill/extern/fajran-npTuioClient/TestClient/TestClient.vcxproj
front_idill/extern/fajran-npTuioClient/TuioClient/TuioClient.cpp
front_idill/extern/fajran-npTuioClient/TuioClient/TuioClient.h
front_idill/extern/fajran-npTuioClient/TuioClient/TuioListener.h
front_idill/extern/fajran-npTuioClient/TuioClient/TuioString.h
front_idill/extern/fajran-npTuioClient/npTuioClient.opensdf
front_idill/extern/fajran-npTuioClient/npTuioClient.sln
front_idill/extern/fajran-npTuioClient/npTuioClient.vcxproj
front_idill/extern/fajran-npTuioClient/npTuioClient.vcxproj.filters
front_idill/extern/fajran-npTuioClient/src/client.cpp
front_idill/extern/fajran-npTuioClient/src/client.h
front_idill/extern/fajran-npTuioClient/src/plugin.cpp
front_idill/extern/fajran-tuiojs/connector/npTuioClient/tuiojs.npTuioClient.js
front_idill/extern/fajran-tuiojs/examples/processingjs/show_gestures.html
front_idill/extern/fajran-tuiojs/examples/processingjs/tuio.processing.js
front_idill/extern/fajran-tuiojs/src/tuio.js
front_processing/src/Fluid_manipulation/Fluid_manipulation.pde
front_processing/src/Fluid_manipulation/TuioFunctions.pde
front_processing/src/Fluid_manipulation/particle.pde
front_processing/src/Fluid_manipulation/vbuffer.pde
front_processing/src/Fluid_manipulation/vsquare.pde
front_processing/src/Interaction_examples/Hand_press/Hand_press.pde
front_processing/src/Interaction_examples/Hand_press/TuioFunctions.pde
front_processing/src/Interaction_examples/Hand_signal/Hand_signal.pde
front_processing/src/Interaction_examples/Hand_signal/TuioFunctions.pde
front_processing/src/Interaction_examples/Hands_1D/Hands_1D.pde
front_processing/src/Interaction_examples/Hands_1D/TuioFunctions.pde
front_processing/src/Interaction_examples/Hands_2D/Hands_2D.pde
front_processing/src/Interaction_examples/Hands_2D/TuioFunctions.pde
front_processing/src/Smoke_manipulation/Smoke_manipulation.pde
front_processing/src/Smoke_manipulation/TuioFunctions.pde
front_processing/src/Smoke_manipulation/particle.pde
front_processing/src/Smoke_manipulation/vbuffer.pde
front_processing/src/Smoke_manipulation/vsquare.pde
front_processing/src/Trakers/Trakers.pde
front_processing/src/Trakers/TuioFunctions.pde
front_processing/src/Trakers_gestures/Trakers_gestures.pde
middleware/Communication/Server.cs
middleware/Debug/DebugParameters.xaml
middleware/Debug/DebugParameters.xaml.cs
middleware/Debug/DebugWindow.xaml
middleware/Debug/DebugWindow.xaml.cs
middleware/Debug/Settings.cs
middleware/Tracking/Gestures/CircleDetector.cs
middleware/Tracking/Gestures/GestureDetector.cs
middleware/Tracking/Gestures/JumpDetector.cs
middleware/Tracking/Gestures/PushDetector.cs
middleware/Tracking/Gestures/SwipeDetector.cs
middleware/Tracking/Gestures/UserPositionDetector.cs
middleware/Tracking/Gestures/WaveDetector.cs
middleware/Tracking/Postures/BendDetector.cs
middleware/Tracking/Postures/CrossDetector.cs
middleware/Tracking/Postures/KneeUpDetector.cs
middleware/Tracking/Postures/PostureDetector.cs
middleware/Tracking/Search/Comparator.cs
middleware/Tracking/Search/Constructor.cs
middleware/Tracking/Search/Curve.cs
middleware/Tracking/Search/Dictionnary.cs
middleware/Tracking/Search/Segment.cs
middleware/Tracking/Search/Segmenter.cs
middleware/Tracking/Search/Structure.cs
middleware/src/MainClass.cs
middleware/src/MainModule/Events/BendEventArgs.cs
middleware/src/MainModule/Events/BendListener.cs
middleware/src/MainModule/Events/CircleEventArgs.cs
middleware/src/MainModule/Events/CircleListener.cs
middleware/src/MainModule/Events/CrossEventArgs.cs
middleware/src/MainModule/Events/CrossListener.cs
middleware/src/MainModule/Events/JumpEventArgs.cs
middleware/src/MainModule/Events/JumpListener.cs
middleware/src/MainModule/Events/KneeUpEventArgs.cs
middleware/src/MainModule/Events/KneeUpListener.cs
middleware/src/MainModule/Events/LeftHandQuitEventArgs.cs
middleware/src/MainModule/Events/LeftHandQuitListener.cs
middleware/src/MainModule/Events/LeftHandTrackedEventArgs.cs
middleware/src/MainModule/Events/LeftHandTrackedListener.cs
middleware/src/MainModule/Events/MainEventArgs.cs
middleware/src/MainModule/Events/ModChangeEventArgs.cs
middleware/src/MainModule/Events/ModChangeListener.cs
middleware/src/MainModule/Events/PushEventArgs.cs
middleware/src/MainModule/Events/PushListener.cs
middleware/src/MainModule/Events/RightHandQuitEventArgs.cs
middleware/src/MainModule/Events/RightHandQuitListener.cs
middleware/src/MainModule/Events/RightHandTrackedEventArgs.cs
middleware/src/MainModule/Events/RightHandTrackedListener.cs
middleware/src/MainModule/Events/SwipeEventArgs.cs
middleware/src/MainModule/Events/SwipeListener.cs
middleware/src/MainModule/Events/UserPositionEventArgs.cs
middleware/src/MainModule/Events/UserPositionListener.cs
middleware/src/MainModule/Events/WaveEventArgs.cs
middleware/src/MainModule/Events/WaveListener.cs
middleware/src/MainModule/KinectMain.cs
middleware/src/MainModule/ModeManagement.cs
--- a/.hgignore	Fri Apr 06 18:36:40 2012 +0200
+++ b/.hgignore	Thu Apr 12 13:09:46 2012 +0200
@@ -47,6 +47,10 @@
 front_idill/extern/fajran-npTuioClient/ipch/
 front_idill/extern/fajran-npTuioClient/Release/
 front_idill/extern/fajran-npTuioClient/npTuioClient.sdf
+front_idill/extern/TestClient/obj/
+front_idill/extern/fajran-npTuioClient/TestClient/Release/
+front_idill/extern/fajran-npTuioClient/TestClient/TestClient.vcxproj.user
+front_idill/extern/fajran-npTuioClient/TestClient/TestClient.vcxproj.filters
 syntax: regexp
 middleware/extern/.*/(bin|obj)
 middleware/src/bin/Debug/*
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LICENSE.txt	Thu Apr 12 13:09:46 2012 +0200
@@ -0,0 +1,679 @@
+Copyright (c) 2012, IRI (Institute d Recherche de d'Innovation)
+All rights reserved.
+
+http://www.gnu.org/licenses/gpl.html
+
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+  The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works.  By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users.  We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors.  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+  To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights.  Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received.  You must make sure that they, too, receive
+or can get the source code.  And you must show them these terms so they
+know their rights.
+
+  Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+  For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software.  For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+  Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so.  This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software.  The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable.  Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products.  If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+  Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary.  To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                       TERMS AND CONDITIONS
+
+  0. Definitions.
+
+  "This License" refers to version 3 of the GNU General Public License.
+
+  "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+  "The Program" refers to any copyrightable work licensed under this
+License.  Each licensee is addressed as "you".  "Licensees" and
+"recipients" may be individuals or organizations.
+
+  To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy.  The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+  A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+  To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy.  Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+  To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies.  Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+  An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License.  If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+  1. Source Code.
+
+  The "source code" for a work means the preferred form of the work
+for making modifications to it.  "Object code" means any non-source
+form of a work.
+
+  A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+  The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form.  A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+  The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities.  However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work.  For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+  The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+  The Corresponding Source for a work in source code form is that
+same work.
+
+  2. Basic Permissions.
+
+  All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met.  This License explicitly affirms your unlimited
+permission to run the unmodified Program.  The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work.  This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+  You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force.  You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright.  Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+  Conveying under any other circumstances is permitted solely under
+the conditions stated below.  Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+  No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+  When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+  4. Conveying Verbatim Copies.
+
+  You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+  You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+  5. Conveying Modified Source Versions.
+
+  You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+    a) The work must carry prominent notices stating that you modified
+    it, and giving a relevant date.
+
+    b) The work must carry prominent notices stating that it is
+    released under this License and any conditions added under section
+    7.  This requirement modifies the requirement in section 4 to
+    "keep intact all notices".
+
+    c) You must license the entire work, as a whole, under this
+    License to anyone who comes into possession of a copy.  This
+    License will therefore apply, along with any applicable section 7
+    additional terms, to the whole of the work, and all its parts,
+    regardless of how they are packaged.  This License gives no
+    permission to license the work in any other way, but it does not
+    invalidate such permission if you have separately received it.
+
+    d) If the work has interactive user interfaces, each must display
+    Appropriate Legal Notices; however, if the Program has interactive
+    interfaces that do not display Appropriate Legal Notices, your
+    work need not make them do so.
+
+  A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit.  Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+  6. Conveying Non-Source Forms.
+
+  You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+    a) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by the
+    Corresponding Source fixed on a durable physical medium
+    customarily used for software interchange.
+
+    b) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by a
+    written offer, valid for at least three years and valid for as
+    long as you offer spare parts or customer support for that product
+    model, to give anyone who possesses the object code either (1) a
+    copy of the Corresponding Source for all the software in the
+    product that is covered by this License, on a durable physical
+    medium customarily used for software interchange, for a price no
+    more than your reasonable cost of physically performing this
+    conveying of source, or (2) access to copy the
+    Corresponding Source from a network server at no charge.
+
+    c) Convey individual copies of the object code with a copy of the
+    written offer to provide the Corresponding Source.  This
+    alternative is allowed only occasionally and noncommercially, and
+    only if you received the object code with such an offer, in accord
+    with subsection 6b.
+
+    d) Convey the object code by offering access from a designated
+    place (gratis or for a charge), and offer equivalent access to the
+    Corresponding Source in the same way through the same place at no
+    further charge.  You need not require recipients to copy the
+    Corresponding Source along with the object code.  If the place to
+    copy the object code is a network server, the Corresponding Source
+    may be on a different server (operated by you or a third party)
+    that supports equivalent copying facilities, provided you maintain
+    clear directions next to the object code saying where to find the
+    Corresponding Source.  Regardless of what server hosts the
+    Corresponding Source, you remain obligated to ensure that it is
+    available for as long as needed to satisfy these requirements.
+
+    e) Convey the object code using peer-to-peer transmission, provided
+    you inform other peers where the object code and Corresponding
+    Source of the work are being offered to the general public at no
+    charge under subsection 6d.
+
+  A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+  A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling.  In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage.  For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product.  A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+  "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source.  The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+  If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information.  But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+  The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed.  Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+  Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+  7. Additional Terms.
+
+  "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law.  If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+  When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it.  (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.)  You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+  Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+    a) Disclaiming warranty or limiting liability differently from the
+    terms of sections 15 and 16 of this License; or
+
+    b) Requiring preservation of specified reasonable legal notices or
+    author attributions in that material or in the Appropriate Legal
+    Notices displayed by works containing it; or
+
+    c) Prohibiting misrepresentation of the origin of that material, or
+    requiring that modified versions of such material be marked in
+    reasonable ways as different from the original version; or
+
+    d) Limiting the use for publicity purposes of names of licensors or
+    authors of the material; or
+
+    e) Declining to grant rights under trademark law for use of some
+    trade names, trademarks, or service marks; or
+
+    f) Requiring indemnification of licensors and authors of that
+    material by anyone who conveys the material (or modified versions of
+    it) with contractual assumptions of liability to the recipient, for
+    any liability that these contractual assumptions directly impose on
+    those licensors and authors.
+
+  All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10.  If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term.  If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+  If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+  Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+  8. Termination.
+
+  You may not propagate or modify a covered work except as expressly
+provided under this License.  Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+  However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+  Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+  Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License.  If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+  9. Acceptance Not Required for Having Copies.
+
+  You are not required to accept this License in order to receive or
+run a copy of the Program.  Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance.  However,
+nothing other than this License grants you permission to propagate or
+modify any covered work.  These actions infringe copyright if you do
+not accept this License.  Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+  10. Automatic Licensing of Downstream Recipients.
+
+  Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License.  You are not responsible
+for enforcing compliance by third parties with this License.
+
+  An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations.  If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+  You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License.  For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+  11. Patents.
+
+  A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based.  The
+work thus licensed is called the contributor's "contributor version".
+
+  A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version.  For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+  Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+  In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement).  To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+  If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients.  "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+  If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+  A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License.  You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+  Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+  12. No Surrender of Others' Freedom.
+
+  If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all.  For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+  13. Use with the GNU Affero General Public License.
+
+  Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work.  The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+  14. Revised Versions of this License.
+
+  The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+  Each version is given a distinguishing version number.  If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation.  If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+  If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+  Later license versions may give you additional or different
+permissions.  However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+  15. Disclaimer of Warranty.
+
+  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. Limitation of Liability.
+
+  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+  17. Interpretation of Sections 15 and 16.
+
+  If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+Also add information on how to contact you by electronic and paper mail.
+
+  If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+    <program>  Copyright (C) <year>  <name of author>
+    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+  You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+<http://www.gnu.org/licenses/>.
+
+  The GNU General Public License does not permit incorporating your program
+into proprietary programs.  If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.  But first, please read
+<http://www.gnu.org/philosophy/why-not-lgpl.html>.
\ No newline at end of file
--- a/LICENSE_FRONT.txt	Fri Apr 06 18:36:40 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1040 +0,0 @@
-Copyright (c) 2012, IRI (Institute d Recherche de d'Innovation)
-All rights reserved.
-
-http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
-
-CONTRAT DE LICENCE DE LOGICIEL LIBRE CeCILL-B
-
-
-    Avertissement
-
-Ce contrat est une licence de logiciel libre issue d'une concertation
-entre ses auteurs afin que le respect de deux grands principes préside à
-sa rédaction:
-
-    * d'une part, le respect des principes de diffusion des logiciels
-      libres: accès au code source, droits étendus conférés aux
-      utilisateurs,
-    * d'autre part, la désignation d'un droit applicable, le droit
-      français, auquel elle est conforme, tant au regard du droit de la
-      responsabilité civile que du droit de la propriété intellectuelle
-      et de la protection qu'il offre aux auteurs et titulaires des
-      droits patrimoniaux sur un logiciel.
-
-Les auteurs de la licence CeCILL-B (pour Ce[a] C[nrs] I[nria] L[ogiciel]
-L[ibre]) sont:
-
-Commissariat à l'Energie Atomique - CEA, établissement public de
-recherche à caractère scientifique, technique et industriel, dont le
-siège est situé 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris.
-
-Centre National de la Recherche Scientifique - CNRS, établissement
-public à caractère scientifique et technologique, dont le siège est
-situé 3 rue Michel-Ange, 75794 Paris cedex 16.
-
-Institut National de Recherche en Informatique et en Automatique -
-INRIA, établissement public à caractère scientifique et technologique,
-dont le siège est situé Domaine de Voluceau, Rocquencourt, BP 105, 78153
-Le Chesnay cedex.
-
-
-    Préambule
-
-Ce contrat est une licence de logiciel libre dont l'objectif est de
-conférer aux utilisateurs une très large liberté de modification et de
-redistribution du logiciel régi par cette licence.
-
-L'exercice de cette liberté est assorti d'une obligation forte de
-citation à la charge de ceux qui distribueraient un logiciel incorporant
-un logiciel régi par la présente licence afin d'assurer que les
-contributions de tous soient correctement identifiées et reconnues.
-
-L'accessibilité au code source et les droits de copie, de modification
-et de redistribution qui découlent de ce contrat ont pour contrepartie
-de n'offrir aux utilisateurs qu'une garantie limitée et de ne faire
-peser sur l'auteur du logiciel, le titulaire des droits patrimoniaux et
-les concédants successifs qu'une responsabilité restreinte.
-
-A cet égard l'attention de l'utilisateur est attirée sur les risques
-associés au chargement, à l'utilisation, à la modification et/ou au
-développement et à la reproduction du logiciel par l'utilisateur étant
-donné sa spécificité de logiciel libre, qui peut le rendre complexe à
-manipuler et qui le réserve donc à des développeurs ou des
-professionnels avertis possédant des connaissances informatiques
-approfondies. Les utilisateurs sont donc invités à charger et tester
-l'adéquation du logiciel à leurs besoins dans des conditions permettant
-d'assurer la sécurité de leurs systèmes et/ou de leurs données et, plus
-généralement, à l'utiliser et l'exploiter dans les mêmes conditions de
-sécurité. Ce contrat peut être reproduit et diffusé librement, sous
-réserve de le conserver en l'état, sans ajout ni suppression de clauses.
-
-Ce contrat est susceptible de s'appliquer à tout logiciel dont le
-titulaire des droits patrimoniaux décide de soumettre l'exploitation aux
-dispositions qu'il contient.
-
-
-    Article 1 - DEFINITIONS
-
-Dans ce contrat, les termes suivants, lorsqu'ils seront écrits avec une
-lettre capitale, auront la signification suivante:
-
-Contrat: désigne le présent contrat de licence, ses éventuelles versions
-postérieures et annexes.
-
-Logiciel: désigne le logiciel sous sa forme de Code Objet et/ou de Code
-Source et le cas échéant sa documentation, dans leur état au moment de
-l'acceptation du Contrat par le Licencié.
-
-Logiciel Initial: désigne le Logiciel sous sa forme de Code Source et
-éventuellement de Code Objet et le cas échéant sa documentation, dans
-leur état au moment de leur première diffusion sous les termes du Contrat.
-
-Logiciel Modifié: désigne le Logiciel modifié par au moins une
-Contribution.
-
-Code Source: désigne l'ensemble des instructions et des lignes de
-programme du Logiciel et auquel l'accès est nécessaire en vue de
-modifier le Logiciel.
-
-Code Objet: désigne les fichiers binaires issus de la compilation du
-Code Source.
-
-Titulaire: désigne le ou les détenteurs des droits patrimoniaux d'auteur
-sur le Logiciel Initial.
-
-Licencié: désigne le ou les utilisateurs du Logiciel ayant accepté le
-Contrat.
-
-Contributeur: désigne le Licencié auteur d'au moins une Contribution.
-
-Concédant: désigne le Titulaire ou toute personne physique ou morale
-distribuant le Logiciel sous le Contrat.
-
-Contribution: désigne l'ensemble des modifications, corrections,
-traductions, adaptations et/ou nouvelles fonctionnalités intégrées dans
-le Logiciel par tout Contributeur, ainsi que tout Module Interne.
-
-Module: désigne un ensemble de fichiers sources y compris leur
-documentation qui permet de réaliser des fonctionnalités ou services
-supplémentaires à ceux fournis par le Logiciel.
-
-Module Externe: désigne tout Module, non dérivé du Logiciel, tel que ce
-Module et le Logiciel s'exécutent dans des espaces d'adressage
-différents, l'un appelant l'autre au moment de leur exécution.
-
-Module Interne: désigne tout Module lié au Logiciel de telle sorte
-qu'ils s'exécutent dans le même espace d'adressage.
-
-Parties: désigne collectivement le Licencié et le Concédant.
-
-Ces termes s'entendent au singulier comme au pluriel.
-
-
-    Article 2 - OBJET
-
-Le Contrat a pour objet la concession par le Concédant au Licencié d'une
-licence non exclusive, cessible et mondiale du Logiciel telle que
-définie ci-après à l'article 5 pour toute la durée de protection des droits 
-portant sur ce Logiciel. 
-
-
-    Article 3 - ACCEPTATION
-
-3.1 L'acceptation par le Licencié des termes du Contrat est réputée
-acquise du fait du premier des faits suivants:
-
-    * (i) le chargement du Logiciel par tout moyen notamment par
-      téléchargement à partir d'un serveur distant ou par chargement à
-      partir d'un support physique;
-    * (ii) le premier exercice par le Licencié de l'un quelconque des
-      droits concédés par le Contrat.
-
-3.2 Un exemplaire du Contrat, contenant notamment un avertissement
-relatif aux spécificités du Logiciel, à la restriction de garantie et à
-la limitation à un usage par des utilisateurs expérimentés a été mis à
-disposition du Licencié préalablement à son acceptation telle que
-définie à l'article 3.1 ci dessus et le Licencié reconnaît en avoir pris
-connaissance.
-
-
-    Article 4 - ENTREE EN VIGUEUR ET DUREE
-
-
-      4.1 ENTREE EN VIGUEUR
-
-Le Contrat entre en vigueur à la date de son acceptation par le Licencié
-telle que définie en 3.1.
-
-
-      4.2 DUREE
-
-Le Contrat produira ses effets pendant toute la durée légale de
-protection des droits patrimoniaux portant sur le Logiciel.
-
-
-    Article 5 - ETENDUE DES DROITS CONCEDES
-
-Le Concédant concède au Licencié, qui accepte, les droits suivants sur
-le Logiciel pour toutes destinations et pour la durée du Contrat dans
-les conditions ci-après détaillées.
-
-Par ailleurs, si le Concédant détient ou venait à détenir un ou
-plusieurs brevets d'invention protégeant tout ou partie des
-fonctionnalités du Logiciel ou de ses composants, il s'engage à ne pas
-opposer les éventuels droits conférés par ces brevets aux Licenciés
-successifs qui utiliseraient, exploiteraient ou modifieraient le
-Logiciel. En cas de cession de ces brevets, le Concédant s'engage à
-faire reprendre les obligations du présent alinéa aux cessionnaires.
-
-
-      5.1 DROIT D'UTILISATION
-
-Le Licencié est autorisé à utiliser le Logiciel, sans restriction quant
-aux domaines d'application, étant ci-après précisé que cela comporte:
-
-   1. la reproduction permanente ou provisoire du Logiciel en tout ou
-      partie par tout moyen et sous toute forme.
-
-   2. le chargement, l'affichage, l'exécution, ou le stockage du
-      Logiciel sur tout support.
-
-   3. la possibilité d'en observer, d'en étudier, ou d'en tester le
-      fonctionnement afin de déterminer les idées et principes qui sont
-      à la base de n'importe quel élément de ce Logiciel; et ceci,
-      lorsque le Licencié effectue toute opération de chargement,
-      d'affichage, d'exécution, de transmission ou de stockage du
-      Logiciel qu'il est en droit d'effectuer en vertu du Contrat.
-
-
-      5.2 DROIT D'APPORTER DES CONTRIBUTIONS
-
-Le droit d'apporter des Contributions comporte le droit de traduire,
-d'adapter, d'arranger ou d'apporter toute autre modification au Logiciel
-et le droit de reproduire le logiciel en résultant.
-
-Le Licencié est autorisé à apporter toute Contribution au Logiciel sous
-réserve de mentionner, de façon explicite, son nom en tant qu'auteur de
-cette Contribution et la date de création de celle-ci.
-
-
-      5.3 DROIT DE DISTRIBUTION
-
-Le droit de distribution comporte notamment le droit de diffuser, de
-transmettre et de communiquer le Logiciel au public sur tout support et
-par tout moyen ainsi que le droit de mettre sur le marché à titre
-onéreux ou gratuit, un ou des exemplaires du Logiciel par tout procédé.
-
-Le Licencié est autorisé à distribuer des copies du Logiciel, modifié ou
-non, à des tiers dans les conditions ci-après détaillées.
-
-
-        5.3.1 DISTRIBUTION DU LOGICIEL SANS MODIFICATION
-
-Le Licencié est autorisé à distribuer des copies conformes du Logiciel,
-sous forme de Code Source ou de Code Objet, à condition que cette
-distribution respecte les dispositions du Contrat dans leur totalité et
-soit accompagnée:
-
-   1. d'un exemplaire du Contrat,
-
-   2. d'un avertissement relatif à la restriction de garantie et de
-      responsabilité du Concédant telle que prévue aux articles 8
-      et 9,
-
-et que, dans le cas où seul le Code Objet du Logiciel est redistribué,
-le Licencié permette un accès effectif au Code Source complet du
-Logiciel pendant au moins toute la durée de sa distribution du Logiciel,
-étant entendu que le coût additionnel d'acquisition du Code Source ne
-devra pas excéder le simple coût de transfert des données.
-
-
-        5.3.2 DISTRIBUTION DU LOGICIEL MODIFIE
-
-Lorsque le Licencié apporte une Contribution au Logiciel, le Logiciel
-Modifié peut être distribué sous un contrat de licence autre que le
-présent Contrat sous réserve du respect des dispositions de l'article
-5.3.4.
-
-
-        5.3.3 DISTRIBUTION DES MODULES EXTERNES
-
-Lorsque le Licencié a développé un Module Externe les conditions du
-Contrat ne s'appliquent pas à ce Module Externe, qui peut être distribué
-sous un contrat de licence différent.
-
-
-        5.3.4 CITATIONS
-
-Le Licencié qui distribue un Logiciel Modifié s'engage expressément:
-
-   1. à indiquer dans sa documentation qu'il a été réalisé à partir du
-      Logiciel régi par le Contrat, en reproduisant les mentions de
-      propriété intellectuelle du Logiciel,
-
-   2. à faire en sorte que l'utilisation du Logiciel, ses mentions de
-      propriété intellectuelle et le fait qu'il est régi par le Contrat
-      soient indiqués dans un texte facilement accessible depuis
-      l'interface du Logiciel Modifié,
-
-   3. à mentionner, sur un site Web librement accessible décrivant le
-      Logiciel Modifié, et pendant au moins toute la durée de sa
-      distribution, qu'il a été réalisé à partir du Logiciel régi par le
-      Contrat, en reproduisant les mentions de propriété intellectuelle
-      du Logiciel,
-
-   4. lorsqu'il le distribue à un tiers susceptible de distribuer
-      lui-même un Logiciel Modifié, sans avoir à en distribuer le code
-      source, à faire ses meilleurs efforts pour que les obligations du
-      présent article 5.3.4 soient reprises par le dit tiers.
-
-Lorsque le Logiciel modifié ou non est distribué avec un Module Externe
-qui a été conçu pour l'utiliser, le Licencié doit soumettre le dit
-Module Externe aux obligations précédentes.
-
-
-        5.3.5 COMPATIBILITE AVEC LES LICENCES CeCILL et CeCILL-C
-
-Lorsqu'un Logiciel Modifié contient une Contribution soumise au contrat
-de licence CeCILL, les stipulations prévues à l'article 5.3.4 sont 
-facultatives.
-
-Un Logiciel Modifié peut être distribué sous le contrat de licence
-CeCILL-C. Les stipulations prévues à l'article 5.3.4 sont alors 
-facultatives.
-
-
-    Article 6 - PROPRIETE INTELLECTUELLE
-
-
-      6.1 SUR LE LOGICIEL INITIAL
-
-Le Titulaire est détenteur des droits patrimoniaux sur le Logiciel
-Initial. Toute utilisation du Logiciel Initial est soumise au respect
-des conditions dans lesquelles le Titulaire a choisi de diffuser son
-oeuvre et nul autre n'a la faculté de modifier les conditions de
-diffusion de ce Logiciel Initial.
-
-Le Titulaire s'engage à ce que le Logiciel Initial reste au moins régi
-par le Contrat et ce, pour la durée visée à l'article 4.2.
-
-
-      6.2 SUR LES CONTRIBUTIONS
-
-Le Licencié qui a développé une Contribution est titulaire sur celle-ci
-des droits de propriété intellectuelle dans les conditions définies par
-la législation applicable.
-
-
-      6.3 SUR LES MODULES EXTERNES
-
-Le Licencié qui a développé un Module Externe est titulaire sur celui-ci
-des droits de propriété intellectuelle dans les conditions définies par
-la législation applicable et reste libre du choix du contrat régissant
-sa diffusion.
-
-
-      6.4 DISPOSITIONS COMMUNES
-
-Le Licencié s'engage expressément:
-
-   1. à ne pas supprimer ou modifier de quelque manière que ce soit les
-      mentions de propriété intellectuelle apposées sur le Logiciel;
-
-   2. à reproduire à l'identique lesdites mentions de propriété
-      intellectuelle sur les copies du Logiciel modifié ou non.
-
-Le Licencié s'engage à ne pas porter atteinte, directement ou
-indirectement, aux droits de propriété intellectuelle du Titulaire et/ou
-des Contributeurs sur le Logiciel et à prendre, le cas échéant, à
-l'égard de son personnel toutes les mesures nécessaires pour assurer le
-respect des dits droits de propriété intellectuelle du Titulaire et/ou
-des Contributeurs.
-
-
-    Article 7 - SERVICES ASSOCIES
-
-7.1 Le Contrat n'oblige en aucun cas le Concédant à la réalisation de
-prestations d'assistance technique ou de maintenance du Logiciel.
-
-Cependant le Concédant reste libre de proposer ce type de services. Les
-termes et conditions d'une telle assistance technique et/ou d'une telle
-maintenance seront alors déterminés dans un acte séparé. Ces actes de
-maintenance et/ou assistance technique n'engageront que la seule
-responsabilité du Concédant qui les propose.
-
-7.2 De même, tout Concédant est libre de proposer, sous sa seule
-responsabilité, à ses licenciés une garantie, qui n'engagera que lui,
-lors de la redistribution du Logiciel et/ou du Logiciel Modifié et ce,
-dans les conditions qu'il souhaite. Cette garantie et les modalités
-financières de son application feront l'objet d'un acte séparé entre le
-Concédant et le Licencié.
-
-
-    Article 8 - RESPONSABILITE
-
-8.1 Sous réserve des dispositions de l'article 8.2, le Licencié a la 
-faculté, sous réserve de prouver la faute du Concédant concerné, de
-solliciter la réparation du préjudice direct qu'il subirait du fait du
-Logiciel et dont il apportera la preuve.
-
-8.2 La responsabilité du Concédant est limitée aux engagements pris en
-application du Contrat et ne saurait être engagée en raison notamment:
-(i) des dommages dus à l'inexécution, totale ou partielle, de ses
-obligations par le Licencié, (ii) des dommages directs ou indirects
-découlant de l'utilisation ou des performances du Logiciel subis par le
-Licencié et (iii) plus généralement d'un quelconque dommage indirect. En
-particulier, les Parties conviennent expressément que tout préjudice
-financier ou commercial (par exemple perte de données, perte de
-bénéfices, perte d'exploitation, perte de clientèle ou de commandes,
-manque à gagner, trouble commercial quelconque) ou toute action dirigée
-contre le Licencié par un tiers, constitue un dommage indirect et
-n'ouvre pas droit à réparation par le Concédant.
-
-
-    Article 9 - GARANTIE
-
-9.1 Le Licencié reconnaît que l'état actuel des connaissances
-scientifiques et techniques au moment de la mise en circulation du
-Logiciel ne permet pas d'en tester et d'en vérifier toutes les
-utilisations ni de détecter l'existence d'éventuels défauts. L'attention
-du Licencié a été attirée sur ce point sur les risques associés au
-chargement, à l'utilisation, la modification et/ou au développement et à
-la reproduction du Logiciel qui sont réservés à des utilisateurs avertis.
-
-Il relève de la responsabilité du Licencié de contrôler, par tous
-moyens, l'adéquation du produit à ses besoins, son bon fonctionnement et
-de s'assurer qu'il ne causera pas de dommages aux personnes et aux biens.
-
-9.2 Le Concédant déclare de bonne foi être en droit de concéder
-l'ensemble des droits attachés au Logiciel (comprenant notamment les
-droits visés à l'article 5).
-
-9.3 Le Licencié reconnaît que le Logiciel est fourni "en l'état" par le
-Concédant sans autre garantie, expresse ou tacite, que celle prévue à
-l'article 9.2 et notamment sans aucune garantie sur sa valeur commerciale,
-son caractère sécurisé, innovant ou pertinent.
-
-En particulier, le Concédant ne garantit pas que le Logiciel est exempt
-d'erreur, qu'il fonctionnera sans interruption, qu'il sera compatible
-avec l'équipement du Licencié et sa configuration logicielle ni qu'il
-remplira les besoins du Licencié.
-
-9.4 Le Concédant ne garantit pas, de manière expresse ou tacite, que le
-Logiciel ne porte pas atteinte à un quelconque droit de propriété
-intellectuelle d'un tiers portant sur un brevet, un logiciel ou sur tout
-autre droit de propriété. Ainsi, le Concédant exclut toute garantie au
-profit du Licencié contre les actions en contrefaçon qui pourraient être
-diligentées au titre de l'utilisation, de la modification, et de la
-redistribution du Logiciel. Néanmoins, si de telles actions sont
-exercées contre le Licencié, le Concédant lui apportera son aide
-technique et juridique pour sa défense. Cette aide technique et
-juridique est déterminée au cas par cas entre le Concédant concerné et
-le Licencié dans le cadre d'un protocole d'accord. Le Concédant dégage
-toute responsabilité quant à l'utilisation de la dénomination du
-Logiciel par le Licencié. Aucune garantie n'est apportée quant à
-l'existence de droits antérieurs sur le nom du Logiciel et sur
-l'existence d'une marque.
-
-
-    Article 10 - RESILIATION
-
-10.1 En cas de manquement par le Licencié aux obligations mises à sa
-charge par le Contrat, le Concédant pourra résilier de plein droit le
-Contrat trente (30) jours après notification adressée au Licencié et
-restée sans effet.
-
-10.2 Le Licencié dont le Contrat est résilié n'est plus autorisé à
-utiliser, modifier ou distribuer le Logiciel. Cependant, toutes les
-licences qu'il aura concédées antérieurement à la résiliation du Contrat
-resteront valides sous réserve qu'elles aient été effectuées en
-conformité avec le Contrat.
-
-
-    Article 11 - DISPOSITIONS DIVERSES
-
-
-      11.1 CAUSE EXTERIEURE
-
-Aucune des Parties ne sera responsable d'un retard ou d'une défaillance
-d'exécution du Contrat qui serait dû à un cas de force majeure, un cas
-fortuit ou une cause extérieure, telle que, notamment, le mauvais
-fonctionnement ou les interruptions du réseau électrique ou de
-télécommunication, la paralysie du réseau liée à une attaque
-informatique, l'intervention des autorités gouvernementales, les
-catastrophes naturelles, les dégâts des eaux, les tremblements de terre,
-le feu, les explosions, les grèves et les conflits sociaux, l'état de
-guerre...
-
-11.2 Le fait, par l'une ou l'autre des Parties, d'omettre en une ou
-plusieurs occasions de se prévaloir d'une ou plusieurs dispositions du
-Contrat, ne pourra en aucun cas impliquer renonciation par la Partie
-intéressée à s'en prévaloir ultérieurement.
-
-11.3 Le Contrat annule et remplace toute convention antérieure, écrite
-ou orale, entre les Parties sur le même objet et constitue l'accord
-entier entre les Parties sur cet objet. Aucune addition ou modification
-aux termes du Contrat n'aura d'effet à l'égard des Parties à moins
-d'être faite par écrit et signée par leurs représentants dûment habilités.
-
-11.4 Dans l'hypothèse où une ou plusieurs des dispositions du Contrat
-s'avèrerait contraire à une loi ou à un texte applicable, existants ou
-futurs, cette loi ou ce texte prévaudrait, et les Parties feraient les
-amendements nécessaires pour se conformer à cette loi ou à ce texte.
-Toutes les autres dispositions resteront en vigueur. De même, la
-nullité, pour quelque raison que ce soit, d'une des dispositions du
-Contrat ne saurait entraîner la nullité de l'ensemble du Contrat.
-
-
-      11.5 LANGUE
-
-Le Contrat est rédigé en langue française et en langue anglaise, ces
-deux versions faisant également foi.
-
-
-    Article 12 - NOUVELLES VERSIONS DU CONTRAT
-
-12.1 Toute personne est autorisée à copier et distribuer des copies de
-ce Contrat.
-
-12.2 Afin d'en préserver la cohérence, le texte du Contrat est protégé
-et ne peut être modifié que par les auteurs de la licence, lesquels se
-réservent le droit de publier périodiquement des mises à jour ou de
-nouvelles versions du Contrat, qui posséderont chacune un numéro
-distinct. Ces versions ultérieures seront susceptibles de prendre en
-compte de nouvelles problématiques rencontrées par les logiciels libres.
-
-12.3 Tout Logiciel diffusé sous une version donnée du Contrat ne pourra
-faire l'objet d'une diffusion ultérieure que sous la même version du
-Contrat ou une version postérieure.
-
-
-    Article 13 - LOI APPLICABLE ET COMPETENCE TERRITORIALE
-
-13.1 Le Contrat est régi par la loi française. Les Parties conviennent
-de tenter de régler à l'amiable les différends ou litiges qui
-viendraient à se produire par suite ou à l'occasion du Contrat.
-
-13.2 A défaut d'accord amiable dans un délai de deux (2) mois à compter
-de leur survenance et sauf situation relevant d'une procédure d'urgence,
-les différends ou litiges seront portés par la Partie la plus diligente
-devant les Tribunaux compétents de Paris.
-
-
-Version 1.0 du 2006-09-05.
-
-http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
-
-CeCILL-B FREE SOFTWARE LICENSE AGREEMENT
-
-
-    Notice
-
-This Agreement is a Free Software license agreement that is the result
-of discussions between its authors in order to ensure compliance with
-the two main principles guiding its drafting:
-
-    * firstly, compliance with the principles governing the distribution
-      of Free Software: access to source code, broad rights granted to
-      users,
-    * secondly, the election of a governing law, French law, with which
-      it is conformant, both as regards the law of torts and
-      intellectual property law, and the protection that it offers to
-      both authors and holders of the economic rights over software.
-
-The authors of the CeCILL-B (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre])
-license are: 
-
-Commissariat à l'Energie Atomique - CEA, a public scientific, technical
-and industrial research establishment, having its principal place of
-business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France.
-
-Centre National de la Recherche Scientifique - CNRS, a public scientific
-and technological establishment, having its principal place of business
-at 3 rue Michel-Ange, 75794 Paris cedex 16, France.
-
-Institut National de Recherche en Informatique et en Automatique -
-INRIA, a public scientific and technological establishment, having its
-principal place of business at Domaine de Voluceau, Rocquencourt, BP
-105, 78153 Le Chesnay cedex, France.
-
-
-    Preamble
-
-This Agreement is an open source software license intended to give users
-significant freedom to modify and redistribute the software licensed
-hereunder.
-
-The exercising of this freedom is conditional upon a strong obligation
-of giving credits for everybody that distributes a software
-incorporating a software ruled by the current license so as all
-contributions to be properly identified and acknowledged.
-
-In consideration of access to the source code and the rights to copy,
-modify and redistribute granted by the license, users are provided only
-with a limited warranty and the software's author, the holder of the
-economic rights, and the successive licensors only have limited liability.
-
-In this respect, the risks associated with loading, using, modifying
-and/or developing or reproducing the software by the user are brought to
-the user's attention, given its Free Software status, which may make it
-complicated to use, with the result that its use is reserved for
-developers and experienced professionals having in-depth computer
-knowledge. Users are therefore encouraged to load and test the
-suitability of the software as regards their requirements in conditions
-enabling the security of their systems and/or data to be ensured and,
-more generally, to use and operate it in the same conditions of
-security. This Agreement may be freely reproduced and published,
-provided it is not altered, and that no provisions are either added or
-removed herefrom.
-
-This Agreement may apply to any or all software for which the holder of
-the economic rights decides to submit the use thereof to its provisions.
-
-
-    Article 1 - DEFINITIONS
-
-For the purpose of this Agreement, when the following expressions
-commence with a capital letter, they shall have the following meaning:
-
-Agreement: means this license agreement, and its possible subsequent
-versions and annexes.
-
-Software: means the software in its Object Code and/or Source Code form
-and, where applicable, its documentation, "as is" when the Licensee
-accepts the Agreement.
-
-Initial Software: means the Software in its Source Code and possibly its
-Object Code form and, where applicable, its documentation, "as is" when
-it is first distributed under the terms and conditions of the Agreement.
-
-Modified Software: means the Software modified by at least one
-Contribution.
-
-Source Code: means all the Software's instructions and program lines to
-which access is required so as to modify the Software.
-
-Object Code: means the binary files originating from the compilation of
-the Source Code.
-
-Holder: means the holder(s) of the economic rights over the Initial
-Software.
-
-Licensee: means the Software user(s) having accepted the Agreement.
-
-Contributor: means a Licensee having made at least one Contribution.
-
-Licensor: means the Holder, or any other individual or legal entity, who
-distributes the Software under the Agreement.
-
-Contribution: means any or all modifications, corrections, translations,
-adaptations and/or new functions integrated into the Software by any or
-all Contributors, as well as any or all Internal Modules.
-
-Module: means a set of sources files including their documentation that
-enables supplementary functions or services in addition to those offered
-by the Software.
-
-External Module: means any or all Modules, not derived from the
-Software, so that this Module and the Software run in separate address
-spaces, with one calling the other when they are run.
-
-Internal Module: means any or all Module, connected to the Software so
-that they both execute in the same address space.
-
-Parties: mean both the Licensee and the Licensor.
-
-These expressions may be used both in singular and plural form.
-
-
-    Article 2 - PURPOSE
-
-The purpose of the Agreement is the grant by the Licensor to the
-Licensee of a non-exclusive, transferable and worldwide license for the
-Software as set forth in Article 5 hereinafter for the whole term of the
-protection granted by the rights over said Software.
-
-
-    Article 3 - ACCEPTANCE
-
-3.1 The Licensee shall be deemed as having accepted the terms and
-conditions of this Agreement upon the occurrence of the first of the
-following events:
-
-    * (i) loading the Software by any or all means, notably, by
-      downloading from a remote server, or by loading from a physical
-      medium;
-    * (ii) the first time the Licensee exercises any of the rights
-      granted hereunder.
-
-3.2 One copy of the Agreement, containing a notice relating to the
-characteristics of the Software, to the limited warranty, and to the
-fact that its use is restricted to experienced users has been provided
-to the Licensee prior to its acceptance as set forth in Article 3.1
-hereinabove, and the Licensee hereby acknowledges that it has read and
-understood it.
-
-
-    Article 4 - EFFECTIVE DATE AND TERM
-
-
-      4.1 EFFECTIVE DATE
-
-The Agreement shall become effective on the date when it is accepted by
-the Licensee as set forth in Article 3.1.
-
-
-      4.2 TERM
-
-The Agreement shall remain in force for the entire legal term of
-protection of the economic rights over the Software.
-
-
-    Article 5 - SCOPE OF RIGHTS GRANTED
-
-The Licensor hereby grants to the Licensee, who accepts, the following
-rights over the Software for any or all use, and for the term of the
-Agreement, on the basis of the terms and conditions set forth hereinafter.
-
-Besides, if the Licensor owns or comes to own one or more patents
-protecting all or part of the functions of the Software or of its
-components, the Licensor undertakes not to enforce the rights granted by
-these patents against successive Licensees using, exploiting or
-modifying the Software. If these patents are transferred, the Licensor
-undertakes to have the transferees subscribe to the obligations set
-forth in this paragraph.
-
-
-      5.1 RIGHT OF USE
-
-The Licensee is authorized to use the Software, without any limitation
-as to its fields of application, with it being hereinafter specified
-that this comprises:
-
-   1. permanent or temporary reproduction of all or part of the Software
-      by any or all means and in any or all form.
-
-   2. loading, displaying, running, or storing the Software on any or
-      all medium.
-
-   3. entitlement to observe, study or test its operation so as to
-      determine the ideas and principles behind any or all constituent
-      elements of said Software. This shall apply when the Licensee
-      carries out any or all loading, displaying, running, transmission
-      or storage operation as regards the Software, that it is entitled
-      to carry out hereunder.
-
-
-      5.2 ENTITLEMENT TO MAKE CONTRIBUTIONS
-
-The right to make Contributions includes the right to translate, adapt,
-arrange, or make any or all modifications to the Software, and the right
-to reproduce the resulting software.
-
-The Licensee is authorized to make any or all Contributions to the
-Software provided that it includes an explicit notice that it is the
-author of said Contribution and indicates the date of the creation thereof.
-
-
-      5.3 RIGHT OF DISTRIBUTION
-
-In particular, the right of distribution includes the right to publish,
-transmit and communicate the Software to the general public on any or
-all medium, and by any or all means, and the right to market, either in
-consideration of a fee, or free of charge, one or more copies of the
-Software by any means.
-
-The Licensee is further authorized to distribute copies of the modified
-or unmodified Software to third parties according to the terms and
-conditions set forth hereinafter.
-
-
-        5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION
-
-The Licensee is authorized to distribute true copies of the Software in
-Source Code or Object Code form, provided that said distribution
-complies with all the provisions of the Agreement and is accompanied by:
-
-   1. a copy of the Agreement,
-
-   2. a notice relating to the limitation of both the Licensor's
-      warranty and liability as set forth in Articles 8 and 9,
-
-and that, in the event that only the Object Code of the Software is
-redistributed, the Licensee allows effective access to the full Source
-Code of the Software at a minimum during the entire period of its
-distribution of the Software, it being understood that the additional
-cost of acquiring the Source Code shall not exceed the cost of
-transferring the data.
-
-
-        5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE
-
-If the Licensee makes any Contribution to the Software, the resulting
-Modified Software may be distributed under a license agreement other
-than this Agreement subject to compliance with the provisions of Article
-5.3.4.
-
-
-        5.3.3 DISTRIBUTION OF EXTERNAL MODULES
-
-When the Licensee has developed an External Module, the terms and
-conditions of this Agreement do not apply to said External Module, that
-may be distributed under a separate license agreement.
-
-
-        5.3.4 CREDITS
-
-Any Licensee who may distribute a Modified Software hereby expressly
-agrees to:
-
-   1. indicate in the related documentation that it is based on the
-      Software licensed hereunder, and reproduce the intellectual
-      property notice for the Software,
-
-   2. ensure that written indications of the Software intended use,
-      intellectual property notice and license hereunder are included in
-      easily accessible format from the Modified Software interface,
-
-   3. mention, on a freely accessible website describing the Modified
-      Software, at least throughout the distribution term thereof, that
-      it is based on the Software licensed hereunder, and reproduce the
-      Software intellectual property notice,
-
-   4. where it is distributed to a third party that may distribute a
-      Modified Software without having to make its source code
-      available, make its best efforts to ensure that said third party
-      agrees to comply with the obligations set forth in this Article .
-
-If the Software, whether or not modified, is distributed with an
-External Module designed for use in connection with the Software, the
-Licensee shall submit said External Module to the foregoing obligations.
-
-
-        5.3.5 COMPATIBILITY WITH THE CeCILL AND CeCILL-C LICENSES
-
-Where a Modified Software contains a Contribution subject to the CeCILL
-license, the provisions set forth in Article 5.3.4 shall be optional.
-
-A Modified Software may be distributed under the CeCILL-C license. In
-such a case the provisions set forth in Article 5.3.4 shall be optional.
-
-
-    Article 6 - INTELLECTUAL PROPERTY
-
-
-      6.1 OVER THE INITIAL SOFTWARE
-
-The Holder owns the economic rights over the Initial Software. Any or
-all use of the Initial Software is subject to compliance with the terms
-and conditions under which the Holder has elected to distribute its work
-and no one shall be entitled to modify the terms and conditions for the
-distribution of said Initial Software.
-
-The Holder undertakes that the Initial Software will remain ruled at
-least by this Agreement, for the duration set forth in Article 4.2.
-
-
-      6.2 OVER THE CONTRIBUTIONS
-
-The Licensee who develops a Contribution is the owner of the
-intellectual property rights over this Contribution as defined by
-applicable law.
-
-
-      6.3 OVER THE EXTERNAL MODULES
-
-The Licensee who develops an External Module is the owner of the
-intellectual property rights over this External Module as defined by
-applicable law and is free to choose the type of agreement that shall
-govern its distribution.
-
-
-      6.4 JOINT PROVISIONS
-
-The Licensee expressly undertakes:
-
-   1. not to remove, or modify, in any manner, the intellectual property
-      notices attached to the Software;
-
-   2. to reproduce said notices, in an identical manner, in the copies
-      of the Software modified or not.
-
-The Licensee undertakes not to directly or indirectly infringe the
-intellectual property rights of the Holder and/or Contributors on the
-Software and to take, where applicable, vis-à-vis its staff, any and all
-measures required to ensure respect of said intellectual property rights
-of the Holder and/or Contributors.
-
-
-    Article 7 - RELATED SERVICES
-
-7.1 Under no circumstances shall the Agreement oblige the Licensor to
-provide technical assistance or maintenance services for the Software.
-
-However, the Licensor is entitled to offer this type of services. The
-terms and conditions of such technical assistance, and/or such
-maintenance, shall be set forth in a separate instrument. Only the
-Licensor offering said maintenance and/or technical assistance services
-shall incur liability therefor.
-
-7.2 Similarly, any Licensor is entitled to offer to its licensees, under
-its sole responsibility, a warranty, that shall only be binding upon
-itself, for the redistribution of the Software and/or the Modified
-Software, under terms and conditions that it is free to decide. Said
-warranty, and the financial terms and conditions of its application,
-shall be subject of a separate instrument executed between the Licensor
-and the Licensee.
-
-
-    Article 8 - LIABILITY
-
-8.1 Subject to the provisions of Article 8.2, the Licensee shall be
-entitled to claim compensation for any direct loss it may have suffered
-from the Software as a result of a fault on the part of the relevant
-Licensor, subject to providing evidence thereof.
-
-8.2 The Licensor's liability is limited to the commitments made under
-this Agreement and shall not be incurred as a result of in particular:
-(i) loss due the Licensee's total or partial failure to fulfill its
-obligations, (ii) direct or consequential loss that is suffered by the
-Licensee due to the use or performance of the Software, and (iii) more
-generally, any consequential loss. In particular the Parties expressly
-agree that any or all pecuniary or business loss (i.e. loss of data,
-loss of profits, operating loss, loss of customers or orders,
-opportunity cost, any disturbance to business activities) or any or all
-legal proceedings instituted against the Licensee by a third party,
-shall constitute consequential loss and shall not provide entitlement to
-any or all compensation from the Licensor.
-
-
-    Article 9 - WARRANTY
-
-9.1 The Licensee acknowledges that the scientific and technical
-state-of-the-art when the Software was distributed did not enable all
-possible uses to be tested and verified, nor for the presence of
-possible defects to be detected. In this respect, the Licensee's
-attention has been drawn to the risks associated with loading, using,
-modifying and/or developing and reproducing the Software which are
-reserved for experienced users.
-
-The Licensee shall be responsible for verifying, by any or all means,
-the suitability of the product for its requirements, its good working
-order, and for ensuring that it shall not cause damage to either persons
-or properties.
-
-9.2 The Licensor hereby represents, in good faith, that it is entitled
-to grant all the rights over the Software (including in particular the
-rights set forth in Article 5).
-
-9.3 The Licensee acknowledges that the Software is supplied "as is" by
-the Licensor without any other express or tacit warranty, other than
-that provided for in Article 9.2 and, in particular, without any warranty 
-as to its commercial value, its secured, safe, innovative or relevant 
-nature.
-
-Specifically, the Licensor does not warrant that the Software is free
-from any error, that it will operate without interruption, that it will
-be compatible with the Licensee's own equipment and software
-configuration, nor that it will meet the Licensee's requirements.
-
-9.4 The Licensor does not either expressly or tacitly warrant that the
-Software does not infringe any third party intellectual property right
-relating to a patent, software or any other property right. Therefore,
-the Licensor disclaims any and all liability towards the Licensee
-arising out of any or all proceedings for infringement that may be
-instituted in respect of the use, modification and redistribution of the
-Software. Nevertheless, should such proceedings be instituted against
-the Licensee, the Licensor shall provide it with technical and legal
-assistance for its defense. Such technical and legal assistance shall be
-decided on a case-by-case basis between the relevant Licensor and the
-Licensee pursuant to a memorandum of understanding. The Licensor
-disclaims any and all liability as regards the Licensee's use of the
-name of the Software. No warranty is given as regards the existence of
-prior rights over the name of the Software or as regards the existence
-of a trademark.
-
-
-    Article 10 - TERMINATION
-
-10.1 In the event of a breach by the Licensee of its obligations
-hereunder, the Licensor may automatically terminate this Agreement
-thirty (30) days after notice has been sent to the Licensee and has
-remained ineffective.
-
-10.2 A Licensee whose Agreement is terminated shall no longer be
-authorized to use, modify or distribute the Software. However, any
-licenses that it may have granted prior to termination of the Agreement
-shall remain valid subject to their having been granted in compliance
-with the terms and conditions hereof.
-
-
-    Article 11 - MISCELLANEOUS
-
-
-      11.1 EXCUSABLE EVENTS
-
-Neither Party shall be liable for any or all delay, or failure to
-perform the Agreement, that may be attributable to an event of force
-majeure, an act of God or an outside cause, such as defective
-functioning or interruptions of the electricity or telecommunications
-networks, network paralysis following a virus attack, intervention by
-government authorities, natural disasters, water damage, earthquakes,
-fire, explosions, strikes and labor unrest, war, etc.
-
-11.2 Any failure by either Party, on one or more occasions, to invoke
-one or more of the provisions hereof, shall under no circumstances be
-interpreted as being a waiver by the interested Party of its right to
-invoke said provision(s) subsequently.
-
-11.3 The Agreement cancels and replaces any or all previous agreements,
-whether written or oral, between the Parties and having the same
-purpose, and constitutes the entirety of the agreement between said
-Parties concerning said purpose. No supplement or modification to the
-terms and conditions hereof shall be effective as between the Parties
-unless it is made in writing and signed by their duly authorized
-representatives.
-
-11.4 In the event that one or more of the provisions hereof were to
-conflict with a current or future applicable act or legislative text,
-said act or legislative text shall prevail, and the Parties shall make
-the necessary amendments so as to comply with said act or legislative
-text. All other provisions shall remain effective. Similarly, invalidity
-of a provision of the Agreement, for any reason whatsoever, shall not
-cause the Agreement as a whole to be invalid.
-
-
-      11.5 LANGUAGE
-
-The Agreement is drafted in both French and English and both versions
-are deemed authentic.
-
-
-    Article 12 - NEW VERSIONS OF THE AGREEMENT
-
-12.1 Any person is authorized to duplicate and distribute copies of this
-Agreement.
-
-12.2 So as to ensure coherence, the wording of this Agreement is
-protected and may only be modified by the authors of the License, who
-reserve the right to periodically publish updates or new versions of the
-Agreement, each with a separate number. These subsequent versions may
-address new issues encountered by Free Software.
-
-12.3 Any Software distributed under a given version of the Agreement may
-only be subsequently distributed under the same version of the Agreement
-or a subsequent version.
-
-
-    Article 13 - GOVERNING LAW AND JURISDICTION
-
-13.1 The Agreement is governed by French law. The Parties agree to
-endeavor to seek an amicable solution to any disagreements or disputes
-that may arise during the performance of the Agreement.
-
-13.2 Failing an amicable solution within two (2) months as from their
-occurrence, and unless emergency proceedings are necessary, the
-disagreements or disputes shall be referred to the Paris Courts having
-jurisdiction, by the more diligent Party.
-
-
-Version 1.0 dated 2006-09-05.
\ No newline at end of file
--- a/LICENSE_MIDDLEWARE.txt	Fri Apr 06 18:36:40 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1040 +0,0 @@
-Copyright (c) 2012, IRI (Institute d Recherche de d'Innovation)
-All rights reserved.
-
-http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
-
-CONTRAT DE LICENCE DE LOGICIEL LIBRE CeCILL-B
-
-
-    Avertissement
-
-Ce contrat est une licence de logiciel libre issue d'une concertation
-entre ses auteurs afin que le respect de deux grands principes préside à
-sa rédaction:
-
-    * d'une part, le respect des principes de diffusion des logiciels
-      libres: accès au code source, droits étendus conférés aux
-      utilisateurs,
-    * d'autre part, la désignation d'un droit applicable, le droit
-      français, auquel elle est conforme, tant au regard du droit de la
-      responsabilité civile que du droit de la propriété intellectuelle
-      et de la protection qu'il offre aux auteurs et titulaires des
-      droits patrimoniaux sur un logiciel.
-
-Les auteurs de la licence CeCILL-B (pour Ce[a] C[nrs] I[nria] L[ogiciel]
-L[ibre]) sont:
-
-Commissariat à l'Energie Atomique - CEA, établissement public de
-recherche à caractère scientifique, technique et industriel, dont le
-siège est situé 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris.
-
-Centre National de la Recherche Scientifique - CNRS, établissement
-public à caractère scientifique et technologique, dont le siège est
-situé 3 rue Michel-Ange, 75794 Paris cedex 16.
-
-Institut National de Recherche en Informatique et en Automatique -
-INRIA, établissement public à caractère scientifique et technologique,
-dont le siège est situé Domaine de Voluceau, Rocquencourt, BP 105, 78153
-Le Chesnay cedex.
-
-
-    Préambule
-
-Ce contrat est une licence de logiciel libre dont l'objectif est de
-conférer aux utilisateurs une très large liberté de modification et de
-redistribution du logiciel régi par cette licence.
-
-L'exercice de cette liberté est assorti d'une obligation forte de
-citation à la charge de ceux qui distribueraient un logiciel incorporant
-un logiciel régi par la présente licence afin d'assurer que les
-contributions de tous soient correctement identifiées et reconnues.
-
-L'accessibilité au code source et les droits de copie, de modification
-et de redistribution qui découlent de ce contrat ont pour contrepartie
-de n'offrir aux utilisateurs qu'une garantie limitée et de ne faire
-peser sur l'auteur du logiciel, le titulaire des droits patrimoniaux et
-les concédants successifs qu'une responsabilité restreinte.
-
-A cet égard l'attention de l'utilisateur est attirée sur les risques
-associés au chargement, à l'utilisation, à la modification et/ou au
-développement et à la reproduction du logiciel par l'utilisateur étant
-donné sa spécificité de logiciel libre, qui peut le rendre complexe à
-manipuler et qui le réserve donc à des développeurs ou des
-professionnels avertis possédant des connaissances informatiques
-approfondies. Les utilisateurs sont donc invités à charger et tester
-l'adéquation du logiciel à leurs besoins dans des conditions permettant
-d'assurer la sécurité de leurs systèmes et/ou de leurs données et, plus
-généralement, à l'utiliser et l'exploiter dans les mêmes conditions de
-sécurité. Ce contrat peut être reproduit et diffusé librement, sous
-réserve de le conserver en l'état, sans ajout ni suppression de clauses.
-
-Ce contrat est susceptible de s'appliquer à tout logiciel dont le
-titulaire des droits patrimoniaux décide de soumettre l'exploitation aux
-dispositions qu'il contient.
-
-
-    Article 1 - DEFINITIONS
-
-Dans ce contrat, les termes suivants, lorsqu'ils seront écrits avec une
-lettre capitale, auront la signification suivante:
-
-Contrat: désigne le présent contrat de licence, ses éventuelles versions
-postérieures et annexes.
-
-Logiciel: désigne le logiciel sous sa forme de Code Objet et/ou de Code
-Source et le cas échéant sa documentation, dans leur état au moment de
-l'acceptation du Contrat par le Licencié.
-
-Logiciel Initial: désigne le Logiciel sous sa forme de Code Source et
-éventuellement de Code Objet et le cas échéant sa documentation, dans
-leur état au moment de leur première diffusion sous les termes du Contrat.
-
-Logiciel Modifié: désigne le Logiciel modifié par au moins une
-Contribution.
-
-Code Source: désigne l'ensemble des instructions et des lignes de
-programme du Logiciel et auquel l'accès est nécessaire en vue de
-modifier le Logiciel.
-
-Code Objet: désigne les fichiers binaires issus de la compilation du
-Code Source.
-
-Titulaire: désigne le ou les détenteurs des droits patrimoniaux d'auteur
-sur le Logiciel Initial.
-
-Licencié: désigne le ou les utilisateurs du Logiciel ayant accepté le
-Contrat.
-
-Contributeur: désigne le Licencié auteur d'au moins une Contribution.
-
-Concédant: désigne le Titulaire ou toute personne physique ou morale
-distribuant le Logiciel sous le Contrat.
-
-Contribution: désigne l'ensemble des modifications, corrections,
-traductions, adaptations et/ou nouvelles fonctionnalités intégrées dans
-le Logiciel par tout Contributeur, ainsi que tout Module Interne.
-
-Module: désigne un ensemble de fichiers sources y compris leur
-documentation qui permet de réaliser des fonctionnalités ou services
-supplémentaires à ceux fournis par le Logiciel.
-
-Module Externe: désigne tout Module, non dérivé du Logiciel, tel que ce
-Module et le Logiciel s'exécutent dans des espaces d'adressage
-différents, l'un appelant l'autre au moment de leur exécution.
-
-Module Interne: désigne tout Module lié au Logiciel de telle sorte
-qu'ils s'exécutent dans le même espace d'adressage.
-
-Parties: désigne collectivement le Licencié et le Concédant.
-
-Ces termes s'entendent au singulier comme au pluriel.
-
-
-    Article 2 - OBJET
-
-Le Contrat a pour objet la concession par le Concédant au Licencié d'une
-licence non exclusive, cessible et mondiale du Logiciel telle que
-définie ci-après à l'article 5 pour toute la durée de protection des droits 
-portant sur ce Logiciel. 
-
-
-    Article 3 - ACCEPTATION
-
-3.1 L'acceptation par le Licencié des termes du Contrat est réputée
-acquise du fait du premier des faits suivants:
-
-    * (i) le chargement du Logiciel par tout moyen notamment par
-      téléchargement à partir d'un serveur distant ou par chargement à
-      partir d'un support physique;
-    * (ii) le premier exercice par le Licencié de l'un quelconque des
-      droits concédés par le Contrat.
-
-3.2 Un exemplaire du Contrat, contenant notamment un avertissement
-relatif aux spécificités du Logiciel, à la restriction de garantie et à
-la limitation à un usage par des utilisateurs expérimentés a été mis à
-disposition du Licencié préalablement à son acceptation telle que
-définie à l'article 3.1 ci dessus et le Licencié reconnaît en avoir pris
-connaissance.
-
-
-    Article 4 - ENTREE EN VIGUEUR ET DUREE
-
-
-      4.1 ENTREE EN VIGUEUR
-
-Le Contrat entre en vigueur à la date de son acceptation par le Licencié
-telle que définie en 3.1.
-
-
-      4.2 DUREE
-
-Le Contrat produira ses effets pendant toute la durée légale de
-protection des droits patrimoniaux portant sur le Logiciel.
-
-
-    Article 5 - ETENDUE DES DROITS CONCEDES
-
-Le Concédant concède au Licencié, qui accepte, les droits suivants sur
-le Logiciel pour toutes destinations et pour la durée du Contrat dans
-les conditions ci-après détaillées.
-
-Par ailleurs, si le Concédant détient ou venait à détenir un ou
-plusieurs brevets d'invention protégeant tout ou partie des
-fonctionnalités du Logiciel ou de ses composants, il s'engage à ne pas
-opposer les éventuels droits conférés par ces brevets aux Licenciés
-successifs qui utiliseraient, exploiteraient ou modifieraient le
-Logiciel. En cas de cession de ces brevets, le Concédant s'engage à
-faire reprendre les obligations du présent alinéa aux cessionnaires.
-
-
-      5.1 DROIT D'UTILISATION
-
-Le Licencié est autorisé à utiliser le Logiciel, sans restriction quant
-aux domaines d'application, étant ci-après précisé que cela comporte:
-
-   1. la reproduction permanente ou provisoire du Logiciel en tout ou
-      partie par tout moyen et sous toute forme.
-
-   2. le chargement, l'affichage, l'exécution, ou le stockage du
-      Logiciel sur tout support.
-
-   3. la possibilité d'en observer, d'en étudier, ou d'en tester le
-      fonctionnement afin de déterminer les idées et principes qui sont
-      à la base de n'importe quel élément de ce Logiciel; et ceci,
-      lorsque le Licencié effectue toute opération de chargement,
-      d'affichage, d'exécution, de transmission ou de stockage du
-      Logiciel qu'il est en droit d'effectuer en vertu du Contrat.
-
-
-      5.2 DROIT D'APPORTER DES CONTRIBUTIONS
-
-Le droit d'apporter des Contributions comporte le droit de traduire,
-d'adapter, d'arranger ou d'apporter toute autre modification au Logiciel
-et le droit de reproduire le logiciel en résultant.
-
-Le Licencié est autorisé à apporter toute Contribution au Logiciel sous
-réserve de mentionner, de façon explicite, son nom en tant qu'auteur de
-cette Contribution et la date de création de celle-ci.
-
-
-      5.3 DROIT DE DISTRIBUTION
-
-Le droit de distribution comporte notamment le droit de diffuser, de
-transmettre et de communiquer le Logiciel au public sur tout support et
-par tout moyen ainsi que le droit de mettre sur le marché à titre
-onéreux ou gratuit, un ou des exemplaires du Logiciel par tout procédé.
-
-Le Licencié est autorisé à distribuer des copies du Logiciel, modifié ou
-non, à des tiers dans les conditions ci-après détaillées.
-
-
-        5.3.1 DISTRIBUTION DU LOGICIEL SANS MODIFICATION
-
-Le Licencié est autorisé à distribuer des copies conformes du Logiciel,
-sous forme de Code Source ou de Code Objet, à condition que cette
-distribution respecte les dispositions du Contrat dans leur totalité et
-soit accompagnée:
-
-   1. d'un exemplaire du Contrat,
-
-   2. d'un avertissement relatif à la restriction de garantie et de
-      responsabilité du Concédant telle que prévue aux articles 8
-      et 9,
-
-et que, dans le cas où seul le Code Objet du Logiciel est redistribué,
-le Licencié permette un accès effectif au Code Source complet du
-Logiciel pendant au moins toute la durée de sa distribution du Logiciel,
-étant entendu que le coût additionnel d'acquisition du Code Source ne
-devra pas excéder le simple coût de transfert des données.
-
-
-        5.3.2 DISTRIBUTION DU LOGICIEL MODIFIE
-
-Lorsque le Licencié apporte une Contribution au Logiciel, le Logiciel
-Modifié peut être distribué sous un contrat de licence autre que le
-présent Contrat sous réserve du respect des dispositions de l'article
-5.3.4.
-
-
-        5.3.3 DISTRIBUTION DES MODULES EXTERNES
-
-Lorsque le Licencié a développé un Module Externe les conditions du
-Contrat ne s'appliquent pas à ce Module Externe, qui peut être distribué
-sous un contrat de licence différent.
-
-
-        5.3.4 CITATIONS
-
-Le Licencié qui distribue un Logiciel Modifié s'engage expressément:
-
-   1. à indiquer dans sa documentation qu'il a été réalisé à partir du
-      Logiciel régi par le Contrat, en reproduisant les mentions de
-      propriété intellectuelle du Logiciel,
-
-   2. à faire en sorte que l'utilisation du Logiciel, ses mentions de
-      propriété intellectuelle et le fait qu'il est régi par le Contrat
-      soient indiqués dans un texte facilement accessible depuis
-      l'interface du Logiciel Modifié,
-
-   3. à mentionner, sur un site Web librement accessible décrivant le
-      Logiciel Modifié, et pendant au moins toute la durée de sa
-      distribution, qu'il a été réalisé à partir du Logiciel régi par le
-      Contrat, en reproduisant les mentions de propriété intellectuelle
-      du Logiciel,
-
-   4. lorsqu'il le distribue à un tiers susceptible de distribuer
-      lui-même un Logiciel Modifié, sans avoir à en distribuer le code
-      source, à faire ses meilleurs efforts pour que les obligations du
-      présent article 5.3.4 soient reprises par le dit tiers.
-
-Lorsque le Logiciel modifié ou non est distribué avec un Module Externe
-qui a été conçu pour l'utiliser, le Licencié doit soumettre le dit
-Module Externe aux obligations précédentes.
-
-
-        5.3.5 COMPATIBILITE AVEC LES LICENCES CeCILL et CeCILL-C
-
-Lorsqu'un Logiciel Modifié contient une Contribution soumise au contrat
-de licence CeCILL, les stipulations prévues à l'article 5.3.4 sont 
-facultatives.
-
-Un Logiciel Modifié peut être distribué sous le contrat de licence
-CeCILL-C. Les stipulations prévues à l'article 5.3.4 sont alors 
-facultatives.
-
-
-    Article 6 - PROPRIETE INTELLECTUELLE
-
-
-      6.1 SUR LE LOGICIEL INITIAL
-
-Le Titulaire est détenteur des droits patrimoniaux sur le Logiciel
-Initial. Toute utilisation du Logiciel Initial est soumise au respect
-des conditions dans lesquelles le Titulaire a choisi de diffuser son
-oeuvre et nul autre n'a la faculté de modifier les conditions de
-diffusion de ce Logiciel Initial.
-
-Le Titulaire s'engage à ce que le Logiciel Initial reste au moins régi
-par le Contrat et ce, pour la durée visée à l'article 4.2.
-
-
-      6.2 SUR LES CONTRIBUTIONS
-
-Le Licencié qui a développé une Contribution est titulaire sur celle-ci
-des droits de propriété intellectuelle dans les conditions définies par
-la législation applicable.
-
-
-      6.3 SUR LES MODULES EXTERNES
-
-Le Licencié qui a développé un Module Externe est titulaire sur celui-ci
-des droits de propriété intellectuelle dans les conditions définies par
-la législation applicable et reste libre du choix du contrat régissant
-sa diffusion.
-
-
-      6.4 DISPOSITIONS COMMUNES
-
-Le Licencié s'engage expressément:
-
-   1. à ne pas supprimer ou modifier de quelque manière que ce soit les
-      mentions de propriété intellectuelle apposées sur le Logiciel;
-
-   2. à reproduire à l'identique lesdites mentions de propriété
-      intellectuelle sur les copies du Logiciel modifié ou non.
-
-Le Licencié s'engage à ne pas porter atteinte, directement ou
-indirectement, aux droits de propriété intellectuelle du Titulaire et/ou
-des Contributeurs sur le Logiciel et à prendre, le cas échéant, à
-l'égard de son personnel toutes les mesures nécessaires pour assurer le
-respect des dits droits de propriété intellectuelle du Titulaire et/ou
-des Contributeurs.
-
-
-    Article 7 - SERVICES ASSOCIES
-
-7.1 Le Contrat n'oblige en aucun cas le Concédant à la réalisation de
-prestations d'assistance technique ou de maintenance du Logiciel.
-
-Cependant le Concédant reste libre de proposer ce type de services. Les
-termes et conditions d'une telle assistance technique et/ou d'une telle
-maintenance seront alors déterminés dans un acte séparé. Ces actes de
-maintenance et/ou assistance technique n'engageront que la seule
-responsabilité du Concédant qui les propose.
-
-7.2 De même, tout Concédant est libre de proposer, sous sa seule
-responsabilité, à ses licenciés une garantie, qui n'engagera que lui,
-lors de la redistribution du Logiciel et/ou du Logiciel Modifié et ce,
-dans les conditions qu'il souhaite. Cette garantie et les modalités
-financières de son application feront l'objet d'un acte séparé entre le
-Concédant et le Licencié.
-
-
-    Article 8 - RESPONSABILITE
-
-8.1 Sous réserve des dispositions de l'article 8.2, le Licencié a la 
-faculté, sous réserve de prouver la faute du Concédant concerné, de
-solliciter la réparation du préjudice direct qu'il subirait du fait du
-Logiciel et dont il apportera la preuve.
-
-8.2 La responsabilité du Concédant est limitée aux engagements pris en
-application du Contrat et ne saurait être engagée en raison notamment:
-(i) des dommages dus à l'inexécution, totale ou partielle, de ses
-obligations par le Licencié, (ii) des dommages directs ou indirects
-découlant de l'utilisation ou des performances du Logiciel subis par le
-Licencié et (iii) plus généralement d'un quelconque dommage indirect. En
-particulier, les Parties conviennent expressément que tout préjudice
-financier ou commercial (par exemple perte de données, perte de
-bénéfices, perte d'exploitation, perte de clientèle ou de commandes,
-manque à gagner, trouble commercial quelconque) ou toute action dirigée
-contre le Licencié par un tiers, constitue un dommage indirect et
-n'ouvre pas droit à réparation par le Concédant.
-
-
-    Article 9 - GARANTIE
-
-9.1 Le Licencié reconnaît que l'état actuel des connaissances
-scientifiques et techniques au moment de la mise en circulation du
-Logiciel ne permet pas d'en tester et d'en vérifier toutes les
-utilisations ni de détecter l'existence d'éventuels défauts. L'attention
-du Licencié a été attirée sur ce point sur les risques associés au
-chargement, à l'utilisation, la modification et/ou au développement et à
-la reproduction du Logiciel qui sont réservés à des utilisateurs avertis.
-
-Il relève de la responsabilité du Licencié de contrôler, par tous
-moyens, l'adéquation du produit à ses besoins, son bon fonctionnement et
-de s'assurer qu'il ne causera pas de dommages aux personnes et aux biens.
-
-9.2 Le Concédant déclare de bonne foi être en droit de concéder
-l'ensemble des droits attachés au Logiciel (comprenant notamment les
-droits visés à l'article 5).
-
-9.3 Le Licencié reconnaît que le Logiciel est fourni "en l'état" par le
-Concédant sans autre garantie, expresse ou tacite, que celle prévue à
-l'article 9.2 et notamment sans aucune garantie sur sa valeur commerciale,
-son caractère sécurisé, innovant ou pertinent.
-
-En particulier, le Concédant ne garantit pas que le Logiciel est exempt
-d'erreur, qu'il fonctionnera sans interruption, qu'il sera compatible
-avec l'équipement du Licencié et sa configuration logicielle ni qu'il
-remplira les besoins du Licencié.
-
-9.4 Le Concédant ne garantit pas, de manière expresse ou tacite, que le
-Logiciel ne porte pas atteinte à un quelconque droit de propriété
-intellectuelle d'un tiers portant sur un brevet, un logiciel ou sur tout
-autre droit de propriété. Ainsi, le Concédant exclut toute garantie au
-profit du Licencié contre les actions en contrefaçon qui pourraient être
-diligentées au titre de l'utilisation, de la modification, et de la
-redistribution du Logiciel. Néanmoins, si de telles actions sont
-exercées contre le Licencié, le Concédant lui apportera son aide
-technique et juridique pour sa défense. Cette aide technique et
-juridique est déterminée au cas par cas entre le Concédant concerné et
-le Licencié dans le cadre d'un protocole d'accord. Le Concédant dégage
-toute responsabilité quant à l'utilisation de la dénomination du
-Logiciel par le Licencié. Aucune garantie n'est apportée quant à
-l'existence de droits antérieurs sur le nom du Logiciel et sur
-l'existence d'une marque.
-
-
-    Article 10 - RESILIATION
-
-10.1 En cas de manquement par le Licencié aux obligations mises à sa
-charge par le Contrat, le Concédant pourra résilier de plein droit le
-Contrat trente (30) jours après notification adressée au Licencié et
-restée sans effet.
-
-10.2 Le Licencié dont le Contrat est résilié n'est plus autorisé à
-utiliser, modifier ou distribuer le Logiciel. Cependant, toutes les
-licences qu'il aura concédées antérieurement à la résiliation du Contrat
-resteront valides sous réserve qu'elles aient été effectuées en
-conformité avec le Contrat.
-
-
-    Article 11 - DISPOSITIONS DIVERSES
-
-
-      11.1 CAUSE EXTERIEURE
-
-Aucune des Parties ne sera responsable d'un retard ou d'une défaillance
-d'exécution du Contrat qui serait dû à un cas de force majeure, un cas
-fortuit ou une cause extérieure, telle que, notamment, le mauvais
-fonctionnement ou les interruptions du réseau électrique ou de
-télécommunication, la paralysie du réseau liée à une attaque
-informatique, l'intervention des autorités gouvernementales, les
-catastrophes naturelles, les dégâts des eaux, les tremblements de terre,
-le feu, les explosions, les grèves et les conflits sociaux, l'état de
-guerre...
-
-11.2 Le fait, par l'une ou l'autre des Parties, d'omettre en une ou
-plusieurs occasions de se prévaloir d'une ou plusieurs dispositions du
-Contrat, ne pourra en aucun cas impliquer renonciation par la Partie
-intéressée à s'en prévaloir ultérieurement.
-
-11.3 Le Contrat annule et remplace toute convention antérieure, écrite
-ou orale, entre les Parties sur le même objet et constitue l'accord
-entier entre les Parties sur cet objet. Aucune addition ou modification
-aux termes du Contrat n'aura d'effet à l'égard des Parties à moins
-d'être faite par écrit et signée par leurs représentants dûment habilités.
-
-11.4 Dans l'hypothèse où une ou plusieurs des dispositions du Contrat
-s'avèrerait contraire à une loi ou à un texte applicable, existants ou
-futurs, cette loi ou ce texte prévaudrait, et les Parties feraient les
-amendements nécessaires pour se conformer à cette loi ou à ce texte.
-Toutes les autres dispositions resteront en vigueur. De même, la
-nullité, pour quelque raison que ce soit, d'une des dispositions du
-Contrat ne saurait entraîner la nullité de l'ensemble du Contrat.
-
-
-      11.5 LANGUE
-
-Le Contrat est rédigé en langue française et en langue anglaise, ces
-deux versions faisant également foi.
-
-
-    Article 12 - NOUVELLES VERSIONS DU CONTRAT
-
-12.1 Toute personne est autorisée à copier et distribuer des copies de
-ce Contrat.
-
-12.2 Afin d'en préserver la cohérence, le texte du Contrat est protégé
-et ne peut être modifié que par les auteurs de la licence, lesquels se
-réservent le droit de publier périodiquement des mises à jour ou de
-nouvelles versions du Contrat, qui posséderont chacune un numéro
-distinct. Ces versions ultérieures seront susceptibles de prendre en
-compte de nouvelles problématiques rencontrées par les logiciels libres.
-
-12.3 Tout Logiciel diffusé sous une version donnée du Contrat ne pourra
-faire l'objet d'une diffusion ultérieure que sous la même version du
-Contrat ou une version postérieure.
-
-
-    Article 13 - LOI APPLICABLE ET COMPETENCE TERRITORIALE
-
-13.1 Le Contrat est régi par la loi française. Les Parties conviennent
-de tenter de régler à l'amiable les différends ou litiges qui
-viendraient à se produire par suite ou à l'occasion du Contrat.
-
-13.2 A défaut d'accord amiable dans un délai de deux (2) mois à compter
-de leur survenance et sauf situation relevant d'une procédure d'urgence,
-les différends ou litiges seront portés par la Partie la plus diligente
-devant les Tribunaux compétents de Paris.
-
-
-Version 1.0 du 2006-09-05.
-
-http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
-
-CeCILL-B FREE SOFTWARE LICENSE AGREEMENT
-
-
-    Notice
-
-This Agreement is a Free Software license agreement that is the result
-of discussions between its authors in order to ensure compliance with
-the two main principles guiding its drafting:
-
-    * firstly, compliance with the principles governing the distribution
-      of Free Software: access to source code, broad rights granted to
-      users,
-    * secondly, the election of a governing law, French law, with which
-      it is conformant, both as regards the law of torts and
-      intellectual property law, and the protection that it offers to
-      both authors and holders of the economic rights over software.
-
-The authors of the CeCILL-B (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre])
-license are: 
-
-Commissariat à l'Energie Atomique - CEA, a public scientific, technical
-and industrial research establishment, having its principal place of
-business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France.
-
-Centre National de la Recherche Scientifique - CNRS, a public scientific
-and technological establishment, having its principal place of business
-at 3 rue Michel-Ange, 75794 Paris cedex 16, France.
-
-Institut National de Recherche en Informatique et en Automatique -
-INRIA, a public scientific and technological establishment, having its
-principal place of business at Domaine de Voluceau, Rocquencourt, BP
-105, 78153 Le Chesnay cedex, France.
-
-
-    Preamble
-
-This Agreement is an open source software license intended to give users
-significant freedom to modify and redistribute the software licensed
-hereunder.
-
-The exercising of this freedom is conditional upon a strong obligation
-of giving credits for everybody that distributes a software
-incorporating a software ruled by the current license so as all
-contributions to be properly identified and acknowledged.
-
-In consideration of access to the source code and the rights to copy,
-modify and redistribute granted by the license, users are provided only
-with a limited warranty and the software's author, the holder of the
-economic rights, and the successive licensors only have limited liability.
-
-In this respect, the risks associated with loading, using, modifying
-and/or developing or reproducing the software by the user are brought to
-the user's attention, given its Free Software status, which may make it
-complicated to use, with the result that its use is reserved for
-developers and experienced professionals having in-depth computer
-knowledge. Users are therefore encouraged to load and test the
-suitability of the software as regards their requirements in conditions
-enabling the security of their systems and/or data to be ensured and,
-more generally, to use and operate it in the same conditions of
-security. This Agreement may be freely reproduced and published,
-provided it is not altered, and that no provisions are either added or
-removed herefrom.
-
-This Agreement may apply to any or all software for which the holder of
-the economic rights decides to submit the use thereof to its provisions.
-
-
-    Article 1 - DEFINITIONS
-
-For the purpose of this Agreement, when the following expressions
-commence with a capital letter, they shall have the following meaning:
-
-Agreement: means this license agreement, and its possible subsequent
-versions and annexes.
-
-Software: means the software in its Object Code and/or Source Code form
-and, where applicable, its documentation, "as is" when the Licensee
-accepts the Agreement.
-
-Initial Software: means the Software in its Source Code and possibly its
-Object Code form and, where applicable, its documentation, "as is" when
-it is first distributed under the terms and conditions of the Agreement.
-
-Modified Software: means the Software modified by at least one
-Contribution.
-
-Source Code: means all the Software's instructions and program lines to
-which access is required so as to modify the Software.
-
-Object Code: means the binary files originating from the compilation of
-the Source Code.
-
-Holder: means the holder(s) of the economic rights over the Initial
-Software.
-
-Licensee: means the Software user(s) having accepted the Agreement.
-
-Contributor: means a Licensee having made at least one Contribution.
-
-Licensor: means the Holder, or any other individual or legal entity, who
-distributes the Software under the Agreement.
-
-Contribution: means any or all modifications, corrections, translations,
-adaptations and/or new functions integrated into the Software by any or
-all Contributors, as well as any or all Internal Modules.
-
-Module: means a set of sources files including their documentation that
-enables supplementary functions or services in addition to those offered
-by the Software.
-
-External Module: means any or all Modules, not derived from the
-Software, so that this Module and the Software run in separate address
-spaces, with one calling the other when they are run.
-
-Internal Module: means any or all Module, connected to the Software so
-that they both execute in the same address space.
-
-Parties: mean both the Licensee and the Licensor.
-
-These expressions may be used both in singular and plural form.
-
-
-    Article 2 - PURPOSE
-
-The purpose of the Agreement is the grant by the Licensor to the
-Licensee of a non-exclusive, transferable and worldwide license for the
-Software as set forth in Article 5 hereinafter for the whole term of the
-protection granted by the rights over said Software.
-
-
-    Article 3 - ACCEPTANCE
-
-3.1 The Licensee shall be deemed as having accepted the terms and
-conditions of this Agreement upon the occurrence of the first of the
-following events:
-
-    * (i) loading the Software by any or all means, notably, by
-      downloading from a remote server, or by loading from a physical
-      medium;
-    * (ii) the first time the Licensee exercises any of the rights
-      granted hereunder.
-
-3.2 One copy of the Agreement, containing a notice relating to the
-characteristics of the Software, to the limited warranty, and to the
-fact that its use is restricted to experienced users has been provided
-to the Licensee prior to its acceptance as set forth in Article 3.1
-hereinabove, and the Licensee hereby acknowledges that it has read and
-understood it.
-
-
-    Article 4 - EFFECTIVE DATE AND TERM
-
-
-      4.1 EFFECTIVE DATE
-
-The Agreement shall become effective on the date when it is accepted by
-the Licensee as set forth in Article 3.1.
-
-
-      4.2 TERM
-
-The Agreement shall remain in force for the entire legal term of
-protection of the economic rights over the Software.
-
-
-    Article 5 - SCOPE OF RIGHTS GRANTED
-
-The Licensor hereby grants to the Licensee, who accepts, the following
-rights over the Software for any or all use, and for the term of the
-Agreement, on the basis of the terms and conditions set forth hereinafter.
-
-Besides, if the Licensor owns or comes to own one or more patents
-protecting all or part of the functions of the Software or of its
-components, the Licensor undertakes not to enforce the rights granted by
-these patents against successive Licensees using, exploiting or
-modifying the Software. If these patents are transferred, the Licensor
-undertakes to have the transferees subscribe to the obligations set
-forth in this paragraph.
-
-
-      5.1 RIGHT OF USE
-
-The Licensee is authorized to use the Software, without any limitation
-as to its fields of application, with it being hereinafter specified
-that this comprises:
-
-   1. permanent or temporary reproduction of all or part of the Software
-      by any or all means and in any or all form.
-
-   2. loading, displaying, running, or storing the Software on any or
-      all medium.
-
-   3. entitlement to observe, study or test its operation so as to
-      determine the ideas and principles behind any or all constituent
-      elements of said Software. This shall apply when the Licensee
-      carries out any or all loading, displaying, running, transmission
-      or storage operation as regards the Software, that it is entitled
-      to carry out hereunder.
-
-
-      5.2 ENTITLEMENT TO MAKE CONTRIBUTIONS
-
-The right to make Contributions includes the right to translate, adapt,
-arrange, or make any or all modifications to the Software, and the right
-to reproduce the resulting software.
-
-The Licensee is authorized to make any or all Contributions to the
-Software provided that it includes an explicit notice that it is the
-author of said Contribution and indicates the date of the creation thereof.
-
-
-      5.3 RIGHT OF DISTRIBUTION
-
-In particular, the right of distribution includes the right to publish,
-transmit and communicate the Software to the general public on any or
-all medium, and by any or all means, and the right to market, either in
-consideration of a fee, or free of charge, one or more copies of the
-Software by any means.
-
-The Licensee is further authorized to distribute copies of the modified
-or unmodified Software to third parties according to the terms and
-conditions set forth hereinafter.
-
-
-        5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION
-
-The Licensee is authorized to distribute true copies of the Software in
-Source Code or Object Code form, provided that said distribution
-complies with all the provisions of the Agreement and is accompanied by:
-
-   1. a copy of the Agreement,
-
-   2. a notice relating to the limitation of both the Licensor's
-      warranty and liability as set forth in Articles 8 and 9,
-
-and that, in the event that only the Object Code of the Software is
-redistributed, the Licensee allows effective access to the full Source
-Code of the Software at a minimum during the entire period of its
-distribution of the Software, it being understood that the additional
-cost of acquiring the Source Code shall not exceed the cost of
-transferring the data.
-
-
-        5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE
-
-If the Licensee makes any Contribution to the Software, the resulting
-Modified Software may be distributed under a license agreement other
-than this Agreement subject to compliance with the provisions of Article
-5.3.4.
-
-
-        5.3.3 DISTRIBUTION OF EXTERNAL MODULES
-
-When the Licensee has developed an External Module, the terms and
-conditions of this Agreement do not apply to said External Module, that
-may be distributed under a separate license agreement.
-
-
-        5.3.4 CREDITS
-
-Any Licensee who may distribute a Modified Software hereby expressly
-agrees to:
-
-   1. indicate in the related documentation that it is based on the
-      Software licensed hereunder, and reproduce the intellectual
-      property notice for the Software,
-
-   2. ensure that written indications of the Software intended use,
-      intellectual property notice and license hereunder are included in
-      easily accessible format from the Modified Software interface,
-
-   3. mention, on a freely accessible website describing the Modified
-      Software, at least throughout the distribution term thereof, that
-      it is based on the Software licensed hereunder, and reproduce the
-      Software intellectual property notice,
-
-   4. where it is distributed to a third party that may distribute a
-      Modified Software without having to make its source code
-      available, make its best efforts to ensure that said third party
-      agrees to comply with the obligations set forth in this Article .
-
-If the Software, whether or not modified, is distributed with an
-External Module designed for use in connection with the Software, the
-Licensee shall submit said External Module to the foregoing obligations.
-
-
-        5.3.5 COMPATIBILITY WITH THE CeCILL AND CeCILL-C LICENSES
-
-Where a Modified Software contains a Contribution subject to the CeCILL
-license, the provisions set forth in Article 5.3.4 shall be optional.
-
-A Modified Software may be distributed under the CeCILL-C license. In
-such a case the provisions set forth in Article 5.3.4 shall be optional.
-
-
-    Article 6 - INTELLECTUAL PROPERTY
-
-
-      6.1 OVER THE INITIAL SOFTWARE
-
-The Holder owns the economic rights over the Initial Software. Any or
-all use of the Initial Software is subject to compliance with the terms
-and conditions under which the Holder has elected to distribute its work
-and no one shall be entitled to modify the terms and conditions for the
-distribution of said Initial Software.
-
-The Holder undertakes that the Initial Software will remain ruled at
-least by this Agreement, for the duration set forth in Article 4.2.
-
-
-      6.2 OVER THE CONTRIBUTIONS
-
-The Licensee who develops a Contribution is the owner of the
-intellectual property rights over this Contribution as defined by
-applicable law.
-
-
-      6.3 OVER THE EXTERNAL MODULES
-
-The Licensee who develops an External Module is the owner of the
-intellectual property rights over this External Module as defined by
-applicable law and is free to choose the type of agreement that shall
-govern its distribution.
-
-
-      6.4 JOINT PROVISIONS
-
-The Licensee expressly undertakes:
-
-   1. not to remove, or modify, in any manner, the intellectual property
-      notices attached to the Software;
-
-   2. to reproduce said notices, in an identical manner, in the copies
-      of the Software modified or not.
-
-The Licensee undertakes not to directly or indirectly infringe the
-intellectual property rights of the Holder and/or Contributors on the
-Software and to take, where applicable, vis-à-vis its staff, any and all
-measures required to ensure respect of said intellectual property rights
-of the Holder and/or Contributors.
-
-
-    Article 7 - RELATED SERVICES
-
-7.1 Under no circumstances shall the Agreement oblige the Licensor to
-provide technical assistance or maintenance services for the Software.
-
-However, the Licensor is entitled to offer this type of services. The
-terms and conditions of such technical assistance, and/or such
-maintenance, shall be set forth in a separate instrument. Only the
-Licensor offering said maintenance and/or technical assistance services
-shall incur liability therefor.
-
-7.2 Similarly, any Licensor is entitled to offer to its licensees, under
-its sole responsibility, a warranty, that shall only be binding upon
-itself, for the redistribution of the Software and/or the Modified
-Software, under terms and conditions that it is free to decide. Said
-warranty, and the financial terms and conditions of its application,
-shall be subject of a separate instrument executed between the Licensor
-and the Licensee.
-
-
-    Article 8 - LIABILITY
-
-8.1 Subject to the provisions of Article 8.2, the Licensee shall be
-entitled to claim compensation for any direct loss it may have suffered
-from the Software as a result of a fault on the part of the relevant
-Licensor, subject to providing evidence thereof.
-
-8.2 The Licensor's liability is limited to the commitments made under
-this Agreement and shall not be incurred as a result of in particular:
-(i) loss due the Licensee's total or partial failure to fulfill its
-obligations, (ii) direct or consequential loss that is suffered by the
-Licensee due to the use or performance of the Software, and (iii) more
-generally, any consequential loss. In particular the Parties expressly
-agree that any or all pecuniary or business loss (i.e. loss of data,
-loss of profits, operating loss, loss of customers or orders,
-opportunity cost, any disturbance to business activities) or any or all
-legal proceedings instituted against the Licensee by a third party,
-shall constitute consequential loss and shall not provide entitlement to
-any or all compensation from the Licensor.
-
-
-    Article 9 - WARRANTY
-
-9.1 The Licensee acknowledges that the scientific and technical
-state-of-the-art when the Software was distributed did not enable all
-possible uses to be tested and verified, nor for the presence of
-possible defects to be detected. In this respect, the Licensee's
-attention has been drawn to the risks associated with loading, using,
-modifying and/or developing and reproducing the Software which are
-reserved for experienced users.
-
-The Licensee shall be responsible for verifying, by any or all means,
-the suitability of the product for its requirements, its good working
-order, and for ensuring that it shall not cause damage to either persons
-or properties.
-
-9.2 The Licensor hereby represents, in good faith, that it is entitled
-to grant all the rights over the Software (including in particular the
-rights set forth in Article 5).
-
-9.3 The Licensee acknowledges that the Software is supplied "as is" by
-the Licensor without any other express or tacit warranty, other than
-that provided for in Article 9.2 and, in particular, without any warranty 
-as to its commercial value, its secured, safe, innovative or relevant 
-nature.
-
-Specifically, the Licensor does not warrant that the Software is free
-from any error, that it will operate without interruption, that it will
-be compatible with the Licensee's own equipment and software
-configuration, nor that it will meet the Licensee's requirements.
-
-9.4 The Licensor does not either expressly or tacitly warrant that the
-Software does not infringe any third party intellectual property right
-relating to a patent, software or any other property right. Therefore,
-the Licensor disclaims any and all liability towards the Licensee
-arising out of any or all proceedings for infringement that may be
-instituted in respect of the use, modification and redistribution of the
-Software. Nevertheless, should such proceedings be instituted against
-the Licensee, the Licensor shall provide it with technical and legal
-assistance for its defense. Such technical and legal assistance shall be
-decided on a case-by-case basis between the relevant Licensor and the
-Licensee pursuant to a memorandum of understanding. The Licensor
-disclaims any and all liability as regards the Licensee's use of the
-name of the Software. No warranty is given as regards the existence of
-prior rights over the name of the Software or as regards the existence
-of a trademark.
-
-
-    Article 10 - TERMINATION
-
-10.1 In the event of a breach by the Licensee of its obligations
-hereunder, the Licensor may automatically terminate this Agreement
-thirty (30) days after notice has been sent to the Licensee and has
-remained ineffective.
-
-10.2 A Licensee whose Agreement is terminated shall no longer be
-authorized to use, modify or distribute the Software. However, any
-licenses that it may have granted prior to termination of the Agreement
-shall remain valid subject to their having been granted in compliance
-with the terms and conditions hereof.
-
-
-    Article 11 - MISCELLANEOUS
-
-
-      11.1 EXCUSABLE EVENTS
-
-Neither Party shall be liable for any or all delay, or failure to
-perform the Agreement, that may be attributable to an event of force
-majeure, an act of God or an outside cause, such as defective
-functioning or interruptions of the electricity or telecommunications
-networks, network paralysis following a virus attack, intervention by
-government authorities, natural disasters, water damage, earthquakes,
-fire, explosions, strikes and labor unrest, war, etc.
-
-11.2 Any failure by either Party, on one or more occasions, to invoke
-one or more of the provisions hereof, shall under no circumstances be
-interpreted as being a waiver by the interested Party of its right to
-invoke said provision(s) subsequently.
-
-11.3 The Agreement cancels and replaces any or all previous agreements,
-whether written or oral, between the Parties and having the same
-purpose, and constitutes the entirety of the agreement between said
-Parties concerning said purpose. No supplement or modification to the
-terms and conditions hereof shall be effective as between the Parties
-unless it is made in writing and signed by their duly authorized
-representatives.
-
-11.4 In the event that one or more of the provisions hereof were to
-conflict with a current or future applicable act or legislative text,
-said act or legislative text shall prevail, and the Parties shall make
-the necessary amendments so as to comply with said act or legislative
-text. All other provisions shall remain effective. Similarly, invalidity
-of a provision of the Agreement, for any reason whatsoever, shall not
-cause the Agreement as a whole to be invalid.
-
-
-      11.5 LANGUAGE
-
-The Agreement is drafted in both French and English and both versions
-are deemed authentic.
-
-
-    Article 12 - NEW VERSIONS OF THE AGREEMENT
-
-12.1 Any person is authorized to duplicate and distribute copies of this
-Agreement.
-
-12.2 So as to ensure coherence, the wording of this Agreement is
-protected and may only be modified by the authors of the License, who
-reserve the right to periodically publish updates or new versions of the
-Agreement, each with a separate number. These subsequent versions may
-address new issues encountered by Free Software.
-
-12.3 Any Software distributed under a given version of the Agreement may
-only be subsequently distributed under the same version of the Agreement
-or a subsequent version.
-
-
-    Article 13 - GOVERNING LAW AND JURISDICTION
-
-13.1 The Agreement is governed by French law. The Parties agree to
-endeavor to seek an amicable solution to any disagreements or disputes
-that may arise during the performance of the Agreement.
-
-13.2 Failing an amicable solution within two (2) months as from their
-occurrence, and unless emergency proceedings are necessary, the
-disagreements or disputes shall be referred to the Paris Courts having
-jurisdiction, by the more diligent Party.
-
-
-Version 1.0 dated 2006-09-05.
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/front_idill/extern/TestClient/Program.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace TestClient
+{
+    class Program
+    {
+        static void Main(string[] args)
+        {
+        }
+    }
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/front_idill/extern/TestClient/Properties/AssemblyInfo.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following 
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("TestClient")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("TestClient")]
+[assembly: AssemblyCopyright("Copyright ©  2012")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible 
+// to COM components.  If you need to access a type in this assembly from 
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("8f32aa72-b821-4da2-86c1-cb32c9bca196")]
+
+// Version information for an assembly consists of the following four values:
+//
+//      Major Version
+//      Minor Version 
+//      Build Number
+//      Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers 
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/front_idill/extern/TestClient/TestClient.csproj	Thu Apr 12 13:09:46 2012 +0200
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
+    <ProductVersion>8.0.30703</ProductVersion>
+    <SchemaVersion>2.0</SchemaVersion>
+    <ProjectGuid>8f32aa72-b821-4da2-86c1-cb32c9bca196</ProjectGuid>
+    <OutputType>Exe</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>TestClient</RootNamespace>
+    <AssemblyName>TestClient</AssemblyName>
+    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
+    <FileAlignment>512</FileAlignment>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
+    <PlatformTarget>x86</PlatformTarget>
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
+    <PlatformTarget>x86</PlatformTarget>
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Xml.Linq" />
+    <Reference Include="System.Data.DataSetExtensions" />
+    <Reference Include="Microsoft.CSharp" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="Program.cs" />
+    <Compile Include="Properties\AssemblyInfo.cs" />
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/front_idill/extern/fajran-npTuioClient/TestClient/Test.cpp	Thu Apr 12 13:09:46 2012 +0200
@@ -0,0 +1,34 @@
+#include <cstdlib>
+#include <cstdio>
+#include <iostream>
+#include <Windows.h>
+
+using namespace std;
+
+int main(int argc, char ** argv)
+{
+	/* get handle to dll */
+   HINSTANCE hGetProcIDDLL = LoadLibrary((LPCWSTR)"npTuioClient.dll");
+
+   /* get pointer to the function in the dll*/
+   FARPROC lpfnGetProcessID = GetProcAddress(HMODULE (hGetProcIDDLL),"tuio_start");
+   FARPROC lpfnGetProcessID2 = GetProcAddress(HMODULE (hGetProcIDDLL),"tuio_stop");
+
+   /*
+      Define the Function in the DLL for reuse. This is just prototyping the dll's function.
+      A mock of it. Use "stdcall" for maximum compatibility.
+   */
+   typedef int (__stdcall * pICFUNC)(void);
+
+   pICFUNC t;
+   t = pICFUNC(lpfnGetProcessID);
+
+   /* The actual call to the function contained in the dll */
+   t();
+
+   /* Release the Dll */
+   FreeLibrary(hGetProcIDDLL);
+
+	system("PAUSE");
+	return 0;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/front_idill/extern/fajran-npTuioClient/TestClient/TestClient.vcxproj	Thu Apr 12 13:09:46 2012 +0200
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <ItemGroup Label="ProjectConfigurations">
+    <ProjectConfiguration Include="Debug|Win32">
+      <Configuration>Debug</Configuration>
+      <Platform>Win32</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|Win32">
+      <Configuration>Release</Configuration>
+      <Platform>Win32</Platform>
+    </ProjectConfiguration>
+  </ItemGroup>
+  <PropertyGroup Label="Globals">
+    <ProjectGuid>{FF6BDC4B-76DF-4C4F-8C83-FA442C38D5C2}</ProjectGuid>
+    <Keyword>Win32Proj</Keyword>
+    <RootNamespace>TestClient</RootNamespace>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+    <ConfigurationType>Application</ConfigurationType>
+    <UseDebugLibraries>true</UseDebugLibraries>
+    <CharacterSet>Unicode</CharacterSet>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+    <ConfigurationType>Application</ConfigurationType>
+    <UseDebugLibraries>false</UseDebugLibraries>
+    <WholeProgramOptimization>true</WholeProgramOptimization>
+    <CharacterSet>Unicode</CharacterSet>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+  <ImportGroup Label="ExtensionSettings">
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+  </ImportGroup>
+  <PropertyGroup Label="UserMacros" />
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+    <LinkIncremental>true</LinkIncremental>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <LinkIncremental>false</LinkIncremental>
+  </PropertyGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+    <ClCompile>
+      <PrecompiledHeader>
+      </PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <Optimization>Disabled</Optimization>
+      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+    </ClCompile>
+    <Link>
+      <SubSystem>Console</SubSystem>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <ClCompile>
+      <WarningLevel>Level3</WarningLevel>
+      <PrecompiledHeader>
+      </PrecompiledHeader>
+      <Optimization>MaxSpeed</Optimization>
+      <FunctionLevelLinking>true</FunctionLevelLinking>
+      <IntrinsicFunctions>true</IntrinsicFunctions>
+      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+    </ClCompile>
+    <Link>
+      <SubSystem>Console</SubSystem>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+      <EnableCOMDATFolding>true</EnableCOMDATFolding>
+      <OptimizeReferences>true</OptimizeReferences>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemGroup>
+    <ClCompile Include="Test.cpp" />
+  </ItemGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+  <ImportGroup Label="ExtensionTargets">
+  </ImportGroup>
+</Project>
\ No newline at end of file
--- a/front_idill/extern/fajran-npTuioClient/TuioClient/TuioClient.cpp	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_idill/extern/fajran-npTuioClient/TuioClient/TuioClient.cpp	Thu Apr 12 13:09:46 2012 +0200
@@ -30,6 +30,8 @@
 	static_cast<TuioClient*>(obj)->socket->Run();
 	return 0;
 };
+
+using namespace std;
 	
 TuioClient::TuioClient() {
 	TuioClient(3333);
@@ -52,7 +54,7 @@
 
 	locked = false;
 	running = false;
-	currentFrame = lastFrame = maxFingerID = -1;
+	currentFrame = lastFrame = maxFingerID = maxStringID = -1;
 }
 
 TuioClient::~TuioClient() {
@@ -68,17 +70,20 @@
 	}
 }
 
-void TuioClient::ProcessMessage( const ReceivedMessage& msg, const IpEndpointName& remoteEndpoint) {
-	try {
+void TuioClient::ProcessMessage( const ReceivedMessage& msg, const IpEndpointName& remoteEndpoint)
+{
+	try
+	{
 		ReceivedMessageArgumentStream args = msg.ArgumentStream();
 		ReceivedMessage::const_iterator arg = msg.ArgumentsBegin();
 
-		if( strcmp( msg.AddressPattern(), "/tuio/2Dobj" ) == 0 ){
-
+		if( strcmp( msg.AddressPattern(), "/tuio/2Dobj" ) == 0 )
+		{
 			const char* cmd;
 			args >> cmd;
 			
-			if( strcmp( cmd, "set" ) == 0 ){	
+			if( strcmp( cmd, "set" ) == 0 )
+			{
 				if ((currentFrame<lastFrame) && (currentFrame>0)) return;
 
 				int32 s_id, f_id;
@@ -90,7 +95,8 @@
 				for (tobj=objectList.begin(); tobj!= objectList.end(); tobj++)
 					if((*tobj)->getSessionID()==(long)s_id) break;
 
-				if (tobj == objectList.end()) {
+				if (tobj == objectList.end())
+				{
 
 					TuioObject *addObject = new TuioObject((long)s_id,(int)f_id,xpos,ypos,angle);
 					objectList.push_back(addObject);
@@ -98,21 +104,24 @@
 					for (std::list<TuioListener*>::iterator listener=listenerList.begin(); listener != listenerList.end(); listener++)
 						(*listener)->addTuioObject(addObject);
 
-				} else if ( ((*tobj)->getX()!=xpos) || ((*tobj)->getY()!=ypos) || ((*tobj)->getAngle()!=angle) || ((*tobj)->getXSpeed()!=xspeed) || ((*tobj)->getYSpeed()!=yspeed) || ((*tobj)->getRotationSpeed()!=rspeed) || ((*tobj)->getMotionAccel()!=maccel) || ((*tobj)->getRotationAccel()!=raccel) ) {
+				}
+				else if ( ((*tobj)->getX()!=xpos) || ((*tobj)->getY()!=ypos) || ((*tobj)->getAngle()!=angle) || ((*tobj)->getXSpeed()!=xspeed) || ((*tobj)->getYSpeed()!=yspeed) || ((*tobj)->getRotationSpeed()!=rspeed) || ((*tobj)->getMotionAccel()!=maccel) || ((*tobj)->getRotationAccel()!=raccel) )
+				{
 					(*tobj)->update(xpos,ypos,angle,xspeed,yspeed,rspeed,maccel,raccel);
 
 					for (std::list<TuioListener*>::iterator listener=listenerList.begin(); listener != listenerList.end(); listener++)
 						(*listener)->updateTuioObject((*tobj));
 				}
-
-			} else if( strcmp( cmd, "alive" ) == 0 ){
+			}
+			else if( strcmp( cmd, "alive" ) == 0 )
+			{
 				if ((currentFrame<lastFrame) && (currentFrame>0)) return;
 
 				int32 s_id;
-				while(!args.Eos()) {
+				while(!args.Eos())
+				{
 					args >> s_id;
 					objectBuffer.push_back((long)s_id);
-					
 					std::list<long>::iterator iter;
 					iter = find(aliveObjectList.begin(), aliveObjectList.end(), (long)s_id); 
 					if (iter != aliveObjectList.end()) aliveObjectList.erase(iter);
@@ -120,11 +129,14 @@
 				args >> EndMessage;
 				
 				std::list<long>::iterator alive_iter;
-				for (alive_iter=aliveObjectList.begin(); alive_iter != aliveObjectList.end(); alive_iter++) {
+				for (alive_iter=aliveObjectList.begin(); alive_iter != aliveObjectList.end(); alive_iter++)
+				{
 					std::list<TuioObject*>::iterator tobj;
-					for (tobj=objectList.begin(); tobj!=objectList.end(); tobj++) {
+					for (tobj=objectList.begin(); tobj!=objectList.end(); tobj++)
+					{
 						TuioObject *deleteObject = (*tobj);
-						if(deleteObject->getSessionID()==*alive_iter) {
+						if(deleteObject->getSessionID()==*alive_iter)
+						{
 							deleteObject->remove();
 							for (std::list<TuioListener*>::iterator listener=listenerList.begin(); listener != listenerList.end(); listener++)
 								(*listener)->removeTuioObject(deleteObject);
@@ -133,20 +145,20 @@
 							break;
 						}
 					}
-					
 				}
-			
 				aliveObjectList = objectBuffer;
 				objectBuffer.clear();
-			} else if( strcmp( cmd, "fseq" ) == 0 ){
-				
+			}
+			else if( strcmp( cmd, "fseq" ) == 0 )
+			{
 				if(currentFrame>0) lastFrame = currentFrame;
 				args >> currentFrame  >> EndMessage;
 
-				if ((currentFrame>=lastFrame) || (currentFrame<0)) {
-					
+				if ((currentFrame>=lastFrame) || (currentFrame<0))
+				{
 					long currentTime = lastTime;
-					if (currentFrame>lastFrame) {
+					if (currentFrame>lastFrame)
+					{
 						currentTime = getCurrentTime()-startTime;
 						lastTime = currentTime;
 					}
@@ -158,36 +170,40 @@
 						(*listener)->refresh(currentTime);
 				}
 			}
-		} else if( strcmp( msg.AddressPattern(), "/tuio/3Dcur" ) == 0 ) {
+		}
+		else if( strcmp( msg.AddressPattern(), "/tuio/3Dcur" ) == 0 )
+		{
 			const char* cmd;
 			args >> cmd;
 			
-			if( strcmp( cmd, "set" ) == 0 ){	
+			if( strcmp( cmd, "set" ) == 0 )
+			{
 				if ((currentFrame<lastFrame) && (currentFrame>0)) return;
 
 				int32 s_id;
 				float xpos, ypos, zpos, xspeed, yspeed, maccel;
 				//Modifié par alexandre.bastien@iri.centrepompidou.fr
 				args >> s_id >> xpos >> ypos >> zpos >> xspeed >> yspeed >> maccel >> EndMessage;
-
 				std::list<TuioCursor*>::iterator tcur;
 				for (tcur=cursorList.begin(); tcur != cursorList.end(); tcur++)
 					if((*tcur)->getSessionID()==(long)s_id) break;
 
-				if (tcur == cursorList.end()) {
-
+				if (tcur == cursorList.end())
+				{
 					int f_id = (int)cursorList.size();
-					if ((int)(cursorList.size())<=maxFingerID) {
+					if ((int)(cursorList.size())<=maxFingerID)
+					{
 						std::list<TuioCursor*>::iterator closestCursor = freeCursorList.begin();
 						//Modifié par alexandre.bastien@iri.centrepompidou.fr
-						for(std::list<TuioCursor*>::iterator testCursor = freeCursorList.begin();testCursor!= freeCursorList.end(); testCursor++) {
+						for(std::list<TuioCursor*>::iterator testCursor = freeCursorList.begin();testCursor!= freeCursorList.end(); testCursor++)
+						{
 							if((*testCursor)->getDistance(xpos,ypos,zpos)<(*closestCursor)->getDistance(xpos,ypos,zpos)) closestCursor = testCursor;
 						}
-						
 						f_id = (*closestCursor)->getFingerID();
 						freeCursorList.erase(closestCursor);
 						delete *closestCursor;
-					} else maxFingerID = f_id;	
+					}
+					else maxFingerID = f_id;	
 					//Modifié par alexandre.bastien@iri.centrepompidou.fr
 					TuioCursor *addCursor = new TuioCursor((long)s_id,f_id,xpos,ypos,zpos);
 					cursorList.push_back(addCursor);
@@ -196,82 +212,87 @@
 						(*listener)->addTuioCursor(addCursor);
 					
 				//Modifié par alexandre.bastien@iri.centrepompidou.fr
-				} else if ( ((*tcur)->getX()!=xpos) || ((*tcur)->getY()!=ypos) || ((*tcur)->getZ()!=zpos) || ((*tcur)->getXSpeed()!=xspeed) || ((*tcur)->getYSpeed()!=yspeed) || ((*tcur)->getMotionAccel()!=maccel) ) {
+				}
+				else if ( ((*tcur)->getX()!=xpos) || ((*tcur)->getY()!=ypos) || ((*tcur)->getZ()!=zpos) || ((*tcur)->getXSpeed()!=xspeed) || ((*tcur)->getYSpeed()!=yspeed) || ((*tcur)->getMotionAccel()!=maccel) )
+				{
 					(*tcur)->update(xpos,ypos,zpos,xspeed,yspeed,maccel);
 					for (std::list<TuioListener*>::iterator listener=listenerList.begin(); listener != listenerList.end(); listener++)
 						(*listener)->updateTuioCursor((*tcur));
 				}
-
-			} else if( strcmp( cmd, "alive" ) == 0 ){
+			}
+			else if( strcmp( cmd, "alive" ) == 0 )
+			{
 				if ((currentFrame<lastFrame) && (currentFrame>0)) return;
 
 				int32 s_id;
-				while(!args.Eos()) {
+				while(!args.Eos())
+				{
 					args >> s_id;
 					cursorBuffer.push_back((long)s_id);
-					
 					std::list<long>::iterator iter;
 					iter = find(aliveCursorList.begin(), aliveCursorList.end(), (long)s_id); 
 					if (iter != aliveCursorList.end()) aliveCursorList.erase(iter);
 				}
 				args >> EndMessage;
-				
 				std::list<long>::iterator alive_iter;
-				for (alive_iter=aliveCursorList.begin(); alive_iter != aliveCursorList.end(); alive_iter++) {
+				for (alive_iter=aliveCursorList.begin(); alive_iter != aliveCursorList.end(); alive_iter++)
+				{
 					std::list<TuioCursor*>::iterator tcur;
-					for (tcur=cursorList.begin(); tcur != cursorList.end(); tcur++) {
+					for (tcur=cursorList.begin(); tcur != cursorList.end(); tcur++)
+					{
 						TuioCursor *deleteCursor = (*tcur);
-						if(deleteCursor->getSessionID()==*alive_iter) {
-							
+						if(deleteCursor->getSessionID()==*alive_iter)
+						{
 							cursorList.erase(tcur);
 							deleteCursor->remove();
 							for (std::list<TuioListener*>::iterator listener=listenerList.begin(); listener != listenerList.end(); listener++)
 								(*listener)->removeTuioCursor(deleteCursor);
 							
-							if (deleteCursor->getFingerID()==maxFingerID) {
+							if (deleteCursor->getFingerID()==maxFingerID)
+							{
 								maxFingerID = -1;
 								delete deleteCursor;
 								
-								if (cursorList.size()>0) {
+								if (cursorList.size()>0)
+								{
 									std::list<TuioCursor*>::iterator clist;
-									for (clist=cursorList.begin(); clist != cursorList.end(); clist++) {
+									for (clist=cursorList.begin(); clist != cursorList.end(); clist++)
+									{
 										int f_id = (*clist)->getFingerID();
 										if (f_id>maxFingerID) maxFingerID=f_id;
 									}
-									
-									
 									std::list<TuioCursor*>::iterator flist;
-									for (flist=freeCursorList.begin(); flist != freeCursorList.end(); flist++) {
+									for (flist=freeCursorList.begin(); flist != freeCursorList.end(); flist++)
+									{
 										TuioCursor *freeCursor = (*flist);
 										if (freeCursor->getFingerID()>maxFingerID) delete freeCursor;
 										else freeCursorBuffer.push_back(freeCursor);
 									}
-
 									freeCursorList = freeCursorBuffer;
 									freeCursorBuffer.clear();
-								} 
-							} else if (deleteCursor->getFingerID()<maxFingerID) freeCursorList.push_back(deleteCursor);
-							
+								}
+							}
+							else if (deleteCursor->getFingerID()<maxFingerID) freeCursorList.push_back(deleteCursor);
 							break;
 						}
 					}
-					
 				}
-			
 				aliveCursorList = cursorBuffer;
 				cursorBuffer.clear();
-			} else if( strcmp( cmd, "fseq" ) == 0 ){
-				
+			}
+			else if( strcmp( cmd, "fseq" ) == 0 )
+			{
 				if(currentFrame>0) lastFrame = currentFrame;
 				args >> currentFrame  >> EndMessage;
 
-				if ((currentFrame>=lastFrame) || (currentFrame<0)) {
+				if ((currentFrame>=lastFrame) || (currentFrame<0))
+				{
 					long currentTime = lastTime;
-					if (currentFrame>lastFrame) {
+					if (currentFrame>lastFrame)
+					{
 						currentTime = getCurrentTime()-startTime;
 						lastTime = currentTime;
 					}
-
 					for (std::list<TuioCursor*>::iterator refreshCursor=cursorList.begin(); refreshCursor!=cursorList.end(); refreshCursor++)
 						if ((*refreshCursor)->getUpdateTime()==TUIO_UNDEFINED) (*refreshCursor)->setUpdateTime(currentTime);
 
@@ -280,7 +301,241 @@
 				}
 			}
 		}
-	} catch( Exception& e ){
+		else if( strcmp( msg.AddressPattern(), "/tuio/_siP" ) == 0 )
+		{
+			const char* cmd;
+			args >> cmd;
+			
+			if( strcmp( cmd, "set" ) == 0 )
+			{
+				if ((currentFrame<lastFrame) && (currentFrame>0)) return;
+
+				int32 s_id;
+				const char* code;
+				args >> s_id >> code >> EndMessage;
+				std::list<TuioString*>::iterator tstr;
+				for (tstr=stringList.begin(); tstr != stringList.end(); tstr++)
+					if((*tstr)->getSessionID()==(long)s_id) break;
+
+				if (tstr == stringList.end())
+				{
+					int s_id = (int)stringList.size();//
+					if ((int)(stringList.size())<=maxStringID)//
+					{//
+						std::list<TuioString*>::iterator closestString = freeStringList.begin();//
+						//Modifié par alexandre.bastien@iri.centrepompidou.fr
+
+						//for(std::list<TuioString*>::iterator testString = freeStringList.begin();testString!= freeStringList.end(); testString++)
+						//{
+							//if((*testString)->getDistance(xpos,ypos,zpos)<(*closestCursor)->getDistance(xpos,ypos,zpos)) closestCursor = testCursor;
+						//}
+						s_id = (*closestString)->getStringID();//
+						freeStringList.erase(closestString);//
+						delete *closestString;//
+					}//
+					else maxStringID = s_id;//
+					//Modifié par alexandre.bastien@iri.centrepompidou.fr
+					TuioString *addString = new TuioString((long)s_id,-1,code);
+					stringList.push_back(addString);
+					
+					for (std::list<TuioListener*>::iterator listener=listenerList.begin(); listener != listenerList.end(); listener++)
+						(*listener)->addTuioString(addString);
+					
+				//Modifié par alexandre.bastien@iri.centrepompidou.fr
+				}
+				else if ( ((*tstr)->getCode()!=code) )
+				{
+					(*tstr)->update(code);
+					for (std::list<TuioListener*>::iterator listener=listenerList.begin(); listener != listenerList.end(); listener++)
+						(*listener)->updateTuioString((*tstr));
+				}
+			}
+			else if( strcmp( cmd, "alive" ) == 0 )
+			{
+				if ((currentFrame<lastFrame) && (currentFrame>0)) return;
+
+				int32 s_id;
+				while(!args.Eos())
+				{
+					args >> s_id;
+					stringBuffer.push_back((long)s_id);
+					std::list<long>::iterator iter;
+					iter = find(aliveStringList.begin(), aliveStringList.end(), (long)s_id); 
+					if (iter != aliveStringList.end()) aliveStringList.erase(iter);
+				}
+				args >> EndMessage;
+				std::list<long>::iterator alive_iter;
+				for (alive_iter=aliveStringList.begin(); alive_iter != aliveStringList.end(); alive_iter++)
+				{
+					std::list<TuioString*>::iterator tstr;
+					for (tstr=stringList.begin(); tstr != stringList.end(); tstr++)
+					{
+						TuioString *deleteString = (*tstr);
+						if(deleteString->getSessionID()==*alive_iter)
+						{
+							stringList.erase(tstr);
+							deleteString->remove();
+							for (std::list<TuioListener*>::iterator listener=listenerList.begin(); listener != listenerList.end(); listener++)
+								(*listener)->removeTuioString(deleteString);
+							
+							if (deleteString->getStringID()==maxStringID)//
+							{//
+								maxStringID = -1;//
+								delete deleteString;
+								
+								if (stringList.size()>0)
+								{
+									std::list<TuioString*>::iterator clist;//
+									for (clist=stringList.begin(); clist != stringList.end(); clist++)//
+									{//
+										int s_id = (*clist)->getStringID();//
+										if (s_id>maxStringID) maxStringID=s_id;//
+									}//
+									std::list<TuioString*>::iterator flist;
+									for (flist=freeStringList.begin(); flist != freeStringList.end(); flist++)
+									{
+										TuioString *freeString = (*flist);
+										if (freeString->getStringID()>maxStringID) delete freeString;//
+										else freeStringBuffer.push_back(freeString);//
+										freeStringBuffer.push_back(freeString);
+									}
+									freeStringList = freeStringBuffer;
+									freeStringBuffer.clear();
+								}
+							}//
+							else if (deleteString->getStringID()<maxStringID) freeStringList.push_back(deleteString);//
+							break;
+						}
+					}
+				}
+				aliveStringList = stringBuffer;
+				stringBuffer.clear();
+			}
+			else if( strcmp( cmd, "fseq" ) == 0 )
+			{
+				if(currentFrame>0) lastFrame = currentFrame;
+				args >> currentFrame  >> EndMessage;
+
+				if ((currentFrame>=lastFrame) || (currentFrame<0))
+				{
+					long currentTime = lastTime;
+					if (currentFrame>lastFrame)
+					{
+						currentTime = getCurrentTime()-startTime;
+						lastTime = currentTime;
+					}
+					for (std::list<TuioString*>::iterator refreshString=stringList.begin(); refreshString!=stringList.end(); refreshString++)
+						if ((*refreshString)->getUpdateTime()==TUIO_UNDEFINED) (*refreshString)->setUpdateTime(currentTime);
+
+					for (std::list<TuioListener*>::iterator listener=listenerList.begin(); listener != listenerList.end(); listener++)
+						(*listener)->refresh(currentTime);
+				}
+			}
+		}
+		//Ajouté par alexandre.bastien@iri.centrepompidou.fr
+		/*else if( strcmp( msg.AddressPattern(), "/tuio/_siP" ) == 0 )
+		{
+			const char* cmd;
+			args >> cmd;
+			
+			if( strcmp( cmd, "set" ) == 0 )
+			{
+				if ((currentFrame<lastFrame) && (currentFrame>0)) return;
+				int32 s_id;
+				const char* code;
+				args >> s_id >> code >> EndMessage;
+				std::list<TuioString*>::iterator tstr;
+				for (tstr=stringList.begin(); tstr != stringList.end(); tstr++)
+					if((*tstr)->getSessionID()==(long)s_id) break;
+
+				if (tstr == stringList.end())
+				{
+					TuioString *addString = new TuioString((long)s_id,code);
+					stringList.push_back(addString);
+					
+					for (std::list<TuioListener*>::iterator listener=listenerList.begin(); listener != listenerList.end(); listener++)
+						(*listener)->addTuioString(addString);
+					
+					
+				}
+				else if ( ((*tstr)->getCode()!=code) )
+				{
+					(*tstr)->update(code);
+					for (std::list<TuioListener*>::iterator listener=listenerList.begin(); listener != listenerList.end(); listener++)
+						(*listener)->updateTuioString((*tstr));
+				}
+			}
+			else if( strcmp( cmd, "alive" ) == 0 )
+			{
+				if ((currentFrame<lastFrame) && (currentFrame>0)) return;
+					
+				int32 s_id;
+				while(!args.Eos())
+				{
+					args >> s_id;
+					stringBuffer.push_back((long)s_id);
+					std::list<long>::iterator iter;
+					iter = find(aliveStringList.begin(), aliveStringList.end(), (long)s_id); 
+					if (iter != aliveStringList.end()) aliveStringList.erase(iter);
+				}
+				args >> EndMessage;
+				
+				std::list<long>::iterator alive_iter;
+				for (alive_iter=aliveStringList.begin(); alive_iter != aliveStringList.end(); alive_iter++)
+				{
+					std::list<TuioString*>::iterator tstr;
+					for (tstr=stringList.begin(); tstr != stringList.end(); tstr++)
+					{
+						TuioString *deleteString = (*tstr);
+						if(deleteString->getSessionID()==*alive_iter)
+						{
+							stringList.erase(tstr);
+							deleteString->remove();
+							for (std::list<TuioListener*>::iterator listener=listenerList.begin(); listener != listenerList.end(); listener++)
+								(*listener)->removeTuioString(deleteString);
+								
+							if (stringList.size()>0)
+							{
+								std::list<TuioString*>::iterator flist;
+								for (flist=freeStringList.begin(); flist != freeStringList.end(); flist++)
+								{
+									TuioString *freeString = (*flist);
+								}
+								freeStringList = freeStringBuffer;
+								freeStringBuffer.clear();
+							}
+						}
+						break;
+					}
+				}
+				aliveStringList = stringBuffer;
+				stringBuffer.clear();
+			}
+			else if( strcmp( cmd, "fseq" ) == 0 )
+			{
+				if(currentFrame>0) lastFrame = currentFrame;
+				args >> currentFrame  >> EndMessage;
+
+				if ((currentFrame>=lastFrame) || (currentFrame<0))
+				{
+					long currentTime = lastTime;
+					if (currentFrame>lastFrame)
+					{
+						currentTime = getCurrentTime()-startTime;
+						lastTime = currentTime;
+					}
+					
+					for (std::list<TuioString*>::iterator refreshString=stringList.begin(); refreshString!=stringList.end(); refreshString++)
+						if ((*refreshString)->getUpdateTime()==TUIO_UNDEFINED) (*refreshString)->setUpdateTime(currentTime);
+
+					for (std::list<TuioListener*>::iterator listener=listenerList.begin(); listener != listenerList.end(); listener++)
+						(*listener)->refresh(currentTime);
+				}
+			}
+		}*/
+	}
+	catch( Exception& e )
+	{
 		std::cout << "error while parsing message: "<< msg.AddressPattern() << ": " << e.what() << "\n";
 	}
 }
@@ -350,6 +605,13 @@
 	return NULL;
 }
 
+TuioString* TuioClient::getTuioString(long s_id) {
+	for (std::list<TuioString*>::iterator iter=stringList.begin(); iter != stringList.end(); iter++)
+		if((*iter)->getSessionID()==s_id) return (*iter);
+		
+	return NULL;
+}
+
 std::list<TuioObject*> TuioClient::getTuioObjects() {
 	return objectList;
 }
@@ -358,6 +620,10 @@
 	return cursorList;
 }
 
+std::list<TuioString*> TuioClient::getTuioStrings() {
+	return stringList;
+}
+
 long TuioClient::getCurrentTime() {
 	
 	#ifdef WIN32
--- a/front_idill/extern/fajran-npTuioClient/TuioClient/TuioClient.h	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_idill/extern/fajran-npTuioClient/TuioClient/TuioClient.h	Thu Apr 12 13:09:46 2012 +0200
@@ -42,6 +42,7 @@
 #include "TuioListener.h"
 #include "TuioObject.h"
 #include "TuioCursor.h"
+#include "TuioString.h"
 
 using namespace osc;
 
@@ -59,8 +60,16 @@
 		
 		TuioObject* getTuioObject(long s_id);
 		TuioCursor* getTuioCursor(long s_id);
+		/*
+		* Ajouté par alexandre.bastien@iri.centrepompidou.fr
+		*/
+		TuioString* getTuioString(long s_id);
 		std::list<TuioObject*> getTuioObjects();
 		std::list<TuioCursor*> getTuioCursors();
+		/*
+		* Ajouté par alexandre.bastien@iri.centrepompidou.fr
+		*/
+		std::list<TuioString*> getTuioStrings();
 		
 		void addTuioListener(TuioListener *listener);
 		void removeTuioListener(TuioListener *listener);
@@ -80,6 +89,11 @@
 		std::list<long> aliveObjectList, objectBuffer;
 		std::list<TuioCursor*> cursorList;
 		std::list<long> aliveCursorList, cursorBuffer;
+		/*
+		* Ajouté par alexandre.bastien@iri.centrepompidou.fr
+		*/
+		std::list<TuioString*> stringList;
+		std::list<long> aliveStringList, stringBuffer;
 	
 		int32 currentFrame, lastFrame;
 	
@@ -88,7 +102,11 @@
 		long getCurrentTime();
 	
 		std::list<TuioCursor*> freeCursorList, freeCursorBuffer;
-		int maxFingerID;
+		/*
+		* Ajouté par alexandre.bastien@iri.centrepompidou.fr
+		*/
+		std::list<TuioString*> freeStringList, freeStringBuffer;
+		int maxFingerID, maxStringID;
 	
 		#ifndef WIN32
 		pthread_t thread;
--- a/front_idill/extern/fajran-npTuioClient/TuioClient/TuioListener.h	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_idill/extern/fajran-npTuioClient/TuioClient/TuioListener.h	Thu Apr 12 13:09:46 2012 +0200
@@ -24,6 +24,7 @@
 
 #include "TuioObject.h"
 #include "TuioCursor.h"
+#include "TuioString.h"
 
 class TuioListener { 
 
@@ -38,6 +39,13 @@
 		virtual void updateTuioCursor(TuioCursor *tuioCursor)=0;
 		virtual void removeTuioCursor(TuioCursor *tuioCursor)=0;
 
+		/*
+		* Ajouté par alexandre.bastien@iri.centrepompidou.fr
+		*/
+		virtual void addTuioString(TuioString *tuioString)=0;
+		virtual void updateTuioString(TuioString *tuioString)=0;
+		virtual void removeTuioString(TuioString *tuioString)=0;
+
 		virtual void refresh(long timestamp)=0;
 };
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/front_idill/extern/fajran-npTuioClient/TuioClient/TuioString.h	Thu Apr 12 13:09:46 2012 +0200
@@ -0,0 +1,53 @@
+#ifndef INCLUDED_TUIOSTRING_H
+#define INCLUDED_TUIOSTRING_H
+
+class TuioString {
+
+	protected:
+		int session_id;
+		int string_id;
+		const char* code;
+		long timestamp;
+		int state;
+	
+	public:
+	TuioString (int s_id, int string_id, const char* _code) {
+		this->session_id = s_id;
+		this->string_id = string_id;
+		this->code = _code;
+		timestamp = TUIO_UNDEFINED;
+		state = TUIO_ADDED;
+	};
+
+	TuioString (TuioString *tuioString) {
+		this->session_id = tuioString->getSessionID();
+		this->string_id = tuioString->getStringID();
+		this->code = tuioString->getCode();
+		timestamp = TUIO_UNDEFINED;
+		state = TUIO_ADDED;
+	};
+	
+	~TuioString(){};
+	
+	int getSessionID() { return session_id; };
+	int getStringID() { return string_id; };
+	const char* getCode() { return code; };
+
+
+	void update(const char* _code)
+	{
+		this->code = _code;
+		timestamp = TUIO_UNDEFINED;
+		state = TUIO_UPDATED;
+	}
+
+	void remove() {
+		state = TUIO_REMOVED;
+		timestamp = TUIO_UNDEFINED;		
+	}
+
+	long getUpdateTime() { return timestamp; };
+	void setUpdateTime(long timestamp) { this->timestamp = timestamp; };
+};
+
+#endif
Binary file front_idill/extern/fajran-npTuioClient/npTuioClient.opensdf has changed
--- a/front_idill/extern/fajran-npTuioClient/npTuioClient.sln	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_idill/extern/fajran-npTuioClient/npTuioClient.sln	Thu Apr 12 13:09:46 2012 +0200
@@ -3,16 +3,41 @@
 # Visual Studio 2010
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "npTuioClient", "npTuioClient.vcxproj", "{E2668B4E-318C-4021-ADC8-A85D70234E63}"
 EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestClient", "TestClient\TestClient.vcxproj", "{FF6BDC4B-76DF-4C4F-8C83-FA442C38D5C2}"
+	ProjectSection(ProjectDependencies) = postProject
+		{E2668B4E-318C-4021-ADC8-A85D70234E63} = {E2668B4E-318C-4021-ADC8-A85D70234E63}
+	EndProjectSection
+EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Mixed Platforms = Debug|Mixed Platforms
 		Debug|Win32 = Debug|Win32
+		Debug|x86 = Debug|x86
+		Release|Mixed Platforms = Release|Mixed Platforms
 		Release|Win32 = Release|Win32
+		Release|x86 = Release|x86
 	EndGlobalSection
 	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{E2668B4E-318C-4021-ADC8-A85D70234E63}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
+		{E2668B4E-318C-4021-ADC8-A85D70234E63}.Debug|Mixed Platforms.Build.0 = Debug|Win32
 		{E2668B4E-318C-4021-ADC8-A85D70234E63}.Debug|Win32.ActiveCfg = Debug|Win32
 		{E2668B4E-318C-4021-ADC8-A85D70234E63}.Debug|Win32.Build.0 = Debug|Win32
+		{E2668B4E-318C-4021-ADC8-A85D70234E63}.Debug|x86.ActiveCfg = Debug|Win32
+		{E2668B4E-318C-4021-ADC8-A85D70234E63}.Release|Mixed Platforms.ActiveCfg = Release|Win32
+		{E2668B4E-318C-4021-ADC8-A85D70234E63}.Release|Mixed Platforms.Build.0 = Release|Win32
 		{E2668B4E-318C-4021-ADC8-A85D70234E63}.Release|Win32.ActiveCfg = Release|Win32
 		{E2668B4E-318C-4021-ADC8-A85D70234E63}.Release|Win32.Build.0 = Release|Win32
+		{E2668B4E-318C-4021-ADC8-A85D70234E63}.Release|x86.ActiveCfg = Release|Win32
+		{FF6BDC4B-76DF-4C4F-8C83-FA442C38D5C2}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
+		{FF6BDC4B-76DF-4C4F-8C83-FA442C38D5C2}.Debug|Mixed Platforms.Build.0 = Debug|Win32
+		{FF6BDC4B-76DF-4C4F-8C83-FA442C38D5C2}.Debug|Win32.ActiveCfg = Debug|Win32
+		{FF6BDC4B-76DF-4C4F-8C83-FA442C38D5C2}.Debug|Win32.Build.0 = Debug|Win32
+		{FF6BDC4B-76DF-4C4F-8C83-FA442C38D5C2}.Debug|x86.ActiveCfg = Debug|Win32
+		{FF6BDC4B-76DF-4C4F-8C83-FA442C38D5C2}.Release|Mixed Platforms.ActiveCfg = Release|Win32
+		{FF6BDC4B-76DF-4C4F-8C83-FA442C38D5C2}.Release|Mixed Platforms.Build.0 = Release|Win32
+		{FF6BDC4B-76DF-4C4F-8C83-FA442C38D5C2}.Release|Win32.ActiveCfg = Release|Win32
+		{FF6BDC4B-76DF-4C4F-8C83-FA442C38D5C2}.Release|Win32.Build.0 = Release|Win32
+		{FF6BDC4B-76DF-4C4F-8C83-FA442C38D5C2}.Release|x86.ActiveCfg = Release|Win32
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE
--- a/front_idill/extern/fajran-npTuioClient/npTuioClient.vcxproj	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_idill/extern/fajran-npTuioClient/npTuioClient.vcxproj	Thu Apr 12 13:09:46 2012 +0200
@@ -134,6 +134,7 @@
     <ClInclude Include="TuioClient\oscpack\ip\PacketListener.h" />
     <ClInclude Include="TuioClient\oscpack\ip\TimerListener.h" />
     <ClInclude Include="TuioClient\oscpack\ip\UdpSocket.h" />
+    <ClInclude Include="TuioClient\TuioString.h" />
   </ItemGroup>
   <ItemGroup>
     <None Include="npTuioClient.def" />
--- a/front_idill/extern/fajran-npTuioClient/npTuioClient.vcxproj.filters	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_idill/extern/fajran-npTuioClient/npTuioClient.vcxproj.filters	Thu Apr 12 13:09:46 2012 +0200
@@ -143,6 +143,9 @@
     <ClInclude Include="TuioClient\oscpack\ip\UdpSocket.h">
       <Filter>TuioClient\oscpack\ip</Filter>
     </ClInclude>
+    <ClInclude Include="TuioClient\TuioString.h">
+      <Filter>TuioClient</Filter>
+    </ClInclude>
   </ItemGroup>
   <ItemGroup>
     <None Include="npTuioClient.def">
--- a/front_idill/extern/fajran-npTuioClient/src/client.cpp	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_idill/extern/fajran-npTuioClient/src/client.cpp	Thu Apr 12 13:09:46 2012 +0200
@@ -47,6 +47,19 @@
 	data.y = y;
 	data.z = z;
 	data.a = a;
+	data.code = "";
+	tuio_callback(data);
+}
+
+/*
+* Ajouté par alexandre.bastien@iri.centrepompidou.fr
+*/
+static inline void call(TuioEvent type, long sid, const char* code)
+{
+	TuioEventData data;
+	data.type = type;
+	data.sid = sid;
+	data.code = code;
 	tuio_callback(data);
 }
 
@@ -106,6 +119,30 @@
 			cursor->getSessionID(), cursor->getFingerID(),
 			cursor->getX(), cursor->getY(), cursor->getZ(), 0);
 	}
+
+	/*
+	* Ajouté par alexandre.bastien@iri.centrepompidou.fr
+	*/
+	void addTuioString(TuioString *string)
+	{
+		call(TE_STRING_ADD, string->getSessionID(), string->getCode());
+	}
+
+	/*
+	* Ajouté par alexandre.bastien@iri.centrepompidou.fr
+	*/
+	void updateTuioString(TuioString *string)
+	{
+		call(TE_STRING_UPDATE, string->getSessionID(), string->getCode());
+	}
+
+	/*
+	* Ajouté par alexandre.bastien@iri.centrepompidou.fr
+	*/
+	void removeTuioString(TuioString *string)
+	{
+		call(TE_STRING_REMOVE, string->getSessionID(), string->getCode());
+	}
 	
 	void refresh(long timestamp) 
 	{
@@ -136,3 +173,7 @@
 	listener = 0;
 }
 
+void t()
+{
+	std::cout << "t" << std::endl;
+}
\ No newline at end of file
--- a/front_idill/extern/fajran-npTuioClient/src/client.h	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_idill/extern/fajran-npTuioClient/src/client.h	Thu Apr 12 13:09:46 2012 +0200
@@ -18,6 +18,8 @@
 #ifndef CLIENT_H_
 #define CLIENT_H_
 
+#include <string>
+
 enum TuioEvent {
 	TE_OBJECT_ADD    = 0,
 	TE_OBJECT_UPDATE = 1,
@@ -25,6 +27,12 @@
 	TE_CURSOR_ADD    = 3,
 	TE_CURSOR_UPDATE = 4,
 	TE_CURSOR_REMOVE = 5,
+	/*
+	* Ajouté par alexandre.bastien@iri.centrepompidou.fr
+	*/
+	TE_STRING_ADD    = 6,
+	TE_STRING_UPDATE = 7,
+	TE_STRING_REMOVE = 8,
 };
 
 typedef struct {
@@ -35,12 +43,21 @@
 	float     y;
 	float     z;
 	float     a;
+	//Ajouté par alexandre.bastien@iri.centrepompidou.fr
+	const char* code;
 } TuioEventData;
 
-void tuio_start(int);
-void tuio_stop();
+/*void tuio_start(int);
+void tuio_stop();*/
 
 extern void tuio_callback(TuioEventData);
 
+extern "C"
+{
+__declspec(dllexport) void tuio_start(int);
+__declspec(dllexport) void tuio_stop(void);
+__declspec(dllexport) void t(void);
+}
+
 #endif
 
--- a/front_idill/extern/fajran-npTuioClient/src/plugin.cpp	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_idill/extern/fajran-npTuioClient/src/plugin.cpp	Thu Apr 12 13:09:46 2012 +0200
@@ -327,7 +327,12 @@
 	ss << event->data.x << ", ";
 	ss << event->data.y << ", ";
 	ss << event->data.z << ", ";
-	ss << event->data.a << ");";
+	ss << event->data.a << ", ";
+	if(event->data.code == NULL || event->data.code == "")
+		ss << "\"\");";
+	else
+		ss << "\"" << event->data.code << "\"" << ");";
+	
 	NPN_GetURL(event->instance, ss.str().c_str(), "_self");
 
 	delete event;
@@ -336,9 +341,11 @@
 void nsPluginInstance::event(TuioEventData data)
 {
 	D("[event] callback: type=" << data.type
-		<< ", sid=" << data.sid << ", fid=" << data.fid
-		<< ", x=" << data.x << ", y=" << data.y << ", z=" << data.z << ", a=" << data.a);
-
+	<< ", sid=" << data.sid << ", fid=" << data.fid
+	<< ", x=" << data.x << ", y=" << data.y
+	<< ", z=" << data.z << ", a=" << data.a
+	<< ", code=" << "\"" << data.code << "\"");
+	
 	Event* ev = new Event();
 	ev->instance = _instance;
 	ev->data = data;
--- a/front_idill/extern/fajran-tuiojs/connector/npTuioClient/tuiojs.npTuioClient.js	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_idill/extern/fajran-tuiojs/connector/npTuioClient/tuiojs.npTuioClient.js	Thu Apr 12 13:09:46 2012 +0200
@@ -25,7 +25,11 @@
 	}
 });
 
-function tuio_callback(type, sid, fid, x, y, z, angle)  {
-	tuio.callback(type, sid, fid, x, y, z, angle);
+function tuio_callback(type, sid, fid, x, y, z, angle, code)  {
+
+	if(type < 6)
+		tuio.cursorCallback(type, sid, fid, x, y, z, angle);
+	else
+		tuio.stringCallback(type, sid, code);
 }
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/front_idill/extern/fajran-tuiojs/examples/processingjs/show_gestures.html	Thu Apr 12 13:09:46 2012 +0200
@@ -0,0 +1,79 @@
+
+<html><head>
+<meta charset="UTF-8" />
+<script type="text/javascript" src="../../src/tuio.js"></script>
+<script type="text/javascript" src="../../connector/npTuioClient/tuiojs.npTuioClient.js"></script>
+<script type="text/javascript" src="processing.js"></script>
+<script type="text/javascript" src="tuio.processing.js"></script>
+<script type="text/javascript" src="init.js"></script>
+</head>
+<body>
+<center>
+	<script type="application/processing">
+		<!--// All Examples Written by Casey Reas and Ben Fry
+		// unless otherwise stated.
+		var tuioClient;
+		
+		/*FONCTION D'INITIALISATION
+		Entrée :
+		Sortie : Cr�ation de la fenêtre et du client TUIO*/
+		void setup()
+		{
+			size (640, 480);
+			showMask();
+			tuioClient = new tuio.TuioProcessing(this);
+			textAlign(CENTER);
+			imageMode(CENTER);
+			smooth();
+		}
+
+		/*FONCTION DE DESSIN
+		Entrée :
+		Sortie : Appel à la fonction de traitement d'input du serveur toutes les n millisecondes*/
+		void draw()
+		{
+			fill(0);
+			tuioInput();
+			noStroke();
+		}
+		
+		/*FONCTION DE RECEPTION DES MESSAGES OSC
+		Entrée :
+		Sortie : Appel aux différentes fonctions de dessin si un message est reçu*/
+		void tuioInput()
+		{
+			fill(255);
+			var tuioStringList = tuioClient.getTuioStrings();
+			if(tuioStringList.length() <= 0)
+			{
+				showMask();
+				text("Gesture non détectée.", width/2 - 20, 20);
+			}
+			else
+			{
+				showMask();
+				showGestureMessage(tuioStringList[0]);
+			}
+		}
+
+		/*FONCTION DE GENERATION DU MASQUE
+		Entrée :
+		Sortie : Place des rectangles autour de la zone de dessin*/
+		void showMask()
+		{
+			background(0);
+			fill(255);
+			rect(0, 80, width, height-130);
+		}
+		
+		/*FONCTION D'AFFICHAGE DU CODE DE LA GESTURE DETECTEE
+		Entree :
+		Sortie : Affichage du code de la gesture*/
+		void showGestureMessage(var tstr)
+		{
+			text("Gesture détectée : " + tstr.getCode(), width/2 - 20, 20);
+		}
+	</script>
+	<canvas></canvas>
+</center>
+</body></html>
--- a/front_idill/extern/fajran-tuiojs/examples/processingjs/tuio.processing.js	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_idill/extern/fajran-tuiojs/examples/processingjs/tuio.processing.js	Thu Apr 12 13:09:46 2012 +0200
@@ -7,6 +7,9 @@
 this.Processing.addTuioCursor    = undefined;
 this.Processing.updateTuioCursor = undefined;
 this.Processing.removeTuioCursor = undefined;
+this.Processing.addTuioString    = undefined;
+this.Processing.updateTuioString = undefined;
+this.Processing.removeTuioString = undefined;
 })();
 
 (function(){
@@ -78,6 +81,15 @@
 	};
 }
 
+/*
+* Ajouté par alexandre.bastien@iri.centrepompidou.fr
+*/
+function wrapString(d) {
+	return {
+		getCode: function() { return d.code; },
+	};
+}
+
 tuio.TuioProcessing = function(p) {
 	var listener = new tuio.Listener({
 		object_add:    function(d) { if (p.addTuioObject)    p.addTuioObject(wrapObject(d));    },
@@ -85,7 +97,10 @@
 		object_remove: function(d) { if (p.removeTuioObject) p.removeTuioObject(wrapObject(d)); },
 		cursor_add:    function(d) { if (p.addTuioCursor)    p.addTuioCursor(wrapCursor(d));    },
 		cursor_update: function(d) { if (p.updateTuioCursor) p.updateTuioCursor(wrapCursor(d)); },
-		cursor_remove: function(d) { if (p.removeTuioCursor) p.removeTuioCursor(wrapCursor(d)); }
+		cursor_remove: function(d) { if (p.removeTuioCursor) p.removeTuioCursor(wrapCursor(d)); },
+		string_add:    function(d) { if (p.addTuioString)    p.addTuioString(wrapString(d));    },
+		string_update: function(d) { if (p.updateTuioString) p.updateTuioString(wrapString(d)); },
+		string_remove: function(d) { if (p.removeTuioString) p.removeTuioString(wrapString(d)); }
 	});
 	tuio.addListener(listener);
 	tuio.start();
@@ -108,6 +123,15 @@
 			res.push(wrapCursor(tuio.cursors[i]));
 		}
 		return res;
+	},
+	
+	getTuioStrings: function() {
+		var res = [];
+		var i, len = tuio.strings.length;
+		for (i=0; i<len; i++) {
+			res.push(wrapString(tuio.strings[i]));
+		}
+		return res;
 	}
 };
 
--- a/front_idill/extern/fajran-tuiojs/src/tuio.js	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_idill/extern/fajran-tuiojs/src/tuio.js	Thu Apr 12 13:09:46 2012 +0200
@@ -1,3 +1,5 @@
+
+var test = 0;
 
 (function() {
 	var TUIO = function() {
@@ -17,13 +19,17 @@
 			object_remove: function(data) { },
 			cursor_add:    function(data) { },
 			cursor_update: function(data) { },
-			cursor_remove: function(data) { }
+			cursor_remove: function(data) { },
+			string_add:    function(data) { },
+			string_update: function(data) { },
+			string_remove: function(data) { }
 		}
 
 		// Instance variables
 
 		this.objects = [];
 		this.cursors = [];
+		this.strings = [];
 
 		this._data = {};
 
@@ -71,7 +77,10 @@
 			}
 		},
 
-		callback: function(type, sid, fid, x, y, z, angle) {
+		cursorCallback: function(type, sid, fid, x, y, z, angle) {
+			if(type >= 6)
+				return;
+			
 			var data;
 			
 			if ((type != 0) && (type != 3)) {
@@ -133,6 +142,61 @@
 				delete this._data[sid];
 			}
 		},
+		
+		stringCallback: function(type, sid, code) {
+			if(type < 6)
+				return;
+			
+			var data;
+			
+			if ((type != 6)) {
+				data = this._data[sid];
+			}
+			else {
+				data = {
+					sid: sid,
+					code: code
+				}
+				this._data[sid] = data;
+			}
+			
+			//data.code = code;
+			
+			switch (type) {
+				case 6: 
+					if(this.strings != null && this.strings.length <= 0)
+					{
+						this.strings.push(data);
+						this._invoke('string_add', data);
+						test++;
+						//alert(test);
+					}
+					break;
+	
+				case 7: 
+					this._invoke('string_update', data);
+					break;
+	
+				case 8: 
+					//var str = "";
+					//for(var j = 0 ; j < this.strings.length ; j++)
+						//str += "(" + this.strings[i].sid + ")" + this.strings[i].code + " ";
+					//alert(str);
+					//this.strings.splice(this.strings.indexOf(data), 1);
+					this.strings.length = 0;
+					this._invoke('string_remove', data);
+					test--;
+					alert(test);
+					break;
+
+				default:
+					break;
+			}
+	
+			if ((type == 8)) {
+				delete this._data[sid];
+			}
+		},
 
 		// Convenient callbacks set
 
@@ -141,7 +205,10 @@
 		object_remove: function(f) { this._default_listener.object_remove = f; },
 		cursor_add:    function(f) { this._default_listener.cursor_add = f;    },
 		cursor_update: function(f) { this._default_listener.cursor_update = f; },
-		cursor_remove: function(f) { this._default_listener.cursor_remove = f; }
+		cursor_remove: function(f) { this._default_listener.cursor_remove = f; },
+		string_add:    function(f) { this._default_listener.string_add = f;    },
+		string_update: function(f) { this._default_listener.string_update = f; },
+		string_remove: function(f) { this._default_listener.string_remove = f; }
 
 	};
 	this.tuio = new TUIO(); 
--- a/front_processing/src/Fluid_manipulation/Fluid_manipulation.pde	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_processing/src/Fluid_manipulation/Fluid_manipulation.pde	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_FRONT
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/front_processing/src/Fluid_manipulation/TuioFunctions.pde	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_processing/src/Fluid_manipulation/TuioFunctions.pde	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_FRONT
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/front_processing/src/Fluid_manipulation/particle.pde	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_processing/src/Fluid_manipulation/particle.pde	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_FRONT
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/front_processing/src/Fluid_manipulation/vbuffer.pde	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_processing/src/Fluid_manipulation/vbuffer.pde	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_FRONT
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/front_processing/src/Fluid_manipulation/vsquare.pde	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_processing/src/Fluid_manipulation/vsquare.pde	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_FRONT
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/front_processing/src/Interaction_examples/Hand_press/Hand_press.pde	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_processing/src/Interaction_examples/Hand_press/Hand_press.pde	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_FRONT
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/front_processing/src/Interaction_examples/Hand_press/TuioFunctions.pde	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_processing/src/Interaction_examples/Hand_press/TuioFunctions.pde	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_FRONT
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/front_processing/src/Interaction_examples/Hand_signal/Hand_signal.pde	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_processing/src/Interaction_examples/Hand_signal/Hand_signal.pde	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_FRONT
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/front_processing/src/Interaction_examples/Hand_signal/TuioFunctions.pde	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_processing/src/Interaction_examples/Hand_signal/TuioFunctions.pde	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_FRONT
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/front_processing/src/Interaction_examples/Hands_1D/Hands_1D.pde	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_processing/src/Interaction_examples/Hands_1D/Hands_1D.pde	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_FRONT
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/front_processing/src/Interaction_examples/Hands_1D/TuioFunctions.pde	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_processing/src/Interaction_examples/Hands_1D/TuioFunctions.pde	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_FRONT
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/front_processing/src/Interaction_examples/Hands_2D/Hands_2D.pde	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_processing/src/Interaction_examples/Hands_2D/Hands_2D.pde	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_FRONT
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/front_processing/src/Interaction_examples/Hands_2D/TuioFunctions.pde	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_processing/src/Interaction_examples/Hands_2D/TuioFunctions.pde	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_FRONT
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/front_processing/src/Smoke_manipulation/Smoke_manipulation.pde	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_processing/src/Smoke_manipulation/Smoke_manipulation.pde	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_FRONT
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/front_processing/src/Smoke_manipulation/TuioFunctions.pde	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_processing/src/Smoke_manipulation/TuioFunctions.pde	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_FRONT
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/front_processing/src/Smoke_manipulation/particle.pde	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_processing/src/Smoke_manipulation/particle.pde	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_FRONT
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/front_processing/src/Smoke_manipulation/vbuffer.pde	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_processing/src/Smoke_manipulation/vbuffer.pde	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_FRONT
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/front_processing/src/Smoke_manipulation/vsquare.pde	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_processing/src/Smoke_manipulation/vsquare.pde	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_FRONT
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/front_processing/src/Trakers/Trakers.pde	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_processing/src/Trakers/Trakers.pde	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_FRONT
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/front_processing/src/Trakers/TuioFunctions.pde	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_processing/src/Trakers/TuioFunctions.pde	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_FRONT
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/front_processing/src/Trakers_gestures/Trakers_gestures.pde	Fri Apr 06 18:36:40 2012 +0200
+++ b/front_processing/src/Trakers_gestures/Trakers_gestures.pde	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_FRONT
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Communication/Server.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Communication/Server.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Debug/DebugParameters.xaml	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Debug/DebugParameters.xaml	Thu Apr 12 13:09:46 2012 +0200
@@ -4,7 +4,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 -->
--- a/middleware/Debug/DebugParameters.xaml.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Debug/DebugParameters.xaml.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Debug/DebugWindow.xaml	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Debug/DebugWindow.xaml	Thu Apr 12 13:09:46 2012 +0200
@@ -4,7 +4,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 -->
--- a/middleware/Debug/DebugWindow.xaml.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Debug/DebugWindow.xaml.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Debug/Settings.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Debug/Settings.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Tracking/Gestures/CircleDetector.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Tracking/Gestures/CircleDetector.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Tracking/Gestures/GestureDetector.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Tracking/Gestures/GestureDetector.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Tracking/Gestures/JumpDetector.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Tracking/Gestures/JumpDetector.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Tracking/Gestures/PushDetector.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Tracking/Gestures/PushDetector.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Tracking/Gestures/SwipeDetector.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Tracking/Gestures/SwipeDetector.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Tracking/Gestures/UserPositionDetector.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Tracking/Gestures/UserPositionDetector.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Tracking/Gestures/WaveDetector.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Tracking/Gestures/WaveDetector.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Tracking/Postures/BendDetector.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Tracking/Postures/BendDetector.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Tracking/Postures/CrossDetector.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Tracking/Postures/CrossDetector.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Tracking/Postures/KneeUpDetector.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Tracking/Postures/KneeUpDetector.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Tracking/Postures/PostureDetector.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Tracking/Postures/PostureDetector.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Tracking/Search/Comparator.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Tracking/Search/Comparator.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Tracking/Search/Constructor.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Tracking/Search/Constructor.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Tracking/Search/Curve.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Tracking/Search/Curve.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Tracking/Search/Dictionnary.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Tracking/Search/Dictionnary.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Tracking/Search/Segment.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Tracking/Search/Segment.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Tracking/Search/Segmenter.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Tracking/Search/Segmenter.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/Tracking/Search/Structure.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/Tracking/Search/Structure.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainClass.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainClass.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/BendEventArgs.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/BendEventArgs.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/BendListener.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/BendListener.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/CircleEventArgs.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/CircleEventArgs.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/CircleListener.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/CircleListener.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/CrossEventArgs.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/CrossEventArgs.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/CrossListener.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/CrossListener.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/JumpEventArgs.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/JumpEventArgs.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/JumpListener.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/JumpListener.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/KneeUpEventArgs.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/KneeUpEventArgs.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/KneeUpListener.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/KneeUpListener.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/LeftHandQuitEventArgs.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/LeftHandQuitEventArgs.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/LeftHandQuitListener.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/LeftHandQuitListener.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/LeftHandTrackedEventArgs.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/LeftHandTrackedEventArgs.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/LeftHandTrackedListener.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/LeftHandTrackedListener.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/MainEventArgs.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/MainEventArgs.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/ModChangeEventArgs.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/ModChangeEventArgs.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/ModChangeListener.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/ModChangeListener.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/PushEventArgs.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/PushEventArgs.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/PushListener.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/PushListener.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/RightHandQuitEventArgs.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/RightHandQuitEventArgs.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/RightHandQuitListener.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/RightHandQuitListener.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/RightHandTrackedEventArgs.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/RightHandTrackedEventArgs.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/RightHandTrackedListener.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/RightHandTrackedListener.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/SwipeEventArgs.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/SwipeEventArgs.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/SwipeListener.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/SwipeListener.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/UserPositionEventArgs.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/UserPositionEventArgs.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/UserPositionListener.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/UserPositionListener.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/WaveEventArgs.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/WaveEventArgs.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/Events/WaveListener.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/Events/WaveListener.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/KinectMain.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/KinectMain.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
 
--- a/middleware/src/MainModule/ModeManagement.cs	Fri Apr 06 18:36:40 2012 +0200
+++ b/middleware/src/MainModule/ModeManagement.cs	Thu Apr 12 13:09:46 2012 +0200
@@ -3,7 +3,7 @@
 *
 * (c) IRI <http://www.iri.centrepompidou.fr/>
 *
-* For the full copyright and license information, please view the LICENSE_MIDDLEWARE
+* For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */