Skip to content

Commit b147160

Browse files
committed
Update LICENSE
1 parent da70c22 commit b147160

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Documentation marked "MDN" is thanks to Mozilla Contributors
1+
All documentation for facades is thanks to Mozilla Contributors
22
at https://developer.mozilla.org/en-US/docs/Web/API and available
33
under the Creative Commons Attribution-ShareAlike v2.5 or later.
44
http://creativecommons.org/licenses/by-sa/2.5/

src/main/scala/org/scalajs/dom/CSSTypes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** Documentation marked "MDN" is thanks to Mozilla Contributors at https://developer.mozilla.org/en-US/docs/Web/API and
1+
/** All documentation for facades is thanks to Mozilla Contributors at https://developer.mozilla.org/en-US/docs/Web/API and
22
* available under the Creative Commons Attribution-ShareAlike v2.5 or later.
33
* http://creativecommons.org/licenses/by-sa/2.5/
44
*

src/main/scala/org/scalajs/dom/HTMLTypes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** Documentation marked "MDN" is thanks to Mozilla Contributors at https://developer.mozilla.org/en-US/docs/Web/API and
1+
/** All documentation for facades is thanks to Mozilla Contributors at https://developer.mozilla.org/en-US/docs/Web/API and
22
* available under the Creative Commons Attribution-ShareAlike v2.5 or later.
33
* http://creativecommons.org/licenses/by-sa/2.5/
44
*

src/main/scala/org/scalajs/dom/IDBTypes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** Documentation marked "MDN" is thanks to Mozilla Contributors at https://developer.mozilla.org/en-US/docs/Web/API and
1+
/** All documentation for facades is thanks to Mozilla Contributors at https://developer.mozilla.org/en-US/docs/Web/API and
22
* available under the Creative Commons Attribution-ShareAlike v2.5 or later.
33
* http://creativecommons.org/licenses/by-sa/2.5/
44
*

src/main/scala/org/scalajs/dom/SVGTypes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** Documentation marked "MDN" is thanks to Mozilla Contributors at https://developer.mozilla.org/en-US/docs/Web/API and
1+
/** All documentation for facades is thanks to Mozilla Contributors at https://developer.mozilla.org/en-US/docs/Web/API and
22
* available under the Creative Commons Attribution-ShareAlike v2.5 or later.
33
* http://creativecommons.org/licenses/by-sa/2.5/
44
*

src/main/scala/org/scalajs/dom/lib.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** Documentation marked "MDN" is thanks to Mozilla Contributors at https://developer.mozilla.org/en-US/docs/Web/API and
1+
/** All documentation for facades is thanks to Mozilla Contributors at https://developer.mozilla.org/en-US/docs/Web/API and
22
* available under the Creative Commons Attribution-ShareAlike v2.5 or later.
33
* http://creativecommons.org/licenses/by-sa/2.5/
44
*

src/main/scala/org/scalajs/dom/raw.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** Documentation marked "MDN" is thanks to Mozilla Contributors at https://developer.mozilla.org/en-US/docs/Web/API and
1+
/** All documentation for facades is thanks to Mozilla Contributors at https://developer.mozilla.org/en-US/docs/Web/API and
22
* available under the Creative Commons Attribution-ShareAlike v2.5 or later.
33
* http://creativecommons.org/licenses/by-sa/2.5/
44
*

0 commit comments

Comments
 (0)