From b5b208a1796ecf1b9ab267d200705b4f3b4d10e3 Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Fri, 17 Sep 2010 11:17:55 +0000 Subject: [PATCH] Set svn properties on .cpp files. Add missing svn:eol-style property to all .cpp files. Also set svn:keywords for .cpp files which don't have that property yet to Id, including src/osx/core/glgrab.cpp for consistency (it doesn't make use of the property). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/clipboard/clipboard.cpp | 2 +- src/common/cairo.cpp | 2 +- src/common/uiactioncmn.cpp | 2 +- src/gtk/print.cpp | 2 +- src/os2/minifram.cpp | 2 +- src/osx/bmpbuttn_osx.cpp | 2 +- src/osx/button_osx.cpp | 2 +- src/osx/carbon/nonownedwnd.cpp | 2 +- src/osx/checkbox_osx.cpp | 2 +- src/osx/choice_osx.cpp | 2 +- src/osx/combobox_osx.cpp | 2 +- src/osx/core/mimetype.cpp | 2 +- src/osx/core/sound.cpp | 2 +- src/osx/core/timer.cpp | 2 +- src/osx/dataview_osx.cpp | 2 +- src/osx/dialog_osx.cpp | 2 +- src/osx/dnd_osx.cpp | 2 +- src/osx/gauge_osx.cpp | 2 +- src/osx/glcanvas_osx.cpp | 2 +- src/osx/listbox_osx.cpp | 2 +- src/osx/menu_osx.cpp | 2 +- src/osx/menuitem_osx.cpp | 2 +- src/osx/nonownedwnd_osx.cpp | 2 +- src/osx/notebook_osx.cpp | 2 +- src/osx/printdlg_osx.cpp | 2 +- src/osx/radiobut_osx.cpp | 2 +- src/osx/scrolbar_osx.cpp | 2 +- src/osx/slider_osx.cpp | 2 +- src/osx/sound_osx.cpp | 2 +- src/osx/spinbutt_osx.cpp | 2 +- src/osx/srchctrl_osx.cpp | 2 +- src/osx/statbox_osx.cpp | 2 +- src/osx/statline_osx.cpp | 2 +- src/osx/stattext_osx.cpp | 2 +- src/osx/textctrl_osx.cpp | 2 +- src/osx/textentry_osx.cpp | 2 +- src/osx/tglbtn_osx.cpp | 2 +- src/osx/toolbar_osx.cpp | 2 +- src/osx/uiaction_osx.cpp | 2 +- src/osx/utils_osx.cpp | 2 +- src/osx/window_osx.cpp | 2 +- src/unix/uiactionx11.cpp | 2 +- tests/graphics/measuring.cpp | 2 +- tests/toplevel/toplevel.cpp | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/samples/clipboard/clipboard.cpp b/samples/clipboard/clipboard.cpp index be9b0f9433..faaa532c72 100644 --- a/samples/clipboard/clipboard.cpp +++ b/samples/clipboard/clipboard.cpp @@ -2,7 +2,7 @@ // Name: clipboard.cpp // Purpose: clipboard wxWidgets sample // Author: Robert Roebling -// RCS-ID: $Id: minimal.cpp 53461 2008-05-05 23:30:33Z VZ $ +// RCS-ID: $Id$ // Copyright: (c) Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/common/cairo.cpp b/src/common/cairo.cpp index fbee7a236c..a42a22900d 100644 --- a/src/common/cairo.cpp +++ b/src/common/cairo.cpp @@ -3,7 +3,7 @@ // Purpose: Cairo library // Author: Anthony Betaudeau // Created: 2007-08-25 -// RCS-ID: $Id: cairo.cpp 44625 2007-08-25 11:35:04Z VZ $ +// RCS-ID: $Id$ // Copyright: (c) Anthony Bretaudeau // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/common/uiactioncmn.cpp b/src/common/uiactioncmn.cpp index 5afc7dae6a..18dcbb7d82 100644 --- a/src/common/uiactioncmn.cpp +++ b/src/common/uiactioncmn.cpp @@ -4,7 +4,7 @@ // Author: Kevin Ollivier, Steven Lamerton, Vadim Zeitlin // Modified by: // Created: 2010-03-06 -// RCS-ID: $Id: menu.cpp 54129 2008-06-11 19:30:52Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Kevin Ollivier // (c) 2010 Steven Lamerton // (c) 2010 Vadim Zeitlin diff --git a/src/gtk/print.cpp b/src/gtk/print.cpp index 451fe2a82a..32b2c08b1e 100644 --- a/src/gtk/print.cpp +++ b/src/gtk/print.cpp @@ -3,7 +3,7 @@ // Author: Anthony Bretaudeau // Purpose: GTK printing support // Created: 2007-08-25 -// RCS-ID: $Id: print.cpp,v 1 2007-08-25 05:44:44 PC Exp $ +// RCS-ID: $Id$ // Copyright: (c) 2007 wxWidgets development team // Licence: wxWindows Licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/os2/minifram.cpp b/src/os2/minifram.cpp index b42905ebbf..fcef2ea256 100644 --- a/src/os2/minifram.cpp +++ b/src/os2/minifram.cpp @@ -4,7 +4,7 @@ // Author: Julian Smart // Modified by: // Created: 04/01/98 -// RCS-ID: $Id: minifram.cpp 49299 2007-10-21 18:07:29Z PC $ +// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/bmpbuttn_osx.cpp b/src/osx/bmpbuttn_osx.cpp index 9a1cb174ca..2384340ae2 100644 --- a/src/osx/bmpbuttn_osx.cpp +++ b/src/osx/bmpbuttn_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: bmpbuttn.cpp 54820 2008-07-29 20:04:11Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/button_osx.cpp b/src/osx/button_osx.cpp index ceedc162b4..bb6138b5c4 100644 --- a/src/osx/button_osx.cpp +++ b/src/osx/button_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: button.cpp 54845 2008-07-30 14:52:41Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/carbon/nonownedwnd.cpp b/src/osx/carbon/nonownedwnd.cpp index 2a44f32486..66c0f90d92 100644 --- a/src/osx/carbon/nonownedwnd.cpp +++ b/src/osx/carbon/nonownedwnd.cpp @@ -3,7 +3,7 @@ // Purpose: implementation of wxNonOwnedWindow // Author: Stefan Csomor // Created: 2008-03-24 -// RCS-ID: $Id: nonownedwnd.cpp 50329 2007-11-29 17:00:58Z VS $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor 2008 // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/checkbox_osx.cpp b/src/osx/checkbox_osx.cpp index 8ca03f2d34..f248aff651 100644 --- a/src/osx/checkbox_osx.cpp +++ b/src/osx/checkbox_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 04/01/98 -// RCS-ID: $Id: checkbox.cpp 54129 2008-06-11 19:30:52Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/choice_osx.cpp b/src/osx/choice_osx.cpp index 2668c1b1cd..f303ec637c 100644 --- a/src/osx/choice_osx.cpp +++ b/src/osx/choice_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: choice.cpp 54129 2008-06-11 19:30:52Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/combobox_osx.cpp b/src/osx/combobox_osx.cpp index 8ab1cf9c1e..9790bb95dc 100644 --- a/src/osx/combobox_osx.cpp +++ b/src/osx/combobox_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: combobox_osx.cpp 58318 2009-01-23 08:36:16Z RR $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/core/mimetype.cpp b/src/osx/core/mimetype.cpp index f51c856556..d4290039b5 100644 --- a/src/osx/core/mimetype.cpp +++ b/src/osx/core/mimetype.cpp @@ -4,7 +4,7 @@ // Author: Neil Perkins // Modified by: // Created: 2010-05-15 -// RCS-ID: $Id: mimetype.cpp 54734 2008-07-21 01:33:51Z VZ $ +// RCS-ID: $Id$ // Copyright: (C) 2010 Neil Perkins // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/core/sound.cpp b/src/osx/core/sound.cpp index 386e62a561..13ba208036 100644 --- a/src/osx/core/sound.cpp +++ b/src/osx/core/sound.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: Stefan Csomor // Created: 2009-01-01 -// RCS-ID: $Id: sound.cpp 61475 2009-07-20 16:47:54Z VZ $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/core/timer.cpp b/src/osx/core/timer.cpp index ce0d98d598..d5d344f795 100644 --- a/src/osx/core/timer.cpp +++ b/src/osx/core/timer.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 2008-07-01 -// RCS-ID: $Id: timer.cpp 54129 2008-06-11 19:30:52Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/dataview_osx.cpp b/src/osx/dataview_osx.cpp index 45e2b3ca35..f2d16e61a0 100644 --- a/src/osx/dataview_osx.cpp +++ b/src/osx/dataview_osx.cpp @@ -2,7 +2,7 @@ // Name: src/osx/dataview_osx.cpp // Purpose: wxDataViewCtrl native mac implementation // Author: -// Id: $Id: dataview_osx.cpp 58317 2009-01-27 +// Id: $Id$ // Copyright: (c) 2009 // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/dialog_osx.cpp b/src/osx/dialog_osx.cpp index b1b50b980a..a63744bf56 100644 --- a/src/osx/dialog_osx.cpp +++ b/src/osx/dialog_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: dialog.cpp 54820 2008-07-29 20:04:11Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/dnd_osx.cpp b/src/osx/dnd_osx.cpp index b64858930a..7fb1c922cc 100644 --- a/src/osx/dnd_osx.cpp +++ b/src/osx/dnd_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: dnd.cpp 61724 2009-08-21 10:41:26Z VZ $ +// RCS-ID: $Id$ // Copyright: (c) 1998 Stefan Csomor // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/gauge_osx.cpp b/src/osx/gauge_osx.cpp index 426e858daa..869bce41f6 100644 --- a/src/osx/gauge_osx.cpp +++ b/src/osx/gauge_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: gauge.cpp 54820 2008-07-29 20:04:11Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/glcanvas_osx.cpp b/src/osx/glcanvas_osx.cpp index 8ef310d796..84db6ac895 100644 --- a/src/osx/glcanvas_osx.cpp +++ b/src/osx/glcanvas_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: glcanvas.cpp 54129 2008-06-11 19:30:52Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/listbox_osx.cpp b/src/osx/listbox_osx.cpp index f89fd924d0..e7194b1b99 100644 --- a/src/osx/listbox_osx.cpp +++ b/src/osx/listbox_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: listbox.cpp 54820 2008-07-29 20:04:11Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/menu_osx.cpp b/src/osx/menu_osx.cpp index 4ee92302bd..a33f2a466d 100644 --- a/src/osx/menu_osx.cpp +++ b/src/osx/menu_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: menu.cpp 54129 2008-06-11 19:30:52Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/menuitem_osx.cpp b/src/osx/menuitem_osx.cpp index cff6e59777..7564d74889 100644 --- a/src/osx/menuitem_osx.cpp +++ b/src/osx/menuitem_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: menuitem.cpp 54129 2008-06-11 19:30:52Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/nonownedwnd_osx.cpp b/src/osx/nonownedwnd_osx.cpp index 653e1a18d6..c5c7419c20 100644 --- a/src/osx/nonownedwnd_osx.cpp +++ b/src/osx/nonownedwnd_osx.cpp @@ -3,7 +3,7 @@ // Purpose: implementation of wxNonOwnedWindow // Author: Stefan Csomor // Created: 2008-03-24 -// RCS-ID: $Id: nonownedwnd.cpp 50329 2007-11-29 17:00:58Z VS $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor 2008 // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/notebook_osx.cpp b/src/osx/notebook_osx.cpp index 95dfb988b4..57e034bc6f 100644 --- a/src/osx/notebook_osx.cpp +++ b/src/osx/notebook_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: notebmac.cpp 55079 2008-08-13 14:56:42Z PC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/printdlg_osx.cpp b/src/osx/printdlg_osx.cpp index 470e2745fe..5d8e99c15e 100644 --- a/src/osx/printdlg_osx.cpp +++ b/src/osx/printdlg_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: printdlg.cpp 58164 2009-01-17 08:46:00Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/radiobut_osx.cpp b/src/osx/radiobut_osx.cpp index f1bd3fa49b..cbd5f19990 100644 --- a/src/osx/radiobut_osx.cpp +++ b/src/osx/radiobut_osx.cpp @@ -4,7 +4,7 @@ // Author: AUTHOR // Modified by: JS Lair (99/11/15) adding the cyclic group notion for radiobox // Created: ??/??/98 -// RCS-ID: $Id: radiobut.cpp 54129 2008-06-11 19:30:52Z SC $ +// RCS-ID: $Id$ // Copyright: (c) AUTHOR // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/scrolbar_osx.cpp b/src/osx/scrolbar_osx.cpp index 6767de28b6..cbe8cdfe87 100644 --- a/src/osx/scrolbar_osx.cpp +++ b/src/osx/scrolbar_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: scrolbar.cpp 54129 2008-06-11 19:30:52Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/slider_osx.cpp b/src/osx/slider_osx.cpp index cfa7fffc51..68540720b0 100644 --- a/src/osx/slider_osx.cpp +++ b/src/osx/slider_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: slider.cpp 54129 2008-06-11 19:30:52Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/sound_osx.cpp b/src/osx/sound_osx.cpp index ba8d3166f6..ba1f6bb943 100644 --- a/src/osx/sound_osx.cpp +++ b/src/osx/sound_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 2009-09-01 -// RCS-ID: $Id: sound.cpp 61475 2009-07-20 16:47:54Z VZ $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/spinbutt_osx.cpp b/src/osx/spinbutt_osx.cpp index d9b99b02b0..8e1d44e0fc 100644 --- a/src/osx/spinbutt_osx.cpp +++ b/src/osx/spinbutt_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: spinbutt.cpp 54129 2008-06-11 19:30:52Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/srchctrl_osx.cpp b/src/osx/srchctrl_osx.cpp index d9ec1194f9..58cc5313ec 100644 --- a/src/osx/srchctrl_osx.cpp +++ b/src/osx/srchctrl_osx.cpp @@ -3,7 +3,7 @@ // Purpose: implements mac carbon wxSearchCtrl // Author: Vince Harron // Created: 2006-02-19 -// RCS-ID: $Id: srchctrl.cpp 54820 2008-07-29 20:04:11Z SC $ +// RCS-ID: $Id$ // Copyright: Vince Harron // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/statbox_osx.cpp b/src/osx/statbox_osx.cpp index 11ecc527bd..216b6fd919 100644 --- a/src/osx/statbox_osx.cpp +++ b/src/osx/statbox_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: statbox.cpp 54129 2008-06-11 19:30:52Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/statline_osx.cpp b/src/osx/statline_osx.cpp index 51903d0e91..d216f2e996 100644 --- a/src/osx/statline_osx.cpp +++ b/src/osx/statline_osx.cpp @@ -3,7 +3,7 @@ // Purpose: a generic wxStaticLine class // Author: Vadim Zeitlin // Created: 28.06.99 -// Version: $Id: statlmac.cpp 54129 2008-06-11 19:30:52Z SC $ +// Version: $Id$ // Copyright: (c) 1998 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/stattext_osx.cpp b/src/osx/stattext_osx.cpp index 79223b46b8..dce98c9b6c 100644 --- a/src/osx/stattext_osx.cpp +++ b/src/osx/stattext_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 04/01/98 -// RCS-ID: $Id: stattext.cpp 54845 2008-07-30 14:52:41Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/textctrl_osx.cpp b/src/osx/textctrl_osx.cpp index e7e82f21c2..a9552e5e6f 100644 --- a/src/osx/textctrl_osx.cpp +++ b/src/osx/textctrl_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: Ryan Norton (MLTE GetLineLength and GetLineText) // Created: 1998-01-01 -// RCS-ID: $Id: textctrl.cpp 54820 2008-07-29 20:04:11Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/textentry_osx.cpp b/src/osx/textentry_osx.cpp index 7fef5e282d..9fad59280c 100644 --- a/src/osx/textentry_osx.cpp +++ b/src/osx/textentry_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: Kevin Ollivier // Created: 1998-01-01 -// RCS-ID: $Id: textctrl.cpp 54820 2008-07-29 20:04:11Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/tglbtn_osx.cpp b/src/osx/tglbtn_osx.cpp index 9e02808de6..9c5e02bfcf 100644 --- a/src/osx/tglbtn_osx.cpp +++ b/src/osx/tglbtn_osx.cpp @@ -5,7 +5,7 @@ // Author: Stefan Csomor // Modified by: // Created: 08.02.01 -// RCS-ID: $Id: tglbtn.cpp 54129 2008-06-11 19:30:52Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/toolbar_osx.cpp b/src/osx/toolbar_osx.cpp index bc613ada68..5c5ed25a56 100644 --- a/src/osx/toolbar_osx.cpp +++ b/src/osx/toolbar_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 04/01/98 -// RCS-ID: $Id: toolbar.cpp 54954 2008-08-03 11:27:03Z VZ $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/uiaction_osx.cpp b/src/osx/uiaction_osx.cpp index 602b7b023d..7a537e1f3b 100644 --- a/src/osx/uiaction_osx.cpp +++ b/src/osx/uiaction_osx.cpp @@ -4,7 +4,7 @@ // Author: Kevin Ollivier, Steven Lamerton, Vadim Zeitlin // Modified by: // Created: 2010-03-06 -// RCS-ID: $Id: menu.cpp 54129 2008-06-11 19:30:52Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Kevin Ollivier // (c) 2010 Steven Lamerton // (c) 2010 Vadim Zeitlin diff --git a/src/osx/utils_osx.cpp b/src/osx/utils_osx.cpp index 7cb07496a6..7e1b9c3b14 100644 --- a/src/osx/utils_osx.cpp +++ b/src/osx/utils_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: utils.cpp 54886 2008-07-31 13:02:53Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/window_osx.cpp b/src/osx/window_osx.cpp index 707e495537..f69b1b717c 100644 --- a/src/osx/window_osx.cpp +++ b/src/osx/window_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: window.cpp 54981 2008-08-05 17:52:02Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/unix/uiactionx11.cpp b/src/unix/uiactionx11.cpp index 975a65fc1b..84d44f4a68 100644 --- a/src/unix/uiactionx11.cpp +++ b/src/unix/uiactionx11.cpp @@ -4,7 +4,7 @@ // Author: Kevin Ollivier, Steven Lamerton, Vadim Zeitlin // Modified by: // Created: 2010-03-06 -// RCS-ID: $Id: menu.cpp 54129 2008-06-11 19:30:52Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Kevin Ollivier // (c) 2010 Steven Lamerton // (c) 2010 Vadim Zeitlin diff --git a/tests/graphics/measuring.cpp b/tests/graphics/measuring.cpp index 9affc9882c..3c4cf96788 100644 --- a/tests/graphics/measuring.cpp +++ b/tests/graphics/measuring.cpp @@ -3,7 +3,7 @@ // Purpose: Tests for wxGraphicsRenderer::CreateMeasuringContext // Author: Kevin Ollivier // Created: 2008-02-12 -// RCS-ID: $Id: clientsize.cpp 53740 2008-05-25 02:56:22Z VZ $ +// RCS-ID: $Id$ // Copyright: (c) 2008 Kevin Ollivier /////////////////////////////////////////////////////////////////////////////// diff --git a/tests/toplevel/toplevel.cpp b/tests/toplevel/toplevel.cpp index 9306a93f5e..c60e3c1d25 100644 --- a/tests/toplevel/toplevel.cpp +++ b/tests/toplevel/toplevel.cpp @@ -3,7 +3,7 @@ // Purpose: Tests for wxTopLevelWindow // Author: Kevin Ollivier // Created: 2008-05-25 -// RCS-ID: $Id: toplevel.cpp 53741 2008-05-25 03:08:31Z VZ $ +// RCS-ID: $Id$ // Copyright: (c) 2009 Kevin Ollivier /////////////////////////////////////////////////////////////////////////////// -- 2.47.2