diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-07-05 15:39:17 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-07-05 15:39:17 +0000 |
| commit | a9fdd6001fe8b0f6fbfe1849c51d754fa1687efc (patch) | |
| tree | 5e2e45df98f3fec278185fcef0fa9fb78320d4e7 /apps/plugins | |
| parent | d755a5ac58b8401255eb3a2e7b00e902bc06ad1d (diff) | |
| download | rockbox-a9fdd6001fe8b0f6fbfe1849c51d754fa1687efc.zip rockbox-a9fdd6001fe8b0f6fbfe1849c51d754fa1687efc.tar.gz rockbox-a9fdd6001fe8b0f6fbfe1849c51d754fa1687efc.tar.bz2 rockbox-a9fdd6001fe8b0f6fbfe1849c51d754fa1687efc.tar.xz | |
Add a Rockbox header..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21658 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rwxr-xr-x | apps/plugins/lua/rocklib_aux.pl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/plugins/lua/rocklib_aux.pl b/apps/plugins/lua/rocklib_aux.pl index b5de1e4..c9d5909 100755 --- a/apps/plugins/lua/rocklib_aux.pl +++ b/apps/plugins/lua/rocklib_aux.pl @@ -1,4 +1,22 @@ #!/usr/bin/env perl +############################################################################ +# __________ __ ___. +# Open \______ \ ____ ____ | | _\_ |__ _______ ___ +# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / +# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < +# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ +# \/ \/ \/ \/ \/ +# $Id$ +# +# Copyright (C) 2009 by Maurus Cuelenaere +# +# All files in this archive are subject to the GNU General Public License. +# See the file COPYING in the source tree root for full license agreement. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +############################################################################ sub trim { |