From 7263ccb105c982155c80a1a77055dc77a4d85db4 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Wed, 19 Oct 2011 20:51:16 +0000 Subject: Remove svn keyword lines from sources. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30806 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/rbutilqt/base/autodetection.cpp | 1 - rbutil/rbutilqt/base/autodetection.h | 1 - rbutil/rbutilqt/base/bootloaderinstallams.cpp | 1 - rbutil/rbutilqt/base/bootloaderinstallams.h | 1 - rbutil/rbutilqt/base/bootloaderinstallbase.cpp | 1 - rbutil/rbutilqt/base/bootloaderinstallbase.h | 1 - rbutil/rbutilqt/base/bootloaderinstallchinachip.cpp | 1 - rbutil/rbutilqt/base/bootloaderinstallchinachip.h | 1 - rbutil/rbutilqt/base/bootloaderinstallfile.cpp | 1 - rbutil/rbutilqt/base/bootloaderinstallfile.h | 1 - rbutil/rbutilqt/base/bootloaderinstallhex.cpp | 1 - rbutil/rbutilqt/base/bootloaderinstallhex.h | 1 - rbutil/rbutilqt/base/bootloaderinstallipod.cpp | 1 - rbutil/rbutilqt/base/bootloaderinstallipod.h | 1 - rbutil/rbutilqt/base/bootloaderinstallmi4.cpp | 1 - rbutil/rbutilqt/base/bootloaderinstallmi4.h | 1 - rbutil/rbutilqt/base/bootloaderinstallsansa.cpp | 1 - rbutil/rbutilqt/base/bootloaderinstallsansa.h | 1 - rbutil/rbutilqt/base/bootloaderinstalltcc.cpp | 1 - rbutil/rbutilqt/base/bootloaderinstalltcc.h | 1 - rbutil/rbutilqt/base/encoders.cpp | 1 - rbutil/rbutilqt/base/encoders.h | 1 - rbutil/rbutilqt/base/encttssettings.h | 1 - rbutil/rbutilqt/base/httpget.cpp | 1 - rbutil/rbutilqt/base/httpget.h | 1 - rbutil/rbutilqt/base/progressloggerinterface.h | 1 - rbutil/rbutilqt/base/rbsettings.cpp | 1 - rbutil/rbutilqt/base/rbsettings.h | 1 - rbutil/rbutilqt/base/rockboxinfo.cpp | 1 - rbutil/rbutilqt/base/rockboxinfo.h | 1 - rbutil/rbutilqt/base/serverinfo.cpp | 1 - rbutil/rbutilqt/base/serverinfo.h | 1 - rbutil/rbutilqt/base/system.cpp | 1 - rbutil/rbutilqt/base/system.h | 1 - rbutil/rbutilqt/base/systeminfo.cpp | 1 - rbutil/rbutilqt/base/systeminfo.h | 1 - rbutil/rbutilqt/base/talkfile.cpp | 1 - rbutil/rbutilqt/base/talkfile.h | 1 - rbutil/rbutilqt/base/talkgenerator.cpp | 1 - rbutil/rbutilqt/base/talkgenerator.h | 1 - rbutil/rbutilqt/base/ttsbase.cpp | 1 - rbutil/rbutilqt/base/ttsbase.h | 1 - rbutil/rbutilqt/base/ttscarbon.cpp | 1 - rbutil/rbutilqt/base/ttscarbon.h | 1 - rbutil/rbutilqt/base/ttsexes.cpp | 1 - rbutil/rbutilqt/base/ttsexes.h | 1 - rbutil/rbutilqt/base/ttsfestival.cpp | 1 - rbutil/rbutilqt/base/ttsfestival.h | 1 - rbutil/rbutilqt/base/ttssapi.cpp | 1 - rbutil/rbutilqt/base/ttssapi.h | 1 - rbutil/rbutilqt/base/uninstall.cpp | 1 - rbutil/rbutilqt/base/uninstall.h | 1 - rbutil/rbutilqt/base/utils.cpp | 1 - rbutil/rbutilqt/base/utils.h | 1 - rbutil/rbutilqt/base/voicefile.cpp | 1 - rbutil/rbutilqt/base/voicefile.h | 1 - rbutil/rbutilqt/base/zipinstaller.cpp | 1 - rbutil/rbutilqt/base/zipinstaller.h | 1 - rbutil/rbutilqt/base/ziputil.cpp | 1 - rbutil/rbutilqt/base/ziputil.h | 1 - 60 files changed, 60 deletions(-) (limited to 'rbutil/rbutilqt/base') diff --git a/rbutil/rbutilqt/base/autodetection.cpp b/rbutil/rbutilqt/base/autodetection.cpp index 1a78ae54a8..6427d929c4 100644 --- a/rbutil/rbutilqt/base/autodetection.cpp +++ b/rbutil/rbutilqt/base/autodetection.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/autodetection.h b/rbutil/rbutilqt/base/autodetection.h index 6c98dc1998..a55de342f8 100644 --- a/rbutil/rbutilqt/base/autodetection.h +++ b/rbutil/rbutilqt/base/autodetection.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/rbutil/rbutilqt/base/bootloaderinstallams.cpp b/rbutil/rbutilqt/base/bootloaderinstallams.cpp index 0bdce7d7d8..132578bee7 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallams.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstallams.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2008 by Dominik Wenger - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/bootloaderinstallams.h b/rbutil/rbutilqt/base/bootloaderinstallams.h index 05ae576afe..f3ce15ed24 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallams.h +++ b/rbutil/rbutilqt/base/bootloaderinstallams.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2008 by Dominik Wenger - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/bootloaderinstallbase.cpp b/rbutil/rbutilqt/base/bootloaderinstallbase.cpp index cf8b9e12fd..a67dbc0386 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallbase.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstallbase.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2008 by Dominik Riebeling - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/bootloaderinstallbase.h b/rbutil/rbutilqt/base/bootloaderinstallbase.h index dec140efdc..b93abcd50e 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallbase.h +++ b/rbutil/rbutilqt/base/bootloaderinstallbase.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2008 by Dominik Riebeling - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/bootloaderinstallchinachip.cpp b/rbutil/rbutilqt/base/bootloaderinstallchinachip.cpp index bbb5649259..013549d037 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallchinachip.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstallchinachip.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2009 by Maurus Cuelenaere - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/bootloaderinstallchinachip.h b/rbutil/rbutilqt/base/bootloaderinstallchinachip.h index 292799cc0c..baa88e7bc9 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallchinachip.h +++ b/rbutil/rbutilqt/base/bootloaderinstallchinachip.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2009 by Maurus Cuelenaere - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/bootloaderinstallfile.cpp b/rbutil/rbutilqt/base/bootloaderinstallfile.cpp index 58288d68de..20b8d92102 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallfile.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstallfile.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2008 by Dominik Riebeling - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/bootloaderinstallfile.h b/rbutil/rbutilqt/base/bootloaderinstallfile.h index 65e9467003..9f9586279c 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallfile.h +++ b/rbutil/rbutilqt/base/bootloaderinstallfile.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2008 by Dominik Riebeling - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/bootloaderinstallhex.cpp b/rbutil/rbutilqt/base/bootloaderinstallhex.cpp index 5118aab52c..3ff9c70936 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallhex.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstallhex.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2008 by Dominik Riebeling - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/bootloaderinstallhex.h b/rbutil/rbutilqt/base/bootloaderinstallhex.h index 1b64d4925f..c971429a10 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallhex.h +++ b/rbutil/rbutilqt/base/bootloaderinstallhex.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2008 by Dominik Riebeling - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/bootloaderinstallipod.cpp b/rbutil/rbutilqt/base/bootloaderinstallipod.cpp index af25de4e29..15289c0ef8 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallipod.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstallipod.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2008 by Dominik Riebeling - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/bootloaderinstallipod.h b/rbutil/rbutilqt/base/bootloaderinstallipod.h index 2e369cda95..ac69c608d6 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallipod.h +++ b/rbutil/rbutilqt/base/bootloaderinstallipod.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2008 by Dominik Riebeling - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/bootloaderinstallmi4.cpp b/rbutil/rbutilqt/base/bootloaderinstallmi4.cpp index 859ed2ca04..b2d8d0c24b 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallmi4.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstallmi4.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2008 by Dominik Riebeling - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/bootloaderinstallmi4.h b/rbutil/rbutilqt/base/bootloaderinstallmi4.h index f1eeb4e7bf..c56669b99f 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallmi4.h +++ b/rbutil/rbutilqt/base/bootloaderinstallmi4.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2008 by Dominik Riebeling - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/bootloaderinstallsansa.cpp b/rbutil/rbutilqt/base/bootloaderinstallsansa.cpp index 05e7c96eea..b07ddfad93 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallsansa.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstallsansa.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2008 by Dominik Riebeling - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/bootloaderinstallsansa.h b/rbutil/rbutilqt/base/bootloaderinstallsansa.h index 7e49f584de..55a6341534 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallsansa.h +++ b/rbutil/rbutilqt/base/bootloaderinstallsansa.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2008 by Dominik Riebeling - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/bootloaderinstalltcc.cpp b/rbutil/rbutilqt/base/bootloaderinstalltcc.cpp index 56ec1a37bf..73bfd5d98a 100644 --- a/rbutil/rbutilqt/base/bootloaderinstalltcc.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstalltcc.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2009 by Tomer Shalev - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/bootloaderinstalltcc.h b/rbutil/rbutilqt/base/bootloaderinstalltcc.h index b91970034e..cc1fd45802 100644 --- a/rbutil/rbutilqt/base/bootloaderinstalltcc.h +++ b/rbutil/rbutilqt/base/bootloaderinstalltcc.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2009 by Tomer Shalev - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/encoders.cpp b/rbutil/rbutilqt/base/encoders.cpp index d763b96b4b..ea8817bd98 100644 --- a/rbutil/rbutilqt/base/encoders.cpp +++ b/rbutil/rbutilqt/base/encoders.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/encoders.h b/rbutil/rbutilqt/base/encoders.h index a70f775e98..015b8346b1 100644 --- a/rbutil/rbutilqt/base/encoders.h +++ b/rbutil/rbutilqt/base/encoders.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/rbutil/rbutilqt/base/encttssettings.h b/rbutil/rbutilqt/base/encttssettings.h index ea563412f0..1258d81d57 100644 --- a/rbutil/rbutilqt/base/encttssettings.h +++ b/rbutil/rbutilqt/base/encttssettings.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/rbutil/rbutilqt/base/httpget.cpp b/rbutil/rbutilqt/base/httpget.cpp index a076460470..dc2b2ea0ed 100644 --- a/rbutil/rbutilqt/base/httpget.cpp +++ b/rbutil/rbutilqt/base/httpget.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Riebeling - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/httpget.h b/rbutil/rbutilqt/base/httpget.h index 49bea0f812..438853ce82 100644 --- a/rbutil/rbutilqt/base/httpget.h +++ b/rbutil/rbutilqt/base/httpget.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Riebeling - * $Id$ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/rbutil/rbutilqt/base/progressloggerinterface.h b/rbutil/rbutilqt/base/progressloggerinterface.h index 9fff7dccae..9431b0d25d 100644 --- a/rbutil/rbutilqt/base/progressloggerinterface.h +++ b/rbutil/rbutilqt/base/progressloggerinterface.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/rbutil/rbutilqt/base/rbsettings.cpp b/rbutil/rbutilqt/base/rbsettings.cpp index 29c893c66c..e7e47af7b4 100644 --- a/rbutil/rbutilqt/base/rbsettings.cpp +++ b/rbutil/rbutilqt/base/rbsettings.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/rbsettings.h b/rbutil/rbutilqt/base/rbsettings.h index ab001c4916..ba4a63cb3b 100644 --- a/rbutil/rbutilqt/base/rbsettings.h +++ b/rbutil/rbutilqt/base/rbsettings.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/rbutil/rbutilqt/base/rockboxinfo.cpp b/rbutil/rbutilqt/base/rockboxinfo.cpp index 6bfffc1b23..b595bbea8a 100644 --- a/rbutil/rbutilqt/base/rockboxinfo.cpp +++ b/rbutil/rbutilqt/base/rockboxinfo.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/rockboxinfo.h b/rbutil/rbutilqt/base/rockboxinfo.h index 906da635a9..6a22163ddf 100644 --- a/rbutil/rbutilqt/base/rockboxinfo.h +++ b/rbutil/rbutilqt/base/rockboxinfo.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/rbutil/rbutilqt/base/serverinfo.cpp b/rbutil/rbutilqt/base/serverinfo.cpp index d3d6203e6c..d75f2c82a8 100644 --- a/rbutil/rbutilqt/base/serverinfo.cpp +++ b/rbutil/rbutilqt/base/serverinfo.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2010 by Dominik Wenger - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/serverinfo.h b/rbutil/rbutilqt/base/serverinfo.h index 6683a7adab..d7e944c425 100644 --- a/rbutil/rbutilqt/base/serverinfo.h +++ b/rbutil/rbutilqt/base/serverinfo.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2010 by Dominik Wenger - * $Id$ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/rbutil/rbutilqt/base/system.cpp b/rbutil/rbutilqt/base/system.cpp index c7c28b3503..02e6ac9a91 100644 --- a/rbutil/rbutilqt/base/system.cpp +++ b/rbutil/rbutilqt/base/system.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/system.h b/rbutil/rbutilqt/base/system.h index cd9fa82a19..1d2deef170 100644 --- a/rbutil/rbutilqt/base/system.h +++ b/rbutil/rbutilqt/base/system.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/rbutil/rbutilqt/base/systeminfo.cpp b/rbutil/rbutilqt/base/systeminfo.cpp index 4a9c471951..aaddb3b36f 100644 --- a/rbutil/rbutilqt/base/systeminfo.cpp +++ b/rbutil/rbutilqt/base/systeminfo.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2010 by Dominik Wenger - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/systeminfo.h b/rbutil/rbutilqt/base/systeminfo.h index f5e0eae6ef..77388fcd16 100644 --- a/rbutil/rbutilqt/base/systeminfo.h +++ b/rbutil/rbutilqt/base/systeminfo.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2010 by Dominik Wenger - * $Id$ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/rbutil/rbutilqt/base/talkfile.cpp b/rbutil/rbutilqt/base/talkfile.cpp index badb77f42b..7b5b804452 100644 --- a/rbutil/rbutilqt/base/talkfile.cpp +++ b/rbutil/rbutilqt/base/talkfile.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/talkfile.h b/rbutil/rbutilqt/base/talkfile.h index b7b4c5b5a1..66e9ca68c8 100644 --- a/rbutil/rbutilqt/base/talkfile.h +++ b/rbutil/rbutilqt/base/talkfile.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/rbutil/rbutilqt/base/talkgenerator.cpp b/rbutil/rbutilqt/base/talkgenerator.cpp index 4dffe69a42..134aa637ad 100644 --- a/rbutil/rbutilqt/base/talkgenerator.cpp +++ b/rbutil/rbutilqt/base/talkgenerator.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/talkgenerator.h b/rbutil/rbutilqt/base/talkgenerator.h index 8617b27238..a446a26342 100644 --- a/rbutil/rbutilqt/base/talkgenerator.h +++ b/rbutil/rbutilqt/base/talkgenerator.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/rbutil/rbutilqt/base/ttsbase.cpp b/rbutil/rbutilqt/base/ttsbase.cpp index bbe1af81e5..e6c3cf83cc 100644 --- a/rbutil/rbutilqt/base/ttsbase.cpp +++ b/rbutil/rbutilqt/base/ttsbase.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/ttsbase.h b/rbutil/rbutilqt/base/ttsbase.h index fdd2c98344..49983333ff 100644 --- a/rbutil/rbutilqt/base/ttsbase.h +++ b/rbutil/rbutilqt/base/ttsbase.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/rbutil/rbutilqt/base/ttscarbon.cpp b/rbutil/rbutilqt/base/ttscarbon.cpp index dd74905fbf..4df6d6368c 100644 --- a/rbutil/rbutilqt/base/ttscarbon.cpp +++ b/rbutil/rbutilqt/base/ttscarbon.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2010 by Dominik Riebeling - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/ttscarbon.h b/rbutil/rbutilqt/base/ttscarbon.h index d06884e72a..831a2f7fdf 100644 --- a/rbutil/rbutilqt/base/ttscarbon.h +++ b/rbutil/rbutilqt/base/ttscarbon.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2010 by Dominik Riebeling - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/ttsexes.cpp b/rbutil/rbutilqt/base/ttsexes.cpp index 1818301220..6766af4bb6 100644 --- a/rbutil/rbutilqt/base/ttsexes.cpp +++ b/rbutil/rbutilqt/base/ttsexes.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger -* $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/ttsexes.h b/rbutil/rbutilqt/base/ttsexes.h index 7ab3757fd4..fe8e5e8b8d 100644 --- a/rbutil/rbutilqt/base/ttsexes.h +++ b/rbutil/rbutilqt/base/ttsexes.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2009 by Dominik Wenger -* $Id$ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/rbutil/rbutilqt/base/ttsfestival.cpp b/rbutil/rbutilqt/base/ttsfestival.cpp index 7a9c854716..ef880050d0 100644 --- a/rbutil/rbutilqt/base/ttsfestival.cpp +++ b/rbutil/rbutilqt/base/ttsfestival.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger -* $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/ttsfestival.h b/rbutil/rbutilqt/base/ttsfestival.h index 5e9f5573f5..2772108a23 100644 --- a/rbutil/rbutilqt/base/ttsfestival.h +++ b/rbutil/rbutilqt/base/ttsfestival.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2009 by Dominik Wenger -* $Id$ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/rbutil/rbutilqt/base/ttssapi.cpp b/rbutil/rbutilqt/base/ttssapi.cpp index cb7d8a5057..4c18ceff2a 100644 --- a/rbutil/rbutilqt/base/ttssapi.cpp +++ b/rbutil/rbutilqt/base/ttssapi.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger -* $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/ttssapi.h b/rbutil/rbutilqt/base/ttssapi.h index 1cdf030884..98f6f4255a 100644 --- a/rbutil/rbutilqt/base/ttssapi.h +++ b/rbutil/rbutilqt/base/ttssapi.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2009 by Dominik Wenger -* $Id$ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/rbutil/rbutilqt/base/uninstall.cpp b/rbutil/rbutilqt/base/uninstall.cpp index 14674837d9..cea0f4da57 100644 --- a/rbutil/rbutilqt/base/uninstall.cpp +++ b/rbutil/rbutilqt/base/uninstall.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/uninstall.h b/rbutil/rbutilqt/base/uninstall.h index 072ec651da..d8c9815117 100644 --- a/rbutil/rbutilqt/base/uninstall.h +++ b/rbutil/rbutilqt/base/uninstall.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/rbutil/rbutilqt/base/utils.cpp b/rbutil/rbutilqt/base/utils.cpp index ca3a6d2256..27e31d65e8 100644 --- a/rbutil/rbutilqt/base/utils.cpp +++ b/rbutil/rbutilqt/base/utils.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/utils.h b/rbutil/rbutilqt/base/utils.h index b4477699fd..aeff1e36c3 100644 --- a/rbutil/rbutilqt/base/utils.h +++ b/rbutil/rbutilqt/base/utils.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/rbutil/rbutilqt/base/voicefile.cpp b/rbutil/rbutilqt/base/voicefile.cpp index 04825f6d91..ba23bfea89 100644 --- a/rbutil/rbutilqt/base/voicefile.cpp +++ b/rbutil/rbutilqt/base/voicefile.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/voicefile.h b/rbutil/rbutilqt/base/voicefile.h index 94aea6c643..9296dbebdf 100644 --- a/rbutil/rbutilqt/base/voicefile.h +++ b/rbutil/rbutilqt/base/voicefile.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/rbutil/rbutilqt/base/zipinstaller.cpp b/rbutil/rbutilqt/base/zipinstaller.cpp index c450f3015f..3f3179f5f2 100644 --- a/rbutil/rbutilqt/base/zipinstaller.cpp +++ b/rbutil/rbutilqt/base/zipinstaller.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/zipinstaller.h b/rbutil/rbutilqt/base/zipinstaller.h index c0e13efa20..cb154c03a8 100644 --- a/rbutil/rbutilqt/base/zipinstaller.h +++ b/rbutil/rbutilqt/base/zipinstaller.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2007 by Dominik Wenger - * $Id$ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/rbutil/rbutilqt/base/ziputil.cpp b/rbutil/rbutilqt/base/ziputil.cpp index 4396fa5e87..481ad4c2ae 100644 --- a/rbutil/rbutilqt/base/ziputil.cpp +++ b/rbutil/rbutilqt/base/ziputil.cpp @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2011 Dominik Riebeling - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. diff --git a/rbutil/rbutilqt/base/ziputil.h b/rbutil/rbutilqt/base/ziputil.h index dc1b986c29..9cbb67488a 100644 --- a/rbutil/rbutilqt/base/ziputil.h +++ b/rbutil/rbutilqt/base/ziputil.h @@ -7,7 +7,6 @@ * \/ \/ \/ \/ \/ * * Copyright (C) 2011 Dominik Riebeling - * $Id$ * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. -- cgit v1.2.3