Changeset 300
- Timestamp:
- 02/16/08 17:19:24 (5 months ago)
- Files:
-
- trunk/src/ingy/JS-YAML/lib/JS/YAML.js (modified) (2 diffs)
- trunk/src/ingy/JS-YAML/lib/JS/YAML.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/ingy/JS-YAML/lib/JS/YAML.js
r297 r300 5 5 6 6 This library defines the YAML.dump function which can be used to serialize 7 JavaScript nodes in YAML.7 some JavaScript nodes in YAML. 8 8 9 9 AUTHORS: … … 13 13 COPYRIGHT: 14 14 15 Copyright Ingy döt Net 2007 . All rights reserved.15 Copyright Ingy döt Net 2007, 2008. 16 16 17 17 YAML.js is free software. trunk/src/ingy/JS-YAML/lib/JS/YAML.pod
r297 r300 26 26 Copyright (c) 2007, 2008. Ingy döt Net. 27 27 28 This program is free software; you can redistribute it and/or modify it 29 under the same terms as Perl itself. 28 YAML.js is free software. 30 29 31 See L<http://www.perl.com/perl/misc/Artistic.html> 30 This library is free software; you can redistribute it and/or modify it 31 under the terms of the GNU Lesser General Public License as published by 32 the Free Software Foundation; either version 2.1 of the License, or (at 33 your option) any later version. 34 35 This library is distributed in the hope that it will be useful, but 36 WITHOUT ANY WARRANTY; without even the implied warranty of 37 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser 38 General Public License for more details. 39 40 http://www.gnu.org/copyleft/lesser.txt 32 41 33 42 =cut
