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
System
KDE Partition Manager
Commits
a7a6d561
Commit
a7a6d561
authored
Feb 05, 2015
by
Andrius Štikonas
Browse files
PartitionManager links to and uses GPLv3 libraries, so switch license to GPLv3+.
parent
aa8c8eeb
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
COPYING
View file @
a7a6d561
This diff is collapsed.
Click to expand it.
src/org.kde.PartitionManager.appdata.xml
View file @
a7a6d561
...
...
@@ -2,7 +2,7 @@
<component
type=
"desktop"
>
<id>
org.kde.PartitionManager.desktop
</id>
<metadata_license>
CC0-1.0
</metadata_license>
<project_license>
GPL-
2
.0+
</project_license>
<project_license>
GPL-
3
.0+
</project_license>
<name>
KDE Partition Manager
</name>
<name
xml:lang=
"ar"
>
مدير أقسام كدي
</name>
<name
xml:lang=
"ca"
>
Gestor de particions del KDE
</name>
...
...
src/util/helpers.cpp
View file @
a7a6d561
...
...
@@ -115,7 +115,7 @@ KAboutData* createPartitionManagerAboutData()
xi18nc
(
"@title"
,
"<application>KDE Partition Manager</application>"
),
QStringLiteral
(
VERSION
),
i18nc
(
"@title"
,
"Manage your disks, partitions and file systems"
),
KAboutLicense
::
GPL
,
KAboutLicense
::
GPL
_V3
,
i18nc
(
"@info:credit"
,
"© 2008-2013 Volker Lanz"
));
about
->
setOrganizationDomain
(
QByteArray
(
"kde.org"
));
about
->
setProductName
(
QByteArray
(
"partitionmanager"
));
...
...
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