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:
@@ -3,7 +3,6 @@
|
||||
// Purpose: Generic wxAddRemoveImpl implementation, also used in wxMSW
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2015-02-05
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2015 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@@ -3,7 +3,6 @@
|
||||
// Purpose: GTK specific wxAddRemoveImpl implementation
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2015-02-05
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2015 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@@ -3,7 +3,6 @@
|
||||
// Purpose: OS X specific wxAddRemoveImpl implementation
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2015-02-05
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2015 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxAddRemoveImpl helper class declaration
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2015-02-04
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2015 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@@ -3,7 +3,6 @@
|
||||
// Purpose: XML resource handler
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2011/01/26
|
||||
// RCS-ID: $id$
|
||||
// Copyright: (c) 2011 Steven Lamerton
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
@@ -4,7 +4,6 @@
|
||||
// Author: Julian Smart
|
||||
// Modified by:
|
||||
// Created: 04/01/98
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) Julian Smart
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
@@ -6,7 +6,6 @@ and this process might take HUGE amount of time
|
||||
|
||||
Author : Viktor Voroshylo
|
||||
'''
|
||||
__version__='$Revision$'[11:-2]
|
||||
|
||||
import sys
|
||||
|
||||
|
@@ -3,7 +3,6 @@
|
||||
// Purpose: XML resource handler
|
||||
// Author: Steven Lamerton
|
||||
// Created: 2011/01/26
|
||||
// RCS-ID: $id$
|
||||
// Copyright: (c) 2011 Steven Lamerton
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
@@ -1216,7 +1216,7 @@ Changes in 1.0.6 (19 Jan 1998)
|
||||
- use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau)
|
||||
- added makelcc.bat for lcc-win32 (Tom St Denis)
|
||||
- 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)
|
||||
- remove useless check parameter in inflate_blocks_free
|
||||
- avoid useless assignment of s->check to itself in inflate_blocks_new
|
||||
|
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxGCDC bounding box unit tests
|
||||
// Author: Vadim Zeitlin / Maarten Spoek / Toni Ruža
|
||||
// Created: 2011-01-36
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
// (c) 2014 Toni Ruža <toni.ruza@gmail.com>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: tests/misc/safearrayconverttest.cpp
|
||||
// Purpose: Test conversions between wxVariant and OLE VARIANT using SAFEARRAYs
|
||||
// Author: PB
|
||||
// RCS-ID: $Id: typeinfotest.cpp 67656 2011-04-30 10:57:04Z DS $
|
||||
// Copyright: (c) the wxWidgets team
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user