From a9a4f2295344414e2ee4e3ec27fa5292918dff27 Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Fri, 18 Mar 2011 15:10:15 +0000 Subject: [PATCH] Set svn properties on various files throughout the repository (skipped docs/ ). Added missing svn:eol-style (set to native) and svn:keywords (set to Id) properties to c/cpp/cxx/h/mm files. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/cairo.h | 2 +- include/wx/gtk/print.h | 2 +- include/wx/gtk1/private/mnemonics.h | 2 +- include/wx/osx/cocoa/chkconf.h | 2 +- include/wx/osx/cocoa/private.h | 2 +- include/wx/osx/cocoa/private/overlay.h | 2 +- include/wx/osx/core/cfdataref.h | 2 +- include/wx/osx/core/mimetype.h | 2 +- include/wx/osx/core/private.h | 2 +- include/wx/osx/core/private/timer.h | 2 +- include/wx/osx/iphone/chkconf.h | 2 +- include/wx/osx/iphone/private.h | 2 +- include/wx/osx/iphone/private/textimpl.h | 2 +- include/wx/osx/nonownedwnd.h | 2 +- include/wx/osx/textentry.h | 2 +- include/wx/private/graphics.h | 2 +- include/wx/private/threadinfo.h | 2 +- include/wx/sharedptr.h | 2 +- include/wx/uiaction.h | 2 +- interface/wx/geometry.h | 2 +- interface/wx/ustring.h | 2 +- interface/wx/version.h | 2 +- interface/wx/vidmode.h | 2 +- src/gtk1/mnemonics.cpp | 2 +- src/osx/carbon/utilscocoa.mm | 2 +- src/osx/cocoa/aboutdlg.mm | 2 +- src/osx/cocoa/button.mm | 2 +- src/osx/cocoa/checkbox.mm | 2 +- src/osx/cocoa/choice.mm | 2 +- src/osx/cocoa/colour.mm | 2 +- src/osx/cocoa/combobox.mm | 2 +- src/osx/cocoa/dialog.mm | 2 +- src/osx/cocoa/dirdlg.mm | 2 +- src/osx/cocoa/dnd.mm | 2 +- src/osx/cocoa/evtloop.mm | 2 +- src/osx/cocoa/filedlg.mm | 2 +- src/osx/cocoa/gauge.mm | 2 +- src/osx/cocoa/glcanvas.mm | 2 +- src/osx/cocoa/listbox.mm | 2 +- src/osx/cocoa/menu.mm | 2 +- src/osx/cocoa/menuitem.mm | 2 +- src/osx/cocoa/msgdlg.mm | 2 +- src/osx/cocoa/nonownedwnd.mm | 2 +- src/osx/cocoa/notebook.mm | 2 +- src/osx/cocoa/overlay.mm | 2 +- src/osx/cocoa/printdlg.mm | 2 +- src/osx/cocoa/radiobut.mm | 2 +- src/osx/cocoa/scrolbar.mm | 2 +- src/osx/cocoa/slider.mm | 2 +- src/osx/cocoa/spinbutt.mm | 2 +- src/osx/cocoa/srchctrl.mm | 2 +- src/osx/cocoa/statbox.mm | 2 +- src/osx/cocoa/statline.mm | 2 +- src/osx/cocoa/stattext.mm | 2 +- src/osx/cocoa/taskbar.mm | 2 +- src/osx/cocoa/textctrl.mm | 2 +- src/osx/cocoa/tglbtn.mm | 2 +- src/osx/cocoa/toolbar.mm | 2 +- src/osx/cocoa/tooltip.mm | 2 +- src/osx/cocoa/utils.mm | 2 +- src/osx/cocoa/window.mm | 2 +- src/osx/iphone/button.mm | 2 +- src/osx/iphone/checkbox.mm | 2 +- src/osx/iphone/dialog.mm | 2 +- src/osx/iphone/evtloop.mm | 2 +- src/osx/iphone/gauge.mm | 2 +- src/osx/iphone/glcanvas.mm | 2 +- src/osx/iphone/msgdlg.mm | 2 +- src/osx/iphone/nonownedwnd.mm | 2 +- src/osx/iphone/scrolbar.mm | 2 +- src/osx/iphone/slider.mm | 2 +- src/osx/iphone/stattext.mm | 2 +- src/osx/iphone/textctrl.mm | 2 +- src/osx/iphone/toolbar.mm | 2 +- src/osx/iphone/utils.mm | 2 +- src/osx/iphone/window.mm | 2 +- src/tiff/libtiff/tif_stream.cxx | 2 +- 77 files changed, 77 insertions(+), 77 deletions(-) diff --git a/include/wx/cairo.h b/include/wx/cairo.h index 0d53cca929..60e06534a0 100644 --- a/include/wx/cairo.h +++ b/include/wx/cairo.h @@ -3,7 +3,7 @@ // Purpose: Cairo library // Author: Anthony Bretaudeau // Created: 2007-08-25 -// RCS-ID: $Id: cairo.h 47254 2007-08-25 10:09:52Z VS $ +// RCS-ID: $Id$ // Copyright: (c) Anthony Bretaudeau // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/gtk/print.h b/include/wx/gtk/print.h index 12647b4463..26253b3b0e 100644 --- a/include/wx/gtk/print.h +++ b/include/wx/gtk/print.h @@ -3,7 +3,7 @@ // Author: Anthony Bretaudeau // Purpose: GTK printing support // Created: 2007-08-25 -// RCS-ID: $Id: print.h,v 1 2007-08-25 05:44:44 PC Exp $ +// RCS-ID: $Id$ // Copyright: (c) Anthony Bretaudeau // Licence: wxWindows Licence ///////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/gtk1/private/mnemonics.h b/include/wx/gtk1/private/mnemonics.h index 04f6e49f69..651a58e343 100644 --- a/include/wx/gtk1/private/mnemonics.h +++ b/include/wx/gtk1/private/mnemonics.h @@ -3,7 +3,7 @@ // Purpose: helper functions for dealing with GTK+ mnemonics // Author: Vadim Zeitlin // Created: 2007-11-12 -// RCS-ID: $Id: mnemonics.h 49869 2007-11-12 19:41:38Z VZ $ +// RCS-ID: $Id$ // Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/osx/cocoa/chkconf.h b/include/wx/osx/cocoa/chkconf.h index 691acd25ae..d53cba8862 100644 --- a/include/wx/osx/cocoa/chkconf.h +++ b/include/wx/osx/cocoa/chkconf.h @@ -4,7 +4,7 @@ * Author: Stefan Csomor * Modified by: * Created: 2008-07-30 - * RCS-ID: $Id: chkconf.h 54833 2008-07-29 21:03:18Z SC $ + * RCS-ID: $Id$ * Copyright: (c) Stefan Csomor * Licence: wxWindows licence */ diff --git a/include/wx/osx/cocoa/private.h b/include/wx/osx/cocoa/private.h index 78b5c3d2f9..96a0fc4e77 100644 --- a/include/wx/osx/cocoa/private.h +++ b/include/wx/osx/cocoa/private.h @@ -6,7 +6,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: private.h 53819 2008-05-29 14:11:45Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/osx/cocoa/private/overlay.h b/include/wx/osx/cocoa/private/overlay.h index a2a113115d..7735d01595 100644 --- a/include/wx/osx/cocoa/private/overlay.h +++ b/include/wx/osx/cocoa/private/overlay.h @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 2006-10-20 -// RCS-ID: $Id: overlay.h 61724 2009-08-21 10:41:26Z VZ $ +// RCS-ID: $Id$ // Copyright: (c) wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/osx/core/cfdataref.h b/include/wx/osx/core/cfdataref.h index b1b9cc7771..28c2f8977b 100644 --- a/include/wx/osx/core/cfdataref.h +++ b/include/wx/osx/core/cfdataref.h @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 2007/05/10 -// RCS-ID: $Id: cfdataref.h 46095 2007-05-18 07:29:49Z SC $ +// RCS-ID: $Id$ // Copyright: (c) 2007 Stefan Csomor // Licence: wxWindows licence // Notes: See http://developer.apple.com/documentation/CoreFoundation/Conceptual/CFBinaryData/index.html diff --git a/include/wx/osx/core/mimetype.h b/include/wx/osx/core/mimetype.h index 21e1b6440f..3fc642ee99 100644 --- a/include/wx/osx/core/mimetype.h +++ b/include/wx/osx/core/mimetype.h @@ -4,7 +4,7 @@ // Author: Neil Perkins // Modified by: // Created: 2010-05-15 -// RCS-ID: $Id: mimetype.h 54448 2008-07-01 09:28:08Z RR $ +// RCS-ID: $Id$ // Copyright: (C) 2010 Neil Perkins // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/osx/core/private.h b/include/wx/osx/core/private.h index 1ea155f056..cd1e534472 100644 --- a/include/wx/osx/core/private.h +++ b/include/wx/osx/core/private.h @@ -6,7 +6,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: private.h 53819 2008-05-29 14:11:45Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/osx/core/private/timer.h b/include/wx/osx/core/private/timer.h index 8e3874ec73..f09736d7a8 100644 --- a/include/wx/osx/core/private/timer.h +++ b/include/wx/osx/core/private/timer.h @@ -3,7 +3,7 @@ // Purpose: wxTimer class based on core foundation // Author: Stefan Csomor // Created: 2008-07-16 -// RCS-ID: $Id: timer.h 54117 2008-06-11 16:30:48Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/osx/iphone/chkconf.h b/include/wx/osx/iphone/chkconf.h index a6173e5e45..fbe7a4e69d 100644 --- a/include/wx/osx/iphone/chkconf.h +++ b/include/wx/osx/iphone/chkconf.h @@ -4,7 +4,7 @@ * Author: Stefan Csomor * Modified by: * Created: 2008-07-30 - * RCS-ID: $Id: chkconf.h 54833 2008-07-29 21:03:18Z SC $ + * RCS-ID: $Id$ * Copyright: (c) Stefan Csomor * Licence: wxWindows licence */ diff --git a/include/wx/osx/iphone/private.h b/include/wx/osx/iphone/private.h index f08a8917a2..f2a7c59e99 100644 --- a/include/wx/osx/iphone/private.h +++ b/include/wx/osx/iphone/private.h @@ -6,7 +6,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: private.h 53819 2008-05-29 14:11:45Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/osx/iphone/private/textimpl.h b/include/wx/osx/iphone/private/textimpl.h index aab9b49bd8..c56576e622 100644 --- a/include/wx/osx/iphone/private/textimpl.h +++ b/include/wx/osx/iphone/private/textimpl.h @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 03/02/99 -// RCS-ID: $Id: textimpl.h 63564 2010-02-27 02:51:45Z KO $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/osx/nonownedwnd.h b/include/wx/osx/nonownedwnd.h index 200a354682..3eb1b2e1f0 100644 --- a/include/wx/osx/nonownedwnd.h +++ b/include/wx/osx/nonownedwnd.h @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 2008-03-24 -// RCS-ID: $Id: nonownedwnd.h 46993 2007-06-28 08:46:04Z VS $ +// RCS-ID: $Id$ // Copyright: (c) 2008 Stefan Csomor // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/osx/textentry.h b/include/wx/osx/textentry.h index 16f28e2189..bf4d6fbd3e 100644 --- a/include/wx/osx/textentry.h +++ b/include/wx/osx/textentry.h @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: Kevin Ollivier // Created: 1998-01-01 -// RCS-ID: $Id: textctrl.h 62531 2009-11-01 00:58:04Z KO $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/private/graphics.h b/include/wx/private/graphics.h index b40a02493f..8fb65d0197 100644 --- a/include/wx/private/graphics.h +++ b/include/wx/private/graphics.h @@ -5,7 +5,7 @@ // Modified by: // Created: // Copyright: (c) Stefan Csomor -// RCS-ID: $Id: graphics.h 50348 2007-11-30 13:48:22Z RR $ +// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/private/threadinfo.h b/include/wx/private/threadinfo.h index 22cbb6ab60..6c00c800c4 100644 --- a/include/wx/private/threadinfo.h +++ b/include/wx/private/threadinfo.h @@ -3,7 +3,7 @@ // Purpose: declaration of wxThreadSpecificInfo: thread-specific information // Author: Vadim Zeitlin // Created: 2009-07-13 -// RCS-ID: $Id: wxhead.h,v 1.11 2009-06-29 10:23:04 zeitlin Exp $ +// RCS-ID: $Id$ // Copyright: (c) 2009 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/sharedptr.h b/include/wx/sharedptr.h index 5bfd215136..279e29b3a3 100644 --- a/include/wx/sharedptr.h +++ b/include/wx/sharedptr.h @@ -3,7 +3,7 @@ // Purpose: Shared pointer based on the counted_ptr<> template, which // is in the public domain // Author: Robert Roebling, Yonat Sharon -// RCS-ID: $Id: object.h 47254 2007-07-09 10:09:52Z VS $ +// RCS-ID: $Id$ // Copyright: Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/include/wx/uiaction.h b/include/wx/uiaction.h index d681d5944a..7736620675 100644 --- a/include/wx/uiaction.h +++ b/include/wx/uiaction.h @@ -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/interface/wx/geometry.h b/interface/wx/geometry.h index 224697d31b..139c783785 100644 --- a/interface/wx/geometry.h +++ b/interface/wx/geometry.h @@ -2,7 +2,7 @@ // Name: geometry.h // Purpose: interface of geometry classes // Author: wxWidgets team -// RCS-ID: $Id: $ +// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/interface/wx/ustring.h b/interface/wx/ustring.h index c42b7db65e..df974ee125 100644 --- a/interface/wx/ustring.h +++ b/interface/wx/ustring.h @@ -3,7 +3,7 @@ // Purpose: interface of wxUString // Author: Robert Roebling // Copyright: (c) Robert Roebling -// RCS-ID: $Id: tab.h 37400 2006-02-09 00:28:34Z VZ $ +// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/interface/wx/version.h b/interface/wx/version.h index 5690972d5e..dcd946f484 100644 --- a/interface/wx/version.h +++ b/interface/wx/version.h @@ -2,7 +2,7 @@ // Name: version.h // Purpose: wxWidgets version numbers // Author: wxWidgets team -// RCS-ID: $Id: numdlg.h 52425 2008-03-10 15:24:38Z FM $ +// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/interface/wx/vidmode.h b/interface/wx/vidmode.h index 5a683fb097..ba512f52ce 100644 --- a/interface/wx/vidmode.h +++ b/interface/wx/vidmode.h @@ -2,7 +2,7 @@ // Name: vidmode.h // Purpose: interface of wxVideoMode // Author: wxWidgets team -// RCS-ID: $Id: display.h 52634 2008-03-20 13:45:17Z VS $ +// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/gtk1/mnemonics.cpp b/src/gtk1/mnemonics.cpp index a5da6497ee..8533443f9c 100644 --- a/src/gtk1/mnemonics.cpp +++ b/src/gtk1/mnemonics.cpp @@ -3,7 +3,7 @@ // Purpose: implementation of GTK mnemonics conversion functions // Author: Vadim Zeitlin // Created: 2007-11-12 -// RCS-ID: $Id: mnemonics.cpp 49885 2007-11-13 02:21:12Z PC $ +// RCS-ID: $Id$ // Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/carbon/utilscocoa.mm b/src/osx/carbon/utilscocoa.mm index 88db067114..115defc589 100644 --- a/src/osx/carbon/utilscocoa.mm +++ b/src/osx/carbon/utilscocoa.mm @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: utilscocoa.mm 48805 2007-09-19 14:52:25Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/cocoa/aboutdlg.mm b/src/osx/cocoa/aboutdlg.mm index f6f08b3e0e..70d29090c9 100644 --- a/src/osx/cocoa/aboutdlg.mm +++ b/src/osx/cocoa/aboutdlg.mm @@ -3,7 +3,7 @@ // Purpose: native wxAboutBox() implementation for wxMac // Author: Vadim Zeitlin // Created: 2006-10-08 -// RCS-ID: $Id: aboutdlg.cpp 54820 2008-07-29 20:04:11Z SC $ +// RCS-ID: $Id$ // Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/cocoa/button.mm b/src/osx/cocoa/button.mm index 7350cef3f3..3829d7c8cb 100644 --- a/src/osx/cocoa/button.mm +++ b/src/osx/cocoa/button.mm @@ -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/cocoa/checkbox.mm b/src/osx/cocoa/checkbox.mm index 23b02c033b..2a4f3c3ab9 100644 --- a/src/osx/cocoa/checkbox.mm +++ b/src/osx/cocoa/checkbox.mm @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 2008-08-20 -// RCS-ID: $Id: checkbox.mm 54129 2008-06-11 19:30:52Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/cocoa/choice.mm b/src/osx/cocoa/choice.mm index 98e43fced1..0d70d6610d 100644 --- a/src/osx/cocoa/choice.mm +++ b/src/osx/cocoa/choice.mm @@ -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/cocoa/colour.mm b/src/osx/cocoa/colour.mm index 331022932f..ade182c046 100644 --- a/src/osx/cocoa/colour.mm +++ b/src/osx/cocoa/colour.mm @@ -4,7 +4,7 @@ // Author: Kevin Ollivier // Modified by: // Created: 2009-10-31 -// RCS-ID: $Id: colour.cpp 61724 2009-08-21 10:41:26Z VZ $ +// RCS-ID: $Id$ // Copyright: (c) Kevin Ollivier // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/cocoa/combobox.mm b/src/osx/cocoa/combobox.mm index 506faf71fd..2745d17dec 100644 --- a/src/osx/cocoa/combobox.mm +++ b/src/osx/cocoa/combobox.mm @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: combobox.mm 54129 2008-06-11 19:30:52Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/cocoa/dialog.mm b/src/osx/cocoa/dialog.mm index 51a4d7ea40..63d796f3bc 100644 --- a/src/osx/cocoa/dialog.mm +++ b/src/osx/cocoa/dialog.mm @@ -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/cocoa/dirdlg.mm b/src/osx/cocoa/dirdlg.mm index 37e32fe813..917e35dfeb 100644 --- a/src/osx/cocoa/dirdlg.mm +++ b/src/osx/cocoa/dirdlg.mm @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 2008-08-30 -// RCS-ID: $Id: dirdlg.mm 40007 2006-07-05 13:10:46Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/cocoa/dnd.mm b/src/osx/cocoa/dnd.mm index eca5246de6..ca4aa44c5d 100644 --- a/src/osx/cocoa/dnd.mm +++ b/src/osx/cocoa/dnd.mm @@ -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/cocoa/evtloop.mm b/src/osx/cocoa/evtloop.mm index b170ae0db6..91df515ef9 100644 --- a/src/osx/cocoa/evtloop.mm +++ b/src/osx/cocoa/evtloop.mm @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin, Stefan Csomor // Modified by: // Created: 2006-01-12 -// RCS-ID: $Id: evtloop.cpp 54845 2008-07-30 14:52:41Z SC $ +// RCS-ID: $Id$ // Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/cocoa/filedlg.mm b/src/osx/cocoa/filedlg.mm index e88ca15679..2b42ed7b6c 100644 --- a/src/osx/cocoa/filedlg.mm +++ b/src/osx/cocoa/filedlg.mm @@ -4,7 +4,7 @@ // Author: Ryan Norton // Modified by: // Created: 2004-10-02 -// RCS-ID: $Id: filedlg.mm 40007 2006-07-05 13:10:46Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Ryan Norton // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/cocoa/gauge.mm b/src/osx/cocoa/gauge.mm index e9c35f40b5..d4beaa18a8 100644 --- a/src/osx/cocoa/gauge.mm +++ b/src/osx/cocoa/gauge.mm @@ -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/cocoa/glcanvas.mm b/src/osx/cocoa/glcanvas.mm index 8ca1d7ab86..abde96bf66 100644 --- a/src/osx/cocoa/glcanvas.mm +++ b/src/osx/cocoa/glcanvas.mm @@ -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/cocoa/listbox.mm b/src/osx/cocoa/listbox.mm index 648593523f..8f38d778cb 100644 --- a/src/osx/cocoa/listbox.mm +++ b/src/osx/cocoa/listbox.mm @@ -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/cocoa/menu.mm b/src/osx/cocoa/menu.mm index 053c120052..346b992bf3 100644 --- a/src/osx/cocoa/menu.mm +++ b/src/osx/cocoa/menu.mm @@ -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/cocoa/menuitem.mm b/src/osx/cocoa/menuitem.mm index ee55d575df..c0e1b058f6 100644 --- a/src/osx/cocoa/menuitem.mm +++ b/src/osx/cocoa/menuitem.mm @@ -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/cocoa/msgdlg.mm b/src/osx/cocoa/msgdlg.mm index 90d6c5363e..296c77ebcc 100644 --- a/src/osx/cocoa/msgdlg.mm +++ b/src/osx/cocoa/msgdlg.mm @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 04/01/98 -// RCS-ID: $Id: msgdlg.cpp 54129 2008-06-11 19:30:52Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/cocoa/nonownedwnd.mm b/src/osx/cocoa/nonownedwnd.mm index 316aa67e1e..d7f79609fb 100644 --- a/src/osx/cocoa/nonownedwnd.mm +++ b/src/osx/cocoa/nonownedwnd.mm @@ -4,7 +4,7 @@ // Author: DavidStefan Csomor // Modified by: // Created: 2008-06-20 -// RCS-ID: $Id: nonownedwnd.mm 48805 2007-09-19 14:52:25Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/cocoa/notebook.mm b/src/osx/cocoa/notebook.mm index b409af77b7..398d3798fa 100644 --- a/src/osx/cocoa/notebook.mm +++ b/src/osx/cocoa/notebook.mm @@ -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/cocoa/overlay.mm b/src/osx/cocoa/overlay.mm index 86865dc286..b941a05a87 100644 --- a/src/osx/cocoa/overlay.mm +++ b/src/osx/cocoa/overlay.mm @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 2006-10-20 -// RCS-ID: $Id: overlay.cpp 55419 2008-09-02 16:53:23Z SC $ +// RCS-ID: $Id$ // Copyright: (c) wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/cocoa/printdlg.mm b/src/osx/cocoa/printdlg.mm index c307a028ba..0efddce852 100644 --- a/src/osx/cocoa/printdlg.mm +++ b/src/osx/cocoa/printdlg.mm @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: printdlg.cpp 55419 2008-09-02 16:53:23Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/cocoa/radiobut.mm b/src/osx/cocoa/radiobut.mm index a64d2875e4..c0cc382822 100644 --- a/src/osx/cocoa/radiobut.mm +++ b/src/osx/cocoa/radiobut.mm @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // 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/cocoa/scrolbar.mm b/src/osx/cocoa/scrolbar.mm index dd9c9e18dc..10399d7619 100644 --- a/src/osx/cocoa/scrolbar.mm +++ b/src/osx/cocoa/scrolbar.mm @@ -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/cocoa/slider.mm b/src/osx/cocoa/slider.mm index fbde6dc22a..08327c438f 100644 --- a/src/osx/cocoa/slider.mm +++ b/src/osx/cocoa/slider.mm @@ -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/cocoa/spinbutt.mm b/src/osx/cocoa/spinbutt.mm index 4230bad5e9..e050702a2f 100644 --- a/src/osx/cocoa/spinbutt.mm +++ b/src/osx/cocoa/spinbutt.mm @@ -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/cocoa/srchctrl.mm b/src/osx/cocoa/srchctrl.mm index 6e74612d73..4dd1bcb4f1 100644 --- a/src/osx/cocoa/srchctrl.mm +++ b/src/osx/cocoa/srchctrl.mm @@ -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/cocoa/statbox.mm b/src/osx/cocoa/statbox.mm index aad08e0f76..3a9738ca61 100644 --- a/src/osx/cocoa/statbox.mm +++ b/src/osx/cocoa/statbox.mm @@ -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/cocoa/statline.mm b/src/osx/cocoa/statline.mm index ea94dcd6dc..f29e731df7 100644 --- a/src/osx/cocoa/statline.mm +++ b/src/osx/cocoa/statline.mm @@ -3,7 +3,7 @@ // Purpose: wxStaticLine class // Author: Stefan Csomor // Created: 28.06.99 -// Version: $Id: statline.mm 54129 2008-06-11 19:30:52Z SC $ +// Version: $Id$ // Copyright: (c) 2008 Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/cocoa/stattext.mm b/src/osx/cocoa/stattext.mm index c096753e0b..76497e7fca 100644 --- a/src/osx/cocoa/stattext.mm +++ b/src/osx/cocoa/stattext.mm @@ -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/cocoa/taskbar.mm b/src/osx/cocoa/taskbar.mm index 494b59e7a0..f055449a4d 100644 --- a/src/osx/cocoa/taskbar.mm +++ b/src/osx/cocoa/taskbar.mm @@ -4,7 +4,7 @@ // Author: David Elliott, Stefan Csomor // Modified by: // Created: 2004/01/24 -// RCS-ID: $Id: taskbar.mm 35650 2005-09-23 12:56:45Z MR $ +// RCS-ID: $Id$ // Copyright: (c) 2004 David Elliott, Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////// diff --git a/src/osx/cocoa/textctrl.mm b/src/osx/cocoa/textctrl.mm index 8ae0ed764c..738482a841 100644 --- a/src/osx/cocoa/textctrl.mm +++ b/src/osx/cocoa/textctrl.mm @@ -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/cocoa/tglbtn.mm b/src/osx/cocoa/tglbtn.mm index e5595dfff1..af184af177 100644 --- a/src/osx/cocoa/tglbtn.mm +++ b/src/osx/cocoa/tglbtn.mm @@ -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/cocoa/toolbar.mm b/src/osx/cocoa/toolbar.mm index 02ac8d591e..8d442cd776 100644 --- a/src/osx/cocoa/toolbar.mm +++ b/src/osx/cocoa/toolbar.mm @@ -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/cocoa/tooltip.mm b/src/osx/cocoa/tooltip.mm index d0b73a59ce..b9ba88b11b 100644 --- a/src/osx/cocoa/tooltip.mm +++ b/src/osx/cocoa/tooltip.mm @@ -2,7 +2,7 @@ // Name: src/osx/carbon/tooltip.cpp // Purpose: wxToolTip implementation // Author: Stefan Csomor -// Id: $Id: tooltip.cpp 55419 2008-09-02 16:53:23Z SC $ +// Id: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/cocoa/utils.mm b/src/osx/cocoa/utils.mm index b35775be06..4c35abe950 100644 --- a/src/osx/cocoa/utils.mm +++ b/src/osx/cocoa/utils.mm @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: utils.mm 48805 2007-09-19 14:52:25Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/cocoa/window.mm b/src/osx/cocoa/window.mm index 23c3cd460d..4f9a9c8e00 100644 --- a/src/osx/cocoa/window.mm +++ b/src/osx/cocoa/window.mm @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 2008-06-20 -// RCS-ID: $Id: window.mm 48805 2007-09-19 14:52:25Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/iphone/button.mm b/src/osx/iphone/button.mm index cfc67b6349..e9df18bb46 100644 --- a/src/osx/iphone/button.mm +++ b/src/osx/iphone/button.mm @@ -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/iphone/checkbox.mm b/src/osx/iphone/checkbox.mm index b7efa89667..8fffa13206 100644 --- a/src/osx/iphone/checkbox.mm +++ b/src/osx/iphone/checkbox.mm @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 2008-08-20 -// RCS-ID: $Id: checkbox.mm 54129 2008-06-11 19:30:52Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/iphone/dialog.mm b/src/osx/iphone/dialog.mm index 62732abfab..5c43be13f9 100644 --- a/src/osx/iphone/dialog.mm +++ b/src/osx/iphone/dialog.mm @@ -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/iphone/evtloop.mm b/src/osx/iphone/evtloop.mm index 2a78c68178..3d7f2de38f 100644 --- a/src/osx/iphone/evtloop.mm +++ b/src/osx/iphone/evtloop.mm @@ -4,7 +4,7 @@ // Author: Vadim Zeitlin, Stefan Csomor // Modified by: // Created: 2006-01-12 -// RCS-ID: $Id: evtloop.cpp 54845 2008-07-30 14:52:41Z SC $ +// RCS-ID: $Id$ // Copyright: (c) 2006 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/iphone/gauge.mm b/src/osx/iphone/gauge.mm index bec7916f1b..b327f66bd7 100644 --- a/src/osx/iphone/gauge.mm +++ b/src/osx/iphone/gauge.mm @@ -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/iphone/glcanvas.mm b/src/osx/iphone/glcanvas.mm index 432cde233b..c15beb18c3 100644 --- a/src/osx/iphone/glcanvas.mm +++ b/src/osx/iphone/glcanvas.mm @@ -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/iphone/msgdlg.mm b/src/osx/iphone/msgdlg.mm index e3aff16cc9..bb43a66243 100644 --- a/src/osx/iphone/msgdlg.mm +++ b/src/osx/iphone/msgdlg.mm @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 04/01/98 -// RCS-ID: $Id: msgdlg.cpp 54129 2008-06-11 19:30:52Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/iphone/nonownedwnd.mm b/src/osx/iphone/nonownedwnd.mm index 36c80695b4..995ab9e5ab 100644 --- a/src/osx/iphone/nonownedwnd.mm +++ b/src/osx/iphone/nonownedwnd.mm @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 2008-06-20 -// RCS-ID: $Id: nonownedwnd.mm 48805 2007-09-19 14:52:25Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/iphone/scrolbar.mm b/src/osx/iphone/scrolbar.mm index caf9d25a1e..f2b88e9f35 100644 --- a/src/osx/iphone/scrolbar.mm +++ b/src/osx/iphone/scrolbar.mm @@ -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/iphone/slider.mm b/src/osx/iphone/slider.mm index 16c7c3dc87..5a6b11952e 100644 --- a/src/osx/iphone/slider.mm +++ b/src/osx/iphone/slider.mm @@ -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/iphone/stattext.mm b/src/osx/iphone/stattext.mm index 219e04b8ad..07b1f479d7 100644 --- a/src/osx/iphone/stattext.mm +++ b/src/osx/iphone/stattext.mm @@ -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/iphone/textctrl.mm b/src/osx/iphone/textctrl.mm index db3cf4b0dc..7ad585bd7f 100644 --- a/src/osx/iphone/textctrl.mm +++ b/src/osx/iphone/textctrl.mm @@ -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/iphone/toolbar.mm b/src/osx/iphone/toolbar.mm index 64facb5d55..58422ca1a9 100644 --- a/src/osx/iphone/toolbar.mm +++ b/src/osx/iphone/toolbar.mm @@ -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/iphone/utils.mm b/src/osx/iphone/utils.mm index 671db1b742..0d27bc80a8 100644 --- a/src/osx/iphone/utils.mm +++ b/src/osx/iphone/utils.mm @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: utils.mm 48805 2007-09-19 14:52:25Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/osx/iphone/window.mm b/src/osx/iphone/window.mm index faebee53dd..c9658b2951 100644 --- a/src/osx/iphone/window.mm +++ b/src/osx/iphone/window.mm @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 2008-06-20 -// RCS-ID: $Id: window.mm 48805 2007-09-19 14:52:25Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/tiff/libtiff/tif_stream.cxx b/src/tiff/libtiff/tif_stream.cxx index a356d8ece7..4c7b51befc 100644 --- a/src/tiff/libtiff/tif_stream.cxx +++ b/src/tiff/libtiff/tif_stream.cxx @@ -1,4 +1,4 @@ -/* $Id: tif_stream.cxx,v 1.5 2005/07/26 08:11:13 dron Exp $ */ +/* $Id$ */ /* * Copyright (c) 1988-1996 Sam Leffler -- 2.45.2