Skip to content

Commit

Permalink
fixes #5254 - changed license to LGPL
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Aug 11, 2014
1 parent 745e646 commit 9cd0338
Show file tree
Hide file tree
Showing 49 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion Cache/CacheFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Cache;

Expand Down
2 changes: 1 addition & 1 deletion Cache/CacheInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Cache;

Expand Down
2 changes: 1 addition & 1 deletion Cache/CacheMemcache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Cache;

Expand Down
2 changes: 1 addition & 1 deletion Cache/CacheStatic.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Cache;

Expand Down
2 changes: 1 addition & 1 deletion DeviceDetector.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/

namespace DeviceDetector;
Expand Down
2 changes: 1 addition & 1 deletion Parser/Bot.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Parser;

Expand Down
2 changes: 1 addition & 1 deletion Parser/Client/Browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Parser\Client;

Expand Down
2 changes: 1 addition & 1 deletion Parser/Client/ClientParserAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Parser\Client;

Expand Down
2 changes: 1 addition & 1 deletion Parser/Client/FeedReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Parser\Client;

Expand Down
2 changes: 1 addition & 1 deletion Parser/Client/MediaPlayer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Parser\Client;

Expand Down
2 changes: 1 addition & 1 deletion Parser/Client/MobileApp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Parser\Client;

Expand Down
2 changes: 1 addition & 1 deletion Parser/Client/PIM.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Parser\Client;

Expand Down
2 changes: 1 addition & 1 deletion Parser/Device/Camera.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Parser\Device;

Expand Down
2 changes: 1 addition & 1 deletion Parser/Device/CarBrowser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Parser\Device;

Expand Down
2 changes: 1 addition & 1 deletion Parser/Device/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Parser\Device;

Expand Down
2 changes: 1 addition & 1 deletion Parser/Device/DeviceParserAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Parser\Device;

Expand Down
2 changes: 1 addition & 1 deletion Parser/Device/HbbTv.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Parser\Device;

Expand Down
2 changes: 1 addition & 1 deletion Parser/Device/Mobile.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Parser\Device;

Expand Down
2 changes: 1 addition & 1 deletion Parser/OperatingSystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Parser;

Expand Down
2 changes: 1 addition & 1 deletion Parser/ParserAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Parser;

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if ($dd->isBot()) {

### Hacking the library

This is a free/libre library under license GPL v3 or later.
This is a free/libre library under license LGPL v3 or later.

Your pull requests and/or feedback is very welcome!

Expand Down
2 changes: 1 addition & 1 deletion Tests/Cache/CacheFileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Tests\Cache;

Expand Down
2 changes: 1 addition & 1 deletion Tests/Cache/CacheMemcacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Tests\Cache;

Expand Down
2 changes: 1 addition & 1 deletion Tests/Cache/CacheStaticTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Tests\Cache;

Expand Down
2 changes: 1 addition & 1 deletion Tests/DeviceDetectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Tests;

Expand Down
2 changes: 1 addition & 1 deletion Tests/Parser/BotTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Tests\Parser;

Expand Down
2 changes: 1 addition & 1 deletion Tests/Parser/Client/FeedReaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Tests\Parser\Client;

Expand Down
2 changes: 1 addition & 1 deletion Tests/Parser/Client/MediaPlayerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Tests\Parser\Client;

Expand Down
2 changes: 1 addition & 1 deletion Tests/Parser/Client/MobileAppTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Tests\Parser\Client;

Expand Down
2 changes: 1 addition & 1 deletion Tests/Parser/Client/PIMTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Tests\Parser\Client;

Expand Down
2 changes: 1 addition & 1 deletion Tests/Parser/Devices/CameraTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Tests\Parser\Device;

Expand Down
2 changes: 1 addition & 1 deletion Tests/Parser/Devices/CarBrowserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Tests\Parser\Device;

Expand Down
2 changes: 1 addition & 1 deletion Tests/Parser/Devices/ConsoleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Tests\Parser\Device;

Expand Down
2 changes: 1 addition & 1 deletion Tests/Parser/OperatingSystemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Device Detector - The Universal Device Detection library for parsing User Agents
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
*/
namespace DeviceDetector\Tests\Parser;

Expand Down
2 changes: 1 addition & 1 deletion Tests/fixtures/tablet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@
device:
type: tablet
brand: AU
model: MeMo Pad ME581CL
model: MeMO Pad ME581CL
os_family: Android
browser_family: Chrome
-
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), and detects browsers, operating systems, devices, brands and models.",
"keywords": ["useragent","parser","devicedetection"],
"homepage": "http://piwik.org",
"license": "GPL-3.0+",
"license": "LGPL-3.0+",
"authors": [
{
"name": "The Piwik Team",
Expand Down
2 changes: 1 addition & 1 deletion regexes/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Device Detector - The Universal Device Detection library for parsing User Agents
#
# @link http://piwik.org
# @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
# @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
###############

- regex: '360Spider(-Image|-Video)?'
Expand Down
2 changes: 1 addition & 1 deletion regexes/client/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Device Detector - The Universal Device Detection library for parsing User Agents
#
# @link http://piwik.org
# @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
# @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
###############

#SailfishBrowser
Expand Down
2 changes: 1 addition & 1 deletion regexes/client/feed_readers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Device Detector - The Universal Device Detection library for parsing User Agents
#
# @link http://piwik.org
# @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
# @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
###############

- regex: 'Akregator(?:/(\d+[\.\d]+))?'
Expand Down
2 changes: 1 addition & 1 deletion regexes/client/mediaplayers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Device Detector - The Universal Device Detection library for parsing User Agents
#
# @link http://piwik.org
# @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
# @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
###############

- regex: 'Banshee(?:[ /]([\d\.]+))?'
Expand Down
2 changes: 1 addition & 1 deletion regexes/client/mobile_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Device Detector - The Universal Device Detection library for parsing User Agents
#
# @link http://piwik.org
# @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
# @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
###############

# AFNetworking generic
Expand Down
2 changes: 1 addition & 1 deletion regexes/client/pim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Device Detector - The Universal Device Detection library for parsing User Agents
#
# @link http://piwik.org
# @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
# @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
###############

- regex: 'Outlook-Express(?:/(\d+[\.\d]+))?'
Expand Down
2 changes: 1 addition & 1 deletion regexes/device/cameras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Device Detector - The Universal Device Detection library for parsing User Agents
#
# @link http://piwik.org
# @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
# @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
###############

#Nikon
Expand Down
2 changes: 1 addition & 1 deletion regexes/device/car_browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Device Detector - The Universal Device Detection library for parsing User Agents
#
# @link http://piwik.org
# @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
# @license http://www.gnu.org/licenses/lgpl.html LGPL v3 or later
###############

# Tesla Model S
Expand Down
Loading

0 comments on commit 9cd0338

Please sign in to comment.