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 | |
parent | f0706c9b948272642ac21d58c7077cacc8f80883 (diff) | |
download | ampache-43cc00bb87743334aab8743eef056303ec126e1a.tar.gz ampache-43cc00bb87743334aab8743eef056303ec126e1a.tar.bz2 ampache-43cc00bb87743334aab8743eef056303ec126e1a.zip |
added some missing copyright and license info
-rw-r--r-- | lib/javascript-base.js | 20 | ||||
-rw-r--r-- | templates/install.css | 22 | ||||
-rw-r--r-- | templates/javascript_refresh.inc.php | 22 | ||||
-rw-r--r-- | templates/show_install.inc | 22 | ||||
-rw-r--r-- | templates/show_install_lang.inc.php | 22 | ||||
-rw-r--r-- | templates/show_playtype_switch.inc.php | 21 |
6 files changed, 129 insertions, 0 deletions
diff --git a/lib/javascript-base.js b/lib/javascript-base.js index 02d19718..bccfb76e 100644 --- a/lib/javascript-base.js +++ b/lib/javascript-base.js @@ -1,3 +1,23 @@ +// +// +// 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. +// + function disableField(element) { var element_id = document.getElementById(element); element_id.disabled=true; diff --git a/templates/install.css b/templates/install.css index 5f3b1338..5a23b1c5 100644 --- a/templates/install.css +++ b/templates/install.css @@ -1,3 +1,25 @@ +<!-- +/* + + 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. +*/ +--> + <style type="text/css"> <!-- body { diff --git a/templates/javascript_refresh.inc.php b/templates/javascript_refresh.inc.php index 5fa45604..5a7d7874 100644 --- a/templates/javascript_refresh.inc.php +++ b/templates/javascript_refresh.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. +*/ +?> + <script type="text/javascript" language="javascript"> <!-- Begin // Set refresh interval (in seconds) diff --git a/templates/show_install.inc b/templates/show_install.inc index 29f1570d..3aa38192 100644 --- a/templates/show_install.inc +++ b/templates/show_install.inc @@ -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="<?php echo $htmllang; ?>" lang="<?php echo $htmllang; ?>"> <head> 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> diff --git a/templates/show_playtype_switch.inc.php b/templates/show_playtype_switch.inc.php index eae2663b..a88ad08a 100644 --- a/templates/show_playtype_switch.inc.php +++ b/templates/show_playtype_switch.inc.php @@ -1,3 +1,24 @@ +<?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. +*/ +?> <?php $name = "is_" . $GLOBALS['user']->prefs['play_type']; ${$name} = 'selected="selected" '; |