updating copyright
commitda7c6413a230b3354f5ef38cbb4ed76721ca7d61
authorJérôme Quelin <jquelin@gmail.com>
Tue, 26 May 2009 15:17:44 +0000 (26 17:17 +0200)
committerJérôme Quelin <jquelin@gmail.com>
Wed, 3 Jun 2009 17:49:48 +0000 (3 19:49 +0200)
tree531a0738311d710ec2d30a27c49eb1f48ca9bb34
parent96bc423f98dafa50fd7f33ae9dbc1dc97a3be317
updating copyright
104 files changed:
Build.PL
Makefile.PL
README
bin/jqbef98
lib/Language/Befunge.pm
lib/Language/Befunge/IP.pm
lib/Language/Befunge/Interpreter.pm
lib/Language/Befunge/Ops.pm
lib/Language/Befunge/Ops/Befunge98.pm
lib/Language/Befunge/Ops/GenericFunge98.pm
lib/Language/Befunge/Ops/Unefunge98.pm
lib/Language/Befunge/Storage.pm
lib/Language/Befunge/Storage/2D/Sparse.pm
lib/Language/Befunge/Storage/Generic/AoA.pm
lib/Language/Befunge/Storage/Generic/Sparse.pm
lib/Language/Befunge/Storage/Generic/Vec.pm
lib/Language/Befunge/Vector.pm
lib/Language/Befunge/Wrapping.pm
lib/Language/Befunge/Wrapping/LaheySpace.pm
lib/Language/Befunge/lib/BASE.pm
lib/Language/Befunge/lib/BOOL.pm
lib/Language/Befunge/lib/EVAR.pm
lib/Language/Befunge/lib/FOO.pm
lib/Language/Befunge/lib/HELO.pm
lib/Language/Befunge/lib/HRTI.pm
lib/Language/Befunge/lib/MODU.pm
lib/Language/Befunge/lib/NULL.pm
lib/Language/Befunge/lib/ORTH.pm
lib/Language/Befunge/lib/PERL.pm
lib/Language/Befunge/lib/REFC.pm
lib/Language/Befunge/lib/ROMA.pm
t/0-load.t
t/1-classes/interpreter.t
t/1-classes/ip.t
t/1-classes/storage-2d.t
t/1-classes/storage-generic-aoa.t
t/1-classes/storage-generic-sparse.t
t/1-classes/storage-generic-vec.t
t/1-classes/vector.t
t/1-classes/wrapping-base.t
t/1-classes/wrapping-lahey.t
t/2-ops/block_close.t
t/2-ops/block_open.t
t/2-ops/block_transfer.t
t/2-ops/decis_cmp.t
t/2-ops/decis_gt.t
t/2-ops/decis_horiz_if.t
t/2-ops/decis_neg.t
t/2-ops/decis_vert_if.t
t/2-ops/decis_z_if.t
t/2-ops/dir_go_away.t
t/2-ops/dir_go_east.t
t/2-ops/dir_go_high.t
t/2-ops/dir_go_low.t
t/2-ops/dir_go_north.t
t/2-ops/dir_go_south.t
t/2-ops/dir_go_west.t
t/2-ops/dir_reverse.t
t/2-ops/dir_set_delta.t
t/2-ops/dir_turn_left.t
t/2-ops/dir_turn_right.t
t/2-ops/flow_comments.t
t/2-ops/flow_jump_to.t
t/2-ops/flow_kill_thread.t
t/2-ops/flow_no_op.t
t/2-ops/flow_quit.t
t/2-ops/flow_repeat.t
t/2-ops/flow_space.t
t/2-ops/flow_trampoline.t
t/2-ops/math_addition.t
t/2-ops/math_division.t
t/2-ops/math_multiplication.t
t/2-ops/math_remainder.t
t/2-ops/math_substraction.t
t/2-ops/num_push_number.t
t/2-ops/stack_clear.t
t/2-ops/stack_duplicate.t
t/2-ops/stack_pop.t
t/2-ops/stack_swap.t
t/2-ops/stdio_in_ascii.t
t/2-ops/stdio_in_num.t
t/2-ops/str_enter_string_mode.t
t/2-ops/str_fetch_char.t
t/2-ops/str_store_char.t
t/4-interpreter/befunge.t
t/4-interpreter/trefunge.t
t/4-interpreter/unefunge.t
t/5-befunge/a-stdio.t
t/5-befunge/b-nums.t
t/5-befunge/c-maths.t
t/5-befunge/d-dir.t
t/5-befunge/e-flow.t
t/5-befunge/f-decis.t
t/5-befunge/g-string.t
t/5-befunge/h-stack.t
t/5-befunge/i-sos.t
t/5-befunge/j-storg.t
t/5-befunge/k-system.t
t/5-befunge/l-concur.t
t/5-befunge/m-lib.t
t/6-library/TEST-noplan.t
t/6-library/TEST-plan.t
t/9-author/pod-coverage.t
t/9-author/pod.t