Author: kjs Date: Thu Feb 21 11:34:51 2008 New Revision: 25945 Modified: trunk/languages/c99/c99.pir (contents, props changed) trunk/languages/c99/src/parser/actions.pm trunk/languages/c99/src/parser/grammar.pg
Log: [c99] fix svn headers/copyright notice fix file props on c99.pir file. Modified: trunk/languages/c99/c99.pir ============================================================================== --- trunk/languages/c99/c99.pir (original) +++ trunk/languages/c99/c99.pir Thu Feb 21 11:34:51 2008 @@ -1,3 +1,6 @@ +# $Id$ +# Copyright (C) 2008, The Perl Foundation. + =head1 TITLE c99.pir - A C99 compiler. Modified: trunk/languages/c99/src/parser/actions.pm ============================================================================== --- trunk/languages/c99/src/parser/actions.pm (original) +++ trunk/languages/c99/src/parser/actions.pm Thu Feb 21 11:34:51 2008 @@ -1,4 +1,5 @@ # $Id$ +# Copyright (C) 2008, The Perl Foundation. =begin comments Modified: trunk/languages/c99/src/parser/grammar.pg ============================================================================== --- trunk/languages/c99/src/parser/grammar.pg (original) +++ trunk/languages/c99/src/parser/grammar.pg Thu Feb 21 11:34:51 2008 @@ -1,4 +1,5 @@ # $Id$ +# Copyright (C) 2008, The Perl Foundation. =begin overview
