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:
Vadim Zeitlin 2013-07-26 16:02:46 +00:00
parent e4c7db4552
commit 3f66f6a5b3
4075 changed files with 0 additions and 4081 deletions

View File

@ -4,8 +4,6 @@ dnl Macros for configure.in for wxWindows by Robert Roebling, Phil Blecker,
dnl Vadim Zeitlin and Ron Lee dnl Vadim Zeitlin and Ron Lee
dnl dnl
dnl This script is under the wxWindows licence. dnl This script is under the wxWindows licence.
dnl
dnl Version: $Id$
dnl --------------------------------------------------------------------------- dnl ---------------------------------------------------------------------------

View File

@ -21,8 +21,6 @@ dnl LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
dnl FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER dnl FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
dnl DEALINGS IN THE SOFTWARE. dnl DEALINGS IN THE SOFTWARE.
dnl dnl
dnl $Id$
dnl
dnl Compiler detection macros by David Elliott and Vadim Zeitlin dnl Compiler detection macros by David Elliott and Vadim Zeitlin
dnl dnl

View File

@ -21,8 +21,6 @@ dnl LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
dnl FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER dnl FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
dnl DEALINGS IN THE SOFTWARE. dnl DEALINGS IN THE SOFTWARE.
dnl dnl
dnl $Id$
dnl
dnl Support macros for makefiles generated by BAKEFILE. dnl Support macros for makefiles generated by BAKEFILE.
dnl dnl

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<bakefile-gen xmlns="http://www.bakefile.org/schema/bakefile-gen"> <bakefile-gen xmlns="http://www.bakefile.org/schema/bakefile-gen">

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>
<!-- <!--

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>
<set var="MONOLIB_GUI_SRC"> <set var="MONOLIB_GUI_SRC">

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<!-- Master bakefile for wxWidgets --> <!-- Master bakefile for wxWidgets -->

View File

@ -70,7 +70,6 @@ source tree. Here is the minimal.bkl Bakefile used in the sample:
minimal.bkl minimal.bkl
------------------------------------------------------------- -------------------------------------------------------------
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>

View File

@ -4,7 +4,6 @@
// Author: Francesco Montorsi // Author: Francesco Montorsi
// Modified by: // Modified by:
// Created: 26/11/06 // Created: 26/11/06
// RCS-ID: $Id$
// Copyright: (c) Francesco Montorsi // Copyright: (c) Francesco Montorsi
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<!-- <!--
Presets for building wxWidgets applications. Presets for building wxWidgets applications.

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<!-- <!--
Presents for building wxWidgets applications using Autoconf or GNU toosets. Presents for building wxWidgets applications using Autoconf or GNU toosets.

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<!-- Original source: http://wiki.wxwidgets.org/wiki.pl?Bakefile --> <!-- Original source: http://wiki.wxwidgets.org/wiki.pl?Bakefile -->
<!-- Modified by: Francesco Montorsi <frm@users.sourceforge.net> --> <!-- Modified by: Francesco Montorsi <frm@users.sourceforge.net> -->
@ -7,7 +6,6 @@
into Bakefile's presets --> into Bakefile's presets -->
<!-- Creation date: 6/9/2004 --> <!-- Creation date: 6/9/2004 -->
<!-- Last revision: 22/1/2005 off-CVS --> <!-- Last revision: 22/1/2005 off-CVS -->
<!-- $Id$ -->
<makefile> <makefile>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<!-- <!--

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>

View File

@ -4,7 +4,6 @@
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 04/01/98 // Created: 04/01/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@ -1,7 +1,6 @@
# #
# Helper functions for wxWidgets bakefiles # Helper functions for wxWidgets bakefiles
# #
# $Id$
# #

View File

@ -2,7 +2,6 @@
<!-- <!--
Name: StellarWerx32.xml Name: StellarWerx32.xml
RCS-ID: $Id$
--> -->
<bot xmlns:xi="http://www.w3.org/2001/XInclude"> <bot xmlns:xi="http://www.w3.org/2001/XInclude">

View File

@ -2,7 +2,6 @@
<!-- <!--
Name: StellarWerx64.xml Name: StellarWerx64.xml
RCS-ID: $Id$
--> -->
<bot xmlns:xi="http://www.w3.org/2001/XInclude"> <bot xmlns:xi="http://www.w3.org/2001/XInclude">

View File

@ -2,7 +2,6 @@
<!-- <!--
Name: TBITCWXBUILDBOT.xml Name: TBITCWXBUILDBOT.xml
RCS-ID: $Id$
--> -->
<bot xmlns:xi="http://www.w3.org/2001/XInclude"> <bot xmlns:xi="http://www.w3.org/2001/XInclude">

View File

@ -2,7 +2,6 @@
<!-- <!--
Name: brandt32.xml Name: brandt32.xml
RCS-ID: $Id$
--> -->
<bot xmlns:xi="http://www.w3.org/2001/XInclude"> <bot xmlns:xi="http://www.w3.org/2001/XInclude">

View File

@ -2,7 +2,6 @@
<!-- <!--
Name: brandt64.xml Name: brandt64.xml
RCS-ID: $Id$
--> -->
<bot xmlns:xi="http://www.w3.org/2001/XInclude"> <bot xmlns:xi="http://www.w3.org/2001/XInclude">

View File

@ -4,7 +4,6 @@
Name: common.xml Name: common.xml
Purpose: Schedulers and locks common to all slaves. Purpose: Schedulers and locks common to all slaves.
Author: Mike Wetherell Author: Mike Wetherell
RCS-ID: $Id$
Copyright: (c) 2007 Mike Wetherell Copyright: (c) 2007 Mike Wetherell
Licence: wxWindows licence Licence: wxWindows licence
--> -->

View File

@ -4,7 +4,6 @@
Name: csleobuild.xml Name: csleobuild.xml
Purpose: Purpose:
Author: Author:
RCS-ID: $Id$
Copyright: Copyright:
Licence: Licence:
--> -->

View File

@ -4,7 +4,6 @@
Name: example.xml Name: example.xml
Purpose: Buildbot example configuration. Purpose: Buildbot example configuration.
Author: Mike Wetherell Author: Mike Wetherell
RCS-ID: $Id$
Copyright: (c) 2007 Mike Wetherell Copyright: (c) 2007 Mike Wetherell
Licence: wxWindows licence Licence: wxWindows licence

View File

@ -4,7 +4,6 @@
Name: include/csleobuild.xml Name: include/csleobuild.xml
Purpose: Declarations for the csleobuild slave Purpose: Declarations for the csleobuild slave
Author: Michael Wetherel, Stefan Csomor Author: Michael Wetherel, Stefan Csomor
RCS-ID: $Id$
Copyright: (c) Stefan Csomor Copyright: (c) Stefan Csomor
Licence: wxWindows licence Licence: wxWindows licence
--> -->

View File

@ -4,7 +4,6 @@
Name: include/defs.xml Name: include/defs.xml
Purpose: Common declarations for buildbot Purpose: Common declarations for buildbot
Author: Mike Wetherell Author: Mike Wetherell
RCS-ID: $Id$
Copyright: (c) 2007 Mike Wetherell Copyright: (c) 2007 Mike Wetherell
Licence: wxWindows licence Licence: wxWindows licence
--> -->

View File

@ -4,7 +4,6 @@
Name: include/push.xml Name: include/push.xml
Purpose: Declarations for the push build slave Purpose: Declarations for the push build slave
Author: Mike Wetherell Author: Mike Wetherell
RCS-ID: $Id$
Copyright: (c) 2007 Mike Wetherell Copyright: (c) 2007 Mike Wetherell
Licence: wxWindows licence Licence: wxWindows licence
--> -->

View File

@ -4,7 +4,6 @@
Name: include/unix.xml Name: include/unix.xml
Purpose: Declarations for unix slaves Purpose: Declarations for unix slaves
Author: Michael Wetherell Author: Michael Wetherell
RCS-ID: $Id$
Copyright: (c) Michael Wetherell Copyright: (c) Michael Wetherell
Licence: wxWindows licence Licence: wxWindows licence
--> -->

View File

@ -4,7 +4,6 @@
Name: include/xp_vc.xml Name: include/xp_vc.xml
Purpose: Declarations for the xp_vc slave Purpose: Declarations for the xp_vc slave
Author: Michael Wetherell Author: Michael Wetherell
RCS-ID: $Id$
Copyright: (c) 2008 Michael Wetherell Copyright: (c) 2008 Michael Wetherell
Licence: wxWindows licence Licence: wxWindows licence
--> -->

View File

@ -4,7 +4,6 @@
Name: push.xml Name: push.xml
Purpose: Configuration for push builds Purpose: Configuration for push builds
Author: Mike Wetherell Author: Mike Wetherell
RCS-ID: $Id$
Copyright: (c) 2007 Mike Wetherell Copyright: (c) 2007 Mike Wetherell
Licence: wxWindows licence Licence: wxWindows licence

View File

@ -2,7 +2,6 @@
<!-- <!--
Name: ravnsgaard.xml Name: ravnsgaard.xml
RCS-ID: $Id$
Licence: wxWindows licence Licence: wxWindows licence
--> -->
<bot xmlns:xi="http://www.w3.org/2001/XInclude"> <bot xmlns:xi="http://www.w3.org/2001/XInclude">

View File

@ -3,7 +3,6 @@
Name: xp_vc.xml Name: xp_vc.xml
Purpose: Buildbot xp_vc configuration. Purpose: Buildbot xp_vc configuration.
Author: Laurent Humbertclaude Author: Laurent Humbertclaude
RCS-ID: $Id$
Copyright: (c) 2008 Laurent Humbertclaude Copyright: (c) 2008 Laurent Humbertclaude
Licence: wxWindows licence Licence: wxWindows licence
--> -->

View File

@ -4,7 +4,6 @@
Name: bot.xsd Name: bot.xsd
Purpose: Used by check.sh for offline checking of the configuration. Purpose: Used by check.sh for offline checking of the configuration.
Author: Mike Wetherell Author: Mike Wetherell
RCS-ID: $Id$
Copyright: (c) 2007 Mike Wetherell Copyright: (c) 2007 Mike Wetherell
Licence: wxWindows licence Licence: wxWindows licence
--> -->

View File

@ -3,7 +3,6 @@
# Name: check.sh # Name: check.sh
# Purpose: Offline checker for the buildbot configuration files # Purpose: Offline checker for the buildbot configuration files
# Author: Mike Wetherell # Author: Mike Wetherell
# RCS-ID: $Id$
# Copyright: (c) 2007 Mike Wetherell # Copyright: (c) 2007 Mike Wetherell
# Licence: wxWindows licence # Licence: wxWindows licence
############################################################################# #############################################################################

View File

@ -4,7 +4,6 @@
Name: email.xsl Name: email.xsl
Purpose: Create email address lookup. Purpose: Create email address lookup.
Author: Mike Wetherell Author: Mike Wetherell
RCS-ID: $Id$
Copyright: (c) 2007 Mike Wetherell Copyright: (c) 2007 Mike Wetherell
Licence: wxWindows licence Licence: wxWindows licence

View File

@ -4,7 +4,6 @@
Name: embedded.xsl Name: embedded.xsl
Purpose: Used by check.sh for offline checking of the configuration. Purpose: Used by check.sh for offline checking of the configuration.
Author: Mike Wetherell Author: Mike Wetherell
RCS-ID: $Id$
Copyright: (c) 2007 Mike Wetherell Copyright: (c) 2007 Mike Wetherell
Licence: wxWindows licence Licence: wxWindows licence
--> -->

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<bakefile-gen xmlns="http://www.bakefile.org/schema/bakefile-gen"> <bakefile-gen xmlns="http://www.bakefile.org/schema/bakefile-gen">

View File

@ -4,7 +4,6 @@
# Name: build/osx/fix_xcode_ids.py # Name: build/osx/fix_xcode_ids.py
# Author: Dimitri Schoolwerth # Author: Dimitri Schoolwerth
# Created: 2010-09-08 # Created: 2010-09-08
# RCS-Id: $Id$
# Copyright: (c) 2010 wxWidgets team # Copyright: (c) 2010 wxWidgets team
# Licence: wxWindows licence # Licence: wxWindows licence
############################################################################### ###############################################################################

View File

@ -5,7 +5,6 @@
# having special comment markers in them will be update using # having special comment markers in them will be update using
# include/wx/setup_inc.h contents # include/wx/setup_inc.h contents
# Created: 2005-01-15 # Created: 2005-01-15
# RCS-ID: $Id$
# Copyright: (c) 2005 Vadim Zeitlin <vadim@wxwindows.org> # Copyright: (c) 2005 Vadim Zeitlin <vadim@wxwindows.org>
# Licence: wxWindows licence # Licence: wxWindows licence
############################################################################## ##############################################################################

1
configure vendored
View File

@ -1,5 +1,4 @@
#! /bin/sh #! /bin/sh
# From configure.in Id.
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for wxWidgets 2.9.5. # Generated by GNU Autoconf 2.69 for wxWidgets 2.9.5.
# #

View File

@ -1,5 +1,4 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_REVISION($Id$)dnl
AC_PREREQ(2.58) AC_PREREQ(2.58)
@ -9,8 +8,6 @@ dnl Top-level configure.in for wxWidgets by Robert Roebling, Phil Blecker,
dnl Vadim Zeitlin and Ron Lee dnl Vadim Zeitlin and Ron Lee
dnl dnl
dnl This script is under the wxWindows licence. dnl This script is under the wxWindows licence.
dnl
dnl Version: $Id$
dnl --------------------------------------------------------------------------- dnl ---------------------------------------------------------------------------
dnl --------------------------------------------------------------------------- dnl ---------------------------------------------------------------------------

1
debian/build_all vendored
View File

@ -3,7 +3,6 @@
# Name: debian/build_all # Name: debian/build_all
# Purpose: build both ANSI and Unicode Debian packages at once # Purpose: build both ANSI and Unicode Debian packages at once
# Created: 2006-12-13 # Created: 2006-12-13
# RCS-ID: $Id$
# Copyright: (c) 2006 Vadim Zeitlin <vadim@wxwindows.org> # Copyright: (c) 2006 Vadim Zeitlin <vadim@wxwindows.org>
# Licence: wxWindows licence # Licence: wxWindows licence
############################################################################## ##############################################################################

View File

@ -4,7 +4,6 @@
// Author: P. Foggia 1996 // Author: P. Foggia 1996
// Modified by: Wlodzimierz Skiba (ABX) since 2003 // Modified by: Wlodzimierz Skiba (ABX) since 2003
// Created: 1996 // Created: 1996
// RCS-ID: $Id$
// Copyright: (c) 1996 P. Foggia // Copyright: (c) 1996 P. Foggia
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@ -4,7 +4,6 @@
// Author: P. Foggia 1996 // Author: P. Foggia 1996
// Modified by: Wlodzimierz Skiba (ABX) since 2003 // Modified by: Wlodzimierz Skiba (ABX) since 2003
// Created: 1996 // Created: 1996
// RCS-ID: $Id$
// Copyright: (c) 1996 P. Foggia // Copyright: (c) 1996 P. Foggia
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@ -4,7 +4,6 @@
// Author: P. Foggia 1996 // Author: P. Foggia 1996
// Modified by: Wlodzimierz Skiba (ABX) since 2003 // Modified by: Wlodzimierz Skiba (ABX) since 2003
// Created: 1996 // Created: 1996
// RCS-ID: $Id$
// Copyright: (c) 1996 P. Foggia // Copyright: (c) 1996 P. Foggia
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@ -4,7 +4,6 @@
// Author: P. Foggia 1996 // Author: P. Foggia 1996
// Modified by: Wlodzimierz Skiba (ABX) since 2003 // Modified by: Wlodzimierz Skiba (ABX) since 2003
// Created: 1996 // Created: 1996
// RCS-ID: $Id$
// Copyright: (c) 1996 P. Foggia // Copyright: (c) 1996 P. Foggia
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@ -4,7 +4,6 @@
// Author: P. Foggia 1996 // Author: P. Foggia 1996
// Modified by: Wlodzimierz Skiba (ABX) since 2003 // Modified by: Wlodzimierz Skiba (ABX) since 2003
// Created: 1996 // Created: 1996
// RCS-ID: $Id$
// Copyright: (c) 1996 P. Foggia // Copyright: (c) 1996 P. Foggia
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@ -4,7 +4,6 @@
// Author: Chris Breeze // Author: Chris Breeze
// Modified by: // Modified by:
// Created: 21/07/97 // Created: 21/07/97
// RCS-ID: $Id$
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------

View File

@ -4,7 +4,6 @@
// Author: Chris Breeze // Author: Chris Breeze
// Modified by: // Modified by:
// Created: 21/07/97 // Created: 21/07/97
// RCS-ID: $Id$
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------

View File

@ -4,7 +4,6 @@
// Author: Chris Breeze // Author: Chris Breeze
// Modified by: // Modified by:
// Created: 21/07/97 // Created: 21/07/97
// RCS-ID: $Id$
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------

View File

@ -4,7 +4,6 @@
// Author: Chris Breeze // Author: Chris Breeze
// Modified by: // Modified by:
// Created: 21/07/97 // Created: 21/07/97
// RCS-ID: $Id$
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------

View File

@ -4,7 +4,6 @@
// Author: Chris Breeze // Author: Chris Breeze
// Modified by: // Modified by:
// Created: 21/07/97 // Created: 21/07/97
// RCS-ID: $Id$
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------

View File

@ -4,7 +4,6 @@
// Author: Chris Breeze // Author: Chris Breeze
// Modified by: // Modified by:
// Created: 21/07/97 // Created: 21/07/97
// RCS-ID: $Id$
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------

View File

@ -4,7 +4,6 @@
// Author: Chris Breeze // Author: Chris Breeze
// Modified by: // Modified by:
// Created: 21/07/97 // Created: 21/07/97
// RCS-ID: $Id$
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------

View File

@ -4,7 +4,6 @@
// Author: Chris Breeze // Author: Chris Breeze
// Modified by: // Modified by:
// Created: 21/07/97 // Created: 21/07/97
// RCS-ID: $Id$
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------

View File

@ -4,7 +4,6 @@
// Author: Chris Breeze // Author: Chris Breeze
// Modified by: // Modified by:
// Created: 21/07/97 // Created: 21/07/97
// RCS-ID: $Id$
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------

View File

@ -4,7 +4,6 @@
// Author: Chris Breeze // Author: Chris Breeze
// Modified by: // Modified by:
// Created: 21/07/97 // Created: 21/07/97
// RCS-ID: $Id$
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------

View File

@ -4,7 +4,6 @@
// Author: Chris Breeze // Author: Chris Breeze
// Modified by: // Modified by:
// Created: 21/07/97 // Created: 21/07/97
// RCS-ID: $Id$
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@ -4,7 +4,6 @@
// Author: Chris Breeze // Author: Chris Breeze
// Modified by: // Modified by:
// Created: 21/07/97 // Created: 21/07/97
// RCS-ID: $Id$
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------

View File

@ -4,7 +4,6 @@
// Author: Chris Breeze // Author: Chris Breeze
// Modified by: // Modified by:
// Created: 21/07/97 // Created: 21/07/97
// RCS-ID: $Id$
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@ -4,7 +4,6 @@
// Author: Chris Breeze // Author: Chris Breeze
// Modified by: // Modified by:
// Created: 21/07/97 // Created: 21/07/97
// RCS-ID: $Id$
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------

View File

@ -4,7 +4,6 @@
// Author: Chris Breeze // Author: Chris Breeze
// Modified by: // Modified by:
// Created: 21/07/97 // Created: 21/07/97
// RCS-ID: $Id$
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@ -4,7 +4,6 @@
// Author: Chris Breeze // Author: Chris Breeze
// Modified by: // Modified by:
// Created: 21/07/97 // Created: 21/07/97
// RCS-ID: $Id$
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------

View File

@ -4,7 +4,6 @@
// Author: Andrew Davison // Author: Andrew Davison
// Modified by: // Modified by:
// Created: 05.04.94 // Created: 05.04.94
// RCS-ID: $Id$
// Copyright: (c) 1994 Andrew Davison // Copyright: (c) 1994 Andrew Davison
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@ -4,7 +4,6 @@
// Author: Guillermo Rodriguez Garcia, <guille@iies.es> // Author: Guillermo Rodriguez Garcia, <guille@iies.es>
// Modified by: // Modified by:
// Created: Jan/2000 // Created: Jan/2000
// RCS-ID: $Id$
// Copyright: (c) 2000, Guillermo Rodriguez Garcia // Copyright: (c) 2000, Guillermo Rodriguez Garcia
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@ -4,7 +4,6 @@
// Author: Guillermo Rodriguez Garcia, <guille@iies.es> // Author: Guillermo Rodriguez Garcia, <guille@iies.es>
// Modified by: // Modified by:
// Created: Jan/2000 // Created: Jan/2000
// RCS-ID: $Id$
// Copyright: (c) 2000, Guillermo Rodriguez Garcia // Copyright: (c) 2000, Guillermo Rodriguez Garcia
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@ -4,7 +4,6 @@
// Author: Guillermo Rodriguez Garcia, <guille@iies.es> // Author: Guillermo Rodriguez Garcia, <guille@iies.es>
// Modified by: // Modified by:
// Created: Jan/2000 // Created: Jan/2000
// RCS-ID: $Id$
// Copyright: (c) 2000, Guillermo Rodriguez Garcia // Copyright: (c) 2000, Guillermo Rodriguez Garcia
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@ -4,7 +4,6 @@
// Author: Guillermo Rodriguez Garcia, <guille@iies.es> // Author: Guillermo Rodriguez Garcia, <guille@iies.es>
// Modified by: // Modified by:
// Created: Jan/2000 // Created: Jan/2000
// RCS-ID: $Id$
// Copyright: (c) 2000, Guillermo Rodriguez Garcia // Copyright: (c) 2000, Guillermo Rodriguez Garcia
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@ -4,7 +4,6 @@
// Author: Guillermo Rodriguez Garcia, <guille@iies.es> // Author: Guillermo Rodriguez Garcia, <guille@iies.es>
// Modified by: // Modified by:
// Created: Jan/2000 // Created: Jan/2000
// RCS-ID: $Id$
// Copyright: (c) 2000, Guillermo Rodriguez Garcia // Copyright: (c) 2000, Guillermo Rodriguez Garcia
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@ -4,7 +4,6 @@
// Author: Guillermo Rodriguez Garcia, <guille@iies.es> // Author: Guillermo Rodriguez Garcia, <guille@iies.es>
// Modified by: // Modified by:
// Created: Jan/2000 // Created: Jan/2000
// RCS-ID: $Id$
// Copyright: (c) 2000, Guillermo Rodriguez Garcia // Copyright: (c) 2000, Guillermo Rodriguez Garcia
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@ -4,7 +4,6 @@
// Author: Guillermo Rodriguez Garcia, <guille@iies.es> // Author: Guillermo Rodriguez Garcia, <guille@iies.es>
// Modified by: // Modified by:
// Created: Jan/2000 // Created: Jan/2000
// RCS-ID: $Id$
// Copyright: (c) 2000, Guillermo Rodriguez Garcia // Copyright: (c) 2000, Guillermo Rodriguez Garcia
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@ -4,7 +4,6 @@
// Author: Guillermo Rodriguez Garcia, <guille@iies.es> // Author: Guillermo Rodriguez Garcia, <guille@iies.es>
// Modified by: // Modified by:
// Created: Jan/2000 // Created: Jan/2000
// RCS-ID: $Id$
// Copyright: (c) 2000, Guillermo Rodriguez Garcia // Copyright: (c) 2000, Guillermo Rodriguez Garcia
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@ -4,7 +4,6 @@
// Author: Guillermo Rodriguez Garcia, <guille@iies.es> // Author: Guillermo Rodriguez Garcia, <guille@iies.es>
// Modified by: // Modified by:
// Created: Jan/2000 // Created: Jan/2000
// RCS-ID: $Id$
// Copyright: (c) 2000, Guillermo Rodriguez Garcia // Copyright: (c) 2000, Guillermo Rodriguez Garcia
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@ -9,7 +9,6 @@
// beware, inelegant code! // beware, inelegant code!
// Author: Julian Smart // Author: Julian Smart
// Created: 12/12/98 // Created: 12/12/98
// RCS-ID: $Id$
// Copyright: (c) 1998 Julian Smart // Copyright: (c) 1998 Julian Smart
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@ -9,7 +9,6 @@
// beware, inelegant code! // beware, inelegant code!
// Author: Julian Smart // Author: Julian Smart
// Created: 12/12/98 // Created: 12/12/98
// RCS-ID: $Id$
// Copyright: (c) 1998 Julian Smart // Copyright: (c) 1998 Julian Smart
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@ -1,6 +1,5 @@
# -*-shell-script-*- # -*-shell-script-*-
# RCS-ID: $Id$
# Author: Francesco Montorsi <frm@users.sourceforge.net> # Author: Francesco Montorsi <frm@users.sourceforge.net>
# Purpose: A minimal Autopackage SPEC file which can be used as template # Purpose: A minimal Autopackage SPEC file which can be used as template
# for creating autopackages of wxWidgets-based applications. # for creating autopackages of wxWidgets-based applications.

View File

@ -1,5 +1,4 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!-- $Id$ -->
<makefile> <makefile>

View File

@ -4,7 +4,6 @@
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 04/01/98 // Created: 04/01/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@ -5,7 +5,6 @@
#-- Author: Gilles Depeyrot #-- Author: Gilles Depeyrot
#-- Modified by: #-- Modified by:
#-- Created: 12.09.2003 #-- Created: 12.09.2003
#-- RCS-ID: $Id: pbsetup-sh 55402 2008-09-01 07:15:52Z SC $
#-- Copyright: (c) 2003 Gilles Depeyrot #-- Copyright: (c) 2003 Gilles Depeyrot
#-- Licence: wxWindows licence #-- Licence: wxWindows licence
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------

View File

@ -2,7 +2,6 @@
// Name: class.h // Name: class.h
// Purpose: Main class group docs // Purpose: Main class group docs
// Author: wxWidgets team // Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@ -2,7 +2,6 @@
// Name: class_appmanagement.h // Name: class_appmanagement.h
// Purpose: Application and Process Management classes group docs // Purpose: Application and Process Management classes group docs
// Author: wxWidgets team // Author: wxWidgets team
// RCS-ID: $Id: class_dc.h 52454 2008-03-12 19:08:48Z BP $
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@ -2,7 +2,6 @@
// Name: class_archive.h // Name: class_archive.h
// Purpose: wxArchive* classes group docs // Purpose: wxArchive* classes group docs
// Author: wxWidgets team // Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@ -2,7 +2,6 @@
// Name: class_aui.h // Name: class_aui.h
// Purpose: Window Docking (wxAUI) classes group docs // Purpose: Window Docking (wxAUI) classes group docs
// Author: wxWidgets team // Author: wxWidgets team
// RCS-ID: $Id: class_dc.h 52454 2008-03-12 19:08:48Z BP $
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

Some files were not shown because too many files have changed in this diff Show More