diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-08-23 15:06:23 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-08-23 15:06:23 +0000 |
commit | c9e7e7d3e01780b4b1bab95ac86b8a44e7ca09b1 (patch) | |
tree | fb8ce82f9bd0bb81ca90666a54ab030c46726e91 /templates/sidebar_preferences.inc.php | |
parent | 68f3b69055f2195e6a0a8e614b9f67628503b9ed (diff) | |
download | ampache-c9e7e7d3e01780b4b1bab95ac86b8a44e7ca09b1.tar.gz ampache-c9e7e7d3e01780b4b1bab95ac86b8a44e7ca09b1.tar.bz2 ampache-c9e7e7d3e01780b4b1bab95ac86b8a44e7ca09b1.zip |
modify executable on locale entries and add copyright headers
Diffstat (limited to 'templates/sidebar_preferences.inc.php')
-rw-r--r-- | templates/sidebar_preferences.inc.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/sidebar_preferences.inc.php b/templates/sidebar_preferences.inc.php index 94fe8592..cd6d37b7 100644 --- a/templates/sidebar_preferences.inc.php +++ b/templates/sidebar_preferences.inc.php @@ -1,4 +1,24 @@ <?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. + +*/ + /* This one is a little dynamic as we add plugins or localplay modules * they can have their own preference sections so we need to build the * links based on that, always ignore 'internal' though |