Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove remnants of svn
  • Loading branch information
leto committed Feb 23, 2011
1 parent 3090e41 commit 43c77a0
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion build/Makefile.in
@@ -1,5 +1,5 @@
# Copyright (C) 2006-2009, The Perl Foundation.
# $Id$
#

PARROT_ARGS =

Expand Down
2 changes: 1 addition & 1 deletion build/gen_setting.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
# Copyright (C) 2008, The Perl Foundation.
# $Id$
#

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion src/HLL.pir
@@ -1,4 +1,4 @@
# $Id$
#

=head1 NAME

Expand Down
2 changes: 1 addition & 1 deletion src/PAST/Compiler-Regex.pir
@@ -1,4 +1,4 @@
# $Id$
#

=head1 NAME

Expand Down
2 changes: 1 addition & 1 deletion src/Regex.pir
@@ -1,4 +1,4 @@
# $Id$
#

=head1 NAME

Expand Down
2 changes: 1 addition & 1 deletion src/Regex/Cursor-builtins.pir
@@ -1,5 +1,5 @@
# Copyright (C) 2009, The Perl Foundation.
# $Id$
#

=head1 NAME

Expand Down
2 changes: 1 addition & 1 deletion src/Regex/Cursor.pir
@@ -1,5 +1,5 @@
# Copyright (C) 2009, The Perl Foundation.
# $Id$
#

=head1 NAME

Expand Down
2 changes: 1 addition & 1 deletion src/Regex/Dumper.pir
@@ -1,6 +1,6 @@
# Copyright (C) 2005-2009, Parrot Foundation.
# Copyright (C) 2009, The Perl Foundation.
# $Id$
#

=head1 TITLE

Expand Down
2 changes: 1 addition & 1 deletion src/Regex/Match.pir
@@ -1,5 +1,5 @@
# Copyright (C) 2009, The Perl Foundation.
# $Id$
#

=head1 NAME

Expand Down
2 changes: 1 addition & 1 deletion src/Regex/Method.pir
@@ -1,5 +1,5 @@
# Copyright (C) 2009, The Perl Foundation.
# $Id$
#

=head1 NAME

Expand Down
2 changes: 1 addition & 1 deletion src/Regex/P6Regex.pir
@@ -1,5 +1,5 @@
# Copyright (C) 2009, The Perl Foundation.
# $Id$
#

=head1 NAME

Expand Down
2 changes: 1 addition & 1 deletion src/stage0/HLL-s0.pir
@@ -1,4 +1,4 @@
# $Id$
#

=head1 NAME

Expand Down
2 changes: 1 addition & 1 deletion src/stage0/P6Regex-s0.pir
@@ -1,5 +1,5 @@
# Copyright (C) 2009, The Perl Foundation.
# $Id$
#

=head1 NAME

Expand Down
14 changes: 7 additions & 7 deletions src/stage0/Regex-s0.pir
@@ -1,4 +1,4 @@
# $Id$
#

=head1 NAME

Expand All @@ -12,7 +12,7 @@ This file brings together the various Regex modules needed for Regex.pbc .

### .include 'src/Regex/Cursor.pir'
# Copyright (C) 2009, The Perl Foundation.
# $Id$
#

=head1 NAME

Expand Down Expand Up @@ -954,7 +954,7 @@ Patrick Michaud <pmichaud@pobox.com> is the author and maintainer.
# vim: expandtab shiftwidth=4 ft=pir:
### .include 'src/Regex/Cursor-builtins.pir'
# Copyright (C) 2009, The Perl Foundation.
# $Id$
#

=head1 NAME

Expand Down Expand Up @@ -1678,7 +1678,7 @@ tokrx hash.

### .include 'src/Regex/Match.pir'
# Copyright (C) 2009, The Perl Foundation.
# $Id$
#

=head1 NAME

Expand Down Expand Up @@ -1886,7 +1886,7 @@ Patrick Michaud <pmichaud@pobox.com> is the author and maintainer.
# vim: expandtab shiftwidth=4 ft=pir:
### .include 'src/Regex/Method.pir'
# Copyright (C) 2009, The Perl Foundation.
# $Id$
#

=head1 NAME

Expand Down Expand Up @@ -1971,7 +1971,7 @@ Patrick Michaud <pmichaud@pobox.com> is the author and maintainer.
### .include 'src/Regex/Dumper.pir'
# Copyright (C) 2005-2009, Parrot Foundation.
# Copyright (C) 2009, The Perl Foundation.
# $Id$
#

=head1 TITLE

Expand Down Expand Up @@ -2492,7 +2492,7 @@ Copyright (C) 2009, The Perl Foundation.
# End:
# vim: expandtab shiftwidth=4 ft=pir:
### .include 'src/PAST/Compiler-Regex.pir'
# $Id$
#
=head1 NAME
Expand Down

0 comments on commit 43c77a0

Please sign in to comment.