mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 09:49:30 +02:00
Merge pull request #1269 from Phyks/issue_1260
Fix coding guidelines incoherence (fix #160)
This commit is contained in:
commit
f76e7e6228
541 changed files with 1898 additions and 1898 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -25,3 +25,4 @@ web.config
|
||||||
robots.txt
|
robots.txt
|
||||||
php-cs-fixer.phar
|
php-cs-fixer.phar
|
||||||
.php_cs.cache
|
.php_cs.cache
|
||||||
|
cs_fixer_tmp_*
|
||||||
|
|
1
.php_cs
1
.php_cs
|
@ -14,6 +14,7 @@ $finder = Symfony\CS\Finder\DefaultFinder::create()
|
||||||
;
|
;
|
||||||
|
|
||||||
return Symfony\CS\Config\Config::create()
|
return Symfony\CS\Config\Config::create()
|
||||||
|
->level(Symfony\CS\FixerInterface::PSR2_LEVEL)
|
||||||
->finder($finder)
|
->finder($finder)
|
||||||
->setUsingCache(true)
|
->setUsingCache(true)
|
||||||
;
|
;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
2
arts.php
2
arts.php
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
* LICENSE: GNU Affero General Public License, version 3 (AGPLv3)
|
||||||
* Copyright 2001 - 2015 Ampache.org
|
* Copyright 2001 - 2016 Ampache.org
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU Affero General Public License as published by
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue