Changeset 8743
- Timestamp:
- 08/25/10 04:25:39 (21 months ago)
- Location:
- trunk/ControlWikiWordPlugin
- Files:
-
- 2 edited
-
data/System/ControlWikiWordPlugin.txt (modified) (1 diff)
-
lib/Foswiki/Plugins/ControlWikiWordPlugin.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ControlWikiWordPlugin/data/System/ControlWikiWordPlugin.txt
r8723 r8743 162 162 | Version: | %$VERSION% | 163 163 | Change History: | <!-- versions below in reverse order --> | 164 | 24 Aug 2010 | Foswikitask:Item9473 - Restructure for performance, clarify documentation | 164 165 | 16 Mar 2010 | Foswikitask:Item8720 - STOPWIKIWORDLINK should be an exact match. | 165 166 | 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 27 2 28 3 package Foswiki::Plugins::ControlWikiWordPlugin; … … 39 14 # It is *not* used by the build automation tools, but is reported as part 40 15 # of the version number in PLUGINDESCRIPTIONS. 41 our $RELEASE = '1. 1';16 our $RELEASE = '1.2'; 42 17 43 18 # Short description of this plugin … … 242 217 243 218 1; 244 219 __END__ 220 Foswiki - 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 233 Copyright (C) 2008-2010 Foswiki Contributors. Foswiki Contributors 234 are listed in the AUTHORS file in the root of this distribution. 235 NOTE: Please extend that file, not this notice. 236 237 This program is free software; you can redistribute it and/or 238 modify it under the terms of the GNU General Public License 239 as published by the Free Software Foundation; either version 2 240 of the License, or (at your option) any later version. For 241 more details read LICENSE in the root of this distribution. 242 243 This program is distributed in the hope that it will be useful, 244 but WITHOUT ANY WARRANTY; without even the implied warranty of 245 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 246 247 As per the GPL, removal of this notice is prohibited. 248
Note: See TracChangeset
for help on using the changeset viewer.
