1
0
Fork 0
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:
Afterster 2016-08-05 08:14:06 +02:00 committed by GitHub
commit f76e7e6228
541 changed files with 1898 additions and 1898 deletions

1
.gitignore vendored
View file

@ -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_*

View file

@ -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)
; ;

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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