Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
KGeography
Commits
9261c487
Commit
9261c487
authored
Mar 14, 2013
by
Albert Astals Cid
Browse files
terra.es is going away, use my kde.org email
parent
91c4d4c8
Changes
14
Hide whitespace changes
Inline
Side-by-side
src/answer.cpp
View file @
9261c487
/***************************************************************************
* Copyright (C) 2004 by Albert Astals Cid *
*
tsdgeos@terra.es
*
*
aacid@kde.org
*
* *
* 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 *
...
...
src/answer.h
View file @
9261c487
/***************************************************************************
* Copyright (C) 2004 by Albert Astals Cid *
*
tsdgeos@terra.es
*
*
aacid@kde.org
*
* *
* 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 *
...
...
src/answersdialog.cpp
View file @
9261c487
/***************************************************************************
* Copyright (C) 2004-2005 by Albert Astals Cid *
*
tsdgeos@terra.es
*
*
aacid@kde.org
*
* *
* 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 *
...
...
src/answersdialog.h
View file @
9261c487
/***************************************************************************
* Copyright (C) 2004-2005 by Albert Astals Cid *
*
tsdgeos@terra.es
*
*
aacid@kde.org
*
* *
* 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 *
...
...
src/capitaldivisionasker.cpp
View file @
9261c487
/***************************************************************************
* Copyright (C) 2004 by Albert Astals Cid *
*
tsdgeos@terra.es
*
*
aacid@kde.org
*
* *
* 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 *
...
...
src/divisioncapitalasker.cpp
View file @
9261c487
/***************************************************************************
* Copyright (C) 2004 by Albert Astals Cid *
*
tsdgeos@terra.es
*
*
aacid@kde.org
*
* *
* 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 *
...
...
src/divisionflagasker.cpp
View file @
9261c487
/***************************************************************************
* Copyright (C) 2004 by Albert Astals Cid *
*
tsdgeos@terra.es
*
*
aacid@kde.org
*
* *
* 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 *
...
...
src/flagdivisionasker.cpp
View file @
9261c487
/***************************************************************************
* Copyright (C) 2004-2005 by Albert Astals Cid *
*
tsdgeos@terra.es
*
*
aacid@kde.org
*
* *
* 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 *
...
...
src/main.cpp
View file @
9261c487
/***************************************************************************
* Copyright (C) 2004-2005 by Albert Astals Cid *
*
tsdgeos@terra.es
*
*
aacid@kde.org
*
* *
* 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 *
...
...
@@ -17,7 +17,7 @@
int
main
(
int
argc
,
char
*
argv
[])
{
KAboutData
about
(
"kgeography"
,
0
,
ki18n
(
"KGeography"
),
"0.8.0"
,
ki18n
(
"A geography learning program"
),
KAboutData
::
License_GPL
,
ki18n
(
"© 2004-2005 Albert Astals Cid"
),
KLocalizedString
(),
"http://userbase.kde.org/KGeography"
);
about
.
addAuthor
(
ki18n
(
"Albert Astals Cid"
),
ki18n
(
"Programmer and designer"
),
"
tsdgeos@terra.es
"
);
about
.
addAuthor
(
ki18n
(
"Albert Astals Cid"
),
ki18n
(
"Programmer and designer"
),
"
aacid@kde.org
"
);
about
.
addCredit
(
ki18n
(
"Sodipodi flags collection"
),
ki18n
(
"Got some flags from it"
),
0
,
"http://www.sodipodi.com/index.php3?section=clipart/flags"
);
KCmdLineArgs
::
init
(
argc
,
argv
,
&
about
);
KApplication
app
;
...
...
src/mapchooser.h
View file @
9261c487
/***************************************************************************
* Copyright (C) 2004 by Albert Astals Cid *
*
tsdgeos@terra.es
*
*
aacid@kde.org
*
* *
* 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 *
...
...
src/mypopup.cpp
View file @
9261c487
/***************************************************************************
* Copyright (C) 2004-2005 by Albert Astals Cid *
*
tsdgeos@terra.es
*
*
aacid@kde.org
*
* *
* 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 *
...
...
src/mypopup.h
View file @
9261c487
/***************************************************************************
* Copyright (C) 2004-2005 by Albert Astals Cid *
*
tsdgeos@terra.es
*
*
aacid@kde.org
*
* *
* 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 *
...
...
src/popupmanager.cpp
View file @
9261c487
/***************************************************************************
* Copyright (C) 2004-2005 by Albert Astals Cid *
*
tsdgeos@terra.es
*
*
aacid@kde.org
*
* *
* 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 *
...
...
src/popupmanager.h
View file @
9261c487
/***************************************************************************
* Copyright (C) 2004-2005 by Albert Astals Cid *
*
tsdgeos@terra.es
*
*
aacid@kde.org
*
* *
* 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 *
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment