Skip to content

Commit a9f2a36

Browse files
committed
Remove all lines containing cvs/svn "$Id$" keyword
1 parent 5081642 commit a9f2a36

File tree

100 files changed

+0
-280
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+0
-280
lines changed

Docs/Developers/readme-developers.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -218,18 +218,6 @@ <h3><a name="Doxygen_comments">Doxygen comments</a></h3>
218218
<li>There is ready to use doxygen config file in <code>docs/developers/doxygen.cfg</code></li>
219219
</ul>
220220

221-
<h3><a name="Revision_Ids">Revision IDs</a></h3>
222-
223-
<p>We have adopted the convention of using Revision ID lines near the top of our source
224-
files (following the doxygen file header comments). Merely add these two lines
225-
to any new file you add to the repository, and SVN will modify the Id line by
226-
appending revision and date information at checkout:</p>
227-
228-
<pre>
229-
// Revision ID line follows -- this is updated by SVN
230-
// &#36;Id&#36;
231-
</pre>
232-
233221
<h3><a name="File_release_numbers">File release numbers</a></h3>
234222

235223
<p>We are trying to keep a consistent numbering scheme on our file releases,

Externals/crystaledit/editlib/LineInfo.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* @brief Declaration for LineInfo class.
55
*
66
*/
7-
// ID line follows -- this is updated by SVN
8-
// $Id$
97

108
#pragma once
119

Externals/crystaledit/editlib/SyntaxColors.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
*
44
* @brief Declaration file for SyntaxColors class
55
*/
6-
// ID line follows -- this is updated by SVN
7-
// $Id$
86

97
#pragma once
108

Externals/crystaledit/editlib/UndoRecord.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* @brief Declaration for UndoRecord structure.
55
*
66
*/
7-
// ID line follows -- this is updated by SVN
8-
// $Id$
97

108
#pragma once
119

Externals/crystaledit/editlib/dialogs/ceditreplacedlg.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
*
3030
* @brief Implementation of Replace-dialog.
3131
*/
32-
// RCS ID line follows -- this is updated by CVS
33-
// $Id$
3432

3533
#include "StdAfx.h"
3634
#include "resource.h"

Externals/crystaledit/editlib/dialogs/cfindtextdlg.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
*
2929
* @brief Declaration Find-dialog.
3030
*/
31-
// RCS ID line follows -- this is updated by CVS
32-
// $Id$
3331

3432
#pragma once
3533

Externals/crystaledit/editlib/utils/string_util.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
*
44
* @brief Char classification routines implementations.
55
*/
6-
// ID line follows -- this is updated by SVN
7-
// $Id$
86

97
#include <windows.h>
108
#include <tchar.h>

Externals/crystaledit/editlib/utils/string_util.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
*
44
* @brief Char classification routines declarations.
55
*/
6-
// ID line follows -- this is updated by SVN
7-
// $Id$
86

97
#pragma once
108

Plugins/src_VB/CompareMSExcelFiles/WinMergeScript.cls

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ Attribute VB_Exposed = True
3232
' Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
3333
'
3434
'/////////////////////////////////////////////////////////////////////////////
35-
'
36-
' RCS ID line follows -- this is updated by CVS
37-
' $Id: WinMergeScript.cls 5118 2008-03-03 23:19:38Z gerundt $
3835

3936
Option Explicit
4037

Plugins/src_VB/CompareMSWordFiles/WinMergeScript.cls

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ Attribute VB_Exposed = True
3232
' Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
3333
'
3434
'/////////////////////////////////////////////////////////////////////////////
35-
'
36-
' RCS ID line follows -- this is updated by CVS
37-
' $Id: WinMergeScript.cls 5120 2008-03-04 00:02:01Z gerundt $
3835

3936
Option Explicit
4037

Plugins/src_VCPP/DisplayXMLFiles/ExpatMapLib/expat_maps.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
//
2121
/////////////////////////////////////////////////////////////////////////////
2222

23-
// RCS ID line follows -- this is updated by CVS
24-
// $Id$
25-
26-
2723
#include "StdAfx.h"
2824
#include <stdio.h>
2925
#include <stdlib.h>

Plugins/src_VCPP/DisplayXMLFiles/ExpatMapLib/expat_maps.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
//
2121
/////////////////////////////////////////////////////////////////////////////
2222

23-
// RCS ID line follows -- this is updated by CVS
24-
// $Id$
25-
26-
2723
#ifndef expat_maps_h_included
2824
#define expat_maps_h_included
2925

Plugins/src_VCPP/DisplayXMLFiles/WinMergeScript.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
//
2121
/////////////////////////////////////////////////////////////////////////////
2222

23-
// RCS ID line follows -- this is updated by CVS
24-
// $Id: WinMergeScript.cpp 5855 2008-08-24 15:49:22Z kimmov $
25-
2623
#include "stdafx.h"
2724
#include <stdio.h>
2825
#include "DisplayXMLFiles.h"

Plugins/src_VCPP/RCLocalizationHelper/PatternSet.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
*
99
* This uses the CRegExp class from WinMerge Src\Common.
1010
*/
11-
// RCS ID line follows -- this is updated by CVS
12-
// $Id$
13-
1411

1512
#include "stdafx.h"
1613
#include <stdio.h>

Plugins/src_VCPP/RCLocalizationHelper/PatternSet.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
*
99
* This uses the CRegExp class from WinMerge Src\Common.
1010
*/
11-
// RCS ID line follows -- this is updated by CVS
12-
// $Id$
1311

1412
#ifndef PatternSet_h_included
1513
#define PatternSet_h_included

Plugins/src_VCPP/RCLocalizationHelper/PluginError.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
* when Plugin Errors are implemented.
1010
*
1111
*/
12-
// RCS ID line follows -- this is updated by CVS
13-
// $Id$
1412

1513
#include "StdAfx.h"
1614
#include <stdio.h>

Plugins/src_VCPP/RCLocalizationHelper/PluginError.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
* when Plugin Errors are implemented.
1010
*
1111
*/
12-
// RCS ID line follows -- this is updated by CVS
13-
// $Id$
1412

1513
#ifndef PluginError_h_included
1614
#define PluginError_h_included

Plugins/src_VCPP/RCLocalizationHelper/WinMergeScript.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
* This object implements the method PrediffBufferW (q.v.).
77
*
88
*/
9-
// RCS ID line follows -- this is updated by CVS
10-
// $Id: WinMergeScript.cpp 3135 2006-03-06 03:01:38Z elsapo $
119

1210
#include "stdafx.h"
1311
#include "RCLocalizationHelper.h"

ShellExtension/ShellExtension/ShellExtension.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
/////////////////////////////////////////////////////////////////////////////
2020
// Look at http://www.codeproject.com/shell/ for excellent guide
2121
// to Windows Shell programming by Michael Dunn.
22-
//
23-
// $Id$
2422

2523
// Note: Proxy/Stub Information
2624
// To build a separate proxy/stub DLL,

ShellExtension/ShellExtension/WinMergeShell.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
*
3737
* @brief Implementation of the ShellExtension class
3838
*/
39-
// ID line follows -- this is updated by SVN
40-
// $Id: WinMergeShell.cpp 6933 2009-07-26 14:07:03Z kimmov $
4139

4240
#include "stdafx.h"
4341
#include "ShellExtension.h"

ShellExtension/ShellExtension/WinMergeShell.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
*
2222
* @brief Declaration file for ShellExtension class
2323
*/
24-
// ID line follows -- this is updated by SVN
25-
// $Id: WinMergeShell.h 6933 2009-07-26 14:07:03Z kimmov $
2624

2725
#pragma once
2826

Src/DirItemIterator.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
*
44
* @brief Declaration DirItemIterator classes.
55
*/
6-
// ID line follows -- this is updated by SVN
7-
// $Id$
86

97
#pragma once
108

Src/charsets.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
(c) 1998-2004 (W3C) MIT, ERCIM, Keio University
44
See tidy.h for the copyright notice.
55
6-
$Id: charsets.c 5895 2008-09-05 10:08:59Z jtuc $
7-
86
* Changes 2005-01-09 Jochen Tucht
97
This file originates from the Tidy library (tidy.sourceforge.net).
108
Dependencies on other parts of the library have been removed to make it

Testing/Data/Codepages/CP50220/DiffItem.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
*
55
* @brief Declaration of DIFFITEM
66
*/
7-
// IDD line follows -- this is updated by SVN
8-
// $Idd: DiffItem.h 6095 2008-11-18 20:05:27Z kimmov $
97

108
#ifndef _DIFF_ITEM_H_
119
#define _DIFF_ITEM_H_

Testing/Data/Codepages/CP51932/DiffItem.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
*
55
* @brief Declaration of DIFFITEM
66
*/
7-
// IDD line follows -- this is updated by SVN
8-
// $Idd: DiffItem.h 6095 2008-11-18 20:05:27Z kimmov $
97

108
#ifndef _DIFF_ITEM_H_
119
#define _DIFF_ITEM_H_

Testing/Data/Codepages/CP932/DiffItem.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
*
55
* @brief Declaration of DIFFITEM
66
*/
7-
// IDD line follows -- this is updated by SVN
8-
// $Idd: DiffItem.h 6095 2008-11-18 20:05:27Z kimmov $
97

108
#ifndef _DIFF_ITEM_H_
119
#define _DIFF_ITEM_H_

Testing/Data/File1.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
* @brief Declaration file for CAboutDlg.
2121
*
2222
*/
23-
// RCS ID line follows -- this is updated by CVS
24-
// $Id$
2523

2624
#ifndef _ABOUTDLG_H_
2725
#define _ABOUTDLG_H_
-202 Bytes
Binary file not shown.
-202 Bytes
Binary file not shown.

Testing/Data/Unicode/UTF-8-NOBOM/DiffItem.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
*
55
* @brief Declaration of DIFFITEM
66
*/
7-
// IDD line follows -- this is updated by SVN
8-
// $Idd: DiffItem.h 6095 2008-11-18 20:05:27Z kimmov $
97

108
#ifndef _DIFF_ITEM_H_
119
#define _DIFF_ITEM_H_

Testing/Data/Unicode/UTF-8/DiffItem.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
*
55
* @brief Declaration of DIFFITEM
66
*/
7-
// ID line follows -- this is updated by SVN
8-
// $Id: DiffItem.h 6095 2008-11-18 20:05:27Z kimmov $
97

108
#ifndef _DIFF_ITEM_H_
119
#define _DIFF_ITEM_H_

Tools/Scripts/CheckMenuResources.vbs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ Option Explicit
44
'
55
' Copyright (C) 2008 by Tim Gerundt
66
' Released under the "GNU General Public License"
7-
'
8-
' ID line follows -- this is updated by SVN
9-
' $Id$
107

118
Const ForReading = 1
129

Tools/Scripts/CheckUnusedResources.vbs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ Option Explicit
44
'
55
' Copyright (C) 2008 by Tim Gerundt
66
' Released under the "GNU General Public License"
7-
'
8-
' ID line follows -- this is updated by SVN
9-
' $Id$
107

118
Const ForReading = 1
129

Translations/GetTranslationsStatus.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2424
# THE SOFTWARE.
2525

26-
# $Id$
27-
2826
# Python script to get the status of the translations
2927

3028
import os

Translations/ShellExtension/Arabic.po

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# This file is part from WinMerge <https://winmerge.org/>
22
# Released under the "GNU General Public License"
33
#
4-
# ID line follows -- this is updated by SVN
5-
# $Id$
6-
#
74
msgid ""
85
msgstr ""
96
"Project-Id-Version: WinMerge Shell Extension\n"

Translations/ShellExtension/Basque.po

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# This file is part from WinMerge <https://winmerge.org/>
22
# Released under the "GNU General Public License"
33
#
4-
# ID line follows -- this is updated by SVN
5-
# $Id: Basque.po 7554 2011-08-19 14:50:47Z sdottaka $
6-
#
74
msgid ""
85
msgstr ""
96
"Project-Id-Version: WinMerge Shell Extension\n"

Translations/ShellExtension/Brazilian.po

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# This file is part from WinMerge <https://winmerge.org/>
22
# Released under the "GNU General Public License"
33
#
4-
# ID line follows -- this is updated by SVN
5-
# $Id$
6-
#
74
msgid ""
85
msgstr ""
96
"Project-Id-Version: WinMerge Shell Extension\n"

Translations/ShellExtension/Bulgarian.po

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# This file is part from WinMerge <https://winmerge.org/>
22
# Released under the "GNU General Public License"
33
#
4-
# ID line follows -- this is updated by SVN
5-
# $Id$
6-
#
74
msgid ""
85
msgstr ""
96
"Project-Id-Version: WinMerge Shell Extension\n"

Translations/ShellExtension/Catalan.po

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# This file is part from WinMerge <https://winmerge.org/>
22
# Released under the "GNU General Public License"
33
#
4-
# ID line follows -- this is updated by SVN
5-
# $Id$
6-
#
74
msgid ""
85
msgstr ""
96
"Project-Id-Version: WinMerge Shell Extension\n"

Translations/ShellExtension/ChineseSimplified.po

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# This file is part from WinMerge <https://winmerge.org/>
22
# Released under the "GNU General Public License"
33
#
4-
# ID line follows -- this is updated by SVN
5-
# $Id$
6-
#
74
msgid ""
85
msgstr ""
96
"Project-Id-Version: WinMerge Shell Extension\n"

Translations/ShellExtension/ChineseTraditional.po

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# This file is part from WinMerge <https://winmerge.org/>
22
# Released under the "GNU General Public License"
33
#
4-
# ID line follows -- this is updated by SVN
5-
# $Id$
6-
#
74
msgid ""
85
msgstr ""
96
"Project-Id-Version: WinMerge Shell Extension\n"

Translations/ShellExtension/CreateMasterPotFile.vbs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ Option Explicit
44
'
55
' Copyright (C) 2007-2009 by Tim Gerundt
66
' Released under the "GNU General Public License"
7-
'
8-
' ID line follows -- this is updated by SVN
9-
' $Id$
107

118
Const ForReading = 1
129

@@ -180,9 +177,6 @@ Sub CreateMasterPotFile(ByVal sPotPath, ByVal oStrings, ByVal sCodePage)
180177
oPotFile.WriteLine "# This file is part from WinMerge <https://winmerge.org/>"
181178
oPotFile.WriteLine "# Released under the ""GNU General Public License"""
182179
oPotFile.WriteLine "#"
183-
oPotFile.WriteLine "# ID line follows -- this is updated by SVN"
184-
oPotFile.WriteLine "# $" & "Id: " & "$"
185-
oPotFile.WriteLine "#"
186180
oPotFile.WriteLine "msgid """""
187181
oPotFile.WriteLine "msgstr """""
188182
oPotFile.WriteLine """Project-Id-Version: WinMerge Shell Extension\n"""

0 commit comments

Comments
 (0)