From: Götz Lindenmaier Date: Wed, 20 Aug 2003 09:07:05 +0000 (+0000) Subject: added copyritht info X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=be2183c3a0fedd2907948fb065a38b69b403b4e7;hp=fdf67bdf58a76e3b75753cc4652dee970dd9d56e;p=libfirm added copyritht info [r1726] --- diff --git a/tools/remove_cpp_comands.perl b/tools/remove_cpp_comands.perl index e3a8499d6..0e17c1afd 100644 --- a/tools/remove_cpp_comands.perl +++ b/tools/remove_cpp_comands.perl @@ -1,4 +1,18 @@ #!/usr/local/bin/perl + +# +# Project: libFIRM +# File name: ir/tools/remove_cpp_commands.perl +# Purpose: +# Author: Goetz Lindenmaier +# Modified by: +# Created: 8.2002 +# CVS-ID: $Id$ +# Copyright: (c) 2002-2003 Universität Karlsruhe +# Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. +# + +# This is necessary until CRECODER is integrated with the preprocessor. # # Take a C header file and remove all preprocessor commands. # Wrap all typedefs with a preprocessor guard,