Skip to content

Commit e9df8c7

Browse files
committed
Change license to WTFPL and MIT.
1 parent 1834bfb commit e9df8c7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ Usage:
1717
[Demo](http://yonran.github.com/detect-zoom/test-page.html)
1818

1919
[Dimensions test](http://yonran.github.com/detect-zoom/tools/dimensions.html)
20+
21+
License
22+
------
23+
Detect-zoom is dual-licensed under the WTFPL and MIT license, at the recipient's choice.

detect-zoom.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// BSD.
1+
// detect-zoom is dual-licensed under the WTFPL and MIT license,
2+
// at the recipient's choice.
23
// https://github.com/yonran/detect-zoom/
3-
44
var DetectZoom = {
55
mediaQueryBinarySearch: function(
66
property, unit, a, b, maxIter, epsilon) {

0 commit comments

Comments
 (0)