#!/usr/bin/perl -w # The GIMP -- an image manipulation program # Copyright (C) 2000 Sven Neumann # No, this script does not create new GIMP authors ;-) my $contributors = {}; print "\nProcessing contributors...\n"; open (INPUT, "contributors") or die ("Couldn't open file 'contributors'."); while () { chomp; s/[,\.]$//; if (length ($_) and not (/^\#/)) { if (/(.{1,})\[(.{1,})\]/) { $utf{$1} = $2; push (@contributors, $1); } else { push (@contributors, $_); } } } close (INPUT); open (AUTHORS, ">../../AUTHORS") or die ("Couldn't write to file '../../AUTHORS'."); print AUTHORS <../../app/gui/authors.h") or die ("Couldn't write to file '../../app/gui/authors.h'."); print AUTHORS <