Skip to content

Commit

Permalink
another batch of $Id$ nuking
Browse files Browse the repository at this point in the history
  • Loading branch information
cotto committed Nov 9, 2010
1 parent 04637e6 commit ffc343b
Show file tree
Hide file tree
Showing 70 changed files with 2 additions and 146 deletions.
3 changes: 1 addition & 2 deletions docs/project/committer_guide.pod
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ C<Author Date Id Revision>. The command being:
Also, text files should have the following line somewhere near the beginning
of the file (usually after the Copyright notice):

# $Id$


(of course for C-language files you want to wrap this in C-style comments).

=head1 Ignored files
Expand Down
1 change: 0 additions & 1 deletion examples/benchmarks/fib.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// (C) 2009, Parrot Foundation
// $Id$

// Fibonacci Benchmark

Expand Down
1 change: 0 additions & 1 deletion examples/pir/make_hello_pbc.pir
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#Copyright (C) 2009, Parrot Foundation.
#$Id$
# Sample creating of "Hello World" program using Packfile PMCs.
.sub 'main'
.local pmc pf, pfdir, pffixup, pfbc, pfconst, oplib
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/atomic.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* atomic.h
* Copyright (C) 2006-2008, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* This header implements portable atomic operations.
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/atomic/fallback.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* atomic/fallback.h
* Copyright (C) 2006, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* This header provides an implementation of atomic
* operations in terms of threading primitives.
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/atomic/gcc_pcc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* atomic/gcc_pcc.h
* Copyright (C) 2006-2010, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* This header provides an implementation of atomic
* operations on PowerPC platforms with GCC-style
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/atomic/gcc_x86.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* atomic/gcc_x86.h
* Copyright (C) 2006-2008, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* This header provides an implementation of atomic
* operations on x86 platforms with GCC-style
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/atomic/sparc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* atomic/sparc.h
* Copyright (C) 2006-2008, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* This header provides an implementation of atomic
* operations on Sparc V8plus and better platforms.
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/caches.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* caches.h
* Copyright (C) 2001-2004, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Cache and direct freelist handling for various items.
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/call.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* call.h
* Copyright (C) 2001-2010, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Data Structure and Algorithms:
* Call argument handling.
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/compiler.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* compiler.h
* Copyright (C) 2007-2010, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* defines compiler capabilities
*/
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/context.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* context.h
* Copyright (C) 2009-2010, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Context
*/
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/core_types.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* core_types.h
* Copyright (C) 2009, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Forward declaration of the interpreter basic types
*/
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/datatypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
* datatypes.h
* Copyright (C) 2002-2008, Parrot Foundation.
* License: Artistic 2.0, see README and LICENSE for details
* SVN Info
* $Id$
* Overview:
* Parrot and native data types enums and type names.
*
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/debugger.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
/*
* debugger.h
*
* SVN Info
* $Id$
* Overview:
* Parrot debugger header files
* History:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/embed.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* embed.h
* Copyright (C) 2001-2010, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* This is the Parrot embedding system--the only part of Parrot that
* the outside world should see.
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/encoding.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* encoding.h
* Copyright (C) 2004-2007, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* This is the header for the generic encoding functions
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/exceptions.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* exceptions.h
* Copyright (C) 2001-2010, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* define the internal interpreter exceptions
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/exit.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* exit.h
* Copyright (C) 2001-2010, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
*
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/extend.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* extend.h
* Copyright (C) 2001-2008, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* This is the Parrot extension mechanism, the face we present to
* extension modules and whatnot
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/gc_api.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* gc_api.h
* Copyright (C) 2001-2010, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Handles dead object destruction of the various headers
* History:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/global_setup.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* global_setup.h
* Copyright (C) 2001-2007, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Contains declarations of global data and the functions
* that initialize that data.
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/hash.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* hash.h
* Copyright (C) 2001-2010, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Hashtable implementation
*/
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/hll.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* hll.h
* Copyright (C) 2005-2007, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* This is the API header for the HLL subsystem
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/interpreter.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* interpreter.h
* Copyright (C) 2001-2010, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* The interpreter API handles running the operations
*/
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/io.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* io.h
* Copyright (C) 2001-2010, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Parrot IO subsystem
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/io_portable.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* io_portable.h
* Copyright (C) 2001-2003, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Parrot IO subsystem
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/io_unix.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* io_unix.h
* Copyright (C) 2001-2003, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Parrot IO subsystem
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/io_win32.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* io_win32.h
* Copyright (C) 2001-2003, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Parrot IO subsystem
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/key.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* key.h
* Copyright (C) 2001-2007, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* This is the API header for the PMC subsystem
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/library.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* library.h
* Copyright (C) 2004, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Contains accessor functions for the _parrotlib bytecode interface
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/longopt.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* longopt.h
* Copyright (C) 2001-2010, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Command line option parsing (for pre-initialized code)
*/
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/memory.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* memory.h
* Copyright (C) 2001-2010, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* This is the API header for the memory subsystem
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/misc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* misc.h
* Copyright (C) 2001-2008, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Miscellaneous functions, mainly the Parrot_sprintf family
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/multidispatch.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* multidispatch.h
* Copyright (C) 2003-2007, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* This is the API header for the mmd subsystem
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/namespace.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* namespace.h
* Copyright (C) 2004-2010, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Contains accessor functions for globals
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/nci.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* nci.h
* Copyright (C) 2001-2007, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* The nci API handles building native call frames
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/oo.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* objects.h
* Copyright (C) 2007-2008, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Parrot class and object header stuff
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/oo_private.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* oo_private.h
* Copyright (C) 2007-2008, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Structs, typedefs and macros for the Class, Object, and PMCProxy PMCs.
* This header file is only included by files within the OO subsystem.
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/op.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* op.h
* Copyright (C) 2001-2007, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Header file for op functions.
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/oplib.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* oplib.h
* Copyright (C) 2001-2003, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Header file for op libraries.
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/parrot.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* parrot.h
* Copyright (C) 2001-2009, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* General header file includes for the parrot interpreter
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/pmc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* pmc.h
* Copyright (C) 2001-2007, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* This is the api header for the pmc subsystem
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/pmc_freeze.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* pmc_freeze.h
* Copyright (C) 2001-2003, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* PMC freeze and thaw interface
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/pobj.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* pobj.h
* Copyright (C) 2001-2005, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Parrot Object data members and flags enum
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/runcore_api.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* runcore_api.h
* Copyright (C) 2001-2009, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Functions and macros to dispatch opcodes.
*/
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/runcore_profiling.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* runcore_api.h
* Copyright (C) 2001-2009, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Functions and macros to dispatch opcodes.
*/
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/runcore_trace.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* runcore_trace.h
* Copyright (C) 2001-2009, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Tracing runcore.
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/scheduler.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* scheduler.h
* Copyright (C) 2007, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Parrot concurrency scheduler header stuff
* Data Structure and Algorithms:
Expand Down
2 changes: 0 additions & 2 deletions include/parrot/scheduler_private.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* scheduler.h
* Copyright (C) 2007, Parrot Foundation.
* SVN Info
* $Id$
* Overview:
* Parrot concurrency scheduler private core structs and flags
* Data Structure and Algorithms:
Expand Down
Loading

0 comments on commit ffc343b

Please sign in to comment.