Skip to content

Commit abda49f

Browse files
committed
Update zip.js
1 parent 36efeb2 commit abda49f

1 file changed

Lines changed: 21 additions & 3 deletions

File tree

js/zip.js

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
11
/* This is a modified zip.js file from JSXGraph
22
The original code can be found at: https://github.com/jsxgraph/jsxgraph
3-
And the license is: https://github.com/jsxgraph/jsxgraph/blob/master/LICENSE.MIT
4-
5-
Modifications to adapt to JPAK Project
3+
The JSXGraph license:
4+
5+
#################################################################################
6+
7+
JSXGraph is free software dual licensed under the GNU LGPL or MIT License.
8+
9+
You can redistribute it and/or modify it under the terms of the
10+
11+
GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version OR
12+
MIT License: https://github.com/jsxgraph/jsxgraph/blob/master/LICENSE.MIT
13+
JSXGraph 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 Lesser General Public License for more details.
14+
15+
You should have received a copy of the GNU Lesser General Public License and the MIT License along with JSXGraph. If not, see http://www.gnu.org/licenses/ and http://opensource.org/licenses/MIT/.
16+
#################################################################################
17+
18+
Also, JSX can be licensed as Apache 2.0 as I was spoken here:
19+
https://groups.google.com/forum/#!topic/jsxgraph/pryVzPsgmdE
20+
21+
Look the JSXGraph Github for more infos about this code license.
22+
23+
Modifications made to adapt to JPAK Project
624
*/
725

826

0 commit comments

Comments
 (0)