diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-09-04 08:07:37 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-09-04 08:07:37 +0000 |
commit | 6d5484af01907829bf2956c106d9146ce3e8912f (patch) | |
tree | f0071dfdabe31db30a04e35c09461b1541d21deb /contrib | |
parent | 71f149a67e111e6bd1a2f281abde552defef8834 (diff) | |
download | ampache-6d5484af01907829bf2956c106d9146ce3e8912f.tar.gz ampache-6d5484af01907829bf2956c106d9146ce3e8912f.tar.bz2 ampache-6d5484af01907829bf2956c106d9146ce3e8912f.zip |
copyright notices are important
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tests/api/AmpacheApi.lib.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/tests/api/AmpacheApi.lib.php b/contrib/tests/api/AmpacheApi.lib.php index c10fbb2d..45385647 100644 --- a/contrib/tests/api/AmpacheApi.lib.php +++ b/contrib/tests/api/AmpacheApi.lib.php @@ -1,5 +1,23 @@ <?php +/* + 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. + +*/ class AmpacheApi { |