Changeset 830 for trunk/core/lib/Foswiki/Compatibility.pm
- Timestamp:
- 11/20/08 14:46:34 (4 years ago)
- File:
-
- 1 edited
-
trunk/core/lib/Foswiki/Compatibility.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/Compatibility.pm
r812 r830 1 # Module of Foswiki - The Free Open Source Wiki, http://foswiki.org/ 2 # 3 # Copyright (C) 1999-2007 Foswiki Contributors. 4 # All Rights Reserved. Foswiki Contributors 5 # are listed in the AUTHORS file in the root of this distribution. 6 # NOTE: Please extend that file, not this notice. 7 # 8 # This program is free software; you can redistribute it and/or 9 # modify it under the terms of the GNU General Public License 10 # as published by the Free Software Foundation; either version 2 11 # of the License, or (at your option) any later version. For 12 # more details read LICENSE in the root of this distribution. 13 # 14 # This program is distributed in the hope that it will be useful, 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 17 # 18 # As per the GPL, removal of this notice is prohibited. 19 # 1 # See bottom of file for license and copyright information 20 2 package Foswiki::Compatibility; 21 3 … … 360 342 361 343 1; 344 __DATA__ 345 # Module of Foswiki - The Free Open Source Wiki, http://foswiki.org/ 346 # 347 # Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 348 # Foswiki Contributors are listed in the AUTHORS file in the root 349 # of this distribution. NOTE: Please extend that file, not this notice. 350 # 351 # Additional copyrights apply to some or all of the code in this 352 # file as follows: 353 # 354 # Copyright (C) 1999-2007 TWiki Contributors. All Rights Reserved. 355 # TWiki Contributors are listed in the AUTHORS file in the root 356 # of this distribution. NOTE: Please extend that file, not this notice. 357 # 358 # This program is free software; you can redistribute it and/or 359 # modify it under the terms of the GNU General Public License 360 # as published by the Free Software Foundation; either version 2 361 # of the License, or (at your option) any later version. For 362 # more details read LICENSE in the root of this distribution. 363 # 364 # This program is distributed in the hope that it will be useful, 365 # but WITHOUT ANY WARRANTY; without even the implied warranty of 366 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 367 # 368 # As per the GPL, removal of this notice is prohibited. 369 #
Note: See TracChangeset
for help on using the changeset viewer.
