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