Revision 12f60cb0

b/webodf/lib/export.js
1
/**
2
 * Copyright (C) 2011 KO GmbH <jos.van.den.oever@kogmbh.com>
3
 * @licstart
4
 * The JavaScript code in this page is free software: you can redistribute it
5
 * and/or modify it under the terms of the GNU Affero General Public License
6
 * (GNU AGPL) as published by the Free Software Foundation, either version 3 of
7
 * the License, or (at your option) any later version.  The code is distributed
8
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
9
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU AGPL for more details.
10
 *
11
 * As additional permission under GNU AGPL version 3 section 7, you
12
 * may distribute non-source (e.g., minimized or compacted) forms of
13
 * that code without the copy of the GNU GPL normally required by
14
 * section 4, provided you include this license notice and a URL
15
 * through which recipients can access the Corresponding Source.
16
 *
17
 * As a special exception to the AGPL, any HTML file which merely makes function
18
 * calls to this code, and for that purpose includes it by reference shall be
19
 * deemed a separate work for copyright law purposes. In addition, the copyright
20
 * holders of this code give you permission to combine this code with free
21
 * software libraries that are released under the GNU LGPL. You may copy and
22
 * distribute such a system following the terms of the GNU AGPL for this code
23
 * and the LGPL for the libraries. If you modify this code, you may extend this
24
 * exception to your version of the code, but you are not obligated to do so.
25
 * If you do not wish to do so, delete this exception statement from your
26
 * version.
27
 *
28
 * This license applies to this entire compilation.
29
 * @licend
30
 * @source: http://www.webodf.org/
31
 * @source: http://gitorious.org/odfkit/webodf/
32
 */
33
/*global window runtime odf*/
34
/*jslint sub: true*/
35

  
36
window["runtime"] = runtime;
37
runtime["loadClass"] = runtime.loadClass;
38
window["odf"] = odf;
39
window["odf"]["OdfCanvas"] = odf.OdfCanvas;

Also available in: Unified diff