Deal with remaining cvs/svn keywords.

A few $Id$ references remained after commit
3f66f6a5b3 or appeared in newly added files.
Remove the lines containing svn keywords except when it concerns
third-party files. In that case keep the line as-is or collapse it to the
keyword if it had been expanded to contain wx commit information (only
occurs with src/zlib/ChangeLog).
This commit is contained in:
Dimitri Schoolwerth
2015-04-09 03:32:23 +04:00
parent 5ff775234c
commit 66cfa40643
11 changed files with 1 additions and 11 deletions

View File

@@ -3,7 +3,6 @@
// Purpose: Generic wxAddRemoveImpl implementation, also used in wxMSW // Purpose: Generic wxAddRemoveImpl implementation, also used in wxMSW
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Created: 2015-02-05 // Created: 2015-02-05
// RCS-ID: $Id$
// Copyright: (c) 2015 Vadim Zeitlin <vadim@wxwidgets.org> // Copyright: (c) 2015 Vadim Zeitlin <vadim@wxwidgets.org>
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@@ -3,7 +3,6 @@
// Purpose: GTK specific wxAddRemoveImpl implementation // Purpose: GTK specific wxAddRemoveImpl implementation
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Created: 2015-02-05 // Created: 2015-02-05
// RCS-ID: $Id$
// Copyright: (c) 2015 Vadim Zeitlin <vadim@wxwidgets.org> // Copyright: (c) 2015 Vadim Zeitlin <vadim@wxwidgets.org>
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@@ -3,7 +3,6 @@
// Purpose: OS X specific wxAddRemoveImpl implementation // Purpose: OS X specific wxAddRemoveImpl implementation
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Created: 2015-02-05 // Created: 2015-02-05
// RCS-ID: $Id$
// Copyright: (c) 2015 Vadim Zeitlin <vadim@wxwidgets.org> // Copyright: (c) 2015 Vadim Zeitlin <vadim@wxwidgets.org>
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@@ -3,7 +3,6 @@
// Purpose: wxAddRemoveImpl helper class declaration // Purpose: wxAddRemoveImpl helper class declaration
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Created: 2015-02-04 // Created: 2015-02-04
// RCS-ID: $Id$
// Copyright: (c) 2015 Vadim Zeitlin <vadim@wxwidgets.org> // Copyright: (c) 2015 Vadim Zeitlin <vadim@wxwidgets.org>
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@@ -3,7 +3,6 @@
// Purpose: XML resource handler // Purpose: XML resource handler
// Author: Steven Lamerton // Author: Steven Lamerton
// Created: 2011/01/26 // Created: 2011/01/26
// RCS-ID: $id$
// Copyright: (c) 2011 Steven Lamerton // Copyright: (c) 2011 Steven Lamerton
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@@ -4,7 +4,6 @@
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 04/01/98 // Created: 04/01/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@@ -6,7 +6,6 @@ and this process might take HUGE amount of time
Author : Viktor Voroshylo Author : Viktor Voroshylo
''' '''
__version__='$Revision$'[11:-2]
import sys import sys

View File

@@ -3,7 +3,6 @@
// Purpose: XML resource handler // Purpose: XML resource handler
// Author: Steven Lamerton // Author: Steven Lamerton
// Created: 2011/01/26 // Created: 2011/01/26
// RCS-ID: $id$
// Copyright: (c) 2011 Steven Lamerton // Copyright: (c) 2011 Steven Lamerton
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@@ -1216,7 +1216,7 @@ Changes in 1.0.6 (19 Jan 1998)
- use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau) - use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau)
- added makelcc.bat for lcc-win32 (Tom St Denis) - added makelcc.bat for lcc-win32 (Tom St Denis)
- in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe) - in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe)
- Avoid expanded $Id: ChangeLog 35458 2005-09-10 21:15:17Z MW $. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion. - Avoid expanded $Id$. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion.
- check for unistd.h in configure (for off_t) - check for unistd.h in configure (for off_t)
- remove useless check parameter in inflate_blocks_free - remove useless check parameter in inflate_blocks_free
- avoid useless assignment of s->check to itself in inflate_blocks_new - avoid useless assignment of s->check to itself in inflate_blocks_new

View File

@@ -3,7 +3,6 @@
// Purpose: wxGCDC bounding box unit tests // Purpose: wxGCDC bounding box unit tests
// Author: Vadim Zeitlin / Maarten Spoek / Toni Ruža // Author: Vadim Zeitlin / Maarten Spoek / Toni Ruža
// Created: 2011-01-36 // Created: 2011-01-36
// RCS-ID: $Id$
// Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org> // Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
// (c) 2014 Toni Ruža <toni.ruza@gmail.com> // (c) 2014 Toni Ruža <toni.ruza@gmail.com>
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@@ -2,7 +2,6 @@
// Name: tests/misc/safearrayconverttest.cpp // Name: tests/misc/safearrayconverttest.cpp
// Purpose: Test conversions between wxVariant and OLE VARIANT using SAFEARRAYs // Purpose: Test conversions between wxVariant and OLE VARIANT using SAFEARRAYs
// Author: PB // Author: PB
// RCS-ID: $Id: typeinfotest.cpp 67656 2011-04-30 10:57:04Z DS $
// Copyright: (c) the wxWidgets team // Copyright: (c) the wxWidgets team
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////