Skip to content

Commit b2ba23e

Browse files
committed
added license reference and dependency to jQuery
1 parent ee573b3 commit b2ba23e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

croppic-js/LICENSE.htm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
<p>
2-
croppic is licensed under the <a href="http://croppic.net">GPLv3 license</a> for all open source applications. A commercial license is required for all commercial applications (including sites, themes and apps you plan to sell).
3-
</p>
1+
<p>Croppic is licensed under the <a href="https://github.com/fussraider/croppic.js/blob/master/LICENSE">MIT License</a>.</p>

croppic-js/croppic.dnn

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
<license src="LICENSE.htm" />
1515
<releaseNotes src="CHANGES.htm" />
1616
<azureCompatible>true</azureCompatible>
17-
<dependencies></dependencies>
17+
<dependencies>
18+
<dependency type="managedPackage" version="3.4.1">jQuery</dependency>
19+
</dependencies>
1820
<components>
1921
<component type="JavaScript_Library">
2022
<javaScriptLibrary>

0 commit comments

Comments
 (0)