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