changed auto-generated comment for headers
authorAndrew Tridgell <tridge@samba.org>
Thu, 14 Dec 2000 23:53:33 +0000 (23:53 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 14 Dec 2000 23:53:33 +0000 (23:53 +0000)
(This used to be commit 24ec2f1f81a2f21573818695e7cb72979dcdef8b)

source4/build/pidl/header.pm

index 8676c090425e2270ca945e8f295b37a0ef9b96f3..34707f86722dd35352c75de13602650a699fa215 100644 (file)
@@ -123,7 +123,7 @@ sub DumpInterface($)
 sub Dump($)
 {
     my($idl) = shift;
-    $res = "/* Dumped by pidl */\n\n";
+    $res = "/* header auto-generated by pidl */\n\n";
     foreach my $x (@{$idl}) {
        ($x->{TYPE} eq "INTERFACE") && 
            DumpInterface($x);