Changeset 4000

Show
Ignore:
Timestamp:
01/01/08 08:02:21 (12 months ago)
Author:
pmoura
Message:

Updated copyright string.

Location:
trunk
Files:
244 modified

Legend:

Unmodified
Added
Removed
  • trunk/compiler/logtalk.pl

    r3986 r4000  
    55%  Release 2.31.1 
    66% 
    7 %  Copyright (c) 1998-2007 Paulo Moura.  All Rights Reserved. 
     7%  Copyright (c) 1998-2008 Paulo Moura.  All Rights Reserved. 
    88% 
    99%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
     
    28712871    '$lgt_obj_lookup_cache_'(Obj, Pred, Sender, Call), 
    28722872    !, 
    2873     \+ ('$lgt_before_'(Obj, Pred, Sender, _, BCall), \+ call(BCall)), 
    2874     call(Call), 
    2875     \+ ('$lgt_after_'(Obj, Pred, Sender, _, ACall), \+ call(ACall)). 
     2873    \+ ('$lgt_before_'(Obj, Pred, Sender, _, BCall), \+ call(BCall)),               % call before event handlers 
     2874    call(Call),                                                                     % call method 
     2875    \+ ('$lgt_after_'(Obj, Pred, Sender, _, ACall), \+ call(ACall)).                % call after event handlers 
    28762876 
    28772877'$lgt_send_to_object_nv'(Obj, Pred, Sender) :- 
     
    1318013180    current_logtalk_flag(version, version(Major, Minor, Patch)), 
    1318113181    nl, write('Logtalk '), write(Major), write('.'), write(Minor), write('.'), write(Patch), nl, 
    13182     write('Copyright (c) 1998-2007 Paulo Moura'), nl, nl. 
     13182    write('Copyright (c) 1998-2008 Paulo Moura'), nl, nl. 
    1318313183 
    1318413184 
  • trunk/compiler/NOTES.txt

    r3986 r4000  
    33Release 2.31.1 
    44 
    5 Copyright (c) 1998-2007 Paulo Moura.  All Rights Reserved. 
     5Copyright (c) 1998-2008 Paulo Moura.  All Rights Reserved. 
    66================================================================ 
    77 
  • trunk/configs/NOTES.txt

    r3991 r4000  
    33Release 2.31.1 
    44 
    5 Copyright (c) 1998-2007 Paulo Moura.  All Rights Reserved. 
     5Copyright (c) 1998-2008 Paulo Moura.  All Rights Reserved. 
    66================================================================ 
    77 
  • trunk/contributions/NOTES.txt

    r3986 r4000  
    33Release 2.31.1 
    44 
    5 Copyright (c) 1998-2007 Paulo Moura.  All Rights Reserved. 
     5Copyright (c) 1998-2008 Paulo Moura.  All Rights Reserved. 
    66================================================================ 
    77 
  • trunk/contributions/xml_parser/NOTES.txt

    r3986 r4000  
    33Release 2.31.1 
    44 
    5 Copyright (c) 1998-2007 Paulo Moura.  All Rights Reserved. 
     5Copyright (c) 1998-2008 Paulo Moura.  All Rights Reserved. 
    66================================================================ 
    77 
  • trunk/contributions/xml_parser/SCRIPT.txt

    r3986 r4000  
    33Release 2.31.1 
    44 
    5 Copyright (c) 1998-2007 Paulo Moura.  All Rights Reserved. 
     5Copyright (c) 1998-2008 Paulo Moura.  All Rights Reserved. 
    66================================================================ 
    77 
  • trunk/CUSTOMIZE.txt

    r3986 r4000  
    33Release 2.31.1 
    44 
    5 Copyright (c) 1998-2007 Paulo Moura.  All Rights Reserved. 
     5Copyright (c) 1998-2008 Paulo Moura.  All Rights Reserved. 
    66================================================================ 
    77 
  • trunk/examples/aliases/NOTES.txt

    r3986 r4000  
    33Release 2.31.1 
    44 
    5 Copyright (c) 1998-2007 Paulo Moura.  All Rights Reserved. 
     5Copyright (c) 1998-2008 Paulo Moura.  All Rights Reserved. 
    66================================================================ 
    77 
  • trunk/examples/aliases/SCRIPT.txt

    r3986 r4000  
    33Release 2.31.1 
    44 
    5 Copyright (c) 1998-2007 Paulo Moura.  All Rights Reserved. 
     5Copyright (c) 1998-2008 Paulo Moura.  All Rights Reserved. 
    66================================================================ 
    77 
  • trunk/examples/assignvars/NOTES.txt

    r3986 r4000  
    33Release 2.31.1 
    44 
    5 Copyright (c) 1998-2007 Paulo Moura.  All Rights Reserved. 
     5Copyright (c) 1998-2008 Paulo Moura.  All Rights Reserved. 
    66================================================================ 
    77 
  • trunk/examples/assignvars/SCRIPT.txt

    r3986 r4000  
    33Release 2.31.1 
    44 
    5 Copyright (c) 1998-2007 Paulo Moura.  All Rights Reserved. 
     5Copyright (c) 1998-2008 Paulo Moura.  All Rights Reserved. 
    66================================================================ 
    77 
  • trunk/examples/benchmarks/NOTES.txt

    r3986 r4000  
    33Release 2.31.1 
    44 
    5 Copyright (c) 1998-2007 Paulo Moura.  All Rights Reserved. 
     5Copyright (c) 1998-2008 Paulo Moura.  All Rights Reserved. 
    66================================================================ 
    77 
  • trunk/examples/benchmarks/SCRIPT.txt

    r3986 r4000  
    33Release 2.31.1 
    44 
    5 Copyright (c) 1998-2007 Paulo Moura.  All Rights Reserved. 
     5Copyright (c) 1998-2008 Paulo Moura.  All Rights Reserved. 
    66================================================================ 
    77 
  • trunk/examples/birds/NOTES.txt

    r3986 r4000  
    33Release 2.31.1 
    44 
    5 Copyright (c) 1998-2007 Paulo Moura.  All Rights Reserved. 
     5Copyright (c) 1998-2008 Paulo Moura.  All Rights Reserved. 
    66================================================================ 
    77 
  • trunk/examples/birds/SCRIPT.txt

    r3986 r4000  
    33Release 2.31.1 
    44 
    5 Copyright (c) 1998-2007 Paulo Moura.  All Rights Reserved. 
     5Copyright (c) 1998-2008 Paulo Moura.  All Rights Reserved. 
    66================================================================ 
    77 
  • trunk/examples/bottles/NOTES.txt

    r3986 r4000  
    33Release 2.31.1 
    44 
    5 Copyright (c) 1998-2007 Paulo Moura.  All Rights Reserved. 
     5Copyright (c) 1998-2008 Paulo Moura.  All Rights Reserved. 
    66================================================================ 
    77 
  • trunk/examples/bottles/SCRIPT.txt

    r3986 r4000  
    33Release 2.31.1 
    44 
    5 Copyright (c) 1998-2007 Paulo Moura.  All Rights Reserved. 
     5Copyright (c) 1998-2008 Paulo Moura.  All Rights Reserved. 
    66================================================================ 
    77 
  • trunk/examples/bricks/NOTES.txt

    r3986