• R/O
  • HTTP
  • SSH
  • HTTPS

sie: コミット

ブラウザでSVGを表示するSIEの開発 (SIE - to display SVG on legacy browsers)


コミットメタ情報

リビジョン52bf66732d474a8bd4b0a061955bcd1e4b8cf048 (tree)
日時2016-07-15 22:25:00
作者dhrname <dhrname@user...>
コミッターdhrname

ログメッセージ

Licensed under the MIT License

変更サマリ

差分

--- a/MIT-LICENSE.txt
+++ b/MIT-LICENSE.txt
@@ -1,5 +1,5 @@
1-Copyright 2013 jQuery Foundation and other contributors
2-http://jquery.com/
1+Copyright 2016 dhrname and other contributors
2+http://sie.osdn.jp/
33
44 Permission is hereby granted, free of charge, to any person obtaining
55 a copy of this software and associated documentation files (the
@@ -18,4 +18,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1818 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1919 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2020 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
21+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--- a/README_EN.txt
+++ b/README_EN.txt
@@ -8,8 +8,8 @@ SIE is a OpenSource JavaScript library to display SVG files on the almost browse
88 2, Licenses
99
1010 SIE is distributed under the Mozilla Public License (MPL). You may copy, modify and re-distribute it.
11-You may obtain a copy of the License at
12- http://www.mozilla.org/MPL/
11+You may obtain a copy of the License at the MIT License
12+ https://opensource.org/licenses/mit-license.php
1313
1414 3, Usage
1515
@@ -42,11 +42,6 @@ You may obtain a copy of the License at
4242 Upload the 'zeimusu_sakura_.svg' file to your web server, and write in your HTML document as the next:
4343
4444 <object data="org/svg/zeimusu_sakura_.svg" type="image/svg+xml" width="1000" height="1000"></object>
45-
46-
47- 3.4 Inline SVG
48-
49- See Demo: http://sie.osdn.jp/svginhtml.html
5045
5146 4, Community
5247
@@ -60,4 +55,4 @@ You may obtain a copy of the License at
6055
6156 5, Acknowledgement
6257
63- revulo, bellbind, OSDN.jp (http://osdn.JP/), the Mozilla project. thank you.
58+ revulo, bellbind, OSDN.jp (http://osdn.JP/), the Mozilla project. Thank you
--- a/Readme.html
+++ b/Readme.html
@@ -18,7 +18,7 @@
1818 </ol>
1919 <h3>ライセンス</h3>
2020 <p>無償のオープンソースとして公開しているので、どうぞご自由にお使いください。</p>
21-<p>ライセンスはオープンソースのMozilla Public Licence(MPL1.1)で提供しています。</p>
21+<p>ライセンスはオープンソースのMIT Licenceで提供しています。</p>
2222 <h2>目次</h2>
2323 <ol>
2424 <li>使い方</li>
@@ -99,40 +99,35 @@
9999 <li>zeimusu_sakra_.svg (SVG形式のサンプル画像)</li>
100100 <li>org (ソースコード)<ul>
101101 <li>sie-uncompressed.js (sie.jsのオリジナルソース)</li>
102-<li>build.php (SIEのモジュールを一つのファイルにして、オリジナルソースを作成するプログラム)</li>
102+<li>build.js (SIEのモジュールを一つのファイルにして、オリジナルソースを作成するプログラム)</li>
103103 <li>w3c (SIEのモジュールを収納したディレクトリ)</li>
104104 </ul></li>
105105 </ul>
106106 <p>最後に、revulo氏, bellbind氏と、<a href="http://osdn.jp/"><img src="http://osdn.jp/sflogo.php?group_id=3313" width="96" height="31" border="0" alt="SourceForge.jp"></a>さんに謝意を述べたいと思います。</p>
107-<address>&copy; Copyright 2003 dhrname(Eメールで<a href="mailto:sie-developers@lists.sourceforge.jp">sie-developers@lists.sourceforge.jp</a>))。このページの許諾に関しても、SIEと同様のライセンスが適用されるものとします。</address>
108-<!--/*SIE-SVGtoVML LGPL2.1 & GPL1.1 & Mozilla Public Lisence*/
109-/* ***** BEGIN LICENSE BLOCK *****
110- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
107+<address>&copy; Copyright 2003-2016 dhrname(Eメールで<a href="mailto:sie-developers@lists.sourceforge.jp">sie-developers@lists.sourceforge.jp</a>))。このページの許諾に関しても、SIEと同様のライセンスが適用されるものとします。</address>
108+<!--/*SIE under the MIT Lisence
109+ */
110+/* Copyright 2016 dhrname and other contributors
111+ * http://sie.osdn.jp/
111112 *
112- * The contents of this file are subject to the Mozilla Public License Version
113- * 1.1 (the "License"); you may not use this file except in compliance with
114- * the License. You may obtain a copy of the License at
115- * http://www.mozilla.org/MPL/
116- *
117- * Software distributed under the License is distributed on an "AS IS" basis,
118- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
119- * for the specific language governing rights and limitations under the
120- * License.
121- *
122- * Contributor(s):DHRNAME
123- *
124- * Alternatively, the contents of this file may be used under the terms of
125- * either of the GNU General Public License Version 2 or later (the "GPL"),
126- * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
127- * in which case the provisions of the GPL or the LGPL are applicable instead
128- * of those above. If you wish to allow use of your version of this file only
129- * under the terms of either the GPL or the LGPL, and not to allow others to
130- * use your version of this file under the terms of the MPL, indicate your
131- * decision by deleting the provisions above and replace them with the notice
132- * and other provisions required by the GPL or the LGPL. If you do not delete
133- * the provisions above, a recipient may use your version of this file under
134- * the terms of any one of the MPL, the GPL or the LGPL.
135- *
136- * ***** END LICENSE BLOCK ***** */-->
113+ * Permission is hereby granted, free of charge, to any person obtaining
114+ * a copy of this software and associated documentation files (the
115+ * "Software"), to deal in the Software without restriction, including
116+ * without limitation the rights to use, copy, modify, merge, publish,
117+ * distribute, sublicense, and/or sell copies of the Software, and to
118+ * permit persons to whom the Software is furnished to do so, subject to
119+ * the following conditions:
120+ *
121+ * The above copyright notice and this permission notice shall be
122+ * included in all copies or substantial portions of the Software.
123+ *
124+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
125+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
126+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
127+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
128+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
129+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
130+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
131+ */-->
137132 </body>
138133 </html>
--- a/org/build.js
+++ b/org/build.js
@@ -1,44 +1,27 @@
1-/*build.php under LGPL2.1 & GPL2.0 & Mozilla Public Lisence
2-d */
3-/* ***** BEGIN LICENSE BLOCK *****
4- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
5- *
6- * The contents of this file are subject to the Mozilla Public License Version
7- * 1.1 (the "License"); you may not use this file except in compliance with
8- * the License. You may obtain a copy of the License at
9- * http://www.mozilla.org/MPL/
10- *
11- * Software distributed under the License is distributed on an "AS IS" basis,
12- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13- * for the specific language governing rights and limitations under the
14- * License.
15- *
16- * The Original Code is the Mozilla SVG Cairo Renderer project.
17- *
18- * The Initial Developer of the Original Code is IBM Corporation.
19- * Portions created by the Initial Developer are Copyright (C) 2004
20- * the Initial Developer. All Rights Reserved.
21- *
22- * Parts of this file contain code derived from the following files(s)
23- * of the Mozilla SVG project (these parts are Copyright (C) by their
24- * respective copyright-holders):
25- * layout/svg/renderer/src/libart/nsSVGLibartBPathBuilder.cpp
26- *
27- * Contributor(s):DHRNAME revulo
28- *
29- * Alternatively, the contents of this file may be used under the terms of
30- * either of the GNU General Public License Version 2 or later (the "GPL"),
31- * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
32- * in which case the provisions of the GPL or the LGPL are applicable instead
33- * of those above. If you wish to allow use of your version of this file only
34- * under the terms of either the GPL or the LGPL, and not to allow others to
35- * use your version of this file under the terms of the MPL, indicate your
36- * decision by deleting the provisions above and replace them with the notice
37- * and other provisions required by the GPL or the LGPL. If you do not delete
38- * the provisions above, a recipient may use your version of this file under
39- * the terms of any one of the MPL, the GPL or the LGPL.
1+/*SIE under the MIT Lisence
2+ */
3+/* Copyright 2016 dhrname and other contributors
4+ * http://sie.osdn.jp/
405 *
41- * ***** END LICENSE BLOCK ***** */
6+ * Permission is hereby granted, free of charge, to any person obtaining
7+ * a copy of this software and associated documentation files (the
8+ * "Software"), to deal in the Software without restriction, including
9+ * without limitation the rights to use, copy, modify, merge, publish,
10+ * distribute, sublicense, and/or sell copies of the Software, and to
11+ * permit persons to whom the Software is furnished to do so, subject to
12+ * the following conditions:
13+ *
14+ * The above copyright notice and this permission notice shall be
15+ * included in all copies or substantial portions of the Software.
16+ *
17+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
21+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
23+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24+ */
4225 /*
4326 * Copyright (c) 2000 World Wide Web Consortium,
4427 * (Massachusetts Institute of Technology, Institut National de
--- a/org/w3c/core.js
+++ b/org/w3c/core.js
@@ -1,48 +1,27 @@
1-/*SIE-SVG without Plugin under LGPL2.1 & GPL2.0 & Mozilla Public License
2- *公式ページは http://sie.sourceforge.jp/
3- *利用方法は <script defer="defer" type="text/javascript" src="sie.js"></script>
4- *http://sie.sourceforge.jp/
5- *Usage: <script defer="defer" type="text/javascript" src="sie.js"></script>
6- */
7-/* ***** BEGIN LICENSE BLOCK *****
8- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
9- *
10- * The contents of this file are subject to the Mozilla Public License Version
11- * 1.1 (the "License"); you may not use this file except in compliance with
12- * the License. You may obtain a copy of the License at
13- * http://www.mozilla.org/MPL/
14- *
15- * Software distributed under the License is distributed on an "AS IS" basis,
16- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
17- * for the specific language governing rights and limitations under the
18- * License.
19- *
20- * The Original Code is the Mozilla SVG Cairo Renderer project.
21- *
22- * The Initial Developer of the Original Code is IBM Corporation.
23- * Portions created by the Initial Developer are Copyright (C) 2004
24- * the Initial Developer. All Rights Reserved.
25- *
26- * Parts of this file contain code derived from the following files(s)
27- * of the Mozilla SVG project (these parts are Copyright (C) by their
28- * respective copyright-holders):
29- * layout/svg/renderer/src/libart/nsSVGLibartBPathBuilder.cpp
30- *
31- * Contributor(s):DHRNAME revulo
32- *
33- * Alternatively, the contents of this file may be used under the terms of
34- * either of the GNU General Public License Version 2 or later (the "GPL"),
35- * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
36- * in which case the provisions of the GPL or the LGPL are applicable instead
37- * of those above. If you wish to allow use of your version of this file only
38- * under the terms of either the GPL or the LGPL, and not to allow others to
39- * use your version of this file under the terms of the MPL, indicate your
40- * decision by deleting the provisions above and replace them with the notice
41- * and other provisions required by the GPL or the LGPL. If you do not delete
42- * the provisions above, a recipient may use your version of this file under
43- * the terms of any one of the MPL, the GPL or the LGPL.
1+/*SIE under the MIT Lisence
2+ */
3+/* Copyright 2016 dhrname and other contributors
4+ * http://sie.osdn.jp/
445 *
45- * ***** END LICENSE BLOCK ***** */
6+ * Permission is hereby granted, free of charge, to any person obtaining
7+ * a copy of this software and associated documentation files (the
8+ * "Software"), to deal in the Software without restriction, including
9+ * without limitation the rights to use, copy, modify, merge, publish,
10+ * distribute, sublicense, and/or sell copies of the Software, and to
11+ * permit persons to whom the Software is furnished to do so, subject to
12+ * the following conditions:
13+ *
14+ * The above copyright notice and this permission notice shall be
15+ * included in all copies or substantial portions of the Software.
16+ *
17+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
21+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
23+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24+ */
4625 /*
4726 * Copyright (c) 2000 World Wide Web Consortium,
4827 * (Massachusetts Institute of Technology, Institut National de
--- a/org/w3c/dom/css.js
+++ b/org/w3c/dom/css.js
@@ -1,48 +1,27 @@
1-/*SIE-SVG without Plugin under LGPL2.1 & GPL2.0 & Mozilla Public License
2- *公式ページは http://sie.sourceforge.jp/
3- *利用方法は <script defer="defer" type="text/javascript" src="sie.js"></script>
4- *http://sie.sourceforge.jp/
5- *Usage: <script defer="defer" type="text/javascript" src="sie.js"></script>
1+/*SIE under the MIT Lisence
62 */
7-/* ***** BEGIN LICENSE BLOCK *****
8- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3+/* Copyright 2016 dhrname and other contributors
4+ * http://sie.osdn.jp/
95 *
10- * The contents of this file are subject to the Mozilla Public License Version
11- * 1.1 (the "License"); you may not use this file except in compliance with
12- * the License. You may obtain a copy of the License at
13- * http://www.mozilla.org/MPL/
14- *
15- * Software distributed under the License is distributed on an " S IS" basis,
16- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
17- * for the specific language governing rights and limitations under the
18- * License.
19- *
20- * The Original Code is the Mozilla SVG Cairo Renderer project.
21- *
22- * The Initial Developer of the Original Code is IBM Corporation.
23- * Portions created by the Initial Developer are Copyright (C) 2004
24- * the Initial Developer. All Rights Reserved.
25- *
26- * Parts of this file contain code derived from the following files(s)
27- * of the Mozilla SVG project (these parts are Copyright (C) by their
28- * respective copyright-holders):
29- * layout/svg/renderer/src/libart/nsSVGLibartBPathBuilder.cpp
30- *
31- * Contributor(s):DHRNAME revulo
32- *
33- * Alternatively, the contents of this file may be used under the terms of
34- * either of the GNU General Public License Version 2 or later (the "GPL"),
35- * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
36- * in which case the provisions of the GPL or the LGPL are applicable instead
37- * of those above. If you wish to allow use of your version of this file only
38- * under the terms of either the GPL or the LGPL, and not to allow others to
39- * use your version of this file under the terms of the MPL, indicate your
40- * decision by deleting the provisions above and replace them with the notice
41- * and other provisions required by the GPL or the LGPL. If you do not delete
42- * the provisions above, a recipient may use your version of this file under
43- * the terms of any one of the MPL, the GPL or the LGPL.
44- *
45- * ***** END LICENSE BLOCK ***** */
6+ * Permission is hereby granted, free of charge, to any person obtaining
7+ * a copy of this software and associated documentation files (the
8+ * "Software"), to deal in the Software without restriction, including
9+ * without limitation the rights to use, copy, modify, merge, publish,
10+ * distribute, sublicense, and/or sell copies of the Software, and to
11+ * permit persons to whom the Software is furnished to do so, subject to
12+ * the following conditions:
13+ *
14+ * The above copyright notice and this permission notice shall be
15+ * included in all copies or substantial portions of the Software.
16+ *
17+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
21+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
23+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24+ */
4625 /*
4726 * Copyright (c) 2000 World Wide Web Consortium,
4827 * (Massachusetts Institute of Technology, Institut National de
@@ -791,4 +770,4 @@ base("$document").mix( base("$StyleSheet").DocumentStyle);
791770 };
792771 /*
793772 #endif // _CSS_IDL_
794-*/
\ No newline at end of file
773+*/
--- a/org/w3c/dom/events.js
+++ b/org/w3c/dom/events.js
@@ -1,48 +1,27 @@
1-/*SIE-SVG without Plugin under LGPL2.1 & GPL2.0 & Mozilla Public License
2- *公式ページは http://sie.sourceforge.jp/
3- *利用方法は <script defer="defer" type="text/javascript" src="sie.js"></script>
4- *http://sie.sourceforge.jp/
5- *Usage: <script defer="defer" type="text/javascript" src="sie.js"></script>
1+/*SIE under the MIT Lisence
62 */
7-/* ***** BEGIN LICENSE BLOCK *****
8- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3+/* Copyright 2016 dhrname and other contributors
4+ * http://sie.osdn.jp/
95 *
10- * The contents of this file are subject to the Mozilla Public License Version
11- * 1.1 (the "License"); you may not use this file except in compliance with
12- * the License. You may obtain a copy of the License at
13- * http://www.mozilla.org/MPL/
14- *
15- * Software distributed under the License is distributed on an "AS IS" basis,
16- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
17- * for the specific language governing rights and limitations under the
18- * License.
19- *
20- * The Original Code is the Mozilla SVG Cairo Renderer project.
21- *
22- * The Initial Developer of the Original Code is IBM Corporation.
23- * Portions created by the Initial Developer are Copyright (C) 2004
24- * the Initial Developer. All Rights Reserved.
25- *
26- * Parts of this file contain code derived from the following files(s)
27- * of the Mozilla SVG project (these parts are Copyright (C) by their
28- * respective copyright-holders):
29- * layout/svg/renderer/src/libart/nsSVGLibartBPathBuilder.cpp
30- *
31- * Contributor(s):DHRNAME revulo
32- *
33- * Alternatively, the contents of this file may be used under the terms of
34- * either of the GNU General Public License Version 2 or later (the "GPL"),
35- * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
36- * in which case the provisions of the GPL or the LGPL are applicable instead
37- * of those above. If you wish to allow use of your version of this file only
38- * under the terms of either the GPL or the LGPL, and not to allow others to
39- * use your version of this file under the terms of the MPL, indicate your
40- * decision by deleting the provisions above and replace them with the notice
41- * and other provisions required by the GPL or the LGPL. If you do not delete
42- * the provisions above, a recipient may use your version of this file under
43- * the terms of any one of the MPL, the GPL or the LGPL.
44- *
45- * ***** END LICENSE BLOCK ***** */
6+ * Permission is hereby granted, free of charge, to any person obtaining
7+ * a copy of this software and associated documentation files (the
8+ * "Software"), to deal in the Software without restriction, including
9+ * without limitation the rights to use, copy, modify, merge, publish,
10+ * distribute, sublicense, and/or sell copies of the Software, and to
11+ * permit persons to whom the Software is furnished to do so, subject to
12+ * the following conditions:
13+ *
14+ * The above copyright notice and this permission notice shall be
15+ * included in all copies or substantial portions of the Software.
16+ *
17+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
21+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
23+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24+ */
4625 /*
4726 * Copyright (c) 2000 World Wide Web Consortium,
4827 * (Massachusetts Institute of Technology, Institut National de
--- a/org/w3c/dom/smil.js
+++ b/org/w3c/dom/smil.js
@@ -1,61 +1,28 @@
1-/*SIE-SVG without Plugin under LGPL2.1 & GPL2.0 & Mozilla Public License
2- *公式ページは http://sie.sourceforge.jp/
3- *利用方法は <script defer="defer" type="text/javascript" src="sie.js"></script>
4- *http://sie.sourceforge.jp/
5- *Usage: <script defer="defer" type="text/javascript" src="sie.js"></script>
1+/*SIE under the MIT Lisence
62 */
7-/* ***** BEGIN LICENSE BLOCK *****
8- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3+/* Copyright 2016 dhrname and other contributors
4+ * http://sie.osdn.jp/
95 *
10- * The contents of this file are subject to the Mozilla Public License Version
11- * 1.1 (the "License"); you may not use this file except in compliance with
12- * the License. You may obtain a copy of the License at
13- * http://www.mozilla.org/MPL/
14- *
15- * Software distributed under the License is distributed on an "AS IS" basis,
16- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
17- * for the specific language governing rights and limitations under the
18- * License.
19- *
20- * The Original Code is the Mozilla SVG Cairo Renderer project.
21- *
22- * The Initial Developer of the Original Code is IBM Corporation.
23- * Portions created by the Initial Developer are Copyright (C) 2004
24- * the Initial Developer. All Rights Reserved.
25- *
26- * Parts of this file contain code derived from the following files(s)
27- * of the Mozilla SVG project (these parts are Copyright (C) by their
28- * respective copyright-holders):
29- * layout/svg/renderer/src/libart/nsSVGLibartBPathBuilder.cpp
30- *
31- * Contributor(s):DHRNAME revulo
32- *
33- * Alternatively, the contents of this file may be used under the terms of
34- * either of the GNU General Public License Version 2 or later (the "GPL"),
35- * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
36- * in which case the provisions of the GPL or the LGPL are applicable instead
37- * of those above. If you wish to allow use of your version of this file only
38- * under the terms of either the GPL or the LGPL, and not to allow others to
39- * use your version of this file under the terms of the MPL, indicate your
40- * decision by deleting the provisions above and replace them with the notice
41- * and other provisions required by the GPL or the LGPL. If you do not delete
42- * the provisions above, a recipient may use your version of this file under
43- * the terms of any one of the MPL, the GPL or the LGPL.
44- *
45- * ***** END LICENSE BLOCK ***** */
46-/*
47- * Copyright (c) 2000 World Wide Web Consortium,
48- * (Massachusetts Institute of Technology, Institut National de
49- * Recherche en Informatique et en Automatique, Keio University). All
50- * Rights Reserved. This program is distributed under the W3C's Software
51- * Intellectual Property License. This program is distributed in the
52- * hope that it will be useful, but WITHOUT ANY WARRANTY; without even
53- * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
54- * PURPOSE.
55- * See W3C License http://www.w3.org/Consortium/Legal/ for more details.
6+ * Permission is hereby granted, free of charge, to any person obtaining
7+ * a copy of this software and associated documentation files (the
8+ * "Software"), to deal in the Software without restriction, including
9+ * without limitation the rights to use, copy, modify, merge, publish,
10+ * distribute, sublicense, and/or sell copies of the Software, and to
11+ * permit persons to whom the Software is furnished to do so, subject to
12+ * the following conditions:
13+ *
14+ * The above copyright notice and this permission notice shall be
15+ * included in all copies or substantial portions of the Software.
16+ *
17+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
21+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
23+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5624 */
5725
58-
5926 /*$frame オブジェクト
6027 * 全体のフレームの管理を行う
6128 */
--- a/org/w3c/dom/stylesheet.js
+++ b/org/w3c/dom/stylesheet.js
@@ -1,48 +1,27 @@
1-/*SIE-SVG without Plugin under LGPL2.1 & GPL2.0 & Mozilla Public License
2- *公式ページは http://sie.sourceforge.jp/
3- *利用方法は <script defer="defer" type="text/javascript" src="sie.js"></script>
4- *http://sie.sourceforge.jp/
5- *Usage: <script defer="defer" type="text/javascript" src="sie.js"></script>
1+/*SIE under the MIT Lisence
62 */
7-/* ***** BEGIN LICENSE BLOCK *****
8- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3+/* Copyright 2016 dhrname and other contributors
4+ * http://sie.osdn.jp/
95 *
10- * The contents of this file are subject to the Mozilla Public License Version
11- * 1.1 (the "License"); you may not use this file except in compliance with
12- * the License. You may obtain a copy of the License at
13- * http://www.mozilla.org/MPL/
14- *
15- * Software distributed under the License is distributed on an "AS IS" basis,
16- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
17- * for the specific language governing rights and limitations under the
18- * License.
19- *
20- * The Original Code is the Mozilla SVG Cairo Renderer project.
21- *
22- * The Initial Developer of the Original Code is IBM Corporation.
23- * Portions created by the Initial Developer are Copyright (C) 2004
24- * the Initial Developer. All Rights Reserved.
25- *
26- * Parts of this file contain code derived from the following files(s)
27- * of the Mozilla SVG project (these parts are Copyright (C) by their
28- * respective copyright-holders):
29- * layout/svg/renderer/src/libart/nsSVGLibartBPathBuilder.cpp
30- *
31- * Contributor(s):DHRNAME revulo
32- *
33- * Alternatively, the contents of this file may be used under the terms of
34- * either of the GNU General Public License Version 2 or later (the "GPL"),
35- * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
36- * in which case the provisions of the GPL or the LGPL are applicable instead
37- * of those above. If you wish to allow use of your version of this file only
38- * under the terms of either the GPL or the LGPL, and not to allow others to
39- * use your version of this file under the terms of the MPL, indicate your
40- * decision by deleting the provisions above and replace them with the notice
41- * and other provisions required by the GPL or the LGPL. If you do not delete
42- * the provisions above, a recipient may use your version of this file under
43- * the terms of any one of the MPL, the GPL or the LGPL.
44- *
45- * ***** END LICENSE BLOCK ***** */
6+ * Permission is hereby granted, free of charge, to any person obtaining
7+ * a copy of this software and associated documentation files (the
8+ * "Software"), to deal in the Software without restriction, including
9+ * without limitation the rights to use, copy, modify, merge, publish,
10+ * distribute, sublicense, and/or sell copies of the Software, and to
11+ * permit persons to whom the Software is furnished to do so, subject to
12+ * the following conditions:
13+ *
14+ * The above copyright notice and this permission notice shall be
15+ * included in all copies or substantial portions of the Software.
16+ *
17+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
21+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
23+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24+ */
4625 /*
4726 * Copyright (c) 2000 World Wide Web Consortium,
4827 * (Massachusetts Institute of Technology, Institut National de
@@ -130,4 +109,4 @@ _.DocumentStyle = function() {
130109 } );
131110 /*
132111 #endif // _STYLESHEETS_IDL_
133-*/
\ No newline at end of file
112+*/
--- a/org/w3c/dom/svg.js
+++ b/org/w3c/dom/svg.js
@@ -1,5 +1,5 @@
1-/*SIE-SVG without Plugin under LGPL2.1 & GPL2.0 & Mozilla Public License
2- *http://sie.sourceforge.jp/
1+/*SIE under LGPL2.1 & GPL2.0 & Mozilla Public License and MIT License
2+ *http://sie.osdn.jp/
33 *Usage: <script defer="defer" type="text/javascript" src="sie.js"></script>
44 */
55 /* ***** BEGIN LICENSE BLOCK *****
@@ -52,7 +52,28 @@
5252 * PURPOSE.
5353 * See W3C License http://www.w3.org/Consortium/Legal/ for more details.
5454 */
55-
55+/* Copyright 2016 dhrname and other contributors
56+ * http://sie.osdn.jp/
57+ *
58+ * Permission is hereby granted, free of charge, to any person obtaining
59+ * a copy of this software and associated documentation files (the
60+ * "Software"), to deal in the Software without restriction, including
61+ * without limitation the rights to use, copy, modify, merge, publish,
62+ * distribute, sublicense, and/or sell copies of the Software, and to
63+ * permit persons to whom the Software is furnished to do so, subject to
64+ * the following conditions:
65+ *
66+ * The above copyright notice and this permission notice shall be
67+ * included in all copies or substantial portions of the Software.
68+ *
69+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
70+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
71+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
72+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
73+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
74+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
75+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
76+ */
5677
5778 //これを頭に付けたら、内部処理用
5879 var NAIBU = {};
--- a/tool/Spec/spec/SvgDomSpec.js
+++ b/tool/Spec/spec/SvgDomSpec.js
@@ -1,55 +1,5 @@
1-/*SIE-SVG without Plugin under LGPL2.1 & GPL2.0 & Mozilla Public Lisence
2- *公式ページは http://sie.sourceforge.jp/
3- */
4-/* ***** BEGIN LICENSE BLOCK *****
5- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
6- *
7- * The contents of this file are subject to the Mozilla Public License Version
8- * 1.1 (the "License"); you may not use this file except in compliance with
9- * the License. You may obtain a copy of the License at
10- * http://www.mozilla.org/MPL/
11- *
12- * Software distributed under the License is distributed on an "AS IS" basis,
13- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
14- * for the specific language governing rights and limitations under the
15- * License.
16- *
17- * The Original Code is the Mozilla SVG Cairo Renderer project.
18- *
19- * The Initial Developer of the Original Code is IBM Corporation.
20- * Portions created by the Initial Developer are Copyright (C) 2004
21- * the Initial Developer. All Rights Reserved.
22- *
23- * Parts of this file contain code derived from the following files(s)
24- * of the Mozilla SVG project (these parts are Copyright (C) by their
25- * respective copyright-holders):
26- * layout/svg/renderer/src/libart/nsSVGLibartBPathBuilder.cpp
27- *
28- * Contributor(s):DHRNAME revulo bellbind
29- *
30- * Alternatively, the contents of this file may be used under the terms of
31- * either of the GNU General Public License Version 2 or later (the "GPL"),
32- * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
33- * in which case the provisions of the GPL or the LGPL are applicable instead
34- * of those above. If you wish to allow use of your version of this file only
35- * under the terms of either the GPL or the LGPL, and not to allow others to
36- * use your version of this file under the terms of the MPL, indicate your
37- * decision by deleting the provisions above and replace them with the notice
38- * and other provisions required by the GPL or the LGPL. If you do not delete
39- * the provisions above, a recipient may use your version of this file under
40- * the terms of any one of the MPL, the GPL or the LGPL.
41- *
42- * ***** END LICENSE BLOCK ***** */
43-/*
44- * Copyright (c) 2000 World Wide Web Consortium,
45- * (Massachusetts Institute of Technology, Institut National de
46- * Recherche en Informatique et en Automatique, Keio University). All
47- * Rights Reserved. This program is distributed under the W3C's Software
48- * Intellectual Property License. This program is distributed in the
49- * hope that it will be useful, but WITHOUT ANY WARRANTY; without even
50- * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
51- * PURPOSE.
52- * See W3C License http://www.w3.org/Consortium/Legal/ for more details.
1+/*SIE under the MIT Lisence
2+ *公式ページは http://sie.osdn.jp/
533 */
544 /*
555 *Copyright (c) 2008-2010 Pivotal Labs
--- a/tool/funcproto/base.js
+++ b/tool/funcproto/base.js
@@ -1,6 +1,27 @@
1-/*!MIT License
2-See Also MIT-LICENSE.txt
3-Copyright (c) 2013 dhrname*/
1+/*!SIE under the MIT Lisence
2+ */
3+/*! Copyright 2016 dhrname and other contributors
4+ * http://sie.osdn.jp/
5+ *
6+ * Permission is hereby granted, free of charge, to any person obtaining
7+ * a copy of this software and associated documentation files (the
8+ * "Software"), to deal in the Software without restriction, including
9+ * without limitation the rights to use, copy, modify, merge, publish,
10+ * distribute, sublicense, and/or sell copies of the Software, and to
11+ * permit persons to whom the Software is furnished to do so, subject to
12+ * the following conditions:
13+ *
14+ * The above copyright notice and this permission notice shall be
15+ * included in all copies or substantial portions of the Software.
16+ *
17+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
21+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
22+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
23+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24+ */
425
526
627 (function(){
旧リポジトリブラウザで表示