Fix incorrect characters.

pull/21/head
Darrell Anderson 11 years ago
parent 3f1102d470
commit 28ad0b45d8

@ -2,7 +2,7 @@
certificatewizardimpl.cpp
This file is part of Kleopatra, the KDE keymanager
Copyright (c) 2001,2002,2004 Klar<EFBFBD>vdalens Datakonsult AB
Copyright (c) 2001,2002,2004 Klarälvdalens Datakonsult AB
Kleopatra is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

@ -2,7 +2,7 @@
certmanager.cpp
This file is part of Kleopatra, the KDE keymanager
Copyright (c) 2001,2002,2004 Klar<EFBFBD>lvdalens Datakonsult AB
Copyright (c) 2001,2002,2004 Klarälvdalens Datakonsult AB
Kleopatra is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

@ -2,7 +2,7 @@
aboutdata.cpp
This file is part of Kleopatra, the KDE keymanager
Copyright (c) 2004 Klar<EFBFBD>vdalens Datakonsult AB
Copyright (c) 2004 Klarälvdalens Datakonsult AB
Kleopatra is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

@ -2,7 +2,7 @@
kwatchgnupgmainwin.cpp
This file is part of Kleopatra, the KDE keymanager
Copyright (c) 2001,2002,2004 Klar<EFBFBD>vdalens Datakonsult AB
Copyright (c) 2001,2002,2004 Klarälvdalens Datakonsult AB
Kleopatra is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

@ -2,7 +2,7 @@
cryptoconfigmodule.cpp
This file is part of kgpgcertmanager
Copyright (c) 2004 Klar<EFBFBD>vdalens Datakonsult AB
Copyright (c) 2004 Klarälvdalens Datakonsult AB
Libkleopatra is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License,

@ -2,7 +2,7 @@
directoryserviceswidget.cpp
This file is part of Kleopatra, the KDE keymanager
Copyright (c) 2001,2002,2004 Klar<EFBFBD>vdalens Datakonsult AB
Copyright (c) 2001,2002,2004 Klarälvdalens Datakonsult AB
Kleopatra is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

@ -2,7 +2,7 @@
dnattributeorderconfigwidget.cpp
This file is part of libkleopatra, the KDE keymanagement library
Copyright (c) 2004 Klar<EFBFBD>vdalens Datakonsult AB
Copyright (c) 2004 Klarälvdalens Datakonsult AB
Libkleopatra is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

@ -2,7 +2,7 @@
keyrequester.cpp
This file is part of libkleopatra, the KDE keymanagement library
Copyright (c) 2004 Klar<EFBFBD>vdalens Datakonsult AB
Copyright (c) 2004 Klarälvdalens Datakonsult AB
Libkleopatra is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as

@ -1,6 +1,6 @@
/*
This file is part of KAddressBook.
Copyright (c) 2004 Klar<EFBFBD>vdalens Datakonsult AB
Copyright (c) 2004 Klarälvdalens Datakonsult AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

@ -67,7 +67,7 @@ GeoWidget::GeoWidget( TDEABC::AddressBook *ab, TQWidget *parent, const char *nam
mLatitudeBox = new KDoubleSpinBox( -90, 90, 1, 0, 6, this );
mLatitudeBox->setEnabled( false );
mLatitudeBox->setSuffix( "<EFBFBD>" );
mLatitudeBox->setSuffix( "°" );
topLayout->addWidget( mLatitudeBox, 1, 2 );
label->setBuddy( mLatitudeBox );
@ -76,7 +76,7 @@ GeoWidget::GeoWidget( TDEABC::AddressBook *ab, TQWidget *parent, const char *nam
mLongitudeBox = new KDoubleSpinBox( -180, 180, 1, 0, 6, this );
mLongitudeBox->setEnabled( false );
mLongitudeBox->setSuffix( "<EFBFBD>" );
mLongitudeBox->setSuffix( "°" );
topLayout->addWidget( mLongitudeBox, 2, 2 );
label->setBuddy( mLongitudeBox );
@ -182,7 +182,7 @@ GeoDialog::GeoDialog( TQWidget *parent, const char *name )
sexagesimalLayout->addWidget( label, 0, 0 );
mLatDegrees = new TQSpinBox( 0, 90, 1, sexagesimalGroup );
mLatDegrees->setSuffix( "<EFBFBD>" );
mLatDegrees->setSuffix( "°" );
mLatDegrees->setWrapping( false );
label->setBuddy( mLatDegrees );
sexagesimalLayout->addWidget( mLatDegrees, 0, 1 );
@ -204,7 +204,7 @@ GeoDialog::GeoDialog( TQWidget *parent, const char *name )
sexagesimalLayout->addWidget( label, 1, 0 );
mLongDegrees = new TQSpinBox( 0, 180, 1, sexagesimalGroup );
mLongDegrees->setSuffix( "<EFBFBD>" );
mLongDegrees->setSuffix( "°" );
label->setBuddy( mLongDegrees );
sexagesimalLayout->addWidget( mLongDegrees, 1, 1 );

@ -1,5 +1,5 @@
/* ldapsearchdialogimpl.cpp - LDAP access
* Copyright (C) 2002 Klar<EFBFBD>vdalens Datakonsult AB
* Copyright (C) 2002 Klarälvdalens Datakonsult AB
*
* Author: Steffen Hansen <hansen@kde.org>
*

@ -1,5 +1,5 @@
/* ldapsearchdialogimpl.h - LDAP access
* Copyright (C) 2002 Klar<EFBFBD>lvdalens Datakonsult AB
* Copyright (C) 2002 Klarälvdalens Datakonsult AB
*
* Author: Steffen Hansen <hansen@kde.org>
*

@ -1,7 +1,7 @@
/*
* karm
* This file only: Copyright (C) 1999 Espen Sand, espensa@online.no
* Modifications (see CVS log) Copyright (C) 2000 Klar<EFBFBD>lvdalens
* Modifications (see CVS log) Copyright (C) 2000 Klarälvdalens
* Datakonsult AB <kalle@dalheimer.de>, Jesper Pedersen <blackie@kde.org>
*
*

@ -3,7 +3,7 @@
*/
/****************************************************************************
** Copyright (C) 2002-2004 Klar<EFBFBD>lvdalens Datakonsult AB. All rights reserved.
** Copyright (C) 2002-2004 Klarälvdalens Datakonsult AB. All rights reserved.
**
** This file is part of the KDGantt library.
**

@ -3,7 +3,7 @@
*/
/****************************************************************************
** Copyright (C) 2001-2004 Klar<EFBFBD>lvdalens Datakonsult AB. All rights reserved.
** Copyright (C) 2001-2004 Klarälvdalens Datakonsult AB. All rights reserved.
**
** This file is part of the KDGantt library.
**

@ -3,7 +3,7 @@
*/
/****************************************************************************
** Copyright (C) 2002-2004 Klar<EFBFBD>lvdalens Datakonsult AB. All rights reserved.
** Copyright (C) 2002-2004 Klarälvdalens Datakonsult AB. All rights reserved.
**
** This file is part of the KDGantt library.
**

@ -3,7 +3,7 @@
KDGantt - a multi-platform charting engine
*/
/****************************************************************************
** Copyright (C) 2002-2004 Klar<EFBFBD>lvdalens Datakonsult AB. All rights reserved.
** Copyright (C) 2002-2004 Klarälvdalens Datakonsult AB. All rights reserved.
**
** This file is part of the KDGantt library.
**

@ -4,7 +4,7 @@
*/
/****************************************************************************
** Copyright (C) 2002-2004 Klar<EFBFBD>lvdalens Datakonsult AB. All rights reserved.
** Copyright (C) 2002-2004 Klarälvdalens Datakonsult AB. All rights reserved.
**
** This file is part of the KDGantt library.
**

@ -4,7 +4,7 @@
*/
/****************************************************************************
** Copyright (C) 2002-2004 Klar<EFBFBD>lvdalens Datakonsult AB. All rights reserved.
** Copyright (C) 2002-2004 Klarälvdalens Datakonsult AB. All rights reserved.
**
** This file is part of the KDGantt library.
**

@ -2,7 +2,7 @@
partNode.cpp A node in a MIME tree.
This file is part of KMail, the KDE mail client.
Copyright (c) 2002 Klar<EFBFBD>lvdalens Datakonsult AB
Copyright (c) 2002 Klarälvdalens Datakonsult AB
KMail is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 2, as

@ -2,7 +2,7 @@
urlhandlermanager.cpp
This file is part of KMail, the KDE mail client.
Copyright (c) 2002-2003 Klar<EFBFBD>lvdalens Datakonsult AB
Copyright (c) 2002-2003 Klarälvdalens Datakonsult AB
Copyright (c) 2003 Marc Mutz <mutz@kde.org>
KMail is free software; you can redistribute it and/or modify it

@ -1,7 +1,7 @@
/*
This file is part of KMail.
Copyright (c) 2004 Jakob Schr<EFBFBD>er <js@camaya.net>
Copyright (c) 2004 Jakob Schröter <js@camaya.net>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public

@ -1,7 +1,7 @@
/*
This file is part of KDE Kontact.
Copyright (C) 2003 Sven Lüppken <sven@kde.org>
Copyright (C) 2003 Sven Lüppken <sven@kde.org>
Copyright (C) 2003 Tobias König <tokoe@kde.org>
Copyright (C) 2003 Daniel Molkentin <molkentin@kde.org>

@ -1,7 +1,7 @@
/*
This file is part of KDE Kontact.
Copyright (C) 2003 Sven Lüppken <sven@kde.org>
Copyright (C) 2003 Sven Lüppken <sven@kde.org>
Copyright (C) 2003 Tobias König <tokoe@kde.org>
Copyright (C) 2003 Daniel Molkentin <molkentin@kde.org>

@ -1,5 +1,5 @@
/* This file is part of the KDE project
Copyright (C) 2003 Sven L<EFBFBD>ppken <sven@kde.org>
Copyright (C) 2003 Sven Lüppken <sven@kde.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public

@ -1,7 +1,7 @@
/*
This file is part of KDE Kontact.
Copyright (C) 2003 Sven L<EFBFBD>ppken <sven@kde.org>
Copyright (C) 2003 Sven Lüppken <sven@kde.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public

@ -4,7 +4,7 @@
Requires the TQt and KDE widget libraries, available at no cost at
http://www.trolltech.com and http://www.kde.org respectively
Copyright (c) 2002-2004 Klar<EFBFBD>vdalens Datakonsult AB
Copyright (c) 2002-2004 Klarälvdalens Datakonsult AB
<info@klaralvdalens-datakonsult.se>
Copyright (c) 2004 Cornelius Schumacher <schumacher@kde.org>

@ -2,7 +2,7 @@
This file is part of the KOrganizer alarm daemon.
Copyright (c) 2000,2003 Cornelius Schumacher <schumacher@kde.org>
Copyright (c) 2009-2010 Klar<EFBFBD>lvdalens Datakonsult AB, a KDAB Group company <info@kdab.net>
Copyright (c) 2009-2010 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

@ -1,7 +1,7 @@
/*
This file is part of the kcal library.
Copyright (c) 2010 Klar<EFBFBD>lvdalens Datakonsult AB, a KDAB Group company <info@kdab.net>
Copyright (c) 2010 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.net>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public

@ -1,7 +1,7 @@
/*
This file is part of the kcal library.
Copyright (c) 2010 Klar<EFBFBD>lvdalens Datakonsult AB, a KDAB Group company <info@kdab.net>
Copyright (c) 2010 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.net>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/*
Copyright (c) 2010 Klar<EFBFBD>lvdalens Datakonsult AB, a KDAB Group company <info@kdab.net>
Copyright (c) 2010 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.net>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public

@ -1,5 +1,5 @@
/* kldapclient.h - LDAP access
* Copyright (C) 2002 Klar<EFBFBD>vdalens Datakonsult AB
* Copyright (C) 2002 Klarälvdalens Datakonsult AB
*
* Author: Steffen Hansen <hansen@kde.org>
*

@ -1,5 +1,5 @@
/* ldapsearchdialogimpl.cpp - LDAP access
* Copyright (C) 2002 Klar<EFBFBD>vdalens Datakonsult AB
* Copyright (C) 2002 Klarälvdalens Datakonsult AB
*
* Author: Steffen Hansen <hansen@kde.org>
*

@ -1,5 +1,5 @@
/* ldapsearchdialogimpl.h - LDAP access
* Copyright (C) 2002 Klar<EFBFBD>vdalens Datakonsult AB
* Copyright (C) 2002 Klarälvdalens Datakonsult AB
*
* Author: Steffen Hansen <hansen@kde.org>
*

@ -3,7 +3,7 @@
*
* Copyright (c) 2004 Till Adam <adam@kde.org>
* based on imapprogressdialog.cpp ,which is
* Copyright (c) 2002-2003 Klar<EFBFBD>vdalens Datakonsult AB
* Copyright (c) 2002-2003 Klarälvdalens Datakonsult AB
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

Loading…
Cancel
Save