From c3238361cf5479a8cfa175550c0317114c692ca3 Mon Sep 17 00:00:00 2001 From: Christoph Otto Date: Mon, 8 Nov 2010 22:46:51 -0800 Subject: [PATCH] first batch of $Id$ removals --- lib/Parrot/Embed.pm | 1 - lib/Parrot/Interpreter.pm | 1 - lib/Parrot/PMC.pm | 1 - t/00-load.t | 1 - t/greet.pir | 1 - t/interp.t | 1 - t/languages.t | 1 - t/pipp.t | 1 - tools/check_embed_coverage.pl | 1 - tools/write_typemap.pl | 1 - 10 files changed, 10 deletions(-) diff --git a/lib/Parrot/Embed.pm b/lib/Parrot/Embed.pm index edbcabb..440ac2f 100644 --- a/lib/Parrot/Embed.pm +++ b/lib/Parrot/Embed.pm @@ -1,6 +1,5 @@ package Parrot::Embed; # Copyright (C) 2006-2009, Parrot Foundation. -# $Id$ use strict; use warnings; diff --git a/lib/Parrot/Interpreter.pm b/lib/Parrot/Interpreter.pm index 79a0e31..1801351 100644 --- a/lib/Parrot/Interpreter.pm +++ b/lib/Parrot/Interpreter.pm @@ -1,6 +1,5 @@ package Parrot::Interpreter; # Copyright (C) 2006-2009, Parrot Foundation. -# $Id$ use strict; use warnings; diff --git a/lib/Parrot/PMC.pm b/lib/Parrot/PMC.pm index 10977e9..cf0e780 100644 --- a/lib/Parrot/PMC.pm +++ b/lib/Parrot/PMC.pm @@ -1,6 +1,5 @@ package Parrot::PMC; # Copyright (C) 2006-2009, Parrot Foundation. -# $Id$ use strict; use warnings; diff --git a/t/00-load.t b/t/00-load.t index 1791e46..ad81c07 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -1,7 +1,6 @@ #!perl # Copyright (C) 2006-2008, Parrot Foundation. -# $Id$ use strict; use warnings; diff --git a/t/greet.pir b/t/greet.pir index 7aed70f..bc829cd 100644 --- a/t/greet.pir +++ b/t/greet.pir @@ -1,5 +1,4 @@ # Copyright (C) 2006-2009, Parrot Foundation. -# $Id$ .sub greet .param pmc name diff --git a/t/interp.t b/t/interp.t index 72899a2..05f2f39 100644 --- a/t/interp.t +++ b/t/interp.t @@ -1,7 +1,6 @@ #!perl # Copyright (C) 2006-2010, Parrot Foundation. -# $Id$ use strict; use warnings; diff --git a/t/languages.t b/t/languages.t index 045d504..37fe7fe 100644 --- a/t/languages.t +++ b/t/languages.t @@ -1,7 +1,6 @@ #!perl # Copyright (C) 2009, Parrot Foundation. -# $Id$ use strict; use warnings; diff --git a/t/pipp.t b/t/pipp.t index 3d22788..849217b 100644 --- a/t/pipp.t +++ b/t/pipp.t @@ -1,6 +1,5 @@ #!perl # Copyright (C) 2008-2010, Parrot Foundation. -# $Id$ use strict; use warnings; diff --git a/tools/check_embed_coverage.pl b/tools/check_embed_coverage.pl index 245d8ae..97e4df6 100644 --- a/tools/check_embed_coverage.pl +++ b/tools/check_embed_coverage.pl @@ -1,7 +1,6 @@ #!perl # Copyright (C) 2007-2008, Parrot Foundation. -# $Id$ use strict; use warnings; diff --git a/tools/write_typemap.pl b/tools/write_typemap.pl index 52903b5..d8f0193 100644 --- a/tools/write_typemap.pl +++ b/tools/write_typemap.pl @@ -1,7 +1,6 @@ #!perl # Copyright (C) 2007, Parrot Foundation. -# $Id$ use strict; use warnings;