[svn:parrot] r38369 - in trunk: compilers/json compilers/ncigen/src/builtins compilers/nqp/bootstrap compilers/nqp/src compilers/nqp/src/Grammar compilers/pct/src/PCT compilers/pge compilers/pge/PGE compilers/tge config/gen/config_pm editor examples/benchmarks examples/japh examples/languages/abc examples/languages/abc/src/builtins examples/library examples/namespace examples/nci examples/opengl examples/pasm examples/past examples/pir examples/pir/befunge examples/shootout examples/streams examples/tcl examples/tge/branch examples/tge/branch/lib examples/tutorial ext/Parrot-Embed/t ext/SQLite3 runtime/parrot/include runtime/parrot/library runtime/parrot/library/Config runtime/parrot/library/Data runtime/parrot/library/Digest runtime/parrot/library/NCI runtime/parrot/library/PGE runtime/parrot/library/Tcl runtime/parrot/library/YAML src/dynpmc tools/dev

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sun Apr 26 12:57:16 UTC 2009


Author: fperrad
Date: Sun Apr 26 12:57:09 2009
New Revision: 38369
URL: https://trac.parrot.org/parrot/changeset/38369

Log:
[codingstd] add missing Copyright

Modified:
   trunk/compilers/json/test.pir
   trunk/compilers/ncigen/src/builtins/say.pir
   trunk/compilers/nqp/bootstrap/actions.pm
   trunk/compilers/nqp/bootstrap/nqp.pir
   trunk/compilers/nqp/src/Grammar.pg
   trunk/compilers/nqp/src/Grammar/Actions.pir
   trunk/compilers/nqp/src/builtins.pir
   trunk/compilers/pct/src/PCT/Dumper.pir
   trunk/compilers/pct/src/PCT/HLLCompiler.pir
   trunk/compilers/pge/PGE.pir
   trunk/compilers/pge/PGE/Exp.pir
   trunk/compilers/pge/PGE/Match.pir
   trunk/compilers/pge/PGE/OPTable.pir
   trunk/compilers/pge/PGE/P5Regex.pir
   trunk/compilers/pge/PGE/Perl6Regex.pir
   trunk/compilers/pge/PGE/Regex.pir
   trunk/compilers/pge/PGE/builtins.pg
   trunk/compilers/pge/demo.pir
   trunk/compilers/tge/tgc.pir
   trunk/config/gen/config_pm/config_lib_pasm.in
   trunk/editor/skeleton.pir
   trunk/examples/benchmarks/float4.pir
   trunk/examples/benchmarks/oo1.pasm
   trunk/examples/benchmarks/oo2.pasm
   trunk/examples/benchmarks/oo3.pasm
   trunk/examples/benchmarks/oo4.pasm
   trunk/examples/benchmarks/oo5.pir
   trunk/examples/benchmarks/oo6.pir
   trunk/examples/benchmarks/oofib.pir
   trunk/examples/benchmarks/overload.pir
   trunk/examples/benchmarks/vpm.pir
   trunk/examples/japh/japh1.pasm
   trunk/examples/japh/japh3.pasm
   trunk/examples/japh/japh4.pasm
   trunk/examples/japh/japh5.pasm
   trunk/examples/languages/abc/abc.pir
   trunk/examples/languages/abc/src/builtins/all.pir
   trunk/examples/library/md5sum.pir
   trunk/examples/namespace/namespace_dump.pir
   trunk/examples/nci/sdl_blue_rectangle.pir
   trunk/examples/opengl/shapes.pir
   trunk/examples/opengl/static-triangle.pir
   trunk/examples/opengl/triangle.pir
   trunk/examples/pasm/hello.pasm
   trunk/examples/past/four_plus_one.pir
   trunk/examples/pir/befunge/befunge.pir
   trunk/examples/pir/befunge/debug.pir
   trunk/examples/pir/befunge/flow.pir
   trunk/examples/pir/befunge/io.pir
   trunk/examples/pir/befunge/load.pir
   trunk/examples/pir/befunge/maths.pir
   trunk/examples/pir/befunge/stack.pir
   trunk/examples/pir/levenshtein.pir
   trunk/examples/pir/queens_r.pir
   trunk/examples/pir/sudoku.pir
   trunk/examples/shootout/ack.pir
   trunk/examples/shootout/binarytrees.pir
   trunk/examples/shootout/fannkuch.pir
   trunk/examples/shootout/fasta.pir
   trunk/examples/shootout/harmonic.pir
   trunk/examples/shootout/knucleotide.pir
   trunk/examples/shootout/mandelbrot.pir
   trunk/examples/shootout/nbody.pir
   trunk/examples/shootout/nsieve-bits-2.pir
   trunk/examples/shootout/nsieve-bits.pir
   trunk/examples/shootout/nsieve.pir
   trunk/examples/shootout/partialsums-2.pir
   trunk/examples/shootout/partialsums.pir
   trunk/examples/shootout/pidigits.pir
   trunk/examples/shootout/random.pasm
   trunk/examples/shootout/random.pir
   trunk/examples/shootout/recursive-2.pir
   trunk/examples/shootout/recursive.pir
   trunk/examples/shootout/regexdna.pir
   trunk/examples/shootout/revcomp.pir
   trunk/examples/shootout/spectralnorm.pir
   trunk/examples/shootout/sumcol.pir
   trunk/examples/shootout/takfp.pir
   trunk/examples/streams/Replay.pir
   trunk/examples/tcl/tcltkdemo.pir
   trunk/examples/tge/branch/lib/Branch.pir
   trunk/examples/tge/branch/lib/Leaf.pir
   trunk/examples/tge/branch/transform.pir
   trunk/examples/tutorial/01_temp_var.pir
   trunk/examples/tutorial/02_local_var.pir
   trunk/examples/tutorial/03_temp_var_basic_pmcs.pir
   trunk/examples/tutorial/04_pod_comments.pir
   trunk/examples/tutorial/10_math_ops.pir
   trunk/examples/tutorial/11_math_ops_self_mod.pir
   trunk/examples/tutorial/12_math_ops_pasm.pir
   trunk/examples/tutorial/13_logical_ops.pir
   trunk/examples/tutorial/20_string_ops.pir
   trunk/examples/tutorial/21_string_ops_repeat.pir
   trunk/examples/tutorial/22_string_ops_length.pir
   trunk/examples/tutorial/23_string_ops_substr.pir
   trunk/examples/tutorial/24_string_ops_clone.pir
   trunk/examples/tutorial/30_arrays_basic.pir
   trunk/examples/tutorial/31_array_ops_split.pir
   trunk/examples/tutorial/32_array_ops_sprintf.pir
   trunk/examples/tutorial/33_hashes.pir
   trunk/examples/tutorial/34_multikey.pir
   trunk/examples/tutorial/40_file_ops.pir
   trunk/examples/tutorial/50_goto.pir
   trunk/examples/tutorial/51_if_unless.pir
   trunk/examples/tutorial/52_if_compare.pir
   trunk/examples/tutorial/53_loop.pir
   trunk/examples/tutorial/55_iterator.pir
   trunk/examples/tutorial/56_defined.pir
   trunk/examples/tutorial/57_exists.pir
   trunk/examples/tutorial/60_subroutines.pir
   trunk/examples/tutorial/61_namespaces.pir
   trunk/examples/tutorial/62_namespaces.pir
   trunk/examples/tutorial/70_class_object.pir
   trunk/examples/tutorial/81_continuation.pir
   trunk/examples/tutorial/82_coroutine.pir
   trunk/examples/tutorial/83_external_libraries.pir
   trunk/examples/tutorial/90_writing_tests.pir
   trunk/ext/Parrot-Embed/t/greet.pir
   trunk/ext/SQLite3/SQLite3.pir
   trunk/ext/SQLite3/test.pir
   trunk/runtime/parrot/include/hllmacros.pir
   trunk/runtime/parrot/include/sockets.pasm
   trunk/runtime/parrot/library/Config/JSON.pir
   trunk/runtime/parrot/library/Crow.pir
   trunk/runtime/parrot/library/Data/Dumper.pir
   trunk/runtime/parrot/library/Digest/MD5.pir
   trunk/runtime/parrot/library/JSON.pir
   trunk/runtime/parrot/library/NCI/call_toolkit_init.pir
   trunk/runtime/parrot/library/OpenGL.pir
   trunk/runtime/parrot/library/PGE/Dumper.pir
   trunk/runtime/parrot/library/PGE/Glob.pir
   trunk/runtime/parrot/library/PGE/Hs.pir
   trunk/runtime/parrot/library/PGE/Perl6Grammar.pir
   trunk/runtime/parrot/library/PGE/Text.pir
   trunk/runtime/parrot/library/PGE/Util.pir
   trunk/runtime/parrot/library/Protoobject.pir
   trunk/runtime/parrot/library/Range.pir
   trunk/runtime/parrot/library/Tcl/Glob.pir
   trunk/runtime/parrot/library/YAML/Dumper.pir
   trunk/runtime/parrot/library/ncurses.pasm
   trunk/runtime/parrot/library/ncurses.pir
   trunk/runtime/parrot/library/pcore.pir
   trunk/runtime/parrot/library/postgres.pasm
   trunk/runtime/parrot/library/postgres.pir
   trunk/runtime/parrot/library/random_lib.pir
   trunk/runtime/parrot/library/tcpstream.pir
   trunk/runtime/parrot/library/yaml_dumper.pir
   trunk/src/dynpmc/ext.pir
   trunk/src/dynpmc/main.pasm
   trunk/tools/dev/bench_op.pir
   trunk/tools/dev/pbc_to_exe.pir

Modified: trunk/compilers/json/test.pir
==============================================================================
--- trunk/compilers/json/test.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/compilers/json/test.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #!../../parrot
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 
 .sub main :main

Modified: trunk/compilers/ncigen/src/builtins/say.pir
==============================================================================
--- trunk/compilers/ncigen/src/builtins/say.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/compilers/ncigen/src/builtins/say.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2008-2009, Parrot Foundation.
 # $Id$
 
 =head1

Modified: trunk/compilers/nqp/bootstrap/actions.pm
==============================================================================
--- trunk/compilers/nqp/bootstrap/actions.pm	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/compilers/nqp/bootstrap/actions.pm	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2008, Parrot Foundation.
+# Copyright (C) 2008-2008, Parrot Foundation.
 # $Id$
 
 

Modified: trunk/compilers/nqp/bootstrap/nqp.pir
==============================================================================
--- trunk/compilers/nqp/bootstrap/nqp.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/compilers/nqp/bootstrap/nqp.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2008-2009, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/compilers/nqp/src/Grammar.pg
==============================================================================
--- trunk/compilers/nqp/src/Grammar.pg	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/compilers/nqp/src/Grammar.pg	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007, Parrot Foundation.
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 
@@ -261,7 +261,7 @@
 
 token methodop {
     '.' <ident>
-    [ 
+    [
     | '(' ~ ')' <arglist> {*}                              #= arglist
     | {*}                                                  #= null
     ]

Modified: trunk/compilers/nqp/src/Grammar/Actions.pir
==============================================================================
--- trunk/compilers/nqp/src/Grammar/Actions.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/compilers/nqp/src/Grammar/Actions.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2008, Parrot Foundation.
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 .sub '__onload' :init :load

Modified: trunk/compilers/nqp/src/builtins.pir
==============================================================================
--- trunk/compilers/nqp/src/builtins.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/compilers/nqp/src/builtins.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 .namespace []

Modified: trunk/compilers/pct/src/PCT/Dumper.pir
==============================================================================
--- trunk/compilers/pct/src/PCT/Dumper.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/compilers/pct/src/PCT/Dumper.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2009, Parrot Foundation.
 # $Id$
 
 =head1 NAME

Modified: trunk/compilers/pct/src/PCT/HLLCompiler.pir
==============================================================================
--- trunk/compilers/pct/src/PCT/HLLCompiler.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/compilers/pct/src/PCT/HLLCompiler.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 
 =head1 NAME

Modified: trunk/compilers/pge/PGE.pir
==============================================================================
--- trunk/compilers/pge/PGE.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/compilers/pge/PGE.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/compilers/pge/PGE/Exp.pir
==============================================================================
--- trunk/compilers/pge/PGE/Exp.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/compilers/pge/PGE/Exp.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/compilers/pge/PGE/Match.pir
==============================================================================
--- trunk/compilers/pge/PGE/Match.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/compilers/pge/PGE/Match.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 
 =head1 NAME

Modified: trunk/compilers/pge/PGE/OPTable.pir
==============================================================================
--- trunk/compilers/pge/PGE/OPTable.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/compilers/pge/PGE/OPTable.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 
 =head1 Title

Modified: trunk/compilers/pge/PGE/P5Regex.pir
==============================================================================
--- trunk/compilers/pge/PGE/P5Regex.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/compilers/pge/PGE/P5Regex.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 
 .namespace [ "PGE";"P5Regex" ]

Modified: trunk/compilers/pge/PGE/Perl6Regex.pir
==============================================================================
--- trunk/compilers/pge/PGE/Perl6Regex.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/compilers/pge/PGE/Perl6Regex.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/compilers/pge/PGE/Regex.pir
==============================================================================
--- trunk/compilers/pge/PGE/Regex.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/compilers/pge/PGE/Regex.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/compilers/pge/PGE/builtins.pg
==============================================================================
--- trunk/compilers/pge/PGE/builtins.pg	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/compilers/pge/PGE/builtins.pg	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,6 @@
+# Copyright (C) 2006-2009, Parrot Foundation.
+# $Id$
+
 grammar PGE::Grammar;
 
 token name { <ident> [ \:\: <ident> ]* }

Modified: trunk/compilers/pge/demo.pir
==============================================================================
--- trunk/compilers/pge/demo.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/compilers/pge/demo.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 
 .include "errors.pasm"

Modified: trunk/compilers/tge/tgc.pir
==============================================================================
--- trunk/compilers/tge/tgc.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/compilers/tge/tgc.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/config/gen/config_pm/config_lib_pasm.in
==============================================================================
--- trunk/config/gen/config_pm/config_lib_pasm.in	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/config/gen/config_pm/config_lib_pasm.in	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 .pcc_sub main:

Modified: trunk/editor/skeleton.pir
==============================================================================
--- trunk/editor/skeleton.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/editor/skeleton.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 
 .sub main :main

Modified: trunk/examples/benchmarks/float4.pir
==============================================================================
--- trunk/examples/benchmarks/float4.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/benchmarks/float4.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2008-2009, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/examples/benchmarks/oo1.pasm
==============================================================================
--- trunk/examples/benchmarks/oo1.pasm	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/benchmarks/oo1.pasm	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 # all timings Athlon 800, gcc 2.95.2

Modified: trunk/examples/benchmarks/oo2.pasm
==============================================================================
--- trunk/examples/benchmarks/oo2.pasm	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/benchmarks/oo2.pasm	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 # all timings Athlon 800, gcc 2.95.2

Modified: trunk/examples/benchmarks/oo3.pasm
==============================================================================
--- trunk/examples/benchmarks/oo3.pasm	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/benchmarks/oo3.pasm	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 .namespace [ "Foo" ]

Modified: trunk/examples/benchmarks/oo4.pasm
==============================================================================
--- trunk/examples/benchmarks/oo4.pasm	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/benchmarks/oo4.pasm	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 .namespace [ "Foo" ]

Modified: trunk/examples/benchmarks/oo5.pir
==============================================================================
--- trunk/examples/benchmarks/oo5.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/benchmarks/oo5.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 .sub bench :main

Modified: trunk/examples/benchmarks/oo6.pir
==============================================================================
--- trunk/examples/benchmarks/oo6.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/benchmarks/oo6.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 .sub bench :main

Modified: trunk/examples/benchmarks/oofib.pir
==============================================================================
--- trunk/examples/benchmarks/oofib.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/benchmarks/oofib.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 .sub bench :main

Modified: trunk/examples/benchmarks/overload.pir
==============================================================================
--- trunk/examples/benchmarks/overload.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/benchmarks/overload.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 .sub bench :main

Modified: trunk/examples/benchmarks/vpm.pir
==============================================================================
--- trunk/examples/benchmarks/vpm.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/benchmarks/vpm.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 # beginn

Modified: trunk/examples/japh/japh1.pasm
==============================================================================
--- trunk/examples/japh/japh1.pasm	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/japh/japh1.pasm	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 	newclass P0, "Japh"

Modified: trunk/examples/japh/japh3.pasm
==============================================================================
--- trunk/examples/japh/japh3.pasm	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/japh/japh3.pasm	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 # the substr JaPH

Modified: trunk/examples/japh/japh4.pasm
==============================================================================
--- trunk/examples/japh/japh4.pasm	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/japh/japh4.pasm	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 newclass P1, "Japh"

Modified: trunk/examples/japh/japh5.pasm
==============================================================================
--- trunk/examples/japh/japh5.pasm	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/japh/japh5.pasm	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 # JaPH utilizing an object

Modified: trunk/examples/languages/abc/abc.pir
==============================================================================
--- trunk/examples/languages/abc/abc.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/languages/abc/abc.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/examples/languages/abc/src/builtins/all.pir
==============================================================================
--- trunk/examples/languages/abc/src/builtins/all.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/languages/abc/src/builtins/all.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 
 =head1

Modified: trunk/examples/library/md5sum.pir
==============================================================================
--- trunk/examples/library/md5sum.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/library/md5sum.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 
 =head1 NAME

Modified: trunk/examples/namespace/namespace_dump.pir
==============================================================================
--- trunk/examples/namespace/namespace_dump.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/namespace/namespace_dump.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 
 #

Modified: trunk/examples/nci/sdl_blue_rectangle.pir
==============================================================================
--- trunk/examples/nci/sdl_blue_rectangle.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/nci/sdl_blue_rectangle.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 .sub _main :main

Modified: trunk/examples/opengl/shapes.pir
==============================================================================
--- trunk/examples/opengl/shapes.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/opengl/shapes.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2008-2009, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/examples/opengl/static-triangle.pir
==============================================================================
--- trunk/examples/opengl/static-triangle.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/opengl/static-triangle.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2008, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/examples/opengl/triangle.pir
==============================================================================
--- trunk/examples/opengl/triangle.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/opengl/triangle.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2008-2009, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/examples/pasm/hello.pasm
==============================================================================
--- trunk/examples/pasm/hello.pasm	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/pasm/hello.pasm	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 
 =head1 NAME

Modified: trunk/examples/past/four_plus_one.pir
==============================================================================
--- trunk/examples/past/four_plus_one.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/past/four_plus_one.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 # Set up a PAST data structure that represents a sub and run it.

Modified: trunk/examples/pir/befunge/befunge.pir
==============================================================================
--- trunk/examples/pir/befunge/befunge.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/pir/befunge/befunge.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2002-2009, Parrot Foundation.
 # $Id$
 
 .include "debug.pir"

Modified: trunk/examples/pir/befunge/debug.pir
==============================================================================
--- trunk/examples/pir/befunge/debug.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/pir/befunge/debug.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2002-2009, Parrot Foundation.
 # $Id$
 
 #

Modified: trunk/examples/pir/befunge/flow.pir
==============================================================================
--- trunk/examples/pir/befunge/flow.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/pir/befunge/flow.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2002-2009, Parrot Foundation.
 # $Id$
 
 # ** direction changing

Modified: trunk/examples/pir/befunge/io.pir
==============================================================================
--- trunk/examples/pir/befunge/io.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/pir/befunge/io.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2002-2009, Parrot Foundation.
 # $Id$
 
 # ** string mode

Modified: trunk/examples/pir/befunge/load.pir
==============================================================================
--- trunk/examples/pir/befunge/load.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/pir/befunge/load.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2002-2009, Parrot Foundation.
 # $Id$
 
 #

Modified: trunk/examples/pir/befunge/maths.pir
==============================================================================
--- trunk/examples/pir/befunge/maths.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/pir/befunge/maths.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2002-2009, Parrot Foundation.
 # $Id$
 
 #

Modified: trunk/examples/pir/befunge/stack.pir
==============================================================================
--- trunk/examples/pir/befunge/stack.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/pir/befunge/stack.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2002-2009, Parrot Foundation.
 # $Id$
 
 #

Modified: trunk/examples/pir/levenshtein.pir
==============================================================================
--- trunk/examples/pir/levenshtein.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/pir/levenshtein.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,10 +1,11 @@
+# Copyright (C) 2006-2009, Parrot Foundation.
+# $Id$
 #
 # Levenshtein distance
 #
 # implementation based on http://www.merriampark.com/ld.htm
 # First implementation by Alberto Simoes (ambs <at> cpan.org)
 #
-# $Id$
 
 # .sub main :main
 #         $S1 = "purl"

Modified: trunk/examples/pir/queens_r.pir
==============================================================================
--- trunk/examples/pir/queens_r.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/pir/queens_r.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 
 # recursive queens placement

Modified: trunk/examples/pir/sudoku.pir
==============================================================================
--- trunk/examples/pir/sudoku.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/pir/sudoku.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 
 =pod

Modified: trunk/examples/shootout/ack.pir
==============================================================================
--- trunk/examples/shootout/ack.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/ack.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #!./parrot
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 # OUTPUT="Ack(3, 9) = 4093\n"
 #

Modified: trunk/examples/shootout/binarytrees.pir
==============================================================================
--- trunk/examples/shootout/binarytrees.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/binarytrees.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #!./parrot -R cgp
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 #
 # binarytrees.pir N         (N = 16 for shootout)

Modified: trunk/examples/shootout/fannkuch.pir
==============================================================================
--- trunk/examples/shootout/fannkuch.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/fannkuch.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #!./parrot
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 #
 # ./parrot -R jit fannkuch.pir N         (N = 9 for shootout)

Modified: trunk/examples/shootout/fasta.pir
==============================================================================
--- trunk/examples/shootout/fasta.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/fasta.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #!./parrot -R cgp
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 #
 # fasta.pir N         (N = 2500000 for shootout)

Modified: trunk/examples/shootout/harmonic.pir
==============================================================================
--- trunk/examples/shootout/harmonic.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/harmonic.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 
 =head1 NAME

Modified: trunk/examples/shootout/knucleotide.pir
==============================================================================
--- trunk/examples/shootout/knucleotide.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/knucleotide.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 
 .sub main :main

Modified: trunk/examples/shootout/mandelbrot.pir
==============================================================================
--- trunk/examples/shootout/mandelbrot.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/mandelbrot.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #!./parrot
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 
 =head1 NAME

Modified: trunk/examples/shootout/nbody.pir
==============================================================================
--- trunk/examples/shootout/nbody.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/nbody.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #!./parrot
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 # The Computer Language Shootout
 # http://shootout.alioth.debian.org/

Modified: trunk/examples/shootout/nsieve-bits-2.pir
==============================================================================
--- trunk/examples/shootout/nsieve-bits-2.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/nsieve-bits-2.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #!./parrot
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 #
 # ./parrot -R jit nsieve-bits-2.pir N  (N = 9 for shootout)

Modified: trunk/examples/shootout/nsieve-bits.pir
==============================================================================
--- trunk/examples/shootout/nsieve-bits.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/nsieve-bits.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #!./parrot
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 #
 # ./parrot -R jit nsieve-bits.pir N  (N = 9 for shootout)

Modified: trunk/examples/shootout/nsieve.pir
==============================================================================
--- trunk/examples/shootout/nsieve.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/nsieve.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #!./parrot
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 #
 # ./parrot -R jit nsieve.pir N  (N = 9 for shootout)

Modified: trunk/examples/shootout/partialsums-2.pir
==============================================================================
--- trunk/examples/shootout/partialsums-2.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/partialsums-2.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #!./parrot
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 #
 # ./parrot -R jit partialsums-2.pir N  (N = 2500000 for shootout)

Modified: trunk/examples/shootout/partialsums.pir
==============================================================================
--- trunk/examples/shootout/partialsums.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/partialsums.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #!./parrot -R cgp
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 #
 # partialsums N  (N = 2500000 for shootout)

Modified: trunk/examples/shootout/pidigits.pir
==============================================================================
--- trunk/examples/shootout/pidigits.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/pidigits.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #!./parrot -R cgp
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 #
 # pidigits N  (N = 1000 for shootout)

Modified: trunk/examples/shootout/random.pasm
==============================================================================
--- trunk/examples/shootout/random.pasm	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/random.pasm	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #!./parrot -R jit
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 #
 # random.pasm N         (N = 900000 for shootout)

Modified: trunk/examples/shootout/random.pir
==============================================================================
--- trunk/examples/shootout/random.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/random.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #!./parrot -R cgp
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 #
 # random.pir N         (N = 900000 for shootout)

Modified: trunk/examples/shootout/recursive-2.pir
==============================================================================
--- trunk/examples/shootout/recursive-2.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/recursive-2.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #!./parrot
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 #
 # Ack by Leopold Toetsch

Modified: trunk/examples/shootout/recursive.pir
==============================================================================
--- trunk/examples/shootout/recursive.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/recursive.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #!./parrot
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 #
 # Ack by Leopold Toetsch

Modified: trunk/examples/shootout/regexdna.pir
==============================================================================
--- trunk/examples/shootout/regexdna.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/regexdna.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 
 .sub main :main

Modified: trunk/examples/shootout/revcomp.pir
==============================================================================
--- trunk/examples/shootout/revcomp.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/revcomp.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #!parrot
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 # Reads from stdin a file in the format made by fasta.pir
 # ./parrot -R jit

Modified: trunk/examples/shootout/spectralnorm.pir
==============================================================================
--- trunk/examples/shootout/spectralnorm.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/spectralnorm.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #!./parrot
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 #
 # ./parrot -R jit spectralnorm.pir N         (N = 100 for shootout)

Modified: trunk/examples/shootout/sumcol.pir
==============================================================================
--- trunk/examples/shootout/sumcol.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/sumcol.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #!./parrot
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 #
 # ./parrot -R jit sumcol.pir < sum8M

Modified: trunk/examples/shootout/takfp.pir
==============================================================================
--- trunk/examples/shootout/takfp.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/shootout/takfp.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #!./parrot -R cgp
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 #
 # ./parrot -R cgp takfp.pir N         (N = 10 for shootout)

Modified: trunk/examples/streams/Replay.pir
==============================================================================
--- trunk/examples/streams/Replay.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/streams/Replay.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 .sub _main :main

Modified: trunk/examples/tcl/tcltkdemo.pir
==============================================================================
--- trunk/examples/tcl/tcltkdemo.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tcl/tcltkdemo.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2009, Parrot Foundation.
 # $Id$
 # demonstrate Tcl/Tk GUI using NCI
 

Modified: trunk/examples/tge/branch/lib/Branch.pir
==============================================================================
--- trunk/examples/tge/branch/lib/Branch.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tge/branch/lib/Branch.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 
 =head1 NAME

Modified: trunk/examples/tge/branch/lib/Leaf.pir
==============================================================================
--- trunk/examples/tge/branch/lib/Leaf.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tge/branch/lib/Leaf.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 
 =head1 NAME

Modified: trunk/examples/tge/branch/transform.pir
==============================================================================
--- trunk/examples/tge/branch/transform.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tge/branch/transform.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 
 =head1 NAME

Modified: trunk/examples/tutorial/01_temp_var.pir
==============================================================================
--- trunk/examples/tutorial/01_temp_var.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/01_temp_var.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 Simple Variables

Modified: trunk/examples/tutorial/02_local_var.pir
==============================================================================
--- trunk/examples/tutorial/02_local_var.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/02_local_var.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 Named Variables

Modified: trunk/examples/tutorial/03_temp_var_basic_pmcs.pir
==============================================================================
--- trunk/examples/tutorial/03_temp_var_basic_pmcs.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/03_temp_var_basic_pmcs.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 Basic PMC Types

Modified: trunk/examples/tutorial/04_pod_comments.pir
==============================================================================
--- trunk/examples/tutorial/04_pod_comments.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/04_pod_comments.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 Pod Documentation

Modified: trunk/examples/tutorial/10_math_ops.pir
==============================================================================
--- trunk/examples/tutorial/10_math_ops.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/10_math_ops.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 Math Operations

Modified: trunk/examples/tutorial/11_math_ops_self_mod.pir
==============================================================================
--- trunk/examples/tutorial/11_math_ops_self_mod.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/11_math_ops_self_mod.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 Math Operations (continued)

Modified: trunk/examples/tutorial/12_math_ops_pasm.pir
==============================================================================
--- trunk/examples/tutorial/12_math_ops_pasm.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/12_math_ops_pasm.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 Math Operations (continued)

Modified: trunk/examples/tutorial/13_logical_ops.pir
==============================================================================
--- trunk/examples/tutorial/13_logical_ops.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/13_logical_ops.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 Logical Operations

Modified: trunk/examples/tutorial/20_string_ops.pir
==============================================================================
--- trunk/examples/tutorial/20_string_ops.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/20_string_ops.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 String Operations

Modified: trunk/examples/tutorial/21_string_ops_repeat.pir
==============================================================================
--- trunk/examples/tutorial/21_string_ops_repeat.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/21_string_ops_repeat.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 String Operations (continued)

Modified: trunk/examples/tutorial/22_string_ops_length.pir
==============================================================================
--- trunk/examples/tutorial/22_string_ops_length.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/22_string_ops_length.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 String Operations (continued)

Modified: trunk/examples/tutorial/23_string_ops_substr.pir
==============================================================================
--- trunk/examples/tutorial/23_string_ops_substr.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/23_string_ops_substr.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 String Operations (continued)

Modified: trunk/examples/tutorial/24_string_ops_clone.pir
==============================================================================
--- trunk/examples/tutorial/24_string_ops_clone.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/24_string_ops_clone.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1

Modified: trunk/examples/tutorial/30_arrays_basic.pir
==============================================================================
--- trunk/examples/tutorial/30_arrays_basic.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/30_arrays_basic.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1

Modified: trunk/examples/tutorial/31_array_ops_split.pir
==============================================================================
--- trunk/examples/tutorial/31_array_ops_split.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/31_array_ops_split.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1

Modified: trunk/examples/tutorial/32_array_ops_sprintf.pir
==============================================================================
--- trunk/examples/tutorial/32_array_ops_sprintf.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/32_array_ops_sprintf.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1

Modified: trunk/examples/tutorial/33_hashes.pir
==============================================================================
--- trunk/examples/tutorial/33_hashes.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/33_hashes.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 Hashes

Modified: trunk/examples/tutorial/34_multikey.pir
==============================================================================
--- trunk/examples/tutorial/34_multikey.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/34_multikey.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 Multi-Level Keys

Modified: trunk/examples/tutorial/40_file_ops.pir
==============================================================================
--- trunk/examples/tutorial/40_file_ops.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/40_file_ops.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 File Operations

Modified: trunk/examples/tutorial/50_goto.pir
==============================================================================
--- trunk/examples/tutorial/50_goto.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/50_goto.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1

Modified: trunk/examples/tutorial/51_if_unless.pir
==============================================================================
--- trunk/examples/tutorial/51_if_unless.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/51_if_unless.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 if and unless

Modified: trunk/examples/tutorial/52_if_compare.pir
==============================================================================
--- trunk/examples/tutorial/52_if_compare.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/52_if_compare.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 Comparison Branching

Modified: trunk/examples/tutorial/53_loop.pir
==============================================================================
--- trunk/examples/tutorial/53_loop.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/53_loop.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 Loops

Modified: trunk/examples/tutorial/55_iterator.pir
==============================================================================
--- trunk/examples/tutorial/55_iterator.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/55_iterator.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 iterators

Modified: trunk/examples/tutorial/56_defined.pir
==============================================================================
--- trunk/examples/tutorial/56_defined.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/56_defined.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 defined

Modified: trunk/examples/tutorial/57_exists.pir
==============================================================================
--- trunk/examples/tutorial/57_exists.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/57_exists.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 exists

Modified: trunk/examples/tutorial/60_subroutines.pir
==============================================================================
--- trunk/examples/tutorial/60_subroutines.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/60_subroutines.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 Subroutines

Modified: trunk/examples/tutorial/61_namespaces.pir
==============================================================================
--- trunk/examples/tutorial/61_namespaces.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/61_namespaces.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 Namespaces

Modified: trunk/examples/tutorial/62_namespaces.pir
==============================================================================
--- trunk/examples/tutorial/62_namespaces.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/62_namespaces.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 Subroutines in a Namespace

Modified: trunk/examples/tutorial/70_class_object.pir
==============================================================================
--- trunk/examples/tutorial/70_class_object.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/70_class_object.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 Classes

Modified: trunk/examples/tutorial/81_continuation.pir
==============================================================================
--- trunk/examples/tutorial/81_continuation.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/81_continuation.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 Continuations

Modified: trunk/examples/tutorial/82_coroutine.pir
==============================================================================
--- trunk/examples/tutorial/82_coroutine.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/82_coroutine.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 Coroutines

Modified: trunk/examples/tutorial/83_external_libraries.pir
==============================================================================
--- trunk/examples/tutorial/83_external_libraries.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/83_external_libraries.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 External C Function Call

Modified: trunk/examples/tutorial/90_writing_tests.pir
==============================================================================
--- trunk/examples/tutorial/90_writing_tests.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/examples/tutorial/90_writing_tests.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 Writing Tests

Modified: trunk/ext/Parrot-Embed/t/greet.pir
==============================================================================
--- trunk/ext/Parrot-Embed/t/greet.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/ext/Parrot-Embed/t/greet.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 
 .sub greet

Modified: trunk/ext/SQLite3/SQLite3.pir
==============================================================================
--- trunk/ext/SQLite3/SQLite3.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/ext/SQLite3/SQLite3.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2008-2009, Parrot Foundation.
 # $Id$
 
 .namespace ['SQLite']

Modified: trunk/ext/SQLite3/test.pir
==============================================================================
--- trunk/ext/SQLite3/test.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/ext/SQLite3/test.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #../../parrot -t5 test.pir
+# Copyright (C) 2008-2009, Parrot Foundation.
 # $Id$
 
 .sub 'main'

Modified: trunk/runtime/parrot/include/hllmacros.pir
==============================================================================
--- trunk/runtime/parrot/include/hllmacros.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/include/hllmacros.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 
 =head1 High Level Language Macros

Modified: trunk/runtime/parrot/include/sockets.pasm
==============================================================================
--- trunk/runtime/parrot/include/sockets.pasm	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/include/sockets.pasm	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 
 # families

Modified: trunk/runtime/parrot/library/Config/JSON.pir
==============================================================================
--- trunk/runtime/parrot/library/Config/JSON.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/Config/JSON.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 Config::JSON

Modified: trunk/runtime/parrot/library/Crow.pir
==============================================================================
--- trunk/runtime/parrot/library/Crow.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/Crow.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 .namespace ['Crow']

Modified: trunk/runtime/parrot/library/Data/Dumper.pir
==============================================================================
--- trunk/runtime/parrot/library/Data/Dumper.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/Data/Dumper.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 .sub __library_data_dumper_onload :load

Modified: trunk/runtime/parrot/library/Digest/MD5.pir
==============================================================================
--- trunk/runtime/parrot/library/Digest/MD5.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/Digest/MD5.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 #
 # Parrot MD5 library; Nick Glencross <nickg at glencros.demon.co.uk>

Modified: trunk/runtime/parrot/library/JSON.pir
==============================================================================
--- trunk/runtime/parrot/library/JSON.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/JSON.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/runtime/parrot/library/NCI/call_toolkit_init.pir
==============================================================================
--- trunk/runtime/parrot/library/NCI/call_toolkit_init.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/NCI/call_toolkit_init.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2008-2009, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/runtime/parrot/library/OpenGL.pir
==============================================================================
--- trunk/runtime/parrot/library/OpenGL.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/OpenGL.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2008-2009, Parrot Foundation.
 # $Id$
 
 =head1 NAME

Modified: trunk/runtime/parrot/library/PGE/Dumper.pir
==============================================================================
--- trunk/runtime/parrot/library/PGE/Dumper.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/PGE/Dumper.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/runtime/parrot/library/PGE/Glob.pir
==============================================================================
--- trunk/runtime/parrot/library/PGE/Glob.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/PGE/Glob.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/runtime/parrot/library/PGE/Hs.pir
==============================================================================
--- trunk/runtime/parrot/library/PGE/Hs.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/PGE/Hs.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 
 =head1 Title

Modified: trunk/runtime/parrot/library/PGE/Perl6Grammar.pir
==============================================================================
--- trunk/runtime/parrot/library/PGE/Perl6Grammar.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/PGE/Perl6Grammar.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/runtime/parrot/library/PGE/Text.pir
==============================================================================
--- trunk/runtime/parrot/library/PGE/Text.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/PGE/Text.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/runtime/parrot/library/PGE/Util.pir
==============================================================================
--- trunk/runtime/parrot/library/PGE/Util.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/PGE/Util.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/runtime/parrot/library/Protoobject.pir
==============================================================================
--- trunk/runtime/parrot/library/Protoobject.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/Protoobject.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/runtime/parrot/library/Range.pir
==============================================================================
--- trunk/runtime/parrot/library/Range.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/Range.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2007-2009, Parrot Foundation.
 # $Id$
 
 =head1 Range

Modified: trunk/runtime/parrot/library/Tcl/Glob.pir
==============================================================================
--- trunk/runtime/parrot/library/Tcl/Glob.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/Tcl/Glob.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/runtime/parrot/library/YAML/Dumper.pir
==============================================================================
--- trunk/runtime/parrot/library/YAML/Dumper.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/YAML/Dumper.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2008-2009, Parrot Foundation.
 # $Id$
 
 .sub __library_data_dumper_onload :load

Modified: trunk/runtime/parrot/library/ncurses.pasm
==============================================================================
--- trunk/runtime/parrot/library/ncurses.pasm	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/ncurses.pasm	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 .pcc_sub :load __ncurses_init:

Modified: trunk/runtime/parrot/library/ncurses.pir
==============================================================================
--- trunk/runtime/parrot/library/ncurses.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/ncurses.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 .sub __ncurses_init :load

Modified: trunk/runtime/parrot/library/pcore.pir
==============================================================================
--- trunk/runtime/parrot/library/pcore.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/pcore.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 # create/export some useful but rarely used methods
 

Modified: trunk/runtime/parrot/library/postgres.pasm
==============================================================================
--- trunk/runtime/parrot/library/postgres.pasm	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/postgres.pasm	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 .pcc_sub __postgres_init :load

Modified: trunk/runtime/parrot/library/postgres.pir
==============================================================================
--- trunk/runtime/parrot/library/postgres.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/postgres.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 .namespace ['Pg']

Modified: trunk/runtime/parrot/library/random_lib.pir
==============================================================================
--- trunk/runtime/parrot/library/random_lib.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/random_lib.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2005-2009, Parrot Foundation.
 # $Id$
 # used by examples/shootout/random.pir and others
 # by Joshua Isom

Modified: trunk/runtime/parrot/library/tcpstream.pir
==============================================================================
--- trunk/runtime/parrot/library/tcpstream.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/tcpstream.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2006-2009, Parrot Foundation.
 # $Id$
 
 =head1 NAME

Modified: trunk/runtime/parrot/library/yaml_dumper.pir
==============================================================================
--- trunk/runtime/parrot/library/yaml_dumper.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/runtime/parrot/library/yaml_dumper.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,4 @@
-# Copyright 2008-2009, Parrot Foundation.
+# Copyright (C) 2008-2009, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/src/dynpmc/ext.pir
==============================================================================
--- trunk/src/dynpmc/ext.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/src/dynpmc/ext.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2003-2009, Parrot Foundation.
 # $Id$
 
 .sub _ext_main

Modified: trunk/src/dynpmc/main.pasm
==============================================================================
--- trunk/src/dynpmc/main.pasm	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/src/dynpmc/main.pasm	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2003-2009, Parrot Foundation.
 # $Id$
 
 # experimental subproxy class test

Modified: trunk/tools/dev/bench_op.pir
==============================================================================
--- trunk/tools/dev/bench_op.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/tools/dev/bench_op.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,3 +1,4 @@
+# Copyright (C) 2004-2009, Parrot Foundation.
 # $Id$
 
 =head1 TITLE

Modified: trunk/tools/dev/pbc_to_exe.pir
==============================================================================
--- trunk/tools/dev/pbc_to_exe.pir	Sun Apr 26 12:51:35 2009	(r38368)
+++ trunk/tools/dev/pbc_to_exe.pir	Sun Apr 26 12:57:09 2009	(r38369)
@@ -1,4 +1,5 @@
 #! parrot
+# Copyright (C) 2009, Parrot Foundation.
 # $Id$
 
 =head1 NAME


More information about the parrot-commits mailing list