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
Cantor
Commits
04dda885
Verified
Commit
04dda885
authored
May 21, 2021
by
Alexander Lohnau
💬
Browse files
Convert remaining license headers to SPDX
parent
74afcfe5
Pipeline
#62728
passed with stage
in 24 minutes and 19 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/backends/maxima/maximasession.h
View file @
04dda885
/*
Tims program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
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.
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2009-2012 Alexander Rieder <alexanderrieder@gmail.com>
*/
...
...
src/backends/sage/sagesession.h
View file @
04dda885
/*
Tims program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
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.
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2009 Alexander Rieder <alexanderrieder@gmail.com>
*/
...
...
src/main.cpp
View file @
04dda885
...
...
@@ -65,7 +65,7 @@ int main(int argc, char **argv)
QLatin1String
(
CANTOR_VERSION
),
i18n
(
description
),
KAboutLicense
::
GPL
,
i18n
(
"(C) 2016 Filipe Saraiva<br/>
SPDX-FileCopyrightText:
2009-2015 Alexander Rieder
"
),
i18n
(
"(C) 2016 Filipe Saraiva<br/>
(C)
2009-2015 Alexander Rieder"
),
QString
(),
QLatin1String
(
"https://cantor.kde.org/"
));
...
...
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