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
Kalzium
Commits
78093ead
Verified
Commit
78093ead
authored
Aug 21, 2021
by
Alexander Lohnau
💬
Browse files
Manual SPDX fixes and cleanup
parent
1a2fb1e4
Changes
87
Hide whitespace changes
Inline
Side-by-side
compoundviewer/iowrapper.cpp
View file @
78093ead
...
...
@@ -2,14 +2,9 @@
SPDX-FileCopyrightText: 2006 Carsten Niehaus <cniehaus@kde.org>
SPDX-FileCopyrightText: 2007-2008 Marcus D. Hanwell <marcus@cryos.org>
SPDX-FileCopyrightText: 2016 Andreas Cord-Landwehr <cordlandwehr@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
/***************************************************************************
* *
* SPDX-License-Identifier: GPL-2.0-or-later
* *
***************************************************************************/
#include
"iowrapper.h"
#include
<iostream>
...
...
compoundviewer/iowrapper.h
View file @
78093ead
...
...
@@ -2,14 +2,9 @@
SPDX-FileCopyrightText: 2006 Carsten Niehaus <cniehaus@kde.org>
SPDX-FileCopyrightText: 2007-2008 Marcus D. Hanwell <marcus@cryos.org>
SPDX-FileCopyrightText: 2016 Andreas Cord-Landwehr <cordlandwehr@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
/***************************************************************************
* *
* SPDX-License-Identifier: GPL-2.0-or-later
* *
***************************************************************************/
#ifndef IOWRAPPER_H
#define IOWRAPPER_H
...
...
compoundviewer/kalziumglpart.cpp
View file @
78093ead
/*
SPDX-FileCopyrightText: 2006 Carsten Niehaus <cniehaus@kde.org>
SPDX-FileCopyrightText: 2007-2008 Marcus D. Hanwell <marcus@cryos.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
/***************************************************************************
* *
* SPDX-License-Identifier: GPL-2.0-or-later
* *
***************************************************************************/
#include
"kalziumglpart.h"
#include
"kalziumglwidget.h"
...
...
compoundviewer/kalziumglpart.h
View file @
78093ead
/*
SPDX-FileCopyrightText: 2006 Carsten Niehaus <cniehaus@kde.org>
SPDX-FileCopyrightText: 2007-2008 Marcus D. Hanwell <marcus@cryos.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
/***************************************************************************
* *
* SPDX-License-Identifier: GPL-2.0-or-later
* *
***************************************************************************/
#ifndef KALZIUMGLPART_H
#define KALZIUMGLPART_H
...
...
compoundviewer/kalziumglwidget.cpp
View file @
78093ead
...
...
@@ -2,14 +2,9 @@
SPDX-FileCopyrightText: 2006 Carsten Niehaus <cniehaus@kde.org>
SPDX-FileCopyrightText: 2007-2008 Marcus D. Hanwell <marcus@cryos.org>
SPDX-FileCopyrightText: 2016 Andreas Cord-Landwehr <cordlandwehr@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
/***************************************************************************
* *
* SPDX-License-Identifier: GPL-2.0-or-later
* *
***************************************************************************/
#include
"kalziumglwidget.h"
#include
"iowrapper.h"
...
...
compoundviewer/kalziumglwidget.h
View file @
78093ead
/*
SPDX-FileCopyrightText: 2006 Carsten Niehaus <cniehaus@kde.org>
SPDX-FileCopyrightText: 2007-2008 Marcus D. Hanwell <marcus@cryos.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
/***************************************************************************
* *
* SPDX-License-Identifier: GPL-2.0-or-later
* *
***************************************************************************/
#ifndef KALZIUMGLWIDGET_H
#define KALZIUMGLWIDGET_H
...
...
libscience/elementparser.cpp
View file @
78093ead
/*
SPDX-FileCopyrightText: 2005, 2006 Carsten Niehaus
email : cniehaus@kde.org
SPDX-FileCopyrightText: 2005, 2006 Carsten Niehaus
<cniehaus@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
/***************************************************************************
* *
* SPDX-License-Identifier: GPL-2.0-or-later
* *
***************************************************************************/
#include
"elementparser.h"
...
...
libscience/elementparser.h
View file @
78093ead
/*
SPDX-FileCopyrightText: 2005 Carsten Niehaus
email : cniehaus@kde.org
SPDX-FileCopyrightText: 2005 Carsten Niehaus
<cniehaus@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
/***************************************************************************
* *
* SPDX-License-Identifier: GPL-2.0-or-later
* *
***************************************************************************/
#ifndef ELEMENTPARSER_H
#define ELEMENTPARSER_H
...
...
libscience/isotopeparser.cpp
View file @
78093ead
/*
SPDX-FileCopyrightText: 2005-2008 Carsten Niehaus
email : cniehaus@kde.org
SPDX-FileCopyrightText: 2005-2008 Carsten Niehaus
<cniehaus@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
/***************************************************************************
* *
* SPDX-License-Identifier: GPL-2.0-or-later
* *
***************************************************************************/
#include
"isotopeparser.h"
...
...
libscience/isotopeparser.h
View file @
78093ead
/*
SPDX-FileCopyrightText: 2005 Carsten Niehaus
email : cniehaus@kde.org
SPDX-FileCopyrightText: 2005 Carsten Niehaus
<cniehaus@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
/***************************************************************************
* *
* SPDX-License-Identifier: GPL-2.0-or-later
* *
***************************************************************************/
#ifndef ISOTOPEPARSER_H
#define ISOTOPEPARSER_H
...
...
libscience/moleculeparser.cpp
View file @
78093ead
/*
SPDX-FileCopyrightText: 2005 Inge Wallin
email : inge@lysator.liu.se
SPDX-FileCopyrightText: 2005 Inge Wallin
<inge@lysator.liu.se>
SPDX-License-Identifier: GPL-2.0-or-later
*/
/***************************************************************************
* *
* SPDX-License-Identifier: GPL-2.0-or-later
* *
***************************************************************************/
#include
"moleculeparser.h"
...
...
libscience/moleculeparser.h
View file @
78093ead
/*
SPDX-FileCopyrightText: 2005 Inge Wallin
email : inge@lysator.liu.se
SPDX-FileCopyrightText: 2005 Inge Wallin
<inge@lysator.liu.se>
SPDX-License-Identifier: GPL-2.0-or-later
*/
/***************************************************************************
* *
* SPDX-License-Identifier: GPL-2.0-or-later
* *
***************************************************************************/
#ifndef MOLECULEPARSER_H
#define MOLECULEPARSER_H
...
...
libscience/parser.cpp
View file @
78093ead
/*
SPDX-FileCopyrightText: 2005 Inge Wallin
email : inge@lysator.liu.se
SPDX-FileCopyrightText: 2005 Inge Wallin
<inge@lysator.liu.se>
SPDX-License-Identifier: GPL-2.0-or-later
*/
/***************************************************************************
* *
* SPDX-License-Identifier: GPL-2.0-or-later
* *
***************************************************************************/
#include
"parser.h"
...
...
libscience/parser.h
View file @
78093ead
/*
SPDX-FileCopyrightText: 2005 Inge Wallin
email : inge@lysator.liu.se
SPDX-FileCopyrightText: 2005 Inge Wallin
<inge@lysator.liu.se>
SPDX-License-Identifier: GPL-2.0-or-later
*/
/***************************************************************************
* *
* SPDX-License-Identifier: GPL-2.0-or-later
* *
***************************************************************************/
#ifndef PARSER_H
#define PARSER_H
...
...
libscience/spectrum.cpp
View file @
78093ead
...
...
@@ -2,16 +2,6 @@
SPDX-FileCopyrightText: 2005 Carsten Niehaus <cniehaus@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the
Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include
"spectrum.h"
...
...
libscience/spectrum.h
View file @
78093ead
...
...
@@ -2,16 +2,6 @@
SPDX-FileCopyrightText: 2005, 2006 Carsten Niehaus <cniehaus@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the
Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#ifndef SPECTRUM_H
...
...
libscience/spectrumparser.cpp
View file @
78093ead
/*
SPDX-FileCopyrightText: 2005, 2008 Carsten Niehaus
email : cniehaus@kde.org
SPDX-FileCopyrightText: 2005, 2008 Carsten Niehaus
<@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
/***************************************************************************
* *
* SPDX-License-Identifier: GPL-2.0-or-later
* *
***************************************************************************/
#include
"spectrumparser.h"
#include
"spectrum.h"
...
...
libscience/spectrumparser.h
View file @
78093ead
/*
SPDX-FileCopyrightText: 2005 Carsten Niehaus
email : cniehaus@kde.org
SPDX-FileCopyrightText: 2005 Carsten Niehaus
<cniehaus@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
/***************************************************************************
* *
* SPDX-License-Identifier: GPL-2.0-or-later
* *
***************************************************************************/
#ifndef SPECTRUMPARSER_H
#define SPECTRUMPARSER_H
...
...
plasmoid/applet/bodr/kalzium_plasma.cpp
View file @
78093ead
/*
SPDX-FileCopyrightText: 2008 Carsten Niehaus
email : cniehaus@kde.org
SPDX-FileCopyrightText: 2008 Carsten Niehaus <cniehaus@kde.org>
SPDX-FileCopyrightText: 2008 Frederik Gladhorn <frederik.gladhorn@kdemail.net>
SPDX-License-Identifier: GPL-2.0-or-later
*/
/***************************************************************************
* *
* SPDX-License-Identifier: GPL-2.0-or-later
* *
***************************************************************************/
#include
"kalzium_plasma.h"
...
...
plasmoid/applet/bodr/kalzium_plasma.h
View file @
78093ead
/*
SPDX-FileCopyrightText: 2008 Carsten Niehaus
email : cniehaus@kde.org
SPDX-FileCopyrightText: 2008 Carsten Niehaus
<cniehaus@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
/***************************************************************************
* *
* SPDX-License-Identifier: GPL-2.0-or-later
* *
***************************************************************************/
#ifndef KALZIUM_PLASMA_H
#define KALZIUM_PLASMA_H
...
...
Prev
1
2
3
4
5
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