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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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; 
Note: See TracChangeset for help on using the changeset viewer.