Changeset 830


Ignore:
Timestamp:
11/20/08 14:46:34 (3 years ago)
Author:
CrawfordCurrie
Message:

Item175: restore existing copyrights to original wording and move copyright notices into DATA

Location:
trunk/core
Files:
211 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/AUTHORS

    r810 r830  
    1616   * considerably to the Foswiki documentation. 
    1717 
    18 This document identifies these people as authors of TWiki. 
     18The following people are identified as authors of Foswiki: 
     19| *Name*               | *Contact*                      | *Country*   | 
     20| Crawford Currie      | http://c-dot.co.uk             | UK          | 
     21| Gilmar Santos Jr     | Foswiki:Main.GilmarSantosJr    | Brazil      | 
     22| Kenneth Lavrsen      | http://www.lavrsen.dk          | Denmark     | 
     23| Sebastien Klus       |                                |             | 
     24| Sven Dowideit        | Foswiki:Main.SvenDowideit      | Australia   | 
     25| Will Norris          | Foswiki:Main.WillNorris        | Mexico      | 
     26 
     27As stated Foswiki is based on TWiki. This document identifies the following 
     28people as authors of TWiki. 
    1929 
    2030| *Name*               | *Contact*                      | *Country*   | 
  • trunk/core/lib/Foswiki.pm

    r827 r830  
    45104510# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    45114511# 
    4512 # Copyright (C) 1999-2007 Peter Thoeny, peter@thoeny.org 
    4513 # and Foswiki Contributors. All Rights Reserved. Foswiki Contributors 
     4512# Copyright (C) 2008 Foswiki Contributors. Foswiki Contributors 
    45144513# are listed in the AUTHORS file in the root of this distribution. 
    45154514# NOTE: Please extend that file, not this notice. 
     
    45184517# file as follows: 
    45194518# 
     4519# Copyright (C) 1999-2007 Peter Thoeny, peter@thoeny.org 
     4520# and TWiki Contributors. All Rights Reserved. TWiki Contributors 
     4521# are listed in the AUTHORS file in the root of this distribution. 
    45204522# Based on parts of Ward Cunninghams original Wiki and JosWiki. 
    45214523# Copyright (C) 1998 Markus Peter - SPiN GmbH (warpi@spin.de) 
  • trunk/core/lib/Foswiki/Access.pm

    r809 r830  
    11# Module of Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    22# 
    3 # Copyright (C) 1999-2007 Peter Thoeny, peter@thoeny.org 
    4 # and Foswiki Contributors. All Rights Reserved. Foswiki Contributors 
     3# Copyright (C) 2008 Foswiki Contributors. Foswiki Contributors 
    54# are listed in the AUTHORS file in the root of this distribution. 
    65# NOTE: Please extend that file, not this notice. 
     6# 
     7# Additional copyrights apply to some or all of the code in this 
     8# file as follows: 
     9# 
     10# Copyright (C) 1999-2007 Peter Thoeny, peter@thoeny.org 
     11# and TWiki Contributors. All Rights Reserved. TWiki Contributors 
     12# are listed in the AUTHORS file in the root of this distribution. 
    713# 
    814# This program is free software; you can redistribute it and/or 
  • trunk/core/lib/Foswiki/AccessControlException.pm

    r809 r830  
    1 # Module of Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    2 # 
    3 # Copyright (C) 1999-2007 Foswiki Contributors. All Rights Reserved. 
    4 # Foswiki Contributors are listed in the AUTHORS file in the root of 
    5 # 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 
    202=pod twiki 
    213 
     
    8567 
    86681; 
     69__DATA__ 
     70# Module of Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     71# 
     72# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     73# Foswiki Contributors are listed in the AUTHORS file in the root 
     74# of this distribution. NOTE: Please extend that file, not this notice. 
     75# 
     76# Additional copyrights apply to some or all of the code in this 
     77# file as follows: 
     78# 
     79# Copyright (C) 1999-2007 TWiki Contributors. All Rights Reserved. 
     80# TWiki Contributors are listed in the AUTHORS file in the root 
     81# of this distribution. NOTE: Please extend that file, not this notice. 
     82# 
     83# This program is free software; you can redistribute it and/or 
     84# modify it under the terms of the GNU General Public License 
     85# as published by the Free Software Foundation; either version 2 
     86# of the License, or (at your option) any later version. For 
     87# more details read LICENSE in the root of this distribution. 
     88# 
     89# This program is distributed in the hope that it will be useful, 
     90# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     91# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     92# 
     93# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/AggregateIterator.pm

    r809 r830  
    1 # Module of Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    2 # 
    3 # Copyright (C) 2000-2007 Foswiki Contributors. All Rights Reserved. 
    4 # Foswiki Contributors are listed in the AUTHORS file in the root of 
    5 # this distribution. NOTE: Please extend that file, not this notice. 
    6 # 
    7 # This program is free software; you can redistribute it and/or 
    8 # modify it under the terms of the GNU General Public License 
    9 # as published by the Free Software Foundation; either version 2 
    10 # of the License, or (at your option) any later version. For 
    11 # more details read LICENSE in the root of this distribution. 
    12 # 
    13 # This program is distributed in the hope that it will be useful, 
    14 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
    16 # 
    17 # As per the GPL, removal of this notice is prohibited. 
    18  
     1# See bottom of file for license and copyright information 
    192=pod 
    203 
     
    141124 
    1421251; 
     126__DATA__ 
     127# Module of Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     128# 
     129# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     130# Foswiki Contributors are listed in the AUTHORS file in the root 
     131# of this distribution. NOTE: Please extend that file, not this notice. 
     132# 
     133# Additional copyrights apply to some or all of the code in this 
     134# file as follows: 
     135# 
     136# Copyright (C) 2000-2007 TWiki Contributors. All Rights Reserved. 
     137# TWiki Contributors are listed in the AUTHORS file in the root 
     138# of this distribution. NOTE: Please extend that file, not this notice. 
     139# 
     140# This program is free software; you can redistribute it and/or 
     141# modify it under the terms of the GNU General Public License 
     142# as published by the Free Software Foundation; either version 2 
     143# of the License, or (at your option) any later version. For 
     144# more details read LICENSE in the root of this distribution. 
     145# 
     146# This program is distributed in the hope that it will be useful, 
     147# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     148# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     149# 
     150# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Attach.pm

    r812 r830  
    1 # Module of Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    2 # 
    3 # Copyright (C) 2001-2007 Peter Thoeny, peter@thoeny.org 
    4 # and Foswiki Contributors. 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. 
     1# See bottom of file for license and copyright information 
    192 
    203=begin twiki 
     
    605588 
    6065891; 
     590__DATA__ 
     591# Module of Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     592# 
     593# Copyright (C) 2008 Foswiki Contributors. Foswiki Contributors 
     594# are listed in the AUTHORS file in the root of this distribution. 
     595# NOTE: Please extend that file, not this notice. 
     596# 
     597# Additional copyrights apply to some or all of the code in this 
     598# file as follows: 
     599# 
     600# Copyright (C) 2001-2007 Peter Thoeny, peter@thoeny.org 
     601# and TWiki Contributors. All Rights Reserved. TWiki Contributors 
     602# are listed in the AUTHORS file in the root of this distribution. 
     603# 
     604# This program is free software; you can redistribute it and/or 
     605# modify it under the terms of the GNU General Public License 
     606# as published by the Free Software Foundation; either version 2 
     607# of the License, or (at your option) any later version. For 
     608# more details read LICENSE in the root of this distribution. 
     609# 
     610# This program is distributed in the hope that it will be useful, 
     611# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     612# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     613# 
     614# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Attrs.pm

    r812 r830  
    1 # Module of Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    2 # 
    3 # Copyright (C) 1999-2007 Foswiki Contributors. All Rights Reserved. 
    4 # Foswiki Contributors are listed in the AUTHORS file in the root of 
    5 # this distribution. NOTE: Please extend that file, not this notice. 
    6 # 
    7 # Additional copyrights apply to some or all of the code in this 
    8 # file as follows: 
    9 # Derived from Contrib::Attrs, which is 
    10 # Copyright (C) 2001 Motorola - All rights reserved 
    11 # 
    12 # This program is free software; you can redistribute it and/or 
    13 # modify it under the terms of the GNU General Public License 
    14 # as published by the Free Software Foundation; either version 2 
    15 # of the License, or (at your option) any later version. For 
    16 # more details read LICENSE in the root of this distribution. 
    17 # 
    18 # This program is distributed in the hope that it will be useful, 
    19 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
    21 # 
    22 # As per the GPL, removal of this notice is prohibited. 
     1# See bottom of file for license and copyright information 
    232 
    243=pod 
     
    289268 
    2902691; 
     270__DATA__ 
     271# Module of Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     272# 
     273# Copyright (C) 2008 Foswiki Contributors. Foswiki Contributors 
     274# are listed in the AUTHORS file in the root of this distribution. 
     275# NOTE: Please extend that file, not this notice. 
     276# 
     277# Additional copyrights apply to some or all of the code in this 
     278# file as follows: 
     279# Derived from Contrib::Attrs, which is 
     280# Copyright (C) 2001 Motorola - All rights reserved 
     281# Copyright (C) 1999-2007 TWiki Contributors. All Rights Reserved. 
     282# TWiki Contributors are listed in the AUTHORS file in the root of 
     283# this distribution. NOTE: Please extend that file, not this notice. 
     284# 
     285# This program is free software; you can redistribute it and/or 
     286# modify it under the terms of the GNU General Public License 
     287# as published by the Free Software Foundation; either version 2 
     288# of the License, or (at your option) any later version. For 
     289# more details read LICENSE in the root of this distribution. 
     290# 
     291# This program is distributed in the hope that it will be useful, 
     292# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     293# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     294# 
     295# As per the GPL, removal of this notice is prohibited. 
  • 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 
    202package Foswiki::Compatibility; 
    213 
     
    360342 
    3613431; 
     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# 
  • 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 
    213package Foswiki::Configure::Checker; 
    224use base qw(Foswiki::Configure::UI); 
     
    353335 
    3543361; 
     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# 
  • trunk/core/lib/Foswiki/Configure/Checkers/AuthScripts.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::AuthScripts; 
    183 
     
    4126 
    42271; 
     28__DATA__ 
     29# 
     30# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     31# 
     32# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     33# Foswiki Contributors are listed in the AUTHORS file in the root 
     34# of this distribution. NOTE: Please extend that file, not this notice. 
     35# 
     36# Additional copyrights apply to some or all of the code in this 
     37# file as follows: 
     38# 
     39# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     40# TWiki Contributors are listed in the AUTHORS file in the root 
     41# of this distribution. NOTE: Please extend that file, not this notice. 
     42# 
     43# This program is free software; you can redistribute it and/or 
     44# modify it under the terms of the GNU General Public License 
     45# as published by the Free Software Foundation; either version 2 
     46# of the License, or (at your option) any later version. For 
     47# more details read LICENSE in the root of this distribution. 
     48# 
     49# This program is distributed in the hope that it will be useful, 
     50# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     51# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     52# 
     53# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/BasicSanity.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 # 
     1# See bottom of file for license and copyright information 
    182package Foswiki::Configure::Checkers::BasicSanity; 
    193use base 'Foswiki::Configure::Checker'; 
     
    177161 
    1781621; 
     163__DATA__ 
     164# 
     165# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     166# 
     167# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     168# Foswiki Contributors are listed in the AUTHORS file in the root 
     169# of this distribution. NOTE: Please extend that file, not this notice. 
     170# 
     171# Additional copyrights apply to some or all of the code in this 
     172# file as follows: 
     173# 
     174# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     175# TWiki Contributors are listed in the AUTHORS file in the root 
     176# of this distribution. NOTE: Please extend that file, not this notice. 
     177# 
     178# This program is free software; you can redistribute it and/or 
     179# modify it under the terms of the GNU General Public License 
     180# as published by the Free Software Foundation; either version 2 
     181# of the License, or (at your option) any later version. For 
     182# more details read LICENSE in the root of this distribution. 
     183# 
     184# This program is distributed in the hope that it will be useful, 
     185# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     186# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     187# 
     188# As per the GPL, removal of this notice is prohibited. 
     189# 
  • trunk/core/lib/Foswiki/Configure/Checkers/CGISetup.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 # 
     1# See bottom of file for license and copyright information 
    182package Foswiki::Configure::Checkers::CGISetup; 
    193 
     
    343327 
    3443281; 
     329__DATA__ 
     330# 
     331# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     332# 
     333# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     334# Foswiki Contributors are listed in the AUTHORS file in the root 
     335# of this distribution. NOTE: Please extend that file, not this notice. 
     336# 
     337# Additional copyrights apply to some or all of the code in this 
     338# file as follows: 
     339# 
     340# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     341# TWiki Contributors are listed in the AUTHORS file in the root 
     342# of this distribution. NOTE: Please extend that file, not this notice. 
     343# 
     344# This program is free software; you can redistribute it and/or 
     345# modify it under the terms of the GNU General Public License 
     346# as published by the Free Software Foundation; either version 2 
     347# of the License, or (at your option) any later version. For 
     348# more details read LICENSE in the root of this distribution. 
     349# 
     350# This program is distributed in the hope that it will be useful, 
     351# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     352# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     353# 
     354# As per the GPL, removal of this notice is prohibited. 
     355# 
  • trunk/core/lib/Foswiki/Configure/Checkers/ConfigurationLogName.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::ConfigurationLogName; 
    183 
     
    3621 
    37221; 
     23__DATA__ 
     24# 
     25# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     26# 
     27# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     28# Foswiki Contributors are listed in the AUTHORS file in the root 
     29# of this distribution. NOTE: Please extend that file, not this notice. 
     30# 
     31# Additional copyrights apply to some or all of the code in this 
     32# file as follows: 
     33# 
     34# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     35# TWiki Contributors are listed in the AUTHORS file in the root 
     36# of this distribution. NOTE: Please extend that file, not this notice. 
     37# 
     38# This program is free software; you can redistribute it and/or 
     39# modify it under the terms of the GNU General Public License 
     40# as published by the Free Software Foundation; either version 2 
     41# of the License, or (at your option) any later version. For 
     42# more details read LICENSE in the root of this distribution. 
     43# 
     44# This program is distributed in the hope that it will be useful, 
     45# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     46# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     47# 
     48# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/DataDir.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::DataDir; 
    183 
     
    3621 
    37221; 
     23__DATA__ 
     24# 
     25# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     26# 
     27# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     28# Foswiki Contributors are listed in the AUTHORS file in the root 
     29# of this distribution. NOTE: Please extend that file, not this notice. 
     30# 
     31# Additional copyrights apply to some or all of the code in this 
     32# file as follows: 
     33# 
     34# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     35# TWiki Contributors are listed in the AUTHORS file in the root 
     36# of this distribution. NOTE: Please extend that file, not this notice. 
     37# 
     38# This program is free software; you can redistribute it and/or 
     39# modify it under the terms of the GNU General Public License 
     40# as published by the Free Software Foundation; either version 2 
     41# of the License, or (at your option) any later version. For 
     42# more details read LICENSE in the root of this distribution. 
     43# 
     44# This program is distributed in the hope that it will be useful, 
     45# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     46# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     47# 
     48# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/DebugFileName.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::DebugFileName; 
    183 
     
    3621 
    37221; 
     23__DATA__ 
     24# 
     25# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     26# 
     27# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     28# Foswiki Contributors are listed in the AUTHORS file in the root 
     29# of this distribution. NOTE: Please extend that file, not this notice. 
     30# 
     31# Additional copyrights apply to some or all of the code in this 
     32# file as follows: 
     33# 
     34# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     35# TWiki Contributors are listed in the AUTHORS file in the root 
     36# of this distribution. NOTE: Please extend that file, not this notice. 
     37# 
     38# This program is free software; you can redistribute it and/or 
     39# modify it under the terms of the GNU General Public License 
     40# as published by the Free Software Foundation; either version 2 
     41# of the License, or (at your option) any later version. For 
     42# more details read LICENSE in the root of this distribution. 
     43# 
     44# This program is distributed in the hope that it will be useful, 
     45# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     46# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     47# 
     48# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/DefaultUrlHost.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::DefaultUrlHost; 
    183 
     
    4530 
    46311; 
     32__DATA__ 
     33# 
     34# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     35# 
     36# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     37# Foswiki Contributors are listed in the AUTHORS file in the root 
     38# of this distribution. NOTE: Please extend that file, not this notice. 
     39# 
     40# Additional copyrights apply to some or all of the code in this 
     41# file as follows: 
     42# 
     43# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     44# TWiki Contributors are listed in the AUTHORS file in the root 
     45# of this distribution. NOTE: Please extend that file, not this notice. 
     46# 
     47# This program is free software; you can redistribute it and/or 
     48# modify it under the terms of the GNU General Public License 
     49# as published by the Free Software Foundation; either version 2 
     50# of the License, or (at your option) any later version. For 
     51# more details read LICENSE in the root of this distribution. 
     52# 
     53# This program is distributed in the hope that it will be useful, 
     54# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     55# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     56# 
     57# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/DispScriptUrlPath.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::DispScriptUrlPath; 
    183 
     
    4025 
    41261; 
     27__DATA__ 
     28# 
     29# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     30# 
     31# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     32# Foswiki Contributors are listed in the AUTHORS file in the root 
     33# of this distribution. NOTE: Please extend that file, not this notice. 
     34# 
     35# Additional copyrights apply to some or all of the code in this 
     36# file as follows: 
     37# 
     38# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     39# TWiki Contributors are listed in the AUTHORS file in the root 
     40# of this distribution. NOTE: Please extend that file, not this notice. 
     41# 
     42# This program is free software; you can redistribute it and/or 
     43# modify it under the terms of the GNU General Public License 
     44# as published by the Free Software Foundation; either version 2 
     45# of the License, or (at your option) any later version. For 
     46# more details read LICENSE in the root of this distribution. 
     47# 
     48# This program is distributed in the hope that it will be useful, 
     49# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     50# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     51# 
     52# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/Environment.pm

    r809 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 # 
     1# See bottom of file for license and copyright information 
    182package Foswiki::Configure::Checkers::Environment; 
    193use base 'Foswiki::Configure::Checker'; 
     
    3317 
    34181; 
     19__DATA__ 
     20# 
     21# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     22# 
     23# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     24# Foswiki Contributors are listed in the AUTHORS file in the root 
     25# of this distribution. NOTE: Please extend that file, not this notice. 
     26# 
     27# Additional copyrights apply to some or all of the code in this 
     28# file as follows: 
     29# 
     30# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     31# TWiki Contributors are listed in the AUTHORS file in the root 
     32# of this distribution. NOTE: Please extend that file, not this notice. 
     33# 
     34# This program is free software; you can redistribute it and/or 
     35# modify it under the terms of the GNU General Public License 
     36# as published by the Free Software Foundation; either version 2 
     37# of the License, or (at your option) any later version. For 
     38# more details read LICENSE in the root of this distribution. 
     39# 
     40# This program is distributed in the hope that it will be useful, 
     41# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     42# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     43# 
     44# As per the GPL, removal of this notice is prohibited. 
     45# 
  • trunk/core/lib/Foswiki/Configure/Checkers/Htpasswd/Encoding.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::Htpasswd::Encoding; 
    183use base 'Foswiki::Configure::Checker'; 
     
    4833 
    49341; 
     35__DATA__ 
     36# 
     37# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     38# 
     39# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     40# Foswiki Contributors are listed in the AUTHORS file in the root 
     41# of this distribution. NOTE: Please extend that file, not this notice. 
     42# 
     43# Additional copyrights apply to some or all of the code in this 
     44# file as follows: 
     45# 
     46# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     47# TWiki Contributors are listed in the AUTHORS file in the root 
     48# of this distribution. NOTE: Please extend that file, not this notice. 
     49# 
     50# This program is free software; you can redistribute it and/or 
     51# modify it under the terms of the GNU General Public License 
     52# as published by the Free Software Foundation; either version 2 
     53# of the License, or (at your option) any later version. For 
     54# more details read LICENSE in the root of this distribution. 
     55# 
     56# This program is distributed in the hope that it will be useful, 
     57# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     58# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     59# 
     60# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/Htpasswd/FileName.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::Htpasswd::FileName; 
    183use base 'Foswiki::Configure::Checker'; 
     
    2914 
    30151; 
     16__DATA__ 
     17# 
     18# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     19# 
     20# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     21# Foswiki Contributors are listed in the AUTHORS file in the root 
     22# of this distribution. NOTE: Please extend that file, not this notice. 
     23# 
     24# Additional copyrights apply to some or all of the code in this 
     25# file as follows: 
     26# 
     27# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     28# TWiki Contributors are listed in the AUTHORS file in the root 
     29# of this distribution. NOTE: Please extend that file, not this notice. 
     30# 
     31# This program is free software; you can redistribute it and/or 
     32# modify it under the terms of the GNU General Public License 
     33# as published by the Free Software Foundation; either version 2 
     34# of the License, or (at your option) any later version. For 
     35# more details read LICENSE in the root of this distribution. 
     36# 
     37# This program is distributed in the hope that it will be useful, 
     38# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     39# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     40# 
     41# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/LocalesDir.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::LocalesDir; 
    183 
     
    3419 
    35201; 
     21__DATA__ 
     22# 
     23# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     24# 
     25# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     26# Foswiki Contributors are listed in the AUTHORS file in the root 
     27# of this distribution. NOTE: Please extend that file, not this notice. 
     28# 
     29# Additional copyrights apply to some or all of the code in this 
     30# file as follows: 
     31# 
     32# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     33# TWiki Contributors are listed in the AUTHORS file in the root 
     34# of this distribution. NOTE: Please extend that file, not this notice. 
     35# 
     36# This program is free software; you can redistribute it and/or 
     37# modify it under the terms of the GNU General Public License 
     38# as published by the Free Software Foundation; either version 2 
     39# of the License, or (at your option) any later version. For 
     40# more details read LICENSE in the root of this distribution. 
     41# 
     42# This program is distributed in the hope that it will be useful, 
     43# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     44# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     45# 
     46# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/LogFileName.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::LogFileName; 
    183 
     
    3621 
    37221; 
     23__DATA__ 
     24# 
     25# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     26# 
     27# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     28# Foswiki Contributors are listed in the AUTHORS file in the root 
     29# of this distribution. NOTE: Please extend that file, not this notice. 
     30# 
     31# Additional copyrights apply to some or all of the code in this 
     32# file as follows: 
     33# 
     34# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     35# TWiki Contributors are listed in the AUTHORS file in the root 
     36# of this distribution. NOTE: Please extend that file, not this notice. 
     37# 
     38# This program is free software; you can redistribute it and/or 
     39# modify it under the terms of the GNU General Public License 
     40# as published by the Free Software Foundation; either version 2 
     41# of the License, or (at your option) any later version. For 
     42# more details read LICENSE in the root of this distribution. 
     43# 
     44# This program is distributed in the hope that it will be useful, 
     45# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     46# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     47# 
     48# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/LoginManager.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::LoginManager; 
    183 
     
    5641 
    57421; 
     43__DATA__ 
     44# 
     45# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     46# 
     47# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     48# Foswiki Contributors are listed in the AUTHORS file in the root 
     49# of this distribution. NOTE: Please extend that file, not this notice. 
     50# 
     51# Additional copyrights apply to some or all of the code in this 
     52# file as follows: 
     53# 
     54# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     55# TWiki Contributors are listed in the AUTHORS file in the root 
     56# of this distribution. NOTE: Please extend that file, not this notice. 
     57# 
     58# This program is free software; you can redistribute it and/or 
     59# modify it under the terms of the GNU General Public License 
     60# as published by the Free Software Foundation; either version 2 
     61# of the License, or (at your option) any later version. For 
     62# more details read LICENSE in the root of this distribution. 
     63# 
     64# This program is distributed in the hope that it will be useful, 
     65# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     66# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     67# 
     68# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/LoginNameFilterIn.pm

    r809 r830  
     1# See bottom of file for license and copyright information 
     2package Foswiki::Configure::Checkers::LoginNameFilterIn; 
     3 
     4use strict; 
     5 
     6use Foswiki::Configure::Checker; 
     7use base 'Foswiki::Configure::Checker'; 
     8 
     9sub check { return shift->checkRE('{LoginNameFilterIn}'); } 
     10 
     111; 
     12__DATA__ 
    113# 
    214# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    315# 
    4 # Copyright (C) 2000-2006 Foswiki Contributors. 
     16# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     17# Foswiki Contributors are listed in the AUTHORS file in the root 
     18# of this distribution. NOTE: Please extend that file, not this notice. 
     19# 
     20# Additional copyrights apply to some or all of the code in this 
     21# file as follows: 
     22# 
     23# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     24# TWiki Contributors are listed in the AUTHORS file in the root 
     25# of this distribution. NOTE: Please extend that file, not this notice. 
    526# 
    627# This program is free software; you can redistribute it and/or 
     
    1536# 
    1637# As per the GPL, removal of this notice is prohibited. 
    17 package Foswiki::Configure::Checkers::LoginNameFilterIn; 
    18  
    19 use strict; 
    20  
    21 use Foswiki::Configure::Checker; 
    22 use base 'Foswiki::Configure::Checker'; 
    23  
    24 sub check { return shift->checkRE('{LoginNameFilterIn}'); } 
    25  
    26 1; 
  • trunk/core/lib/Foswiki/Configure/Checkers/LowerNational.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::LowerNational; 
    183use base 'Foswiki::Configure::Checker'; 
     
    5035 
    51361; 
     37__DATA__ 
     38# 
     39# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     40# 
     41# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     42# Foswiki Contributors are listed in the AUTHORS file in the root 
     43# of this distribution. NOTE: Please extend that file, not this notice. 
     44# 
     45# Additional copyrights apply to some or all of the code in this 
     46# file as follows: 
     47# 
     48# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     49# TWiki Contributors are listed in the AUTHORS file in the root 
     50# of this distribution. NOTE: Please extend that file, not this notice. 
     51# 
     52# This program is free software; you can redistribute it and/or 
     53# modify it under the terms of the GNU General Public License 
     54# as published by the Free Software Foundation; either version 2 
     55# of the License, or (at your option) any later version. For 
     56# more details read LICENSE in the root of this distribution. 
     57# 
     58# This program is distributed in the hope that it will be useful, 
     59# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     60# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     61# 
     62# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/MailProgram.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::MailProgram; 
    183 
     
    5843 
    59441; 
     45__DATA__ 
     46# 
     47# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     48# 
     49# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     50# Foswiki Contributors are listed in the AUTHORS file in the root 
     51# of this distribution. NOTE: Please extend that file, not this notice. 
     52# 
     53# Additional copyrights apply to some or all of the code in this 
     54# file as follows: 
     55# 
     56# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     57# TWiki Contributors are listed in the AUTHORS file in the root 
     58# of this distribution. NOTE: Please extend that file, not this notice. 
     59# 
     60# This program is free software; you can redistribute it and/or 
     61# modify it under the terms of the GNU General Public License 
     62# as published by the Free Software Foundation; either version 2 
     63# of the License, or (at your option) any later version. For 
     64# more details read LICENSE in the root of this distribution. 
     65# 
     66# This program is distributed in the hope that it will be useful, 
     67# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     68# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     69# 
     70# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/MimeTypesFileName.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::MimeTypesFileName; 
    183 
     
    3217 
    33181; 
     19__DATA__ 
     20# 
     21# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     22# 
     23# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     24# Foswiki Contributors are listed in the AUTHORS file in the root 
     25# of this distribution. NOTE: Please extend that file, not this notice. 
     26# 
     27# Additional copyrights apply to some or all of the code in this 
     28# file as follows: 
     29# 
     30# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     31# TWiki Contributors are listed in the AUTHORS file in the root 
     32# of this distribution. NOTE: Please extend that file, not this notice. 
     33# 
     34# This program is free software; you can redistribute it and/or 
     35# modify it under the terms of the GNU General Public License 
     36# as published by the Free Software Foundation; either version 2 
     37# of the License, or (at your option) any later version. For 
     38# more details read LICENSE in the root of this distribution. 
     39# 
     40# This program is distributed in the hope that it will be useful, 
     41# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     42# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     43# 
     44# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/MinPasswordLength.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::MinPasswordLength; 
    183 
     
    3217 
    33181; 
     19__DATA__ 
     20# 
     21# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     22# 
     23# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     24# Foswiki Contributors are listed in the AUTHORS file in the root 
     25# of this distribution. NOTE: Please extend that file, not this notice. 
     26# 
     27# Additional copyrights apply to some or all of the code in this 
     28# file as follows: 
     29# 
     30# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     31# TWiki Contributors are listed in the AUTHORS file in the root 
     32# of this distribution. NOTE: Please extend that file, not this notice. 
     33# 
     34# This program is free software; you can redistribute it and/or 
     35# modify it under the terms of the GNU General Public License 
     36# as published by the Free Software Foundation; either version 2 
     37# of the License, or (at your option) any later version. For 
     38# more details read LICENSE in the root of this distribution. 
     39# 
     40# This program is distributed in the hope that it will be useful, 
     41# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     42# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     43# 
     44# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/NameFilter.pm

    r809 r830  
     1# See bottom of file for license and copyright information 
     2package Foswiki::Configure::Checkers::NameFilter; 
     3 
     4use strict; 
     5 
     6use Foswiki::Configure::Checker; 
     7use base 'Foswiki::Configure::Checker'; 
     8 
     9sub check { return shift->checkRE('{NameFilter}'); } 
     10 
     111; 
     12__DATA__ 
    113# 
    214# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    315# 
    4 # Copyright (C) 2000-2006 Foswiki Contributors. 
     16# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     17# Foswiki Contributors are listed in the AUTHORS file in the root 
     18# of this distribution. NOTE: Please extend that file, not this notice. 
     19# 
     20# Additional copyrights apply to some or all of the code in this 
     21# file as follows: 
     22# 
     23# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     24# TWiki Contributors are listed in the AUTHORS file in the root 
     25# of this distribution. NOTE: Please extend that file, not this notice. 
    526# 
    627# This program is free software; you can redistribute it and/or 
     
    1536# 
    1637# As per the GPL, removal of this notice is prohibited. 
    17 package Foswiki::Configure::Checkers::NameFilter; 
    18  
    19 use strict; 
    20  
    21 use Foswiki::Configure::Checker; 
    22 use base 'Foswiki::Configure::Checker'; 
    23  
    24 sub check { return shift->checkRE('{NameFilter}'); } 
    25  
    26 1; 
  • trunk/core/lib/Foswiki/Configure/Checkers/OS.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::OS; 
    183 
     
    4025 
    41261; 
     27__DATA__ 
     28# 
     29# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     30# 
     31# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     32# Foswiki Contributors are listed in the AUTHORS file in the root 
     33# of this distribution. NOTE: Please extend that file, not this notice. 
     34# 
     35# Additional copyrights apply to some or all of the code in this 
     36# file as follows: 
     37# 
     38# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     39# TWiki Contributors are listed in the AUTHORS file in the root 
     40# of this distribution. NOTE: Please extend that file, not this notice. 
     41# 
     42# This program is free software; you can redistribute it and/or 
     43# modify it under the terms of the GNU General Public License 
     44# as published by the Free Software Foundation; either version 2 
     45# of the License, or (at your option) any later version. For 
     46# more details read LICENSE in the root of this distribution. 
     47# 
     48# This program is distributed in the hope that it will be useful, 
     49# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     50# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     51# 
     52# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/PubDir.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::PubDir; 
    183 
     
    3419 
    35201; 
     21__DATA__ 
     22# 
     23# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     24# 
     25# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     26# Foswiki Contributors are listed in the AUTHORS file in the root 
     27# of this distribution. NOTE: Please extend that file, not this notice. 
     28# 
     29# Additional copyrights apply to some or all of the code in this 
     30# file as follows: 
     31# 
     32# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     33# TWiki Contributors are listed in the AUTHORS file in the root 
     34# of this distribution. NOTE: Please extend that file, not this notice. 
     35# 
     36# This program is free software; you can redistribute it and/or 
     37# modify it under the terms of the GNU General Public License 
     38# as published by the Free Software Foundation; either version 2 
     39# of the License, or (at your option) any later version. For 
     40# more details read LICENSE in the root of this distribution. 
     41# 
     42# This program is distributed in the hope that it will be useful, 
     43# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     44# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     45# 
     46# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/PubUrlPath.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::PubUrlPath; 
    183 
     
    4126 
    42271; 
     28__DATA__ 
     29# 
     30# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     31# 
     32# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     33# Foswiki Contributors are listed in the AUTHORS file in the root 
     34# of this distribution. NOTE: Please extend that file, not this notice. 
     35# 
     36# Additional copyrights apply to some or all of the code in this 
     37# file as follows: 
     38# 
     39# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     40# TWiki Contributors are listed in the AUTHORS file in the root 
     41# of this distribution. NOTE: Please extend that file, not this notice. 
     42# 
     43# This program is free software; you can redistribute it and/or 
     44# modify it under the terms of the GNU General Public License 
     45# as published by the Free Software Foundation; either version 2 
     46# of the License, or (at your option) any later version. For 
     47# more details read LICENSE in the root of this distribution. 
     48# 
     49# This program is distributed in the hope that it will be useful, 
     50# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     51# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     52# 
     53# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/RCS/EgrepCmd.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::RCS::EgrepCmd; 
    183 
     
    3116 
    32171; 
     18__DATA__ 
     19# 
     20# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     21# 
     22# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     23# Foswiki Contributors are listed in the AUTHORS file in the root 
     24# of this distribution. NOTE: Please extend that file, not this notice. 
     25# 
     26# Additional copyrights apply to some or all of the code in this 
     27# file as follows: 
     28# 
     29# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     30# TWiki Contributors are listed in the AUTHORS file in the root 
     31# of this distribution. NOTE: Please extend that file, not this notice. 
     32# 
     33# This program is free software; you can redistribute it and/or 
     34# modify it under the terms of the GNU General Public License 
     35# as published by the Free Software Foundation; either version 2 
     36# of the License, or (at your option) any later version. For 
     37# more details read LICENSE in the root of this distribution. 
     38# 
     39# This program is distributed in the hope that it will be useful, 
     40# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     41# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     42# 
     43# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/RCS/ExtOption.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::RCS::ExtOption; 
    183use base 'Foswiki::Configure::Checker'; 
     
    2813 
    29141; 
     15__DATA__ 
     16# 
     17# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     18# 
     19# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     20# Foswiki Contributors are listed in the AUTHORS file in the root 
     21# of this distribution. NOTE: Please extend that file, not this notice. 
     22# 
     23# Additional copyrights apply to some or all of the code in this 
     24# file as follows: 
     25# 
     26# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     27# TWiki Contributors are listed in the AUTHORS file in the root 
     28# of this distribution. NOTE: Please extend that file, not this notice. 
     29# 
     30# This program is free software; you can redistribute it and/or 
     31# modify it under the terms of the GNU General Public License 
     32# as published by the Free Software Foundation; either version 2 
     33# of the License, or (at your option) any later version. For 
     34# more details read LICENSE in the root of this distribution. 
     35# 
     36# This program is distributed in the hope that it will be useful, 
     37# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     38# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     39# 
     40# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/RCS/FgrepCmd.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::RCS::FgrepCmd; 
    183 
     
    3116 
    32171; 
     18__DATA__ 
     19# 
     20# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     21# 
     22# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     23# Foswiki Contributors are listed in the AUTHORS file in the root 
     24# of this distribution. NOTE: Please extend that file, not this notice. 
     25# 
     26# Additional copyrights apply to some or all of the code in this 
     27# file as follows: 
     28# 
     29# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     30# TWiki Contributors are listed in the AUTHORS file in the root 
     31# of this distribution. NOTE: Please extend that file, not this notice. 
     32# 
     33# This program is free software; you can redistribute it and/or 
     34# modify it under the terms of the GNU General Public License 
     35# as published by the Free Software Foundation; either version 2 
     36# of the License, or (at your option) any later version. For 
     37# more details read LICENSE in the root of this distribution. 
     38# 
     39# This program is distributed in the hope that it will be useful, 
     40# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     41# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     42# 
     43# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/RCS/SearchAlgorithm.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::RCS::SearchAlgorithm; 
    183use base 'Foswiki::Configure::Checker'; 
     
    4025 
    41261; 
     27__DATA__ 
     28# 
     29# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     30# 
     31# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     32# Foswiki Contributors are listed in the AUTHORS file in the root 
     33# of this distribution. NOTE: Please extend that file, not this notice. 
     34# 
     35# Additional copyrights apply to some or all of the code in this 
     36# file as follows: 
     37# 
     38# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     39# TWiki Contributors are listed in the AUTHORS file in the root 
     40# of this distribution. NOTE: Please extend that file, not this notice. 
     41# 
     42# This program is free software; you can redistribute it and/or 
     43# modify it under the terms of the GNU General Public License 
     44# as published by the Free Software Foundation; either version 2 
     45# of the License, or (at your option) any later version. For 
     46# more details read LICENSE in the root of this distribution. 
     47# 
     48# This program is distributed in the hope that it will be useful, 
     49# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     50# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     51# 
     52# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/RCS/asciiFileSuffixes.pm

    r809 r830  
     1# See bottom of file for license and copyright information 
     2package Foswiki::Configure::Checkers::RCS::asciiFileSuffixes; 
     3 
     4use strict; 
     5 
     6use Foswiki::Configure::Checker; 
     7use base 'Foswiki::Configure::Checker'; 
     8 
     9sub check { return shift->checkRE('{RCS}{asciiFileSuffixes}'); } 
     10 
     111; 
     12__DATA__ 
    113# 
    214# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    315# 
    4 # Copyright (C) 2000-2006 Foswiki Contributors. 
     16# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     17# Foswiki Contributors are listed in the AUTHORS file in the root 
     18# of this distribution. NOTE: Please extend that file, not this notice. 
     19# 
     20# Additional copyrights apply to some or all of the code in this 
     21# file as follows: 
     22# 
     23# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     24# TWiki Contributors are listed in the AUTHORS file in the root 
     25# of this distribution. NOTE: Please extend that file, not this notice. 
    526# 
    627# This program is free software; you can redistribute it and/or 
     
    1536# 
    1637# As per the GPL, removal of this notice is prohibited. 
    17 package Foswiki::Configure::Checkers::RCS::asciiFileSuffixes; 
    18  
    19 use strict; 
    20  
    21 use Foswiki::Configure::Checker; 
    22 use base 'Foswiki::Configure::Checker'; 
    23  
    24 sub check { return shift->checkRE('{RCS}{asciiFileSuffixes}'); } 
    25  
    26 1; 
  • trunk/core/lib/Foswiki/Configure/Checkers/RCS/ciCmd.pm

    r809 r830  
     1# See bottom of file for license and copyright information 
     2package Foswiki::Configure::Checkers::RCS::ciCmd; 
     3use base 'Foswiki::Configure::Checker'; 
     4 
     5use strict; 
     6 
     7sub check { 
     8    my $this = shift; 
     9    return $this->checkRCSProgram('ciCmd'); 
     10} 
     11 
     121; 
     13__DATA__ 
    114# 
    215# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    316# 
    4 # Copyright (C) 2000-2006 Foswiki Contributors. 
     17# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     18# Foswiki Contributors are listed in the AUTHORS file in the root 
     19# of this distribution. NOTE: Please extend that file, not this notice. 
     20# 
     21# Additional copyrights apply to some or all of the code in this 
     22# file as follows: 
     23# 
     24# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     25# TWiki Contributors are listed in the AUTHORS file in the root 
     26# of this distribution. NOTE: Please extend that file, not this notice. 
    527# 
    628# This program is free software; you can redistribute it and/or 
     
    1537# 
    1638# As per the GPL, removal of this notice is prohibited. 
    17 package Foswiki::Configure::Checkers::RCS::ciCmd; 
    18 use base 'Foswiki::Configure::Checker'; 
    19  
    20 use strict; 
    21  
    22 sub check { 
    23     my $this = shift; 
    24     return $this->checkRCSProgram('ciCmd'); 
    25 } 
    26  
    27 1; 
  • trunk/core/lib/Foswiki/Configure/Checkers/RCS/ciDateCmd.pm

    r809 r830  
     1# See bottom of file for license and copyright information 
     2package Foswiki::Configure::Checkers::RCS::ciDateCmd; 
     3use base 'Foswiki::Configure::Checker'; 
     4 
     5use strict; 
     6 
     7sub check { 
     8    my $this = shift; 
     9    return $this->checkRCSProgram('ciDateCmd'); 
     10} 
     11 
     121; 
     13__DATA__ 
    114# 
    215# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    316# 
    4 # Copyright (C) 2000-2006 Foswiki Contributors. 
     17# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     18# Foswiki Contributors are listed in the AUTHORS file in the root 
     19# of this distribution. NOTE: Please extend that file, not this notice. 
     20# 
     21# Additional copyrights apply to some or all of the code in this 
     22# file as follows: 
     23# 
     24# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     25# TWiki Contributors are listed in the AUTHORS file in the root 
     26# of this distribution. NOTE: Please extend that file, not this notice. 
    527# 
    628# This program is free software; you can redistribute it and/or 
     
    1537# 
    1638# As per the GPL, removal of this notice is prohibited. 
    17 package Foswiki::Configure::Checkers::RCS::ciDateCmd; 
    18 use base 'Foswiki::Configure::Checker'; 
    19  
    20 use strict; 
    21  
    22 sub check { 
    23     my $this = shift; 
    24     return $this->checkRCSProgram('ciDateCmd'); 
    25 } 
    26  
    27 1; 
  • trunk/core/lib/Foswiki/Configure/Checkers/RCS/coCmd.pm

    r809 r830  
     1# See bottom of file for license and copyright information 
     2package Foswiki::Configure::Checkers::RCS::coCmd; 
     3use base 'Foswiki::Configure::Checker'; 
     4 
     5use strict; 
     6 
     7sub check { 
     8    my $this = shift; 
     9    return $this->checkRCSProgram('coCmd'); 
     10} 
     11 
     121; 
     13__DATA__ 
    114# 
    215# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    316# 
    4 # Copyright (C) 2000-2006 Foswiki Contributors. 
     17# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     18# Foswiki Contributors are listed in the AUTHORS file in the root 
     19# of this distribution. NOTE: Please extend that file, not this notice. 
     20# 
     21# Additional copyrights apply to some or all of the code in this 
     22# file as follows: 
     23# 
     24# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     25# TWiki Contributors are listed in the AUTHORS file in the root 
     26# of this distribution. NOTE: Please extend that file, not this notice. 
    527# 
    628# This program is free software; you can redistribute it and/or 
     
    1537# 
    1638# As per the GPL, removal of this notice is prohibited. 
    17 package Foswiki::Configure::Checkers::RCS::coCmd; 
    18 use base 'Foswiki::Configure::Checker'; 
    19  
    20 use strict; 
    21  
    22 sub check { 
    23     my $this = shift; 
    24     return $this->checkRCSProgram('coCmd'); 
    25 } 
    26  
    27 1; 
  • trunk/core/lib/Foswiki/Configure/Checkers/RCS/delRevCmd.pm

    r809 r830  
     1# See bottom of file for license and copyright information 
     2package Foswiki::Configure::Checkers::RCS::delRevCmd; 
     3use base 'Foswiki::Configure::Checker'; 
     4 
     5use strict; 
     6 
     7sub check { 
     8    my $this = shift; 
     9    return $this->checkRCSProgram('delRevCmd'); 
     10} 
     11 
     121; 
     13__DATA__ 
    114# 
    215# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    316# 
    4 # Copyright (C) 2000-2006 Foswiki Contributors. 
     17# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     18# Foswiki Contributors are listed in the AUTHORS file in the root 
     19# of this distribution. NOTE: Please extend that file, not this notice. 
     20# 
     21# Additional copyrights apply to some or all of the code in this 
     22# file as follows: 
     23# 
     24# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     25# TWiki Contributors are listed in the AUTHORS file in the root 
     26# of this distribution. NOTE: Please extend that file, not this notice. 
    527# 
    628# This program is free software; you can redistribute it and/or 
     
    1537# 
    1638# As per the GPL, removal of this notice is prohibited. 
    17 package Foswiki::Configure::Checkers::RCS::delRevCmd; 
    18 use base 'Foswiki::Configure::Checker'; 
    19  
    20 use strict; 
    21  
    22 sub check { 
    23     my $this = shift; 
    24     return $this->checkRCSProgram('delRevCmd'); 
    25 } 
    26  
    27 1; 
  • trunk/core/lib/Foswiki/Configure/Checkers/RCS/diffCmd.pm

    r809 r830  
     1# See bottom of file for license and copyright information 
     2package Foswiki::Configure::Checkers::RCS::diffCmd; 
     3use base 'Foswiki::Configure::Checker'; 
     4 
     5use strict; 
     6 
     7sub check { 
     8    my $this = shift; 
     9    return $this->checkRCSProgram('diffCmd'); 
     10} 
     11 
     121; 
     13__DATA__ 
    114# 
    215# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    316# 
    4 # Copyright (C) 2000-2006 Foswiki Contributors. 
     17# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     18# Foswiki Contributors are listed in the AUTHORS file in the root 
     19# of this distribution. NOTE: Please extend that file, not this notice. 
     20# 
     21# Additional copyrights apply to some or all of the code in this 
     22# file as follows: 
     23# 
     24# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     25# TWiki Contributors are listed in the AUTHORS file in the root 
     26# of this distribution. NOTE: Please extend that file, not this notice. 
    527# 
    628# This program is free software; you can redistribute it and/or 
     
    1537# 
    1638# As per the GPL, removal of this notice is prohibited. 
    17 package Foswiki::Configure::Checkers::RCS::diffCmd; 
    18 use base 'Foswiki::Configure::Checker'; 
    19  
    20 use strict; 
    21  
    22 sub check { 
    23     my $this = shift; 
    24     return $this->checkRCSProgram('diffCmd'); 
    25 } 
    26  
    27 1; 
  • trunk/core/lib/Foswiki/Configure/Checkers/RCS/histCmd.pm

    r809 r830  
     1# See bottom of file for license and copyright information 
     2package Foswiki::Configure::Checkers::RCS::histCmd; 
     3use base 'Foswiki::Configure::Checker'; 
     4 
     5use strict; 
     6 
     7sub check { 
     8    my $this = shift; 
     9    return $this->checkRCSProgram('histCmd'); 
     10} 
     11 
     121; 
     13__DATA__ 
    114# 
    215# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    316# 
    4 # Copyright (C) 2000-2006 Foswiki Contributors. 
     17# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     18# Foswiki Contributors are listed in the AUTHORS file in the root 
     19# of this distribution. NOTE: Please extend that file, not this notice. 
     20# 
     21# Additional copyrights apply to some or all of the code in this 
     22# file as follows: 
     23# 
     24# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     25# TWiki Contributors are listed in the AUTHORS file in the root 
     26# of this distribution. NOTE: Please extend that file, not this notice. 
    527# 
    628# This program is free software; you can redistribute it and/or 
     
    1537# 
    1638# As per the GPL, removal of this notice is prohibited. 
    17 package Foswiki::Configure::Checkers::RCS::histCmd; 
    18 use base 'Foswiki::Configure::Checker'; 
    19  
    20 use strict; 
    21  
    22 sub check { 
    23     my $this = shift; 
    24     return $this->checkRCSProgram('histCmd'); 
    25 } 
    26  
    27 1; 
  • trunk/core/lib/Foswiki/Configure/Checkers/RCS/infoCmd.pm

    r809 r830  
     1# See bottom of file for license and copyright information 
     2package Foswiki::Configure::Checkers::RCS::infoCmd; 
     3use base 'Foswiki::Configure::Checker'; 
     4 
     5use strict; 
     6 
     7sub check { 
     8    my $this = shift; 
     9    return $this->checkRCSProgram('infoCmd'); 
     10} 
     11 
     121; 
     13__DATA__ 
    114# 
    215# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    316# 
    4 # Copyright (C) 2000-2006 Foswiki Contributors. 
     17# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     18# Foswiki Contributors are listed in the AUTHORS file in the root 
     19# of this distribution. NOTE: Please extend that file, not this notice. 
     20# 
     21# Additional copyrights apply to some or all of the code in this 
     22# file as follows: 
     23# 
     24# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     25# TWiki Contributors are listed in the AUTHORS file in the root 
     26# of this distribution. NOTE: Please extend that file, not this notice. 
    527# 
    628# This program is free software; you can redistribute it and/or 
     
    1537# 
    1638# As per the GPL, removal of this notice is prohibited. 
    17 package Foswiki::Configure::Checkers::RCS::infoCmd; 
    18 use base 'Foswiki::Configure::Checker'; 
    19  
    20 use strict; 
    21  
    22 sub check { 
    23     my $this = shift; 
    24     return $this->checkRCSProgram('infoCmd'); 
    25 } 
    26  
    27 1; 
  • trunk/core/lib/Foswiki/Configure/Checkers/RCS/initBinaryCmd.pm

    r809 r830  
     1# See bottom of file for license and copyright information 
     2package Foswiki::Configure::Checkers::RCS::initBinaryCmd; 
     3use base 'Foswiki::Configure::Checker'; 
     4 
     5use strict; 
     6 
     7sub check { 
     8    my $this = shift; 
     9    return $this->checkRCSProgram('initBinaryCmd'); 
     10} 
     11 
     121; 
     13__DATA__ 
    114# 
    215# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    316# 
    4 # Copyright (C) 2000-2006 Foswiki Contributors. 
     17# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     18# Foswiki Contributors are listed in the AUTHORS file in the root 
     19# of this distribution. NOTE: Please extend that file, not this notice. 
     20# 
     21# Additional copyrights apply to some or all of the code in this 
     22# file as follows: 
     23# 
     24# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     25# TWiki Contributors are listed in the AUTHORS file in the root 
     26# of this distribution. NOTE: Please extend that file, not this notice. 
    527# 
    628# This program is free software; you can redistribute it and/or 
     
    1537# 
    1638# As per the GPL, removal of this notice is prohibited. 
    17 package Foswiki::Configure::Checkers::RCS::initBinaryCmd; 
    18 use base 'Foswiki::Configure::Checker'; 
    19  
    20 use strict; 
    21  
    22 sub check { 
    23     my $this = shift; 
    24     return $this->checkRCSProgram('initBinaryCmd'); 
    25 } 
    26  
    27 1; 
  • trunk/core/lib/Foswiki/Configure/Checkers/RCS/initTextCmd.pm

    r809 r830  
     1# See bottom of file for license and copyright information 
     2package Foswiki::Configure::Checkers::RCS::initTextCmd; 
     3use base 'Foswiki::Configure::Checker'; 
     4 
     5use strict; 
     6 
     7sub check { 
     8    my $this = shift; 
     9    return $this->checkRCSProgram('initTextCmd'); 
     10} 
     11 
     121; 
     13__DATA__ 
    114# 
    215# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    316# 
    4 # Copyright (C) 2000-2006 Foswiki Contributors. 
     17# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     18# Foswiki Contributors are listed in the AUTHORS file in the root 
     19# of this distribution. NOTE: Please extend that file, not this notice. 
     20# 
     21# Additional copyrights apply to some or all of the code in this 
     22# file as follows: 
     23# 
     24# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     25# TWiki Contributors are listed in the AUTHORS file in the root 
     26# of this distribution. NOTE: Please extend that file, not this notice. 
    527# 
    628# This program is free software; you can redistribute it and/or 
     
    1537# 
    1638# As per the GPL, removal of this notice is prohibited. 
    17 package Foswiki::Configure::Checkers::RCS::initTextCmd; 
    18 use base 'Foswiki::Configure::Checker'; 
    19  
    20 use strict; 
    21  
    22 sub check { 
    23     my $this = shift; 
    24     return $this->checkRCSProgram('initTextCmd'); 
    25 } 
    26  
    27 1; 
  • trunk/core/lib/Foswiki/Configure/Checkers/RCS/lockCmd.pm

    r809 r830  
     1# See bottom of file for license and copyright information 
     2package Foswiki::Configure::Checkers::RCS::lockCmd; 
     3use base 'Foswiki::Configure::Checker'; 
     4 
     5use strict; 
     6 
     7sub check { 
     8    my $this = shift; 
     9    return $this->checkRCSProgram('lockCmd'); 
     10} 
     11 
     121; 
     13__DATA__ 
    114# 
    215# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    316# 
    4 # Copyright (C) 2000-2006 Foswiki Contributors. 
     17# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     18# Foswiki Contributors are listed in the AUTHORS file in the root 
     19# of this distribution. NOTE: Please extend that file, not this notice. 
     20# 
     21# Additional copyrights apply to some or all of the code in this 
     22# file as follows: 
     23# 
     24# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     25# TWiki Contributors are listed in the AUTHORS file in the root 
     26# of this distribution. NOTE: Please extend that file, not this notice. 
    527# 
    628# This program is free software; you can redistribute it and/or 
     
    1537# 
    1638# As per the GPL, removal of this notice is prohibited. 
    17 package Foswiki::Configure::Checkers::RCS::lockCmd; 
    18 use base 'Foswiki::Configure::Checker'; 
    19  
    20 use strict; 
    21  
    22 sub check { 
    23     my $this = shift; 
    24     return $this->checkRCSProgram('lockCmd'); 
    25 } 
    26  
    27 1; 
  • trunk/core/lib/Foswiki/Configure/Checkers/RCS/rlogDateCmd.pm

    r809 r830  
     1# See bottom of file for license and copyright information 
     2package Foswiki::Configure::Checkers::RCS::rlogDateCmd; 
     3use base 'Foswiki::Configure::Checker'; 
     4 
     5use strict; 
     6 
     7sub check { 
     8    my $this = shift; 
     9    return $this->checkRCSProgram('rlogDateCmd'); 
     10} 
     11 
     121; 
     13__DATA__ 
    114# 
    215# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    316# 
    4 # Copyright (C) 2000-2006 Foswiki Contributors. 
     17# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     18# Foswiki Contributors are listed in the AUTHORS file in the root 
     19# of this distribution. NOTE: Please extend that file, not this notice. 
     20# 
     21# Additional copyrights apply to some or all of the code in this 
     22# file as follows: 
     23# 
     24# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     25# TWiki Contributors are listed in the AUTHORS file in the root 
     26# of this distribution. NOTE: Please extend that file, not this notice. 
    527# 
    628# This program is free software; you can redistribute it and/or 
     
    1537# 
    1638# As per the GPL, removal of this notice is prohibited. 
    17 package Foswiki::Configure::Checkers::RCS::rlogDateCmd; 
    18 use base 'Foswiki::Configure::Checker'; 
    19  
    20 use strict; 
    21  
    22 sub check { 
    23     my $this = shift; 
    24     return $this->checkRCSProgram('rlogDateCmd'); 
    25 } 
    26  
    27 1; 
  • trunk/core/lib/Foswiki/Configure/Checkers/RCS/tmpBinaryCmd.pm

    r809 r830  
     1# See bottom of file for license and copyright information 
     2package Foswiki::Configure::Checkers::RCS::tmpBinaryCmd; 
     3use base 'Foswiki::Configure::Checker'; 
     4 
     5use strict; 
     6 
     7sub check { 
     8    my $this = shift; 
     9    return $this->checkRCSProgram('tmpBinaryCmd'); 
     10} 
     11 
     121; 
     13__DATA__ 
    114# 
    215# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    316# 
    4 # Copyright (C) 2000-2006 Foswiki Contributors. 
     17# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     18# Foswiki Contributors are listed in the AUTHORS file in the root 
     19# of this distribution. NOTE: Please extend that file, not this notice. 
     20# 
     21# Additional copyrights apply to some or all of the code in this 
     22# file as follows: 
     23# 
     24# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     25# TWiki Contributors are listed in the AUTHORS file in the root 
     26# of this distribution. NOTE: Please extend that file, not this notice. 
    527# 
    628# This program is free software; you can redistribute it and/or 
     
    1537# 
    1638# As per the GPL, removal of this notice is prohibited. 
    17 package Foswiki::Configure::Checkers::RCS::tmpBinaryCmd; 
    18 use base 'Foswiki::Configure::Checker'; 
    19  
    20 use strict; 
    21  
    22 sub check { 
    23     my $this = shift; 
    24     return $this->checkRCSProgram('tmpBinaryCmd'); 
    25 } 
    26  
    27 1; 
  • trunk/core/lib/Foswiki/Configure/Checkers/RCS/unlockCmd.pm

    r809 r830  
     1# See bottom of file for license and copyright information 
     2package Foswiki::Configure::Checkers::RCS::unlockCmd; 
     3use base 'Foswiki::Configure::Checker'; 
     4 
     5use strict; 
     6 
     7sub check { 
     8    my $this = shift; 
     9    return $this->checkRCSProgram('unlockCmd'); 
     10} 
     11 
     121; 
     13__DATA__ 
    114# 
    215# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    316# 
    4 # Copyright (C) 2000-2006 Foswiki Contributors. 
     17# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     18# Foswiki Contributors are listed in the AUTHORS file in the root 
     19# of this distribution. NOTE: Please extend that file, not this notice. 
     20# 
     21# Additional copyrights apply to some or all of the code in this 
     22# file as follows: 
     23# 
     24# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     25# TWiki Contributors are listed in the AUTHORS file in the root 
     26# of this distribution. NOTE: Please extend that file, not this notice. 
    527# 
    628# This program is free software; you can redistribute it and/or 
     
    1537# 
    1638# As per the GPL, removal of this notice is prohibited. 
    17 package Foswiki::Configure::Checkers::RCS::unlockCmd; 
    18 use base 'Foswiki::Configure::Checker'; 
    19  
    20 use strict; 
    21  
    22 sub check { 
    23     my $this = shift; 
    24     return $this->checkRCSProgram('unlockCmd'); 
    25 } 
    26  
    27 1; 
  • trunk/core/lib/Foswiki/Configure/Checkers/Register/AllowLoginName.pm

    r809 r830  
    1 # 
    2 # Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    3 # 
    4 # Copyright (C) 2007 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::Register::AllowLoginName; 
    183 
     
    4631 
    47321; 
     33__DATA__ 
     34# 
     35# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     36# 
     37# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     38# Foswiki Contributors are listed in the AUTHORS file in the root 
     39# of this distribution. NOTE: Please extend that file, not this notice. 
     40# 
     41# Additional copyrights apply to some or all of the code in this 
     42# file as follows: 
     43# 
     44# Copyright (C) 2007 TWiki Contributors. All Rights Reserved. 
     45# TWiki Contributors are listed in the AUTHORS file in the root 
     46# of this distribution. NOTE: Please extend that file, not this notice. 
     47# 
     48# 
     49# This program is free software; you can redistribute it and/or 
     50# modify it under the terms of the GNU General Public License 
     51# as published by the Free Software Foundation; either version 2 
     52# of the License, or (at your option) any later version. For 
     53# more details read LICENSE in the root of this distribution. 
     54# 
     55# This program is distributed in the hope that it will be useful, 
     56# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     57# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     58# 
     59# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/Register/NeedVerification.pm

    r809 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. 
     1# See bottom of file for license and copyright information 
    172package Foswiki::Configure::Checkers::Register::NeedVerification; 
    183 
     
    3621 
    37221; 
     23__DATA__ 
     24# 
     25# Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
     26# 
     27# Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 
     28# Foswiki Contributors are listed in the AUTHORS file in the root 
     29# of this distribution. NOTE: Please extend that file, not this notice. 
     30# 
     31# Additional copyrights apply to some or all of the code in this 
     32# file as follows: 
     33# 
     34# Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 
     35# TWiki Contributors are listed in the AUTHORS file in the root 
     36# of this distribution. NOTE: Please extend that file, not this notice. 
     37# 
     38# This program is free software; you can redistribute it and/or 
     39# modify it under the terms of the GNU General Public License 
     40# as published by the Free Software Foundation; either version 2 
     41# of the License, or (at your option) any later version. For 
     42# more details read LICENSE in the root of this distribution. 
     43# 
     44# This program is distributed in the hope that it will be useful, 
     45# but WITHOUT ANY WARRANTY; without even the implied warranty of 
     46# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     47# 
     48# As per the GPL, removal of this notice is prohibited. 
  • trunk/core/lib/Foswiki/Configure/Checkers/RegistrationApprovals.pm

    r809 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 #