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
Marble
Commits
64780444
Verified
Commit
64780444
authored
Sep 04, 2021
by
Alexander Lohnau
💬
Browse files
Convert LGPL-2.0-or-later license headers to SPDX
parent
f7544449
Changes
233
Hide whitespace changes
Inline
Side-by-side
examples/python/simple_marble.py
View file @
64780444
...
...
@@ -2,20 +2,7 @@
#
# SPDX-FileCopyrightText: 2008 Simon Edwards <simon@simonzone.com>
#
# This library is free software you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
# License as published by the Free Software Foundation either
# version 2 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Library General Public License for more details.
#
# You should have received a copy of the GNU Library General Public License
# aint with this library see the file COPYING.LIB. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
# SPDX-License-Identifier: LGPL-2.0-or-later
#
# A very simple example of how to use the marble widget.
...
...
src/lib/marble/geodata/data/GeoDataDocument.cpp
View file @
64780444
...
...
@@ -2,20 +2,7 @@
SPDX-FileCopyrightText: 2007 Murad Tagirov <tmurad@gmail.com>
SPDX-FileCopyrightText: 2007 Nikolas Zimmermann <zimmermann@kde.org>
This library is free software you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
aint with this library see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include
"GeoDataDocument.h"
...
...
src/lib/marble/geodata/data/GeoDataDocument.h
View file @
64780444
...
...
@@ -3,20 +3,7 @@
SPDX-FileCopyrightText: 2007 Murad Tagirov <tmurad@gmail.com>
SPDX-FileCopyrightText: 2009 Patrick Spendrin <ps_ml@gmx.de>
This library is free software you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
aint with this library see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef MARBLE_GEODATADOCUMENT_H
...
...
src/lib/marble/geodata/data/GeoDataFolder.cpp
View file @
64780444
...
...
@@ -2,20 +2,7 @@
SPDX-FileCopyrightText: 2007 Murad Tagirov <tmurad@gmail.com>
SPDX-FileCopyrightText: 2007 Nikolas Zimmermann <zimmermann@kde.org>
This library is free software you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
aint with this library see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include
"GeoDataFolder.h"
...
...
src/lib/marble/geodata/data/GeoDataFolder.h
View file @
64780444
...
...
@@ -3,23 +3,9 @@
SPDX-FileCopyrightText: 2007 Murad Tagirov <tmurad@gmail.com>
SPDX-FileCopyrightText: 2007 Inge Wallin <inge@lysator.liu.se>
This library is free software you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
aint with this library see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef MARBLE_GEODATAFOLDER_H
#define MARBLE_GEODATAFOLDER_H
...
...
src/lib/marble/geodata/handlers/dgml/DgmlAttributeDictionary.cpp
View file @
64780444
...
...
@@ -2,20 +2,7 @@
SPDX-FileCopyrightText: 2007 Nikolas Zimmermann <zimmermann@kde.org>
SPDX-FileCopyrightText: 2008 Torsten Rahn <tackat@kde.org>
This library is free software you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
aint with this library see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include
"DgmlAttributeDictionary.h"
...
...
src/lib/marble/geodata/handlers/dgml/DgmlAttributeDictionary.h
View file @
64780444
...
...
@@ -2,20 +2,7 @@
SPDX-FileCopyrightText: 2007 Nikolas Zimmermann <zimmermann@kde.org>
SPDX-FileCopyrightText: 2007 Torsten Rahn <rahn@kde.org>
This library is free software you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
aint with this library see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef MARBLE_DGML_ATTRIBUTEDICTIONARY_H
...
...
src/lib/marble/geodata/handlers/dgml/DgmlAuxillaryDictionary.cpp
View file @
64780444
/*
SPDX-FileCopyrightText: 2007 Nikolas Zimmermann <zimmermann@kde.org>
This library is free software you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
aint with this library see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include
"DgmlAuxillaryDictionary.h"
...
...
src/lib/marble/geodata/handlers/dgml/DgmlAuxillaryDictionary.h
View file @
64780444
...
...
@@ -2,20 +2,7 @@
SPDX-FileCopyrightText: 2007 Nikolas Zimmermann <zimmermann@kde.org>
SPDX-FileCopyrightText: 2007 Torsten Rahn <rahn@kde.org>
This library is free software you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
aint with this library see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef MARBLE_DGML_AUXILLARYDICTIONARY_H
...
...
src/lib/marble/geodata/handlers/dgml/DgmlAvailableTagHandler.cpp
View file @
64780444
/*
SPDX-FileCopyrightText: 2008 Nikolas Zimmermann <zimmermann@kde.org>
This library is free software you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
aint with this library see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include
"DgmlAvailableTagHandler.h"
...
...
src/lib/marble/geodata/handlers/dgml/DgmlAvailableTagHandler.h
View file @
64780444
/*
SPDX-FileCopyrightText: 2008 Nikolas Zimmermann <zimmermann@kde.org>
This library is free software you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
aint with this library see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef MARBLE_DGML_AVAILABLETAGHANDLER_H
...
...
src/lib/marble/geodata/handlers/dgml/DgmlBrushTagHandler.cpp
View file @
64780444
/*
SPDX-FileCopyrightText: 2008 Nikolas Zimmermann <zimmermann@kde.org>
This library is free software you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
aint with this library see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include
"DgmlBrushTagHandler.h"
...
...
src/lib/marble/geodata/handlers/dgml/DgmlBrushTagHandler.h
View file @
64780444
/*
SPDX-FileCopyrightText: 2008 Nikolas Zimmermann <zimmermann@kde.org>
This library is free software you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
aint with this library see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef MARBLE_DGML_BRUSHTAGHANDLER_H
...
...
src/lib/marble/geodata/handlers/dgml/DgmlDescriptionTagHandler.cpp
View file @
64780444
/*
SPDX-FileCopyrightText: 2008 Nikolas Zimmermann <zimmermann@kde.org>
This library is free software you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
aint with this library see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include
"DgmlDescriptionTagHandler.h"
...
...
src/lib/marble/geodata/handlers/dgml/DgmlDescriptionTagHandler.h
View file @
64780444
/*
SPDX-FileCopyrightText: 2008 Nikolas Zimmermann <zimmermann@kde.org>
This library is free software you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
aint with this library see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef MARBLE_DGML_DESCRIPTIONTAGHANDLER_H
...
...
src/lib/marble/geodata/handlers/dgml/DgmlDiscreteTagHandler.cpp
View file @
64780444
/*
SPDX-FileCopyrightText: 2008 Nikolas Zimmermann <zimmermann@kde.org>
This library is free software you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
aint with this library see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include
"DgmlDiscreteTagHandler.h"
...
...
src/lib/marble/geodata/handlers/dgml/DgmlDiscreteTagHandler.h
View file @
64780444
/*
SPDX-FileCopyrightText: 2008 Nikolas Zimmermann <zimmermann@kde.org>
This library is free software you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
aint with this library see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef MARBLE_DGML_DISCRETETAGHANDLER_H
...
...
src/lib/marble/geodata/handlers/dgml/DgmlDocumentTagHandler.cpp
View file @
64780444
/*
SPDX-FileCopyrightText: 2007 Nikolas Zimmermann <zimmermann@kde.org>
This library is free software you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
aint with this library see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include
"DgmlDocumentTagHandler.h"
...
...
src/lib/marble/geodata/handlers/dgml/DgmlDocumentTagHandler.h
View file @
64780444
/*
SPDX-FileCopyrightText: 2007 Nikolas Zimmermann <zimmermann@kde.org>
This library is free software you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
aint with this library see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef MARBLE_DGML_DOCUMENTTAGHANDLER_H
...
...
src/lib/marble/geodata/handlers/dgml/DgmlDownloadUrlTagHandler.cpp
View file @
64780444
/*
SPDX-FileCopyrightText: 2008 Jens-Michael Hoffmann <jensmh@gmx.de>
This library is free software you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
aint with this library see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
SPDX-License-Identifier: LGPL-2.0-or-later
*/
// Own
...
...
Prev
1
2
3
4
5
…
12
Next
Write
Preview
Supports
Markdown
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