Changeset 300

Show
Ignore:
Timestamp:
02/16/08 17:19:24 (5 months ago)
Author:
ingy
Message:
Move license stuff around.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/ingy/JS-YAML/lib/JS/YAML.js

    r297 r300  
    55 
    66This library defines the YAML.dump function which can be used to serialize 
    7 JavaScript nodes in YAML. 
     7some JavaScript nodes in YAML. 
    88 
    99AUTHORS: 
     
    1313COPYRIGHT: 
    1414 
    15 Copyright Ingy döt Net 2007. All rights reserved
     15Copyright Ingy döt Net 2007, 2008
    1616 
    1717YAML.js is free software.  
  • trunk/src/ingy/JS-YAML/lib/JS/YAML.pod

    r297 r300  
    2626Copyright (c) 2007, 2008. Ingy döt Net. 
    2727 
    28 This program is free software; you can redistribute it and/or modify it 
    29 under the same terms as Perl itself. 
     28YAML.js is free software.  
    3029 
    31 See L<http://www.perl.com/perl/misc/Artistic.html> 
     30This library is free software; you can redistribute it and/or modify it 
     31under the terms of the GNU Lesser General Public License as published by 
     32the Free Software Foundation; either version 2.1 of the License, or (at 
     33your option) any later version. 
     34 
     35This library is distributed in the hope that it will be useful, but 
     36WITHOUT ANY WARRANTY; without even the implied warranty of 
     37MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser 
     38General Public License for more details. 
     39 
     40    http://www.gnu.org/copyleft/lesser.txt 
    3241 
    3342=cut