From be2183c3a0fedd2907948fb065a38b69b403b4e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Wed, 20 Aug 2003 09:07:05 +0000 Subject: [PATCH] added copyritht info [r1726] --- tools/remove_cpp_comands.perl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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, -- 2.20.1