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