mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
- remove double copyright license
This commit is contained in:
parent
970d1f1a73
commit
a339b847d2
@ -1,9 +1,3 @@
|
||||
/*!
|
||||
* Bowser - a browser detector
|
||||
* copyright Dustin Diaz 2011
|
||||
* https://github.com/ded/bowser
|
||||
* MIT License
|
||||
*/
|
||||
/*!
|
||||
* Bowser - a browser detector
|
||||
* https://github.com/ded/bowser
|
||||
|
5
bowser.min.js
vendored
5
bowser.min.js
vendored
@ -1,9 +1,4 @@
|
||||
/*!
|
||||
* Bowser - a browser detector
|
||||
* copyright Dustin Diaz 2011
|
||||
* https://github.com/ded/bowser
|
||||
* MIT License
|
||||
*//*!
|
||||
* Bowser - a browser detector
|
||||
* https://github.com/ded/bowser
|
||||
* MIT License | (c) Dustin Diaz 2011
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "bowser"
|
||||
, "description": "a browser detector"
|
||||
, "keywords": ["ender", "browser", "sniff", "detection"]
|
||||
, "version": "0.0.6"
|
||||
, "version": "0.0.7"
|
||||
, "homepage": "https://github.com/ded/bowser"
|
||||
, "author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)"
|
||||
, "main": "./bowser.js"
|
||||
|
@ -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()
|
||||
|
@ -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
|
||||
*/
|
Loading…
Reference in New Issue
Block a user