diff options
author | xgizzmo <xgizzmo@ampache> | 2007-01-14 20:28:05 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2007-01-14 20:28:05 +0000 |
commit | 43cc00bb87743334aab8743eef056303ec126e1a (patch) | |
tree | 9e8a2c4c111a6261904d2f65e3ce48c8159c1a7b /templates/show_install_lang.inc.php | |
parent | f0706c9b948272642ac21d58c7077cacc8f80883 (diff) | |
download | ampache-43cc00bb87743334aab8743eef056303ec126e1a.tar.gz ampache-43cc00bb87743334aab8743eef056303ec126e1a.tar.bz2 ampache-43cc00bb87743334aab8743eef056303ec126e1a.zip |
added some missing copyright and license info
Diffstat (limited to 'templates/show_install_lang.inc.php')
-rw-r--r-- | templates/show_install_lang.inc.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/templates/show_install_lang.inc.php b/templates/show_install_lang.inc.php index 264683c7..4a631dc0 100644 --- a/templates/show_install_lang.inc.php +++ b/templates/show_install_lang.inc.php @@ -1,3 +1,25 @@ +<?php +/* + + Copyright (c) 2001 - 2006 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 + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + 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. +*/ +?> + <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$htmllang" lang="$htmllang"> <head> |