| author | ymh <ymh.work@gmail.com> |
| Mon, 30 Mar 2015 09:53:48 +0200 | |
| changeset 414 | 276042cb477c |
| parent 290 | 8a6eb26ac87f |
| child 435 | e529b633c339 |
| permissions | -rw-r--r-- |
|
290
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
211
diff
changeset
|
1 |
/*! |
|
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
|
2 |
* _____ _ |
|
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
|
3 |
* | __ \ | | |
|
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
|
4 |
* | |__) |___ _ __ | | ____ _ _ __ |
|
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
|
5 |
* | _ // _ \ '_ \| |/ / _` | '_ \ |
|
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 |
* |
| 210 | 9 |
* Copyright 2012-2013 Institut de recherche et d'innovation |
10 |
* contributor(s) : Yves-Marie Haussonne, Raphael Velt, Samuel Huron |
|
11 |
* |
|
12 |
* contact@iri.centrepompidou.fr |
|
13 |
* http://www.iri.centrepompidou.fr |
|
14 |
* |
|
15 |
* This software is a computer program whose purpose is to show and add annotations on a video . |
|
16 |
* This software is governed by the CeCILL-C license under French law and |
|
17 |
* abiding by the rules of distribution of free software. You can use, |
|
18 |
* modify and/ or redistribute the software under the terms of the CeCILL-C |
|
19 |
* license as circulated by CEA, CNRS and INRIA at the following URL |
|
20 |
* "http://www.cecill.info". |
|
21 |
* |
|
22 |
* The fact that you are presently reading this means that you have had |
|
23 |
* knowledge of the CeCILL-C license and that you accept its terms. |
|
|
290
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
211
diff
changeset
|
24 |
*/ |