Changeset 8743


Ignore:
Timestamp:
08/25/10 04:25:39 (21 months ago)
Author:
GeorgeClark
Message:

Item9473: Preparing for release

Location:
trunk/ControlWikiWordPlugin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ControlWikiWordPlugin/data/System/ControlWikiWordPlugin.txt

    r8723 r8743  
    162162|  Version: | %$VERSION% | 
    163163|  Change History: | <!-- versions below in reverse order --> | 
     164|  24 Aug 2010 | Foswikitask:Item9473 - Restructure for performance, clarify documentation | 
    164165|  16 Mar 2010 | Foswikitask:Item8720 - STOPWIKIWORDLINK should be an exact match. | 
    165166|  15 Mar 2010 | Foswikitask:Item8714 - Update author and copyright attributions.  Bump version - no code changes. | 
  • trunk/ControlWikiWordPlugin/lib/Foswiki/Plugins/ControlWikiWordPlugin.pm

    r8508 r8743  
    1 # Foswiki WikiClone ($wikiversion has version info) 
    2 # 
    3 #  Copyright (C) 2010 George Clark, geonwiki@fenachrone.com 
    4 # 
    5 # This plugin contains code adapted from the SingletonWikiWordPlugin 
    6 #   Copyright (C) 2000-2001 Andrea Sterbini, a.sterbini@flashnet.it 
    7 #   Copyright (C) 2001 Peter Thoeny, Peter@Thoeny.com 
    8 # and the StopWikiWordLinkPlugin 
    9 #    Copyright (C) 2006 Peter Thoeny, peter@thoeny.org 
    10 # and the FindElsewherePlugin 
    11 #    Copyright (C) 2002 Mike Barton, Marco Carnut, Peter Hernst 
    12 #          (C) 2003 Martin Cleaver, (C) 2004 Matt Wilkie (C) 2007 Crawford Currie 
    13 #      (C) 2008 Foswiki Contributors 
    14 # 
    15 #    All Rights Reserved. 
    16 # 
    17 # This program is free software; you can redistribute it and/or 
    18 # modify it under the terms of the GNU General Public License 
    19 # as published by the Free Software Foundation; either version 2 
    20 # of the License, or (at your option) any later version. 
    21 # 
    22 # This program is distributed in the hope that it will be useful, 
    23 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
    24 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    25 # GNU General Public License for more details, published at 
    26 # http://www.gnu.org/copyleft/gpl.html 
     1# See bottom of file for default license and copyright information 
    272 
    283package Foswiki::Plugins::ControlWikiWordPlugin; 
     
    3914# It is *not* used by the build automation tools, but is reported as part 
    4015# of the version number in PLUGINDESCRIPTIONS. 
    41 our $RELEASE = '1.1'; 
     16our $RELEASE = '1.2'; 
    4217 
    4318# Short description of this plugin 
     
    242217 
    2432181; 
    244  
     219__END__ 
     220Foswiki - The Free and Open Source Wiki, http://foswiki.org/ 
     221 
     222  Copyright (C) 2010 George Clark, geonwiki@fenachrone.com 
     223 
     224 This plugin contains code adapted from the SingletonWikiWordPlugin 
     225   Copyright (C) 2000-2001 Andrea Sterbini, a.sterbini@flashnet.it 
     226   Copyright (C) 2001 Peter Thoeny, Peter@Thoeny.com 
     227 and the StopWikiWordLinkPlugin 
     228    Copyright (C) 2006 Peter Thoeny, peter@thoeny.org 
     229 and the FindElsewherePlugin 
     230    Copyright (C) 2002 Mike Barton, Marco Carnut, Peter Hernst 
     231        Copyright (C) 2003 Martin Cleaver, (C) 2004 Matt Wilkie (C) 2007 Crawford Currie 
     232 
     233Copyright (C) 2008-2010 Foswiki Contributors. Foswiki Contributors 
     234are listed in the AUTHORS file in the root of this distribution. 
     235NOTE: Please extend that file, not this notice. 
     236 
     237This program is free software; you can redistribute it and/or 
     238modify it under the terms of the GNU General Public License 
     239as published by the Free Software Foundation; either version 2 
     240of the License, or (at your option) any later version. For 
     241more details read LICENSE in the root of this distribution. 
     242 
     243This program is distributed in the hope that it will be useful, 
     244but WITHOUT ANY WARRANTY; without even the implied warranty of 
     245MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     246 
     247As per the GPL, removal of this notice is prohibited. 
     248 
Note: See TracChangeset for help on using the changeset viewer.