~ubuntu-branches/ubuntu/intrepid/kdesdk/intrepid-updates

« back to all changes in this revision

Viewing changes to scripts/authors2xml.pl

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-28 10:11:43 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20080528101143-gzc3styjz1b70zxu
Tags: upstream-4.0.80
ImportĀ upstreamĀ versionĀ 4.0.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Extract author information from C++ files
3
3
# and print it out in DocBook format as a list
4
4
# Daniel Naber <daniel.naber@t-online.de>
5
 
# $Id: authors2xml.pl 452035 2005-08-22 12:59:45Z goutte $
 
5
# $Id: authors2xml.pl 439841 2005-07-29 02:48:45Z mueller $
6
6
 
7
7
my $file = $ARGV[0];
8
8
if( ! $file ) {