summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-19 22:02:23 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-19 22:02:23 +0000
commit3e46a9775c31d2ed6984ad11e58f9ffd1323b8ee (patch)
tree81d4edad41ba6c222b6b78828b85b2ed77dd2104 /lib
parent311df0b6ba40b818eb4de046f688bd02e0637560 (diff)
downloadampache-3e46a9775c31d2ed6984ad11e58f9ffd1323b8ee.tar.gz
ampache-3e46a9775c31d2ed6984ad11e58f9ffd1323b8ee.tar.bz2
ampache-3e46a9775c31d2ed6984ad11e58f9ffd1323b8ee.zip
licence updates, Thx porthose
Diffstat (limited to 'lib')
-rw-r--r--lib/album.lib.php16
-rw-r--r--lib/artist.lib.php5
-rw-r--r--lib/batch.lib.php5
-rw-r--r--lib/class/access.class.php5
-rw-r--r--lib/class/browse.class.php5
-rw-r--r--lib/class/catalog.class.php5
-rw-r--r--lib/class/error.class.php18
-rw-r--r--lib/class/genre.class.php5
-rw-r--r--lib/class/localplay.class.php5
-rw-r--r--lib/class/song.class.php5
-rw-r--r--lib/class/stats.class.php5
-rw-r--r--lib/class/update.class.php5
-rwxr-xr-xlib/class/vainfo.class.php5
-rw-r--r--lib/class/view.class.php5
-rw-r--r--lib/debug.lib.php5
-rw-r--r--lib/general.lib.php5
-rw-r--r--lib/gettext.php5
-rw-r--r--lib/install.php5
-rw-r--r--lib/javascript-base.js6
-rw-r--r--lib/log.lib.php5
-rw-r--r--lib/playlist.lib.php5
-rw-r--r--lib/preferences.php5
-rw-r--r--lib/rss.php5
-rw-r--r--lib/search.php5
-rw-r--r--lib/song.php5
-rw-r--r--lib/stream.lib.php5
-rw-r--r--lib/themes.php5
-rw-r--r--lib/ui.lib.php5
28 files changed, 87 insertions, 78 deletions
diff --git a/lib/album.lib.php b/lib/album.lib.php
index e04d494c..4317c799 100644
--- a/lib/album.lib.php
+++ b/lib/album.lib.php
@@ -1,5 +1,21 @@
<?php
/*
+Copyright (c) 2001 - 2007 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 int he hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANT ABILITY 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.
+
This library handles album related functions.... wooo!
*/
diff --git a/lib/artist.lib.php b/lib/artist.lib.php
index 6d83a442..b3fe9ac1 100644
--- a/lib/artist.lib.php
+++ b/lib/artist.lib.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/batch.lib.php b/lib/batch.lib.php
index 4c83deb3..d2712170 100644
--- a/lib/batch.lib.php
+++ b/lib/batch.lib.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/class/access.class.php b/lib/class/access.class.php
index dae463de..d3f01c2b 100644
--- a/lib/class/access.class.php
+++ b/lib/class/access.class.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/class/browse.class.php b/lib/class/browse.class.php
index 076b8849..239126e0 100644
--- a/lib/class/browse.class.php
+++ b/lib/class/browse.class.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php
index 536be20f..60b1baad 100644
--- a/lib/class/catalog.class.php
+++ b/lib/class/catalog.class.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/class/error.class.php b/lib/class/error.class.php
index 3ff9c126..29c1c885 100644
--- a/lib/class/error.class.php
+++ b/lib/class/error.class.php
@@ -22,6 +22,24 @@
/**
+Copyright (c) 2001 - 2007 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
+MERCHANT ABILITY 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.
+
+
* Error class
* This is the baic error class, its better now that we can use php5
* hello static functions and variables
diff --git a/lib/class/genre.class.php b/lib/class/genre.class.php
index a37c449e..633e8f9d 100644
--- a/lib/class/genre.class.php
+++ b/lib/class/genre.class.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/class/localplay.class.php b/lib/class/localplay.class.php
index 78a3c70e..cef01057 100644
--- a/lib/class/localplay.class.php
+++ b/lib/class/localplay.class.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/class/song.class.php b/lib/class/song.class.php
index a8155777..af03e921 100644
--- a/lib/class/song.class.php
+++ b/lib/class/song.class.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/class/stats.class.php b/lib/class/stats.class.php
index 9847da39..ab6896fb 100644
--- a/lib/class/stats.class.php
+++ b/lib/class/stats.class.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/class/update.class.php b/lib/class/update.class.php
index a5160c7e..30a8440b 100644
--- a/lib/class/update.class.php
+++ b/lib/class/update.class.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/class/vainfo.class.php b/lib/class/vainfo.class.php
index 517d4c30..34447277 100755
--- a/lib/class/vainfo.class.php
+++ b/lib/class/vainfo.class.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/class/view.class.php b/lib/class/view.class.php
index 4f58677a..41531b60 100644
--- a/lib/class/view.class.php
+++ b/lib/class/view.class.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/debug.lib.php b/lib/debug.lib.php
index c9e51436..6c6866ee 100644
--- a/lib/debug.lib.php
+++ b/lib/debug.lib.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/general.lib.php b/lib/general.lib.php
index b83942ec..bf4b6edf 100644
--- a/lib/general.lib.php
+++ b/lib/general.lib.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/gettext.php b/lib/gettext.php
index 0052a247..810b9664 100644
--- a/lib/gettext.php
+++ b/lib/gettext.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/install.php b/lib/install.php
index d9636f3a..eae63abd 100644
--- a/lib/install.php
+++ b/lib/install.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/javascript-base.js b/lib/javascript-base.js
index d0684a56..2fdd62e3 100644
--- a/lib/javascript-base.js
+++ b/lib/javascript-base.js
@@ -4,9 +4,9 @@
// 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
-// as published by the Free Software Foundation; either version 2
-// of the License, or (at your option) any later version.
+// 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
diff --git a/lib/log.lib.php b/lib/log.lib.php
index 66d7263f..63c2ba4a 100644
--- a/lib/log.lib.php
+++ b/lib/log.lib.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/playlist.lib.php b/lib/playlist.lib.php
index c695579b..e0468241 100644
--- a/lib/playlist.lib.php
+++ b/lib/playlist.lib.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/preferences.php b/lib/preferences.php
index 97c0f370..e3cd19c3 100644
--- a/lib/preferences.php
+++ b/lib/preferences.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/rss.php b/lib/rss.php
index cfce735d..e5111ad3 100644
--- a/lib/rss.php
+++ b/lib/rss.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/search.php b/lib/search.php
index 22e3a2c5..2d45018a 100644
--- a/lib/search.php
+++ b/lib/search.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/song.php b/lib/song.php
index 6d393ac9..c9262e56 100644
--- a/lib/song.php
+++ b/lib/song.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/stream.lib.php b/lib/stream.lib.php
index 745d1140..f6554e8b 100644
--- a/lib/stream.lib.php
+++ b/lib/stream.lib.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/themes.php b/lib/themes.php
index edee2406..164cb89a 100644
--- a/lib/themes.php
+++ b/lib/themes.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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
diff --git a/lib/ui.lib.php b/lib/ui.lib.php
index 5f74d525..ececefbb 100644
--- a/lib/ui.lib.php
+++ b/lib/ui.lib.php
@@ -5,9 +5,8 @@
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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ 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