D27738: Convert license statements to SPDX expressions

Andreas Cord-Landwehr noreply at phabricator.kde.org
Sat Feb 29 12:36:50 GMT 2020


cordlandwehr created this revision.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
cordlandwehr requested review of this revision.

REVISION SUMMARY
  Convert license statements to SPDX expressions and add license files
  as required by REUSE specification.

REPOSITORY
  R244 KCoreAddons

BRANCH
  sdpx

REVISION DETAIL
  https://phabricator.kde.org/D27738

AFFECTED FILES
  LICENSES/BSD-2-Clause.txt
  LICENSES/BSD-3-Clause.txt
  LICENSES/CC0-1.0.txt
  LICENSES/GPL-2.0-only.txt
  LICENSES/GPL-2.0-or-later.txt
  LICENSES/GPL-3.0-only.txt
  LICENSES/LGPL-2.0-only.txt
  LICENSES/LGPL-2.0-or-later.txt
  LICENSES/LGPL-2.1-only.txt
  LICENSES/LGPL-2.1-or-later.txt
  LICENSES/LGPL-3.0-only.txt
  LICENSES/LicenseRef-KDE-Accepted-GPL.txt
  LICENSES/LicenseRef-KDE-Accepted-LGPL.txt
  LICENSES/LicenseRef-Qt-Commercial.txt
  LICENSES/MPL-1.1.txt
  LICENSES/Qt-LGPL-exception-1.1.txt
  autotests/alwaysunloadplugin.cpp
  autotests/alwaysunloadplugin.h
  autotests/desktoptojsontest.cpp
  autotests/jsonplugin.cpp
  autotests/jsonplugin.h
  autotests/jsonplugin2.cpp
  autotests/jsonplugin2.h
  autotests/kaboutdataapplicationdatatest.cpp
  autotests/kaboutdatatest.cpp
  autotests/kautosavefiletest.cpp
  autotests/kautosavefiletest.h
  autotests/kcompositejobtest.cpp
  autotests/kcompositejobtest.h
  autotests/kdelibs4configmigratortest.cpp
  autotests/kdelibs4migrationtest.cpp
  autotests/kdirwatch_unittest.cpp
  autotests/kfileutilstest.cpp
  autotests/kfileutilstest.h
  autotests/kformattest.cpp
  autotests/kformattest.h
  autotests/kjobtest.cpp
  autotests/kjobtest.h
  autotests/klistopenfilesjobtest_unix.cpp
  autotests/klistopenfilesjobtest_unix.h
  autotests/klistopenfilesjobtest_win.cpp
  autotests/klistopenfilesjobtest_win.h
  autotests/kmacroexpandertest.cpp
  autotests/kosreleasetest.cpp
  autotests/kpluginfactorytest.cpp
  autotests/kpluginloadertest.cpp
  autotests/kpluginmetadatatest.cpp
  autotests/kprocesslisttest.cpp
  autotests/kprocesslisttest.h
  autotests/kprocesstest.cpp
  autotests/kprocesstest_helper.cpp
  autotests/kprocesstest_helper.h
  autotests/krandomtest.cpp
  autotests/kshareddatacachetest.cpp
  autotests/kshelltest.cpp
  autotests/ktexttohtmltest.cpp
  autotests/ktexttohtmltest.h
  autotests/kurlmimedatatest.cpp
  autotests/kurlmimedatatest.h
  autotests/kusertest.cpp
  autotests/multiplugin.cpp
  autotests/multiplugin.h
  autotests/unversionedplugin.cpp
  autotests/unversionedplugin.h
  autotests/versionedplugin.cpp
  autotests/versionedplugin.h
  cmake/FindFAM.cmake
  cmake/FindProcstat.cmake
  cmake/rules_PyKF5.py
  src/desktoptojson/desktoptojson.cpp
  src/desktoptojson/desktoptojson.h
  src/desktoptojson/main.cpp
  src/lib/caching/kshareddatacache.cpp
  src/lib/caching/kshareddatacache.h
  src/lib/caching/kshareddatacache_p.h
  src/lib/caching/kshareddatacache_win.cpp
  src/lib/caching/posix_fallocate_mac.h
  src/lib/io/kautosavefile.cpp
  src/lib/io/kautosavefile.h
  src/lib/io/kbackup.cpp
  src/lib/io/kbackup.h
  src/lib/io/kdirwatch.cpp
  src/lib/io/kdirwatch.h
  src/lib/io/kdirwatch_p.h
  src/lib/io/kfilesystemtype.cpp
  src/lib/io/kfilesystemtype.h
  src/lib/io/kfileutils.cpp
  src/lib/io/kfileutils.h
  src/lib/io/kmessage.cpp
  src/lib/io/kmessage.h
  src/lib/io/kprocess.cpp
  src/lib/io/kprocess.h
  src/lib/io/kprocess_p.h
  src/lib/io/kurlmimedata.cpp
  src/lib/io/kurlmimedata.h
  src/lib/jobs/kcompositejob.cpp
  src/lib/jobs/kcompositejob.h
  src/lib/jobs/kcompositejob_p.h
  src/lib/jobs/kjob.cpp
  src/lib/jobs/kjob.h
  src/lib/jobs/kjob_p.h
  src/lib/jobs/kjobtrackerinterface.cpp
  src/lib/jobs/kjobtrackerinterface.h
  src/lib/jobs/kjobuidelegate.cpp
  src/lib/jobs/kjobuidelegate.h
  src/lib/kaboutdata.cpp
  src/lib/kaboutdata.h
  src/lib/kcoreaddons.cpp
  src/lib/kcoreaddons.h
  src/lib/plugin/desktopfileparser.cpp
  src/lib/plugin/desktopfileparser_p.h
  src/lib/plugin/kexportplugin.h
  src/lib/plugin/kpluginfactory.cpp
  src/lib/plugin/kpluginfactory.h
  src/lib/plugin/kpluginfactory_p.h
  src/lib/plugin/kpluginloader.cpp
  src/lib/plugin/kpluginloader.h
  src/lib/plugin/kpluginmetadata.cpp
  src/lib/plugin/kpluginmetadata.h
  src/lib/randomness/krandom.cpp
  src/lib/randomness/krandom.h
  src/lib/randomness/krandomsequence.cpp
  src/lib/randomness/krandomsequence.h
  src/lib/text/kmacroexpander.cpp
  src/lib/text/kmacroexpander.h
  src/lib/text/kmacroexpander_p.h
  src/lib/text/kmacroexpander_unix.cpp
  src/lib/text/kmacroexpander_win.cpp
  src/lib/text/kstringhandler.cpp
  src/lib/text/kstringhandler.h
  src/lib/text/ktexttohtml.cpp
  src/lib/text/ktexttohtml.h
  src/lib/text/ktexttohtml_p.h
  src/lib/text/ktexttohtmlemoticonsinterface.h
  src/lib/util/kdelibs4configmigrator.cpp
  src/lib/util/kdelibs4configmigrator.h
  src/lib/util/kdelibs4migration.cpp
  src/lib/util/kdelibs4migration.h
  src/lib/util/kformat.cpp
  src/lib/util/kformat.h
  src/lib/util/kformatprivate.cpp
  src/lib/util/kformatprivate_p.h
  src/lib/util/klistopenfilesjob.h
  src/lib/util/klistopenfilesjob_unix.cpp
  src/lib/util/klistopenfilesjob_win.cpp
  src/lib/util/kosrelease.cpp
  src/lib/util/kosrelease.h
  src/lib/util/kprocesslist.cpp
  src/lib/util/kprocesslist.h
  src/lib/util/kprocesslist_p.h
  src/lib/util/kprocesslist_unix.cpp
  src/lib/util/kprocesslist_unix_procstat.cpp
  src/lib/util/kprocesslist_unix_procstat_p.h
  src/lib/util/kprocesslist_win.cpp
  src/lib/util/kshell.cpp
  src/lib/util/kshell.h
  src/lib/util/kshell_p.h
  src/lib/util/kshell_unix.cpp
  src/lib/util/kshell_win.cpp
  src/lib/util/kuser.h
  src/lib/util/kuser_unix.cpp
  src/lib/util/kuser_win.cpp
  tests/faceicontest.cpp
  tests/faceicontest.h
  tests/kdirwatchtest.cpp
  tests/kdirwatchtest.h
  tests/kdirwatchtest_gui.cpp
  tests/kdirwatchtest_gui.h
  tests/krandomsequencetest.cpp

To: cordlandwehr
Cc: kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20200229/2f5cdb4f/attachment-0001.html>


More information about the Kde-frameworks-devel mailing list