summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-01-25 20:18:26 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2013-01-25 20:18:26 -0500
commit46100a9e0b59083e14bfb87eed2957087667ee98 (patch)
tree3794e212aa911de74a499fd03bab156e41793228 /modules
parentb6a84841aee29b7baa24ba37cdb28bb5b772fa45 (diff)
downloadampache-46100a9e0b59083e14bfb87eed2957087667ee98.tar.gz
ampache-46100a9e0b59083e14bfb87eed2957087667ee98.tar.bz2
ampache-46100a9e0b59083e14bfb87eed2957087667ee98.zip
Cosmetics: clean up remaining heads
Diffstat (limited to 'modules')
-rw-r--r--modules/ampacheapi/AmpacheApi.lib.php38
-rw-r--r--modules/httpq/httpqplayer.class.php6
-rw-r--r--modules/infotools/AmazonSearchEngine.class.php24
-rw-r--r--modules/infotools/lastfm.class.php20
-rw-r--r--modules/localplay/httpq.controller.php2
-rw-r--r--modules/localplay/mpd.controller.php2
-rw-r--r--modules/localplay/vlc.controller.php2
-rw-r--r--modules/plugins/Lastfm.plugin.php2
-rw-r--r--modules/plugins/Librefm.plugin.php2
-rw-r--r--modules/plugins/MusicBrainz.plugin.php2
-rw-r--r--modules/twitter/twitter.sql3
-rw-r--r--modules/twitter/twitter_login.php11
-rw-r--r--modules/twitter/twitter_update.php9
-rw-r--r--modules/twitter/twitter_works.php9
-rw-r--r--modules/vlc/vlcplayer.class.php20
15 files changed, 40 insertions, 112 deletions
diff --git a/modules/ampacheapi/AmpacheApi.lib.php b/modules/ampacheapi/AmpacheApi.lib.php
index 25eac8fe..a8cb029d 100644
--- a/modules/ampacheapi/AmpacheApi.lib.php
+++ b/modules/ampacheapi/AmpacheApi.lib.php
@@ -1,24 +1,24 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
-/*
-
- Copyright (c) Ampache.org
- All rights reserved.
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License v2
- as published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-*/
+/**
+ *
+ * LICENSE: GNU General Public License, version 2 (GPLv2)
+ * Copyright 2012 - 2013 Ampache.org
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License v2
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ */
class AmpacheApi {
diff --git a/modules/httpq/httpqplayer.class.php b/modules/httpq/httpqplayer.class.php
index f0ddc205..0251ee76 100644
--- a/modules/httpq/httpqplayer.class.php
+++ b/modules/httpq/httpqplayer.class.php
@@ -1,13 +1,9 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/**
- * HttpQPlayer Class
- *
- * Written by snuffels
- *
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
- * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ * Copyright 2001 - 2013 Ampache.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License v2
diff --git a/modules/infotools/AmazonSearchEngine.class.php b/modules/infotools/AmazonSearchEngine.class.php
index ee606621..29c2f08e 100644
--- a/modules/infotools/AmazonSearchEngine.class.php
+++ b/modules/infotools/AmazonSearchEngine.class.php
@@ -1,17 +1,9 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/**
- * AmazonSearch Class
- *
- * This class takes a token (amazon ID)
- * and then allows you to do a search using the REST
- * method. Currently it is semi-hardcoded to do music
- * searches and only return information abou the album
- * art
- *
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
- * Copyright (c) 2001 - 2006 Ampache.org All Rights Reserved
+ * Copyright 2001 - 2013 Ampache.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -27,11 +19,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * @category AmazonSearch
- * @package Ampache
- * @copyright 2001 - 2011 Ampache.org
- * @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @link http://www.ampache.org/
*/
/**
@@ -40,14 +27,9 @@
* This class takes a token (amazon ID)
* and then allows you to do a search using the REST
* method. Currently it is semi-hardcoded to do music
- * searches and only return information abou the album
- * art
+ * searches and only return information about the album
+ * art.
*
- * @category AmazonSearch
- * @package Ampache
- * @copyright 2001 - 2011 Ampache.org
- * @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @link http://www.ampache.org/
*/
class AmazonSearch {
diff --git a/modules/infotools/lastfm.class.php b/modules/infotools/lastfm.class.php
index d9c4dc6a..5c68434a 100644
--- a/modules/infotools/lastfm.class.php
+++ b/modules/infotools/lastfm.class.php
@@ -1,11 +1,9 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/**
- * LastFMSearch Class
- *
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
- * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ * Copyright 2001 - 2013 Ampache.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -21,24 +19,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * @category LastFMSearch
- * @package Ampache
- * @copyright 2001 - 2011 Ampache.org
- * @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @link http://www.ampache.org/
*/
-/**
- * LastFMSearch Class
- *
- * Description here...
- *
- * @category LastFMSearch
- * @package Ampache
- * @copyright 2001 - 2011 Ampache.org
- * @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @link http://www.ampache.org/
- */
class LastFMSearch {
protected $base_url = "http://ws.audioscrobbler.com/1.0/album";
diff --git a/modules/localplay/httpq.controller.php b/modules/localplay/httpq.controller.php
index b51834e7..6cad04c4 100644
--- a/modules/localplay/httpq.controller.php
+++ b/modules/localplay/httpq.controller.php
@@ -3,7 +3,7 @@
/**
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
- * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ * Copyright 2001 - 2013 Ampache.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License v2
diff --git a/modules/localplay/mpd.controller.php b/modules/localplay/mpd.controller.php
index 6d172805..0fcacc60 100644
--- a/modules/localplay/mpd.controller.php
+++ b/modules/localplay/mpd.controller.php
@@ -3,7 +3,7 @@
/**
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
- * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ * Copyright 2001 - 2013 Ampache.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License v2
diff --git a/modules/localplay/vlc.controller.php b/modules/localplay/vlc.controller.php
index 6d503fd2..0765a194 100644
--- a/modules/localplay/vlc.controller.php
+++ b/modules/localplay/vlc.controller.php
@@ -3,7 +3,7 @@
/**
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
- * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ * Copyright 2001 - 2013 Ampache.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License v2
diff --git a/modules/plugins/Lastfm.plugin.php b/modules/plugins/Lastfm.plugin.php
index 4df4553b..4b6fe244 100644
--- a/modules/plugins/Lastfm.plugin.php
+++ b/modules/plugins/Lastfm.plugin.php
@@ -3,7 +3,7 @@
/**
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
- * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ * Copyright 2001 - 2013 Ampache.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License v2
diff --git a/modules/plugins/Librefm.plugin.php b/modules/plugins/Librefm.plugin.php
index 96c88640..8489e7b6 100644
--- a/modules/plugins/Librefm.plugin.php
+++ b/modules/plugins/Librefm.plugin.php
@@ -3,7 +3,7 @@
/**
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
- * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ * Copyright 2001 - 2013 Ampache.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License v2
diff --git a/modules/plugins/MusicBrainz.plugin.php b/modules/plugins/MusicBrainz.plugin.php
index e4eed0de..86f3e7f4 100644
--- a/modules/plugins/MusicBrainz.plugin.php
+++ b/modules/plugins/MusicBrainz.plugin.php
@@ -3,7 +3,7 @@
/**
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
- * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ * Copyright 2001 - 2013 Ampache.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License v2
diff --git a/modules/twitter/twitter.sql b/modules/twitter/twitter.sql
index 3e61b40d..b3adfa11 100644
--- a/modules/twitter/twitter.sql
+++ b/modules/twitter/twitter.sql
@@ -1,5 +1,4 @@
--- Copyright (c) Ampache.org
--- All rights reserved.
+-- Copyright 2010 - 2013 Ampache.org
--
-- This program is free software; you can redistribute it and/or
-- modify it under the terms of the GNU General Public License v2
diff --git a/modules/twitter/twitter_login.php b/modules/twitter/twitter_login.php
index 919b5197..7e1b29e3 100644
--- a/modules/twitter/twitter_login.php
+++ b/modules/twitter/twitter_login.php
@@ -1,12 +1,10 @@
<?php
/**
- * Twitter Login
- *
* Adapted for Ampache by Chris Slamar
- *
+ * FIxME: Adapted from what? We shouldn't claim code that isn't ours
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
- * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ * Copyright 2001 - 2013 Ampache.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License v2
@@ -21,11 +19,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * @package Ampache
- * @author Chris Slamar
- * @copyright 2001 - 2011 Ampache.org
- * @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @link http://www.ampache.org/
*/
require_once '../../lib/init.php';
diff --git a/modules/twitter/twitter_update.php b/modules/twitter/twitter_update.php
index 9fad2f28..9fe779d6 100644
--- a/modules/twitter/twitter_update.php
+++ b/modules/twitter/twitter_update.php
@@ -1,12 +1,11 @@
<?php
/**
- * Twitter Update
*
* Adapted for Ampache by Chris Slamar
- *
+ * FIXME: Adapted? Have we stolen this code?
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
- * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ * Copyright 2001 - 2013 Ampache.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License v2
@@ -21,10 +20,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * @author Chris Slamar
- * @copyright 2001 - 2011 Ampache.org
- * @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @link http://www.ampache.org/
*/
require_once '../../lib/init.php';
diff --git a/modules/twitter/twitter_works.php b/modules/twitter/twitter_works.php
index 193cddce..9d031f52 100644
--- a/modules/twitter/twitter_works.php
+++ b/modules/twitter/twitter_works.php
@@ -1,12 +1,11 @@
<?php
/**
- * Twitter Works
*
* Adapted for Ampache by Chris Slamar
- *
+ * FIXME: V. suspicious about this whole "Adapted" thing
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
- * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ * Copyright 2001 - 2013 Ampache.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License v2
@@ -21,10 +20,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * @author Chris Slamar
- * @copyright 2001 - 2011 Ampache.org
- * @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @link http://www.ampache.org/
*/
require_once '../../lib/init.php';
diff --git a/modules/vlc/vlcplayer.class.php b/modules/vlc/vlcplayer.class.php
index d43252ad..d124b1a4 100644
--- a/modules/vlc/vlcplayer.class.php
+++ b/modules/vlc/vlcplayer.class.php
@@ -1,13 +1,9 @@
<?php
/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */
/**
- * VlcPlayer Class
- *
- * Written by snuffels and adjusted for vlc by dave
- *
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
- * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
+ * Copyright 2001 - 2013 Ampache.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License v2
@@ -22,25 +18,15 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * @category VlcPlayer
- * @package Ampache
- * @copyright 2001 - 2011 Ampache.org
- * @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @link http://www.ampache.org/
*/
/**
* VlcPlayer Class
*
* This player controls an instance of Vlc webinterface
- * which in turn controls vlc all functions
- * return null on failure
+ * which in turn controls vlc. All functions
+ * return null on failure.
*
- * @category VlcPlayer
- * @package Ampache
- * @copyright 2001 - 2011 Ampache.org
- * @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @link http://www.ampache.org/
*/
class VlcPlayer {