Remove all lines containing cvs/svn "$Id$" keyword.
This keyword is not expanded by Git which means it's not replaced with the correct revision value in the releases made using git-based scripts and it's confusing to have lines with unexpanded "$Id$" in the released files. As expanding them with Git is not that simple (it could be done with git archive and export-subst attribute) and there are not many benefits in having them in the first place, just remove all these lines. If nothing else, this will make an eventual transition to Git simpler. Closes #14487. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
// Name: tests/streams/bstream.cpp
|
||||
// Purpose: House the base stream test suite.
|
||||
// Author: Hans Van Leemputten
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2004 Hans Van Leemputten
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: tests/streams/bstream.h
|
||||
// Purpose: Template class for testing base stream functions.
|
||||
// Author: Hans Van Leemputten
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2004 Hans Van Leemputten
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxDataXXXStream Unit Test
|
||||
// Author: Ryan Norton
|
||||
// Created: 2004-08-14
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2004 Ryan Norton
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: tests/streams/ffilestream.cpp
|
||||
// Purpose: Test wxFFileInputStream/wxFFileOutputStream
|
||||
// Author: Hans Van Leemputten
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2004 Hans Van Leemputten
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: tests/streams/backfile.cpp
|
||||
// Purpose: Test wxBackingFile
|
||||
// Author: Mike Wetherell
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2006 Mike Wetherell
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: tests/streams/filestream.cpp
|
||||
// Purpose: Test wxFileInputStream/wxFileOutputStream
|
||||
// Author: Hans Van Leemputten
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2004 Hans Van Leemputten
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@@ -3,7 +3,6 @@
|
||||
// Purpose: unit test for input/output streams
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2008-06-15
|
||||
// RCS-ID: $Id$
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: tests/streams/largefile.cpp
|
||||
// Purpose: Tests for large file support
|
||||
// Author: Mike Wetherell
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2004 Mike Wetherell
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: tests/streams/memstream.cpp
|
||||
// Purpose: Test wxMemoryInputStream/wxMemoryOutputStream
|
||||
// Author: Hans Van Leemputten
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2004 Hans Van Leemputten
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: tests/streams/socketstream.cpp
|
||||
// Purpose: Test wxSocketInputStream/wxSocketOutputStream
|
||||
// Author: Vadim Zeitlin
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2008 Vadim Zeitlin
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: tests/streams/sstream.cpp
|
||||
// Purpose: Test wxStringInputStream/wxStringOutputStream
|
||||
// Author: Vadim Zeitlin
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2004 Vadim Zeitlin
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: tests/streams/stdstream.cpp
|
||||
// Purpose: Test wxStdInputStreamBuffer/wxStdOutputStreamBuffer
|
||||
// Author: Jonathan Liu <net147@gmail.com>
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2009 Jonathan Liu
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: tests/streams/tempfile.cpp
|
||||
// Purpose: Test wxTempFileOutputStream
|
||||
// Author: Mike Wetherell
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2005 Mike Wetherell
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@@ -3,7 +3,6 @@
|
||||
// Purpose: wxTextXXXStream unit test
|
||||
// Author: Ryan Norton, Vince Harron
|
||||
// Created: 2004-08-14
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2004 Ryan Norton, (c) 2006 Vince Harron
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: tests/streams/zlibstream.cpp
|
||||
// Purpose: Test wxZlibInputStream/wxZlibOutputStream
|
||||
// Author: Hans Van Leemputten
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) 2004 Hans Van Leemputten
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user