1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

- remove double copyright license

This commit is contained in:
Dustin Diaz
2011-09-26 17:00:27 -07:00
parent 970d1f1a73
commit a339b847d2
5 changed files with 2 additions and 19 deletions

View File

@@ -1,8 +1,3 @@
/*!
* Bowser - a browser detector
* https://github.com/ded/bowser
* MIT License | (c) Dustin Diaz 2011
*/
!function (name, definition) {
if (typeof define == 'function') define(definition)
else if (typeof module != 'undefined' && module.exports) module.exports['browser'] = definition()

View File

@@ -1,6 +1,5 @@
/*!
* Bowser - a browser detector
* copyright Dustin Diaz 2011
* https://github.com/ded/bowser
* MIT License
* MIT License | (c) Dustin Diaz 2011
*/