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: cat_classes.h
|
||||
// Purpose: Classes-by-category page of the Doxygen manual
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id: cat_classes.h 52468 2008-03-13 16:30:38Z FM $
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: const_cpp.h
|
||||
// Purpose: Preprocessor symbols
|
||||
// Author: Vadim Zeitlin
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: const_stdevtid.h
|
||||
// Purpose: std event values enumerated
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: const_stockitems.h
|
||||
// Purpose: stock item values enumerated
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: const_wxusedef.h
|
||||
// Purpose: wxUSE preprocessor symbols
|
||||
// Author: Tim Stahlhut
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: constants.h
|
||||
// Purpose: Constants page of the Doxygen manual
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: copyright.h
|
||||
// Purpose: Copyright and license page of the Doxygen manual
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: devtips.h
|
||||
// Purpose: Cross-platform development page of the Doxygen manual
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: introduction.h
|
||||
// Purpose: Introduction page of the Doxygen manual
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: libs.h
|
||||
// Purpose: Libraries page of the Doxygen manual
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: main.h
|
||||
// Purpose: Main page of the Doxygen manual
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: platdetails.h
|
||||
// Purpose: Platform details page of the Doxygen manual
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: samples.h
|
||||
// Purpose: Samples page of the Doxygen manual
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id: utilities.h 52634 2008-03-20 13:45:17Z VS $
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: topics.h
|
||||
// Purpose: Topic overviews page of the Doxygen manual
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: translations.h
|
||||
// Purpose: List of wxWidgets available translations
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@@ -2,7 +2,6 @@
|
||||
// Name: utilities.h
|
||||
// Purpose: Utilities page of the Doxygen manual
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
Reference in New Issue
Block a user