Fresco/Babylon/test ucd.pl,1.4,1.5
Tobias Hunger <[email protected]> Thu, 29 Jan 2004 20:54:46 +0100
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Babylon/test In directory purcel:/tmp/cvs-serv11008/test Modified Files: ucd.pl Log Message: Add/update headers and copyright statements. Index: ucd.pl =================================================================== RCS file: /cvs/fresco/Fresco/Babylon/test/ucd.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ucd.pl 28 Jan 2004 15:22:37 -0000 1.4 +++ ucd.pl 29 Jan 2004 19:53:10 -0000 1.5 @@ -1,4 +1,25 @@ #!/usr/bin/perl -w +# This source file is a part of the Berlin Project +# Copyright (C) 2003-2004 Tobias Hunger <[email protected]> +# http://www.fresco.org +# +# It was automatically created from the files available at +# ftp.unicode.org on Tue, 05 Aug 2003 17:09:38 +0200. +# +# This plugin to libPrague is free software; you can redistribute it +# and/or modify it under the terms of the GNU Library General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version +# +# This library 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 +# Library General Public License for more details. +# +# You should have received a copy of the GNU Library General Public +# License along with this library; if not, write to the +# Free Software Foundation, Inc., 675 Mass Ave, Cambridge, +# MA 02139, USA # use strict; use FileHandle; @@ -730,6 +751,8 @@ unless ($running_test); $running_test = ""; } + + my $command = shift @ARGV; die("No comamnd given.\n") if (not $command);