| author | ymh <ymh.work@gmail.com> |
| Fri, 29 May 2015 14:57:37 +0200 | |
| changeset 444 | 19f0b7803aed |
| parent 435 | e529b633c339 |
| permissions | -rw-r--r-- |
|
435
e529b633c339
Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents:
290
diff
changeset
|
1 |
/*! |
|
e529b633c339
Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents:
290
diff
changeset
|
2 |
* _____ _ |
|
e529b633c339
Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents:
290
diff
changeset
|
3 |
* | __ \ | | |
|
e529b633c339
Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents:
290
diff
changeset
|
4 |
* | |__) |___ _ __ | | ____ _ _ __ |
|
e529b633c339
Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents:
290
diff
changeset
|
5 |
* | _ // _ \ '_ \| |/ / _` | '_ \ |
|
211
d87f6bdee43d
upgrade libs + add no minified versions of libs + improve build + allow disabling zoom on scroll
ymh <ymh.work@gmail.com>
parents:
210
diff
changeset
|
6 |
* | | \ \ __/ | | | < (_| | | | | |
|
d87f6bdee43d
upgrade libs + add no minified versions of libs + improve build + allow disabling zoom on scroll
ymh <ymh.work@gmail.com>
parents:
210
diff
changeset
|
7 |
* |_| \_\___|_| |_|_|\_\__,_|_| |_| |
|
d87f6bdee43d
upgrade libs + add no minified versions of libs + improve build + allow disabling zoom on scroll
ymh <ymh.work@gmail.com>
parents:
210
diff
changeset
|
8 |
* |
|
435
e529b633c339
Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents:
290
diff
changeset
|
9 |
* Copyright 2012-2015 Institut de recherche et d'innovation |
|
e529b633c339
Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents:
290
diff
changeset
|
10 |
* contributor(s) : Yves-Marie Haussonne, Raphael Velt, Samuel Huron, |
|
e529b633c339
Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents:
290
diff
changeset
|
11 |
* Thibaut CavaliƩ, Julien Rougeron. |
|
e529b633c339
Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents:
290
diff
changeset
|
12 |
* |
| 210 | 13 |
* contact@iri.centrepompidou.fr |
|
435
e529b633c339
Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents:
290
diff
changeset
|
14 |
* http://www.iri.centrepompidou.fr |
|
e529b633c339
Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents:
290
diff
changeset
|
15 |
* |
| 210 | 16 |
* This software is a computer program whose purpose is to show and add annotations on a video . |
17 |
* This software is governed by the CeCILL-C license under French law and |
|
|
435
e529b633c339
Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents:
290
diff
changeset
|
18 |
* abiding by the rules of distribution of free software. You can use, |
| 210 | 19 |
* modify and/ or redistribute the software under the terms of the CeCILL-C |
20 |
* license as circulated by CEA, CNRS and INRIA at the following URL |
|
|
435
e529b633c339
Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents:
290
diff
changeset
|
21 |
* "http://www.cecill.info". |
|
e529b633c339
Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents:
290
diff
changeset
|
22 |
* |
| 210 | 23 |
* The fact that you are presently reading this means that you have had |
24 |
* knowledge of the CeCILL-C license and that you accept its terms. |
|
|
435
e529b633c339
Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents:
290
diff
changeset
|
25 |
*/ |