Changeset 432

Show
Ignore:
Timestamp:
05/11/08 18:11:49 (4 years ago)
Author:
dom
Message:

update copyright years, version numbers and a spelling error

Location:
wiki-toolkit/trunk/lib/Wiki
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit/trunk/lib/Wiki/Toolkit.pm

    r431 r432  
    10291029 
    10301030     Copyright (C) 2002-2004 Kake Pugh.  All Rights Reserved. 
    1031      Copyright (C) 2006 the Wiki::Toolkit team. All Rights Reserved. 
     1031     Copyright (C) 2006-2008 the Wiki::Toolkit team. All Rights Reserved. 
    10321032 
    10331033This module is free software; you can redistribute it and/or modify it 
  • wiki-toolkit/trunk/lib/Wiki/Toolkit/Feed/Atom.pm

    r431 r432  
    44 
    55use vars qw( @ISA $VERSION ); 
    6 $VERSION = '0.01'; 
     6$VERSION = '0.02'; 
    77 
    88use POSIX 'strftime'; 
     
    477477=head1 COPYRIGHT AND LICENSE 
    478478 
    479 Copyright 2006 Earle Martin and the Wiki::Toolkit team. 
     479Copyright 2006-2008 Earle Martin and the Wiki::Toolkit team. 
    480480 
    481481This module is free software; you can redistribute it and/or modify it 
  • wiki-toolkit/trunk/lib/Wiki/Toolkit/Feed/RSS.pm

    r431 r432  
    44 
    55use vars qw( @ISA $VERSION ); 
    6 $VERSION = '0.10'; 
     6$VERSION = '0.11'; 
    77 
    88use POSIX 'strftime'; 
     
    584584Copyright 2003-4 Kake Pugh. 
    585585Copyright 2005 Earle Martin. 
    586 Copyright 2006 the Wiki::Toolkit team 
     586Copyright 2006-2008 the Wiki::Toolkit team 
    587587 
    588588This module is free software; you can redistribute it and/or modify it 
  • wiki-toolkit/trunk/lib/Wiki/Toolkit/Setup/MySQL.pm

    r431 r432  
    7979Set up a MySQL database for use as a Wiki::Toolkit store. 
    8080 
    81 =head1 FUNCIONS 
     81=head1 FUNCTIONS 
    8282 
    8383=over 4 
     
    309309 
    310310     Copyright (C) 2002-2004 Kake Pugh.  All Rights Reserved. 
    311      Copyright (C) 2006 the Wiki::Toolkit team. All Rights Reserved. 
     311     Copyright (C) 2006-2008 the Wiki::Toolkit team. All Rights Reserved. 
    312312 
    313313This module is free software; you can redistribute it and/or modify it 
  • wiki-toolkit/trunk/lib/Wiki/Toolkit/Setup/Pg.pm

    r431 r432  
    146146Set up a Postgres database for use as a Wiki::Toolkit store. 
    147147 
    148 =head1 FUNCIONS 
     148=head1 FUNCTIONS 
    149149 
    150150=over 4 
     
    375375 
    376376     Copyright (C) 2002-2004 Kake Pugh.  All Rights Reserved. 
    377      Copyright (C) 2006 the Wiki::Toolkit team. All Rights Reserved. 
     377     Copyright (C) 2006-2008 the Wiki::Toolkit team. All Rights Reserved. 
    378378 
    379379This module is free software; you can redistribute it and/or modify it 
  • wiki-toolkit/trunk/lib/Wiki/Toolkit/TestLib.pm

    r431 r432  
    88 
    99use vars qw( $VERSION @wiki_info ); 
    10 $VERSION = '0.03'; 
     10$VERSION = '0.04'; 
    1111 
    1212=head1 NAME