Skip to content

Commit 32be620

Browse files
committed
Changed github username
1 parent f5ca386 commit 32be620

File tree

6 files changed

+31
-315
lines changed

6 files changed

+31
-315
lines changed

.gitignore

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
.DS_Store
2-
3-
# Thumbnails
42
._*
5-
6-
# Files that might appear on external disk
73
.Spotlight-V100
84
.Trashes
9-
10-
# Windows image file caches
11-
Thumbs.db
12-
13-
# Folder config file
5+
Thumbs.db
146
Desktop.ini
7+
.idea
8+
phpunit.xml
9+
composer.lock
10+
composer.phar
11+
vendor

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright © 2014, Gabriel Bull
2+
Permission is hereby granted, free of charge, to any person obtaining
3+
a copy of this software and associated documentation files (the "Software"),
4+
to deal in the Software without restriction, including without limitation
5+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
6+
and/or sell copies of the Software, and to permit persons to whom the Software
7+
is furnished to do so, subject to the following conditions:
8+
9+
The above copyright notice and this permission notice shall be included
10+
in all copies or substantial portions of the Software.
11+
12+
The Software is provided "as is", without warranty of any kind, express or
13+
implied, including but not limited to the warranties of merchantability,
14+
fitness for a particular purpose and noninfringement. In no event shall the
15+
authors or copyright holders X be liable for any claim, damages or other liability,
16+
whether in an action of contract, tort or otherwise, arising from, out of or in
17+
connection with the software or the use or other dealings in the Software.
18+
19+
Except as contained in this notice, the name of the copyright holders shall
20+
not be used in advertising or otherwise to promote the sale, use or other dealings
21+
in this Software without prior written authorization from the copyright holders.

LICENSE-GPL.txt

Lines changed: 0 additions & 278 deletions
This file was deleted.

LICENSE-MIT.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "gavroche/browser",
2+
"name": "gabrielbull/browser",
33
"type": "library",
44
"description": "Detecting the user's browser, operating system and language.",
55
"keywords": ["browser", "os", "operating system", "language", "detection"],
6-
"homepage": "https://github.com/gavroche/php-browser",
7-
"license": "GPL-2.0",
6+
"homepage": "https://github.com/gabrielbull/php-browser",
7+
"license": "MIT",
88
"authors": [
99
{
1010
"name": "Gabriel Bull",
11-
"email": "gavroche.bull@gmail.com"
11+
"email": "me@gabrielbull.com"
1212
},
1313
{
1414
"name": "Chris Schuld",

readme.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# PHP Browser
22

3-
Copyright 2013, Gabriel Bull, dual licensed under GNU GENERAL PUBLIC LICENSE and MIT License.
4-
5-
This project is a fork of [Chris Schuld's browser.php](http://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php/).
6-
73
Detecting the user's browser, operating system and language from PHP. Because browser detection is not always reliable and evolves at all time, use with care and feel free to contribute.
84

95
## Browser Detection

0 commit comments

Comments
 (0)