Skip to content

Commit

Permalink
Link to license in top comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eligrey committed Mar 12, 2015
1 parent 1a333a9 commit 5bdd292
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions classList.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
* classList.js: Cross-browser full element.classList implementation.
* 2014-12-13
* 2015-03-12
*
* By Eli Grey, http://eligrey.com
* Public Domain.
* NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
* License: Dedicated to the public domain.
* See https://github.com/eligrey/classList.js/blob/master/LICENSE.md
*/

/*global self, document, DOMException */
Expand Down

0 comments on commit 5bdd292

Please sign in to comment.