From 60895bc107f5689f19de61828d8ffe0f2f1f59b5 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 2 Sep 2005 05:39:09 +0000 Subject: Patch #1272052 by Henrik Backe - Move credits to a plugin git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7450 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/credits.pl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 apps/plugins/credits.pl (limited to 'apps/plugins/credits.pl') diff --git a/apps/plugins/credits.pl b/apps/plugins/credits.pl new file mode 100644 index 0000000000..942a96b99f --- /dev/null +++ b/apps/plugins/credits.pl @@ -0,0 +1,13 @@ +# __________ __ ___. +# Open \______ \ ____ ____ | | _\_ |__ _______ ___ +# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / +# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < +# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ +# \/ \/ \/ \/ \/ +# $Id$ +# +while () { + if(($_ =~ /^([A-Z]+[\S ]+)/) && ($_ !~ /^People/)) { + print "\"$1\",\n"; + } +} -- cgit v1.2.3