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:
@@ -27,4 +27,3 @@ tn0023.txt Adding a new app/screenshot to the wxWidgets.org front page
|
||||
tn0024.txt How to add a new XRC handler
|
||||
tn0025.txt How to update a third party library to a newer version
|
||||
|
||||
Version: $Id$
|
||||
|
@@ -57,4 +57,3 @@ samples/ with demos/ where needed).
|
||||
=== EOF ===
|
||||
|
||||
Author: VZ
|
||||
Version: $Id$
|
||||
|
@@ -77,7 +77,6 @@ in wx.bkl:
|
||||
=== EOF ===
|
||||
|
||||
Author: VZ
|
||||
Version: $Id$
|
||||
|
||||
$Log$
|
||||
Revision 1.7 2005/08/12 15:34:01 MW
|
||||
|
@@ -313,4 +313,3 @@ The following conventions are used in wxWidgets doxygen comments:
|
||||
=== EOF ===
|
||||
|
||||
Author: FM (along the lines of the previous technote about tex2rtf)
|
||||
Version: $Id$
|
||||
|
@@ -26,5 +26,4 @@ wxWidgets src, include, docs directories hierarchy.
|
||||
|
||||
|
||||
Author: Julian Smart
|
||||
Version: $Id$
|
||||
|
||||
|
@@ -51,7 +51,6 @@ This will indicate that the space character will be taken as the transparent col
|
||||
|
||||
<!--
|
||||
Author: JS
|
||||
Version: $Id$
|
||||
-->
|
||||
|
||||
</font>
|
||||
|
@@ -48,5 +48,4 @@
|
||||
|
||||
=== EOF ===
|
||||
|
||||
Version: $Id$
|
||||
|
||||
|
@@ -118,4 +118,3 @@ client to the end of the list.
|
||||
|
||||
=== EOF ===
|
||||
|
||||
Version: $Id$
|
||||
|
@@ -217,4 +217,3 @@ j) Also please add 4 #pragma comment(lib, "foo") (for Unicode/ANSI
|
||||
|
||||
=== EOF ===
|
||||
|
||||
Version: $Id$
|
||||
|
@@ -142,4 +142,3 @@ IV. Notes
|
||||
=== EOF ===
|
||||
|
||||
Author: VZ & MW
|
||||
Version: $Id$
|
||||
|
@@ -65,4 +65,3 @@ have to do:
|
||||
=== EOF ===
|
||||
|
||||
Author: VZ
|
||||
Version: $Id$
|
||||
|
@@ -51,4 +51,3 @@ example, look at AlphaBlt()-related code in src/msw/dc.cpp.
|
||||
=== EOF ===
|
||||
|
||||
Author: VZ
|
||||
Version: $Id$
|
||||
|
@@ -285,4 +285,3 @@ Note that the abicheck.sh script is in the "lib" folder.
|
||||
=== EOF ===
|
||||
|
||||
Author: RN
|
||||
Version: $Id$
|
||||
|
@@ -70,5 +70,4 @@ important global ones are in docs/latex/wx/cppconst.tex.
|
||||
=== EOF ===
|
||||
|
||||
Author: VZ
|
||||
Version: $Id$
|
||||
|
||||
|
@@ -51,5 +51,4 @@ samples/xrc/rc/controls.xrc.
|
||||
=== EOF ===
|
||||
|
||||
Author: VZ
|
||||
Version: $Id: tn0021.txt 47865 2007-08-03 20:00:32Z VZ $
|
||||
|
||||
|
Reference in New Issue
Block a user