Changeset 128


Ignore:
Timestamp:
03/28/09 03:15:40 (15 years ago)
Author:
nanardon
Message:
  • code is now under PERL License and CeCILL
Location:
trunk
Files:
1 added
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/MANIFEST

    r127 r128  
    8787t/view_TT.t 
    8888epoll.yml.example 
     89LICENCES 
     90CeCILL.txt 
  • trunk/lib/Vote.pm

    r122 r128  
    8383 
    8484This library is free software, you can redistribute it and/or modify 
    85 it under the same terms as Perl itself. 
     85it under the same terms as Perl itself or CeCILL license. 
    8686 
    8787=cut 
  • trunk/lib/Vote/Controller/Admin.pm

    r85 r128  
    134134 
    135135This library is free software, you can redistribute it and/or modify 
    136 it under the same terms as Perl itself. 
     136it under the same terms as Perl itself or CeCILL. 
    137137 
    138138=cut 
  • trunk/lib/Vote/Controller/Ballot.pm

    r115 r128  
    133133 
    134134This library is free software, you can redistribute it and/or modify 
    135 it under the same terms as Perl itself. 
     135it under the same terms as Perl itself or CeCILL. 
    136136 
    137137=cut 
  • trunk/lib/Vote/Controller/Newpoll.pm

    r117 r128  
    6767 
    6868This library is free software, you can redistribute it and/or modify 
    69 it under the same terms as Perl itself. 
     69it under the same terms as Perl itself or CeCILL. 
    7070 
    7171=cut 
  • trunk/lib/Vote/Controller/Root.pm

    r53 r128  
    5353 
    5454This library is free software, you can redistribute it and/or modify 
    55 it under the same terms as Perl itself. 
     55it under the same terms as Perl itself or CeCILL. 
    5656 
    5757=cut 
  • trunk/lib/Vote/Controller/Vote.pm

    r53 r128  
    4747 
    4848This library is free software, you can redistribute it and/or modify 
    49 it under the same terms as Perl itself. 
     49it under the same terms as Perl itself or CeCILL. 
    5050 
    5151=cut 
  • trunk/lib/Vote/Model/Vote.pm

    r121 r128  
    955955 
    956956This library is free software, you can redistribute it and/or modify 
    957 it under the same terms as Perl itself. 
     957it under the same terms as Perl itself or CeCILL. 
    958958 
    959959=cut 
  • trunk/lib/Vote/Template/Plugin/Mail.pm

    r108 r128  
    22 
    33package Vote::Template::Plugin::Mail; 
     4 
     5=head1 NAME 
     6 
     7Vote::Template::Plugin::Mail - Template Filter for email 
     8 
     9=head1 DESCRIPTION 
     10 
     11This filter replace '.' by 'dot' and '@' by 'at' to make email 
     12harder to find by spam bot. 
     13 
     14=cut 
    415 
    516use strict; 
     
    2637} 
    2738 
     39=head1 AUTHORS 
     40 
     41Olivier Thauvin 
     42 
     43=head1 LICENSE 
     44 
     45This library is free software, you can redistribute it and/or modify 
     46it under the same terms as Perl itself or CeCILL. 
     47 
     48=cut 
     49 
    28501; 
  • trunk/lib/Vote/View/TT.pm

    r108 r128  
    4040 
    4141This library is free software, you can redistribute it and/or modify 
    42 it under the same terms as Perl itself. 
     42it under the same terms as Perl itself or CeCILL. 
    4343 
    4444=cut 
Note: See TracChangeset for help on using the changeset viewer.