回答編集履歴
1
言葉足らずな点を修正
answer
CHANGED
@@ -8,9 +8,11 @@
|
|
8
8
|
出典:[The MIT License](https://opensource.org/licenses/mit-license.php)
|
9
9
|
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, **modify**, merge, publish, **distribute**, sublicense, and/or **sell copies of the Software**, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
10
10
|
|
11
|
-
よって、ソースコードを加工したものを再配布・販売することに、ライセンス上の問題はないと思われます。
|
11
|
+
よって、jQueryのソースコードを加工したものを再配布・販売することに、ライセンス上の問題はないと思われます。
|
12
12
|
|
13
|
+
なお、ライセンスはライブラリ・フレームワークによって異なるので、**jQuery以外のソースコードの二次利用は別途確認が必要です。**
|
13
14
|
|
15
|
+
|
14
16
|
備考
|
15
17
|
---
|
16
18
|
- jQueryのサンプルコード、ウェブサイトには、別途ライセンスが設定されています。これらを使用する場合、それらのライセンスに従う必要があります。
|