Skip to content

Commit

Permalink
first batch of $Id$ removals
Browse files Browse the repository at this point in the history
  • Loading branch information
cotto committed Nov 9, 2010
1 parent 47881e9 commit c323836
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion lib/Parrot/Embed.pm
@@ -1,6 +1,5 @@
package Parrot::Embed;
# Copyright (C) 2006-2009, Parrot Foundation.
# $Id$

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion lib/Parrot/Interpreter.pm
@@ -1,6 +1,5 @@
package Parrot::Interpreter;
# Copyright (C) 2006-2009, Parrot Foundation.
# $Id$

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion lib/Parrot/PMC.pm
@@ -1,6 +1,5 @@
package Parrot::PMC;
# Copyright (C) 2006-2009, Parrot Foundation.
# $Id$

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/00-load.t
@@ -1,7 +1,6 @@
#!perl

# Copyright (C) 2006-2008, Parrot Foundation.
# $Id$

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/greet.pir
@@ -1,5 +1,4 @@
# Copyright (C) 2006-2009, Parrot Foundation.
# $Id$

.sub greet
.param pmc name
Expand Down
1 change: 0 additions & 1 deletion t/interp.t
@@ -1,7 +1,6 @@
#!perl

# Copyright (C) 2006-2010, Parrot Foundation.
# $Id$

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/languages.t
@@ -1,7 +1,6 @@
#!perl

# Copyright (C) 2009, Parrot Foundation.
# $Id$

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion t/pipp.t
@@ -1,6 +1,5 @@
#!perl
# Copyright (C) 2008-2010, Parrot Foundation.
# $Id$

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion tools/check_embed_coverage.pl
@@ -1,7 +1,6 @@
#!perl

# Copyright (C) 2007-2008, Parrot Foundation.
# $Id$

use strict;
use warnings;
Expand Down
1 change: 0 additions & 1 deletion tools/write_typemap.pl
@@ -1,7 +1,6 @@
#!perl

# Copyright (C) 2007, Parrot Foundation.
# $Id$

use strict;
use warnings;
Expand Down

0 comments on commit c323836

Please sign in to comment.