Author: chromatic
Date: Tue May 15 17:53:55 2007
New Revision: 18563
Modified:
trunk/docs/pdds/draft/pdd04_datatypes.pod
trunk/docs/pdds/draft/pdd05_opfunc.pod
trunk/docs/pdds/draft/pdd06_pasm.pod
trunk/docs/pdds/draft/pdd11_extending.pod
trunk/docs/pdds/draft/pdd16_native_call.pod
trunk/docs/pdds/draft/pdd24_events.pod
trunk/docs/pdds/draft/pdd25_concurrency.pod
trunk/docs/pdds/draft/pddXX_pmc.pod
trunk/docs/pdds/pdd07_codingstd.pod
trunk/docs/pdds/pdd21_namespaces.pod
trunk/docs/pdds/pdd22_io.pod
trunk/docs/pdds/pdd23_exceptions.pod
Changes in other areas also in this revision:
Modified:
trunk/Configure.pl
trunk/compilers/json/JSON.pir
trunk/compilers/json/postalcodes.pir
trunk/compilers/tge/TGE.pir
trunk/compilers/tge/TGE/Compiler.pir
trunk/compilers/tge/TGE/Grammar.pir
trunk/compilers/tge/TGE/Rule.pir
trunk/compilers/tge/TGE/Tree.pir
trunk/config/auto/cpu.pm
trunk/config/auto/cpu/i386/auto.pm
trunk/config/auto/cpu/ppc/auto.pm
trunk/config/auto/cpu/sun4/auto.pm
trunk/config/auto/cpu/x86_64/auto.pm
trunk/config/auto/gc.pm
trunk/config/auto/gcc.pm
trunk/config/auto/m4.pm
trunk/config/auto/msvc.pm
trunk/config/auto/readline.pm
trunk/config/auto/socklen_t.pm
trunk/config/auto/va_ptr.pm
trunk/config/gen/PodText.pm
trunk/config/gen/config_h.pm
trunk/config/gen/core_pmcs.pm
trunk/config/gen/languages.pm
trunk/config/gen/makefiles.pm
trunk/config/gen/makefiles/dynoplibs_pl.in
trunk/config/gen/makefiles/root.in
trunk/config/gen/platform.pm
trunk/config/gen/revision.pm
trunk/config/init/defaults.pm
trunk/config/init/hints/linux.pm
trunk/config/init/hints/mswin32.pm
trunk/config/init/hints/msys.pm
trunk/config/init/hints/netbsd.pm
trunk/config/init/install.pm
trunk/config/inter/lex.pm
trunk/config/inter/libparrot.pm
trunk/config/inter/make.pm
trunk/config/inter/pmc.pm
trunk/config/inter/progs.pm
trunk/config/inter/shlibs.pm
trunk/config/inter/yacc.pm
trunk/docs/compiler_faq.pod
trunk/docs/configuration.pod
trunk/docs/dev/fhs.pod
trunk/docs/dev/optimizer.pod
trunk/docs/dev/wranglers.pod
trunk/docs/extend.pod
trunk/docs/imcc/calling_conventions.pod
trunk/docs/optable.pod
trunk/docs/req/model_users.pod
trunk/docs/running.pod
trunk/docs/stm/atomic.pod
trunk/docs/stm/stm_frontend.pod
trunk/docs/vtables.pod
trunk/examples/benchmarks/addit.pir
trunk/examples/benchmarks/addit2.pir
trunk/examples/benchmarks/array_access.pir
trunk/examples/benchmarks/arriter.pir
trunk/examples/benchmarks/arriter_o1.pir
trunk/examples/benchmarks/fib.pir
trunk/examples/benchmarks/mops.pl
trunk/examples/benchmarks/stress.pl
trunk/examples/benchmarks/stress1.pl
trunk/examples/benchmarks/stress2.pl
trunk/examples/io/async_select.pir
trunk/examples/io/echo_client.pir
trunk/examples/io/http.pir
trunk/examples/io/httpd.pir
trunk/examples/io/httpd2.pir
trunk/examples/library/getopt_demo.pir
trunk/examples/library/ncurses_life.pir
trunk/examples/library/pcre.pir
trunk/examples/mops/mops.pl
trunk/examples/nci/ls.pir
trunk/examples/nci/win32api.pir
trunk/examples/pir/circle.pir
trunk/examples/pir/euclid.pir
trunk/examples/pir/hanoi.pir
trunk/examples/pir/hello-dwim.pir
trunk/examples/pir/io.pir
trunk/examples/pir/life.pir
trunk/examples/pir/local_label.pir
trunk/examples/pir/mandel.pir
trunk/examples/pir/readline.pir
trunk/examples/pir/substr.pir
trunk/examples/pir/thr-primes.pir
trunk/examples/pir/uniq.pir
trunk/examples/sdl/mandel.pir
trunk/examples/subs/multi_retvals.pir
trunk/examples/subs/no_retval.pir
trunk/examples/subs/single_retval.pir
trunk/ext/Parrot-Embed/lib/Parrot/Embed.pm
trunk/ext/Parrot-Embed/lib/Parrot/Interpreter.pm
trunk/ext/Parrot-Embed/lib/Parrot/PMC.pm
trunk/languages/HQ9plus/HQ9plus.pir
trunk/languages/HQ9plus/t/basic.t
trunk/languages/WMLScript/runtime/wmlsconsole.pir
trunk/languages/WMLScript/runtime/wmlsfloat.pir
trunk/languages/WMLScript/runtime/wmlslang.pir
trunk/languages/WMLScript/runtime/wmlsstring.pir
trunk/languages/WMLScript/src/WMLScript.pir
trunk/languages/WMLScript/t/Parrot/Test/WMLScript.pm
trunk/languages/WMLScript/t/boolean.t
trunk/languages/WMLScript/t/examples.t
trunk/languages/WMLScript/t/expr.t
trunk/languages/WMLScript/t/float.t
trunk/languages/WMLScript/t/functions.t
trunk/languages/WMLScript/t/harness
trunk/languages/WMLScript/t/integer.t
trunk/languages/WMLScript/t/invalid.t
trunk/languages/WMLScript/t/lang.t
trunk/languages/WMLScript/t/libfloat.t
trunk/languages/WMLScript/t/libstring.t
trunk/languages/WMLScript/t/literals.t
trunk/languages/WMLScript/t/logical.t
trunk/languages/WMLScript/t/pmc/boolean.t
trunk/languages/WMLScript/t/pmc/float.t
trunk/languages/WMLScript/t/pmc/integer.t
trunk/languages/WMLScript/t/pmc/invalid.t
trunk/languages/WMLScript/t/pmc/string.t
trunk/languages/WMLScript/t/pragmas.t
trunk/languages/WMLScript/t/runtime.t
trunk/languages/WMLScript/t/statements.t
trunk/languages/WMLScript/t/string.t
trunk/languages/WMLScript/wmls2pbc.pir
trunk/languages/WMLScript/wmls2pir.pir
trunk/languages/WMLScript/wmlsd.pir
trunk/languages/WMLScript/wmlsi.pir
trunk/languages/abc/README
trunk/languages/dotnet/Configure.pl
trunk/languages/dotnet/config/Makefile.in
trunk/languages/jako/SDL.jako
trunk/languages/jako/lib/Jako/Construct/Statement/Concat.pm
trunk/languages/jako/t/examples.t
trunk/languages/lua/t/assign.t
trunk/languages/lua/t/closure.t
trunk/languages/lua/t/constructor.t
trunk/languages/lua/t/expr.t
trunk/languages/lua/t/forlist.t
trunk/languages/lua/t/iterator.t
trunk/languages/lua/t/lexico.t
trunk/languages/lua/t/object.t
trunk/languages/lua/t/scope.t
trunk/languages/parrot_compiler/README
trunk/languages/perl5/t/perlenv.t
trunk/languages/perl5/t/perlscalar.t
trunk/languages/tap/src/TAP_grammar.pg
trunk/languages/tcl/tools/tcl_test.pl
trunk/languages/unlambda/t/hello.t
trunk/lib/Parrot/Docs/File.pm
trunk/lib/Parrot/Docs/Group.pm
trunk/lib/Parrot/Docs/HTMLPage.pm
trunk/lib/Parrot/Docs/Section.pm
trunk/lib/Parrot/Docs/Section/Compilers.pm
trunk/lib/Parrot/Docs/Section/Tools.pm
trunk/lib/Parrot/OpTrans.pm
trunk/lib/Parrot/OpTrans/CGoto.pm
trunk/lib/Parrot/Revision.pm
trunk/parrotbug
trunk/runtime/parrot/library/CGI/QueryHash.pir
trunk/runtime/parrot/library/HTTP/Daemon.pir
trunk/runtime/parrot/library/Iter.pir
trunk/runtime/parrot/library/Pg.pir
trunk/runtime/parrot/library/YAML/Parser/Syck.pir
trunk/src/pmc/stmvar.pmc
trunk/t/README
trunk/t/codingstd/c_code_coda.t
trunk/t/codingstd/c_parens.t
trunk/t/codingstd/c_struct.t
trunk/t/codingstd/cuddled_else.t
trunk/t/codingstd/fixme.t
trunk/t/codingstd/gmt_utc.t
trunk/t/codingstd/pir_code_coda.t
trunk/t/codingstd/tabs.t
trunk/t/codingstd/trailing_space.t
trunk/t/compilers/imcc/imcpasm/opt2.t
trunk/t/compilers/imcc/reg/alloc.t
trunk/t/compilers/pge/01-codestring.t
trunk/t/compilers/pge/02-match.t
trunk/t/compilers/pge/06-grammar.t
trunk/t/distro/test_file_coverage.t
trunk/t/dynoplibs/dan.t
trunk/t/dynpmc/dynlexpad.t
trunk/t/dynpmc/gdbmhash.t
trunk/t/dynpmc/quantumreg.t
trunk/t/dynpmc/sub.t
trunk/t/examples/namespace.t
trunk/t/examples/past.t
trunk/t/examples/subs.t
trunk/t/library/cgi_query_hash.t
trunk/t/library/coroutine.t
trunk/t/library/iter.t
trunk/t/library/mime_base64.t
trunk/t/library/pg.t
trunk/t/op/cmp-nonbranch.t
trunk/t/op/sprintf.t
trunk/t/pdd15oo/llqueue.t
trunk/t/pdd15oo/parrotobject.t
trunk/t/pdd15oo/queue.t
trunk/t/pdd15oo/ro.t
trunk/t/pdd15oo/runtime.t
trunk/t/pdd15oo/tail.t
trunk/t/pmc/addrregistry.t
trunk/t/pmc/closure.t
trunk/t/pmc/config.t
trunk/t/pmc/default.t
trunk/t/pmc/io_iterator.t
trunk/t/pmc/io_status.t
trunk/t/pmc/parrotinterpreter.t
trunk/t/pmc/parrotio.t
trunk/t/pmc/pccmethod_test.t
trunk/t/pmc/scalar.t
trunk/t/pmc/slice.t
trunk/t/run/README
trunk/t/stm/basic.t
trunk/t/stm/basic_mt.t
trunk/t/stm/llqueue.t
trunk/t/stm/queue.t
trunk/t/stm/runtime.t
trunk/t/tools/pbc_merge.t
trunk/t/tools/pmc2c.t
trunk/t/tools/pmc2cutils/00-qualify.t
trunk/t/tools/pmc2cutils/01-pmc2cutils.t
trunk/t/tools/pmc2cutils/02-find_file.t
trunk/t/tools/pmc2cutils/03-dump_vtable.t
trunk/t/tools/pmc2cutils/04-dump_pmc.t
trunk/t/tools/pmc2cutils/05-gen_c.t
trunk/t/tools/pmc2cutils/06-print_tree.t
trunk/t/tools/pmc2cutils/07-open_file.t
trunk/t/tools/smartlinks.t
Log:
Updated copyrights in all files modified in 2007.
Also removed "All Rights Reserved" from Parrot core files. It's incompatible
with allowing redistribution under a copyleft license.
Modified: trunk/docs/pdds/draft/pdd04_datatypes.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd04_datatypes.pod (original)
+++ trunk/docs/pdds/draft/pdd04_datatypes.pod Tue May 15 17:53:55 2007
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2004, The Perl Foundation.
+# Copyright (C) 2001-2007, The Perl Foundation.
# $Id$
=head1 NAME
Modified: trunk/docs/pdds/draft/pdd05_opfunc.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd05_opfunc.pod (original)
+++ trunk/docs/pdds/draft/pdd05_opfunc.pod Tue May 15 17:53:55 2007
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2004, The Perl Foundation.
+# Copyright (C) 2001-2007, The Perl Foundation.
# $Id$
=head1 NAME
Modified: trunk/docs/pdds/draft/pdd06_pasm.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd06_pasm.pod (original)
+++ trunk/docs/pdds/draft/pdd06_pasm.pod Tue May 15 17:53:55 2007
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2004, The Perl Foundation.
+# Copyright (C) 2001-2007, The Perl Foundation.
# $Id$
=head1 NAME
Modified: trunk/docs/pdds/draft/pdd11_extending.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd11_extending.pod (original)
+++ trunk/docs/pdds/draft/pdd11_extending.pod Tue May 15 17:53:55 2007
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2004, The Perl Foundation.
+# Copyright (C) 2001-2007, The Perl Foundation.
# $Id$
=head1 NAME
Modified: trunk/docs/pdds/draft/pdd16_native_call.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd16_native_call.pod (original)
+++ trunk/docs/pdds/draft/pdd16_native_call.pod Tue May 15 17:53:55 2007
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2004, The Perl Foundation.
+# Copyright (C) 2001-2007, The Perl Foundation.
# $Id$
=head1 NAME
Modified: trunk/docs/pdds/draft/pdd24_events.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd24_events.pod (original)
+++ trunk/docs/pdds/draft/pdd24_events.pod Tue May 15 17:53:55 2007
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2006, The Perl Foundation.
+# Copyright (C) 2001-2007, The Perl Foundation.
# $Id$
=head1 NAME
Modified: trunk/docs/pdds/draft/pdd25_concurrency.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd25_concurrency.pod (original)
+++ trunk/docs/pdds/draft/pdd25_concurrency.pod Tue May 15 17:53:55 2007
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2006, The Perl Foundation.
+# Copyright (C) 2001-2007, The Perl Foundation.
# $Id$
=head1 NAME
Modified: trunk/docs/pdds/draft/pddXX_pmc.pod
==============================================================================
--- trunk/docs/pdds/draft/pddXX_pmc.pod (original)
+++ trunk/docs/pdds/draft/pddXX_pmc.pod Tue May 15 17:53:55 2007
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2006, The Perl Foundation.
+# Copyright (C) 2001-2007, The Perl Foundation.
# $Id$
=head1 NAME
Modified: trunk/docs/pdds/pdd07_codingstd.pod
==============================================================================
--- trunk/docs/pdds/pdd07_codingstd.pod (original)
+++ trunk/docs/pdds/pdd07_codingstd.pod Tue May 15 17:53:55 2007
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2006, The Perl Foundation.
+# Copyright (C) 2001-2007, The Perl Foundation.
# $Id$
=head1 NAME
Modified: trunk/docs/pdds/pdd21_namespaces.pod
==============================================================================
--- trunk/docs/pdds/pdd21_namespaces.pod (original)
+++ trunk/docs/pdds/pdd21_namespaces.pod Tue May 15 17:53:55 2007
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2006, The Perl Foundation.
+# Copyright (C) 2005-2007, The Perl Foundation.
# $Id$
=head1 NAME
Modified: trunk/docs/pdds/pdd22_io.pod
==============================================================================
--- trunk/docs/pdds/pdd22_io.pod (original)
+++ trunk/docs/pdds/pdd22_io.pod Tue May 15 17:53:55 2007
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2006, The Perl Foundation.
+# Copyright (C) 2001-2007, The Perl Foundation.
# $Id$
=head1 NAME
Modified: trunk/docs/pdds/pdd23_exceptions.pod
==============================================================================
--- trunk/docs/pdds/pdd23_exceptions.pod (original)
+++ trunk/docs/pdds/pdd23_exceptions.pod Tue May 15 17:53:55 2007
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2006, The Perl Foundation.
+# Copyright (C) 2001-2007, The Perl Foundation.
# $Id$
{{ NOTE: "rethrow", and "pushaction" are removed, and "die" is different }}