From 1fb9f6f13a50af8a0d56167e32b3aebf2748a4ef Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Mon, 3 Aug 2020 01:10:35 +0300 Subject: [PATCH] Switch to SPDX license markers The main advantage of SPDX license identifiers over the traditional license headers is that it's more difficult to overlook inappropriate licenses for kwin, for example GPL 3. We also don't have to copy a lot of boilerplate text. In order to create this change, I ran licensedigger -r -c from the toplevel source directory. --- COPYING | 346 ---------- LICENSES/BSD-2-Clause.txt | 22 + LICENSES/BSD-3-Clause.txt | 26 + LICENSES/GPL-2.0-only.txt | 319 +++++++++ LICENSES/GPL-2.0-or-later.txt | 319 +++++++++ LICENSES/GPL-3.0-only.txt | 625 ++++++++++++++++++ LICENSES/GPL-3.0-or-later.txt | 625 ++++++++++++++++++ LICENSES/LGPL-2.0-only.txt | 446 +++++++++++++ LICENSES/LGPL-2.0-or-later.txt | 446 +++++++++++++ LICENSES/LGPL-2.1-only.txt | 467 +++++++++++++ LICENSES/LGPL-3.0-only.txt | 163 +++++ LICENSES/LicenseRef-KDE-Accepted-GPL.txt | 12 + LICENSES/LicenseRef-KDE-Accepted-LGPL.txt | 12 + LICENSES/MIT.txt | 19 + abstract_client.cpp | 17 +- abstract_client.h | 17 +- abstract_opengl_context_attribute_builder.cpp | 15 +- abstract_opengl_context_attribute_builder.h | 15 +- abstract_output.cpp | 15 +- abstract_output.h | 15 +- abstract_wayland_output.cpp | 17 +- abstract_wayland_output.h | 15 +- activation.cpp | 17 +- activities.cpp | 15 +- activities.h | 15 +- appmenu.cpp | 19 +- appmenu.h | 19 +- atoms.cpp | 19 +- atoms.h | 19 +- autotests/drm/mock_drm.cpp | 15 +- autotests/drm/mock_drm.h | 15 +- autotests/drm/objecttest.cpp | 15 +- autotests/fakeeffectplugin.cpp | 15 +- autotests/fakeeffectplugin_version.cpp | 15 +- autotests/integration/activation_test.cpp | 15 +- autotests/integration/activities_test.cpp | 15 +- .../integration/buffer_size_change_test.cpp | 15 +- .../colorcorrect_nightcolor_test.cpp | 15 +- .../data/anim-data-delete-effect/effect.js | 15 +- autotests/integration/dbus_interface_test.cpp | 18 +- autotests/integration/debug_console_test.cpp | 15 +- .../integration/decoration_input_test.cpp | 15 +- .../integration/desktop_window_x11_test.cpp | 15 +- .../dont_crash_aurorae_destroy_deco.cpp | 15 +- .../dont_crash_cancel_animation.cpp | 15 +- .../dont_crash_cursor_physical_size_empty.cpp | 15 +- .../integration/dont_crash_empty_deco.cpp | 15 +- autotests/integration/dont_crash_glxgears.cpp | 15 +- .../integration/dont_crash_no_border.cpp | 15 +- .../dont_crash_reinitialize_compositor.cpp | 15 +- .../dont_crash_useractions_menu.cpp | 15 +- .../desktop_switching_animation_test.cpp | 15 +- .../effects/maximize_animation_test.cpp | 15 +- .../effects/minimize_animation_test.cpp | 15 +- .../popup_open_close_animation_test.cpp | 15 +- .../effects/scripted_effects_test.cpp | 15 +- .../effects/slidingpopups_test.cpp | 15 +- .../toplevel_open_close_animation_test.cpp | 15 +- .../integration/effects/translucency_test.cpp | 15 +- .../effects/windowgeometry_test.cpp | 15 +- .../integration/effects/wobbly_shade_test.cpp | 15 +- .../fakedecoration_with_shadows.cpp | 15 +- .../integration/generic_scene_opengl_test.cpp | 15 +- .../integration/generic_scene_opengl_test.h | 15 +- .../integration/globalshortcuts_test.cpp | 15 +- autotests/integration/helper/copy.cpp | 15 +- autotests/integration/helper/kill.cpp | 17 +- autotests/integration/helper/paste.cpp | 15 +- .../integration/idle_inhibition_test.cpp | 15 +- .../integration/input_stacking_order.cpp | 15 +- autotests/integration/internal_window.cpp | 15 +- .../integration/keyboard_layout_test.cpp | 15 +- .../keymap_creation_failure_test.cpp | 15 +- autotests/integration/kwin_wayland_test.cpp | 15 +- autotests/integration/kwin_wayland_test.h | 15 +- autotests/integration/kwinbindings_test.cpp | 15 +- autotests/integration/lockscreen.cpp | 15 +- autotests/integration/maximize_test.cpp | 15 +- .../modifier_only_shortcut_test.cpp | 15 +- .../integration/move_resize_window_test.cpp | 15 +- .../integration/no_global_shortcuts_test.cpp | 15 +- .../integration/no_xdg_runtime_dir_test.cpp | 15 +- autotests/integration/placement_test.cpp | 17 +- autotests/integration/plasma_surface_test.cpp | 15 +- autotests/integration/plasmawindow_test.cpp | 15 +- autotests/integration/platformcursor.cpp | 15 +- .../integration/pointer_constraints_test.cpp | 15 +- autotests/integration/pointer_input.cpp | 15 +- autotests/integration/quick_tiling_test.cpp | 15 +- .../integration/scene_opengl_es_test.cpp | 15 +- .../integration/scene_opengl_shadow_test.cpp | 15 +- autotests/integration/scene_opengl_test.cpp | 15 +- .../scene_qpainter_shadow_test.cpp | 15 +- autotests/integration/scene_qpainter_test.cpp | 15 +- autotests/integration/screen_changes_test.cpp | 15 +- .../screenedge_client_show_test.cpp | 15 +- .../scripting/minimizeall_test.cpp | 15 +- .../integration/scripting/screenedge_test.cpp | 15 +- autotests/integration/shade_test.cpp | 15 +- .../integration/showing_desktop_test.cpp | 15 +- autotests/integration/stacking_order_test.cpp | 15 +- autotests/integration/struts_test.cpp | 15 +- autotests/integration/tabbox_test.cpp | 15 +- autotests/integration/test_helpers.cpp | 15 +- autotests/integration/touch_input_test.cpp | 15 +- autotests/integration/transient_placement.cpp | 15 +- .../integration/virtual_desktop_test.cpp | 15 +- autotests/integration/window_rules_test.cpp | 15 +- .../integration/window_selection_test.cpp | 15 +- autotests/integration/x11_client_test.cpp | 15 +- .../integration/xdgshellclient_rules_test.cpp | 17 +- autotests/integration/xdgshellclient_test.cpp | 17 +- autotests/integration/xwayland_input_test.cpp | 15 +- .../integration/xwayland_selections_test.cpp | 17 +- autotests/libinput/context_test.cpp | 15 +- autotests/libinput/device_test.cpp | 15 +- autotests/libinput/gesture_event_test.cpp | 15 +- autotests/libinput/input_event_test.cpp | 15 +- autotests/libinput/key_event_test.cpp | 15 +- autotests/libinput/mock_libinput.cpp | 15 +- autotests/libinput/mock_libinput.h | 15 +- autotests/libinput/mock_udev.cpp | 15 +- autotests/libinput/mock_udev.h | 15 +- autotests/libinput/pointer_event_test.cpp | 15 +- autotests/libinput/switch_event_test.cpp | 15 +- autotests/libinput/touch_event_test.cpp | 15 +- .../libkwineffects/kwinglplatformtest.cpp | 15 +- autotests/libkwineffects/mock_gl.cpp | 15 +- autotests/libkwineffects/mock_gl.h | 15 +- autotests/libkwineffects/timelinetest.cpp | 15 +- .../libkwineffects/windowquadlisttest.cpp | 15 +- .../libxrenderutils/blendpicture_test.cpp | 15 +- autotests/mock_abstract_client.cpp | 15 +- autotests/mock_abstract_client.h | 15 +- autotests/mock_effectshandler.cpp | 15 +- autotests/mock_effectshandler.h | 15 +- autotests/mock_screens.cpp | 15 +- autotests/mock_screens.h | 15 +- autotests/mock_workspace.cpp | 15 +- autotests/mock_workspace.h | 15 +- autotests/mock_x11client.cpp | 15 +- autotests/mock_x11client.h | 15 +- autotests/onscreennotificationtest.cpp | 18 +- autotests/onscreennotificationtest.h | 18 +- .../opengl_context_attribute_builder_test.cpp | 15 +- autotests/tabbox/mock_tabboxclient.cpp | 15 +- autotests/tabbox/mock_tabboxclient.h | 15 +- autotests/tabbox/mock_tabboxhandler.cpp | 15 +- autotests/tabbox/mock_tabboxhandler.h | 15 +- autotests/tabbox/test_desktopchain.cpp | 15 +- autotests/tabbox/test_tabbox_clientmodel.cpp | 15 +- autotests/tabbox/test_tabbox_clientmodel.h | 15 +- autotests/tabbox/test_tabbox_config.cpp | 15 +- autotests/tabbox/test_tabbox_handler.cpp | 15 +- autotests/test_builtin_effectloader.cpp | 15 +- autotests/test_client_machine.cpp | 15 +- autotests/test_gbm_surface.cpp | 15 +- autotests/test_gestures.cpp | 15 +- autotests/test_plugin_effectloader.cpp | 15 +- autotests/test_screen_edges.cpp | 15 +- autotests/test_screen_paint_data.cpp | 15 +- autotests/test_screens.cpp | 15 +- autotests/test_scripted_effectloader.cpp | 15 +- autotests/test_virtual_desktops.cpp | 15 +- autotests/test_virtualkeyboard_dbus.cpp | 15 +- autotests/test_window_paint_data.cpp | 15 +- autotests/test_x11_timestamp_update.cpp | 15 +- autotests/test_xcb_size_hints.cpp | 15 +- autotests/test_xcb_window.cpp | 15 +- autotests/test_xcb_wrapper.cpp | 15 +- autotests/test_xkb.cpp | 15 +- autotests/testutils.h | 15 +- client_machine.cpp | 15 +- client_machine.h | 15 +- cmake/modules/FindFontconfig.cmake | 27 +- cmake/modules/FindLibcap.cmake | 25 +- cmake/modules/FindLibdrm.cmake | 27 +- cmake/modules/FindLibinput.cmake | 27 +- cmake/modules/FindUDev.cmake | 26 +- cmake/modules/FindXKB.cmake | 26 +- cmake/modules/FindXwayland.cmake | 25 +- cmake/modules/Findepoll.cmake | 23 +- cmake/modules/Findepoxy.cmake | 26 +- cmake/modules/Findgbm.cmake | 27 +- cmake/modules/Findhwdata.cmake | 26 +- cmake/modules/Findlibhybris.cmake | 25 +- colorcorrection/clockskewnotifier.cpp | 16 +- colorcorrection/clockskewnotifier.h | 16 +- colorcorrection/clockskewnotifierengine.cpp | 16 +- .../clockskewnotifierengine_linux.cpp | 16 +- .../clockskewnotifierengine_linux.h | 16 +- colorcorrection/clockskewnotifierengine_p.h | 16 +- colorcorrection/colorcorrectdbusinterface.cpp | 15 +- colorcorrection/colorcorrectdbusinterface.h | 15 +- colorcorrection/constants.h | 15 +- colorcorrection/manager.cpp | 15 +- colorcorrection/manager.h | 15 +- colorcorrection/suncalc.cpp | 15 +- colorcorrection/suncalc.h | 15 +- composite.cpp | 15 +- composite.h | 17 +- cursor.cpp | 15 +- cursor.h | 15 +- data/update_default_rules.cpp | 15 +- dbusinterface.cpp | 15 +- dbusinterface.h | 15 +- debug_console.cpp | 15 +- debug_console.h | 15 +- decorations/decoratedclient.cpp | 15 +- decorations/decoratedclient.h | 15 +- decorations/decorationbridge.cpp | 15 +- decorations/decorationbridge.h | 15 +- decorations/decorationpalette.cpp | 19 +- decorations/decorationpalette.h | 19 +- decorations/decorationrenderer.cpp | 15 +- decorations/decorationrenderer.h | 15 +- decorations/decorations_logging.cpp | 15 +- decorations/decorations_logging.h | 15 +- decorations/settings.cpp | 15 +- decorations/settings.h | 15 +- deleted.cpp | 15 +- deleted.h | 15 +- dmabuftexture.cpp | 18 +- dmabuftexture.h | 18 +- effectloader.cpp | 15 +- effectloader.h | 15 +- effects.cpp | 17 +- effects.h | 17 +- effects/backgroundcontrast/contrast.cpp | 21 +- effects/backgroundcontrast/contrast.h | 19 +- effects/backgroundcontrast/contrastshader.cpp | 19 +- effects/backgroundcontrast/contrastshader.h | 19 +- effects/blur/blur.cpp | 21 +- effects/blur/blur.h | 19 +- effects/blur/blur_config.cpp | 17 +- effects/blur/blur_config.h | 17 +- effects/blur/blurshader.cpp | 19 +- effects/blur/blurshader.h | 19 +- effects/colorpicker/colorpicker.cpp | 15 +- effects/colorpicker/colorpicker.h | 15 +- effects/coverswitch/coverswitch.cpp | 15 +- effects/coverswitch/coverswitch.h | 15 +- effects/coverswitch/coverswitch_config.cpp | 15 +- effects/coverswitch/coverswitch_config.h | 15 +- effects/cube/cube.cpp | 15 +- effects/cube/cube.h | 15 +- effects/cube/cube_config.cpp | 15 +- effects/cube/cube_config.h | 15 +- effects/cube/cube_inside.h | 15 +- effects/cube/cube_proxy.cpp | 15 +- effects/cube/cube_proxy.h | 15 +- effects/cube/data/1.10/cylinder.vert | 15 +- effects/cube/data/1.10/sphere.vert | 15 +- effects/cube/data/1.40/cylinder.vert | 15 +- effects/cube/data/1.40/sphere.vert | 15 +- effects/cubeslide/cubeslide.cpp | 15 +- effects/cubeslide/cubeslide.h | 15 +- effects/cubeslide/cubeslide_config.cpp | 15 +- effects/cubeslide/cubeslide_config.h | 15 +- effects/desktopgrid/desktopgrid.cpp | 19 +- effects/desktopgrid/desktopgrid.h | 17 +- effects/desktopgrid/desktopgrid_config.cpp | 17 +- effects/desktopgrid/desktopgrid_config.h | 17 +- effects/desktopgrid/main.qml | 15 +- .../package/contents/code/main.js | 17 +- effects/diminactive/diminactive.cpp | 19 +- effects/diminactive/diminactive.h | 19 +- effects/diminactive/diminactive_config.cpp | 17 +- effects/diminactive/diminactive_config.h | 17 +- .../dimscreen/package/contents/code/main.js | 15 +- effects/effect_builtins.cpp | 15 +- effects/effect_builtins.h | 15 +- .../eyeonscreen/package/contents/code/main.js | 15 +- effects/fade/package/contents/code/main.js | 17 +- .../fadedesktop/package/contents/code/main.js | 19 +- .../package/contents/code/main.js | 15 +- effects/fallapart/fallapart.cpp | 15 +- effects/fallapart/fallapart.h | 15 +- effects/flipswitch/flipswitch.cpp | 15 +- effects/flipswitch/flipswitch.h | 15 +- effects/flipswitch/flipswitch_config.cpp | 15 +- effects/flipswitch/flipswitch_config.h | 15 +- .../frozenapp/package/contents/code/main.js | 15 +- effects/glide/glide.cpp | 21 +- effects/glide/glide.h | 21 +- effects/glide/glide_config.cpp | 19 +- effects/glide/glide_config.h | 19 +- effects/highlightwindow/highlightwindow.cpp | 15 +- effects/highlightwindow/highlightwindow.h | 15 +- effects/invert/invert.cpp | 17 +- effects/invert/invert.h | 17 +- effects/invert/invert_config.cpp | 15 +- effects/invert/invert_config.h | 15 +- effects/kscreen/kscreen.cpp | 15 +- effects/kscreen/kscreen.h | 15 +- effects/logging.cpp | 15 +- effects/login/package/contents/code/main.js | 17 +- effects/logout/package/contents/code/main.js | 19 +- effects/lookingglass/lookingglass.cpp | 17 +- effects/lookingglass/lookingglass.h | 17 +- effects/lookingglass/lookingglass_config.cpp | 15 +- effects/lookingglass/lookingglass_config.h | 15 +- effects/magiclamp/magiclamp.cpp | 15 +- effects/magiclamp/magiclamp.h | 15 +- effects/magiclamp/magiclamp_config.cpp | 15 +- effects/magiclamp/magiclamp_config.h | 15 +- effects/magnifier/magnifier.cpp | 19 +- effects/magnifier/magnifier.h | 17 +- effects/magnifier/magnifier_config.cpp | 15 +- effects/magnifier/magnifier_config.h | 15 +- .../package/contents/code/maximize.js | 15 +- .../package/contents/code/morphingpopups.js | 17 +- effects/mouseclick/mouseclick.cpp | 15 +- effects/mouseclick/mouseclick.h | 15 +- effects/mouseclick/mouseclick_config.cpp | 15 +- effects/mouseclick/mouseclick_config.h | 15 +- effects/mousemark/mousemark.cpp | 17 +- effects/mousemark/mousemark.h | 15 +- effects/mousemark/mousemark_config.cpp | 15 +- effects/mousemark/mousemark_config.h | 15 +- effects/presentwindows/main.qml | 15 +- effects/presentwindows/presentwindows.cpp | 17 +- effects/presentwindows/presentwindows.h | 17 +- .../presentwindows/presentwindows_config.cpp | 17 +- .../presentwindows/presentwindows_config.h | 17 +- .../presentwindows/presentwindows_proxy.cpp | 15 +- effects/presentwindows/presentwindows_proxy.h | 15 +- effects/resize/resize.cpp | 15 +- effects/resize/resize.h | 15 +- effects/resize/resize_config.cpp | 15 +- effects/resize/resize_config.h | 15 +- effects/scale/package/contents/code/main.js | 15 +- effects/screenedge/screenedgeeffect.cpp | 15 +- effects/screenedge/screenedgeeffect.h | 15 +- effects/screenshot/screenshot.cpp | 19 +- effects/screenshot/screenshot.h | 15 +- .../sessionquit/package/contents/code/main.js | 15 +- effects/sheet/sheet.cpp | 19 +- effects/sheet/sheet.h | 19 +- effects/showfps/showfps.cpp | 15 +- effects/showfps/showfps.h | 15 +- effects/showfps/showfps_config.cpp | 15 +- effects/showfps/showfps_config.h | 15 +- effects/showpaint/showpaint.cpp | 17 +- effects/showpaint/showpaint.h | 15 +- effects/showpaint/showpaint_config.cpp | 15 +- effects/showpaint/showpaint_config.h | 15 +- effects/slide/slide.cpp | 19 +- effects/slide/slide.h | 19 +- effects/slide/slide_config.cpp | 15 +- effects/slide/slide_config.h | 15 +- effects/slideback/slideback.cpp | 15 +- effects/slideback/slideback.h | 15 +- effects/slidingpopups/slidingpopups.cpp | 17 +- effects/slidingpopups/slidingpopups.h | 17 +- effects/snaphelper/snaphelper.cpp | 17 +- effects/snaphelper/snaphelper.h | 17 +- effects/squash/package/contents/code/main.js | 15 +- effects/startupfeedback/startupfeedback.cpp | 17 +- effects/startupfeedback/startupfeedback.h | 15 +- effects/thumbnailaside/thumbnailaside.cpp | 17 +- effects/thumbnailaside/thumbnailaside.h | 17 +- .../thumbnailaside/thumbnailaside_config.cpp | 15 +- .../thumbnailaside/thumbnailaside_config.h | 15 +- effects/touchpoints/touchpoints.cpp | 17 +- effects/touchpoints/touchpoints.h | 17 +- effects/trackmouse/trackmouse.cpp | 19 +- effects/trackmouse/trackmouse.h | 19 +- effects/trackmouse/trackmouse_config.cpp | 17 +- effects/trackmouse/trackmouse_config.h | 17 +- .../package/contents/code/main.js | 15 +- .../package/contents/code/main.js | 15 +- effects/windowgeometry/windowgeometry.cpp | 15 +- effects/windowgeometry/windowgeometry.h | 15 +- .../windowgeometry/windowgeometry_config.cpp | 15 +- .../windowgeometry/windowgeometry_config.h | 15 +- effects/wobblywindows/wobblywindows.cpp | 5 +- effects/wobblywindows/wobblywindows.h | 5 +- .../wobblywindows/wobblywindows_config.cpp | 17 +- effects/wobblywindows/wobblywindows_config.h | 17 +- effects/zoom/accessibilityintegration.cpp | 15 +- effects/zoom/accessibilityintegration.h | 15 +- effects/zoom/zoom.cpp | 17 +- effects/zoom/zoom.h | 17 +- effects/zoom/zoom_config.cpp | 17 +- effects/zoom/zoom_config.h | 17 +- egl_context_attribute_builder.cpp | 15 +- egl_context_attribute_builder.h | 15 +- events.cpp | 17 +- fixqopengl.h | 15 +- focuschain.cpp | 15 +- focuschain.h | 15 +- geometrytip.cpp | 15 +- geometrytip.h | 15 +- gestures.cpp | 15 +- gestures.h | 15 +- globalshortcuts.cpp | 15 +- globalshortcuts.h | 15 +- group.cpp | 17 +- group.h | 17 +- helpers/killer/killer.cpp | 20 +- idle_inhibition.cpp | 17 +- idle_inhibition.h | 17 +- input.cpp | 19 +- input.h | 19 +- input_event.cpp | 15 +- input_event.h | 15 +- input_event_spy.cpp | 15 +- input_event_spy.h | 15 +- internal_client.cpp | 17 +- internal_client.h | 17 +- kcmkwin/common/effectsmodel.cpp | 17 +- kcmkwin/common/effectsmodel.h | 17 +- kcmkwin/kwincompositing/main.cpp | 17 +- .../declarative-plugin/buttonsmodel.cpp | 18 +- .../declarative-plugin/buttonsmodel.h | 18 +- .../declarative-plugin/plugin.cpp | 18 +- .../declarative-plugin/plugin.h | 18 +- .../declarative-plugin/previewbridge.cpp | 18 +- .../declarative-plugin/previewbridge.h | 18 +- .../declarative-plugin/previewbutton.cpp | 18 +- .../declarative-plugin/previewbutton.h | 18 +- .../declarative-plugin/previewclient.cpp | 18 +- .../declarative-plugin/previewclient.h | 18 +- .../declarative-plugin/previewitem.cpp | 18 +- .../declarative-plugin/previewitem.h | 18 +- .../declarative-plugin/previewsettings.cpp | 18 +- .../declarative-plugin/previewsettings.h | 18 +- kcmkwin/kwindecoration/decorationmodel.cpp | 18 +- kcmkwin/kwindecoration/decorationmodel.h | 18 +- kcmkwin/kwindecoration/kcm.cpp | 18 +- kcmkwin/kwindecoration/kcm.h | 18 +- .../package/contents/ui/ButtonGroup.qml | 18 +- .../package/contents/ui/Buttons.qml | 20 +- .../package/contents/ui/Themes.qml | 20 +- .../package/contents/ui/main.qml | 16 +- kcmkwin/kwindecoration/utils.cpp | 16 +- kcmkwin/kwindecoration/utils.h | 16 +- kcmkwin/kwindesktop/animationsmodel.cpp | 15 +- kcmkwin/kwindesktop/animationsmodel.h | 15 +- kcmkwin/kwindesktop/desktopsmodel.cpp | 17 +- kcmkwin/kwindesktop/desktopsmodel.h | 17 +- .../kwindesktop/package/contents/ui/main.qml | 17 +- kcmkwin/kwindesktop/virtualdesktops.cpp | 17 +- kcmkwin/kwindesktop/virtualdesktops.h | 17 +- .../kwineffects/effectsfilterproxymodel.cpp | 15 +- kcmkwin/kwineffects/effectsfilterproxymodel.h | 15 +- kcmkwin/kwineffects/kcm.cpp | 15 +- kcmkwin/kwineffects/kcm.h | 15 +- .../package/contents/ui/Effect.qml | 17 +- .../kwineffects/package/contents/ui/Video.qml | 17 +- .../kwineffects/package/contents/ui/main.qml | 17 +- kcmkwin/kwinoptions/main.cpp | 16 +- kcmkwin/kwinoptions/main.h | 16 +- kcmkwin/kwinoptions/mouse.cpp | 16 +- kcmkwin/kwinoptions/mouse.h | 16 +- kcmkwin/kwinoptions/windows.cpp | 18 +- kcmkwin/kwinoptions/windows.h | 18 +- kcmkwin/kwinrules/kcmrules.cpp | 20 +- kcmkwin/kwinrules/kcmrules.h | 18 +- kcmkwin/kwinrules/kwinsrc.cpp | 16 +- kcmkwin/kwinrules/main.cpp | 16 +- kcmkwin/kwinrules/optionsmodel.cpp | 18 +- kcmkwin/kwinrules/optionsmodel.h | 18 +- .../package/contents/ui/FileDialogLoader.qml | 18 +- .../package/contents/ui/OptionsComboBox.qml | 18 +- .../package/contents/ui/RuleItemDelegate.qml | 18 +- .../package/contents/ui/RulesEditor.qml | 18 +- .../package/contents/ui/RulesList.qml | 18 +- .../package/contents/ui/ValueEditor.qml | 18 +- kcmkwin/kwinrules/rulebookmodel.cpp | 18 +- kcmkwin/kwinrules/rulebookmodel.h | 18 +- kcmkwin/kwinrules/ruleitem.cpp | 18 +- kcmkwin/kwinrules/ruleitem.h | 18 +- kcmkwin/kwinrules/rulesdialog.cpp | 18 +- kcmkwin/kwinrules/rulesdialog.h | 18 +- kcmkwin/kwinrules/rulesmodel.cpp | 20 +- kcmkwin/kwinrules/rulesmodel.h | 18 +- kcmkwin/kwinscreenedges/kwinscreenedge.cpp | 17 +- kcmkwin/kwinscreenedges/kwinscreenedge.h | 17 +- .../kwinscreenedgeconfigform.cpp | 17 +- .../kwinscreenedgeconfigform.h | 17 +- .../kwintouchscreenedgeconfigform.cpp | 17 +- .../kwintouchscreenedgeconfigform.h | 17 +- kcmkwin/kwinscreenedges/main.cpp | 19 +- kcmkwin/kwinscreenedges/main.h | 17 +- kcmkwin/kwinscreenedges/monitor.cpp | 17 +- kcmkwin/kwinscreenedges/monitor.h | 17 +- .../kwinscreenedges/screenpreviewwidget.cpp | 17 +- kcmkwin/kwinscreenedges/screenpreviewwidget.h | 17 +- kcmkwin/kwinscreenedges/touch.cpp | 19 +- kcmkwin/kwinscreenedges/touch.h | 17 +- kcmkwin/kwinscripts/main.cpp | 16 +- kcmkwin/kwinscripts/module.cpp | 18 +- kcmkwin/kwinscripts/module.h | 16 +- kcmkwin/kwintabbox/kwintabboxconfigform.cpp | 17 +- kcmkwin/kwintabbox/kwintabboxconfigform.h | 17 +- kcmkwin/kwintabbox/layoutpreview.cpp | 15 +- kcmkwin/kwintabbox/layoutpreview.h | 15 +- kcmkwin/kwintabbox/main.cpp | 17 +- kcmkwin/kwintabbox/main.h | 17 +- kcmkwin/kwintabbox/thumbnailitem.cpp | 15 +- kcmkwin/kwintabbox/thumbnailitem.h | 15 +- keyboard_input.cpp | 15 +- keyboard_input.h | 15 +- keyboard_layout.cpp | 15 +- keyboard_layout.h | 15 +- keyboard_layout_switching.cpp | 15 +- keyboard_layout_switching.h | 15 +- keyboard_repeat.cpp | 15 +- keyboard_repeat.h | 15 +- killwindow.cpp | 19 +- killwindow.h | 19 +- kwinbindings.cpp | 17 +- layers.cpp | 17 +- libinput/connection.cpp | 15 +- libinput/connection.h | 15 +- libinput/context.cpp | 15 +- libinput/context.h | 15 +- libinput/device.cpp | 15 +- libinput/device.h | 15 +- libinput/events.cpp | 15 +- libinput/events.h | 15 +- libinput/libinput_logging.cpp | 15 +- libinput/libinput_logging.h | 15 +- libkwineffects/anidata.cpp | 17 +- libkwineffects/anidata_p.h | 17 +- libkwineffects/kwinanimationeffect.cpp | 17 +- libkwineffects/kwinanimationeffect.h | 17 +- libkwineffects/kwineffectquickview.cpp | 15 +- libkwineffects/kwineffectquickview.h | 15 +- libkwineffects/kwineffects.cpp | 19 +- libkwineffects/kwineffects.h | 21 +- libkwineffects/kwineglimagetexture.cpp | 15 +- libkwineffects/kwineglimagetexture.h | 15 +- libkwineffects/kwinglobals.h | 15 +- libkwineffects/kwinglplatform.cpp | 15 +- libkwineffects/kwinglplatform.h | 15 +- libkwineffects/kwingltexture.cpp | 19 +- libkwineffects/kwingltexture.h | 17 +- libkwineffects/kwingltexture_p.h | 19 +- libkwineffects/kwinglutils.cpp | 17 +- libkwineffects/kwinglutils.h | 17 +- libkwineffects/kwinglutils_funcs.cpp | 15 +- libkwineffects/kwinglutils_funcs.h | 15 +- libkwineffects/kwinxrenderutils.cpp | 15 +- libkwineffects/kwinxrenderutils.h | 15 +- libkwineffects/logging.cpp | 15 +- libkwineffects/logging_p.h | 15 +- linux_dmabuf.cpp | 15 +- linux_dmabuf.h | 15 +- logind.cpp | 15 +- logind.h | 15 +- main.cpp | 17 +- main.h | 17 +- main_wayland.cpp | 15 +- main_wayland.h | 15 +- main_x11.cpp | 19 +- main_x11.h | 15 +- modifier_only_shortcuts.cpp | 15 +- modifier_only_shortcuts.h | 15 +- moving_client_x11_filter.cpp | 15 +- moving_client_x11_filter.h | 15 +- netinfo.cpp | 19 +- netinfo.h | 21 +- onscreennotification.cpp | 18 +- onscreennotification.h | 18 +- options.cpp | 19 +- options.h | 19 +- osd.cpp | 18 +- osd.h | 18 +- outline.cpp | 17 +- outline.h | 15 +- outputscreens.cpp | 15 +- outputscreens.h | 15 +- overlaywindow.cpp | 15 +- overlaywindow.h | 15 +- placement.cpp | 19 +- placement.h | 19 +- platform.cpp | 15 +- platform.h | 15 +- .../scenes/opengl/abstract_egl_backend.cpp | 15 +- .../scenes/opengl/abstract_egl_backend.h | 15 +- platformsupport/scenes/opengl/backend.cpp | 17 +- platformsupport/scenes/opengl/backend.h | 17 +- platformsupport/scenes/opengl/drm_fourcc.h | 2 +- platformsupport/scenes/opengl/egl_dmabuf.cpp | 17 +- platformsupport/scenes/opengl/egl_dmabuf.h | 17 +- platformsupport/scenes/opengl/kwineglext.h | 17 +- .../scenes/opengl/swap_profiler.cpp | 17 +- platformsupport/scenes/opengl/swap_profiler.h | 17 +- platformsupport/scenes/opengl/texture.cpp | 17 +- platformsupport/scenes/opengl/texture.h | 17 +- platformsupport/scenes/qpainter/backend.cpp | 15 +- platformsupport/scenes/qpainter/backend.h | 15 +- plugins/idletime/poller.cpp | 15 +- plugins/idletime/poller.h | 15 +- plugins/kdecorations/aurorae/src/aurorae.cpp | 15 +- plugins/kdecorations/aurorae/src/aurorae.h | 15 +- .../kdecorations/aurorae/src/colorhelper.cpp | 15 +- .../kdecorations/aurorae/src/colorhelper.h | 15 +- .../aurorae/src/decorationoptions.cpp | 15 +- .../aurorae/src/decorationoptions.h | 15 +- .../aurorae/src/decorationplugin.cpp | 15 +- .../aurorae/src/decorationplugin.h | 15 +- .../aurorae/src/lib/auroraetheme.cpp | 16 +- .../aurorae/src/lib/auroraetheme.h | 16 +- .../aurorae/src/lib/themeconfig.cpp | 15 +- .../aurorae/src/lib/themeconfig.h | 15 +- .../aurorae/src/qml/AppMenuButton.qml | 15 +- .../aurorae/src/qml/AuroraeButton.qml | 15 +- .../aurorae/src/qml/AuroraeButtonGroup.qml | 15 +- .../aurorae/src/qml/AuroraeMaximizeButton.qml | 15 +- .../aurorae/src/qml/ButtonGroup.qml | 15 +- .../aurorae/src/qml/Decoration.qml | 15 +- .../aurorae/src/qml/DecorationButton.qml | 15 +- .../aurorae/src/qml/MenuButton.qml | 15 +- .../kdecorations/aurorae/src/qml/aurorae.qml | 15 +- .../themes/plastik/code/plastikbutton.cpp | 19 +- .../themes/plastik/code/plastikbutton.h | 15 +- .../themes/plastik/code/plastikplugin.cpp | 15 +- .../themes/plastik/code/plastikplugin.h | 15 +- .../package/contents/ui/PlastikButton.qml | 15 +- .../plastik/package/contents/ui/main.qml | 15 +- plugins/kglobalaccel/kglobalaccel_plugin.cpp | 15 +- plugins/kglobalaccel/kglobalaccel_plugin.h | 15 +- plugins/kpackage/aurorae/aurorae.cpp | 17 +- plugins/kpackage/aurorae/aurorae.h | 17 +- plugins/kpackage/decoration/decoration.cpp | 17 +- plugins/kpackage/decoration/decoration.h | 17 +- plugins/kpackage/effect/effect.cpp | 17 +- plugins/kpackage/effect/effect.h | 17 +- plugins/kpackage/scripts/scripts.cpp | 17 +- plugins/kpackage/scripts/scripts.h | 17 +- .../windowswitcher/windowswitcher.cpp | 17 +- .../kpackage/windowswitcher/windowswitcher.h | 17 +- plugins/platforms/drm/drm_backend.cpp | 15 +- plugins/platforms/drm/drm_backend.h | 15 +- plugins/platforms/drm/drm_buffer.cpp | 15 +- plugins/platforms/drm/drm_buffer.h | 15 +- plugins/platforms/drm/drm_buffer_gbm.cpp | 17 +- plugins/platforms/drm/drm_buffer_gbm.h | 17 +- .../platforms/drm/drm_inputeventfilter.cpp | 15 +- plugins/platforms/drm/drm_inputeventfilter.h | 15 +- plugins/platforms/drm/drm_object.cpp | 15 +- plugins/platforms/drm/drm_object.h | 15 +- .../platforms/drm/drm_object_connector.cpp | 15 +- plugins/platforms/drm/drm_object_connector.h | 15 +- plugins/platforms/drm/drm_object_crtc.cpp | 15 +- plugins/platforms/drm/drm_object_crtc.h | 15 +- plugins/platforms/drm/drm_object_plane.cpp | 15 +- plugins/platforms/drm/drm_object_plane.h | 15 +- plugins/platforms/drm/drm_output.cpp | 15 +- plugins/platforms/drm/drm_output.h | 15 +- plugins/platforms/drm/drm_pointer.h | 17 +- plugins/platforms/drm/edid.cpp | 17 +- plugins/platforms/drm/edid.h | 15 +- plugins/platforms/drm/egl_gbm_backend.cpp | 15 +- plugins/platforms/drm/egl_gbm_backend.h | 15 +- plugins/platforms/drm/egl_stream_backend.cpp | 15 +- plugins/platforms/drm/egl_stream_backend.h | 15 +- plugins/platforms/drm/gbm_dmabuf.cpp | 18 +- plugins/platforms/drm/gbm_dmabuf.h | 18 +- plugins/platforms/drm/gbm_surface.cpp | 15 +- plugins/platforms/drm/gbm_surface.h | 15 +- plugins/platforms/drm/logging.cpp | 15 +- plugins/platforms/drm/logging.h | 15 +- .../drm/scene_qpainter_drm_backend.cpp | 15 +- .../drm/scene_qpainter_drm_backend.h | 15 +- plugins/platforms/drm/screens_drm.cpp | 15 +- plugins/platforms/drm/screens_drm.h | 15 +- plugins/platforms/fbdev/fb_backend.cpp | 15 +- plugins/platforms/fbdev/fb_backend.h | 17 +- plugins/platforms/fbdev/logging.cpp | 15 +- plugins/platforms/fbdev/logging.h | 15 +- .../fbdev/scene_qpainter_fb_backend.cpp | 15 +- .../fbdev/scene_qpainter_fb_backend.h | 15 +- .../hwcomposer/egl_hwcomposer_backend.cpp | 15 +- .../hwcomposer/egl_hwcomposer_backend.h | 15 +- .../hwcomposer/hwcomposer_backend.cpp | 15 +- .../platforms/hwcomposer/hwcomposer_backend.h | 15 +- plugins/platforms/hwcomposer/logging.cpp | 15 +- plugins/platforms/hwcomposer/logging.h | 15 +- .../hwcomposer/screens_hwcomposer.cpp | 15 +- .../platforms/hwcomposer/screens_hwcomposer.h | 15 +- plugins/platforms/virtual/egl_gbm_backend.cpp | 17 +- plugins/platforms/virtual/egl_gbm_backend.h | 15 +- .../scene_qpainter_virtual_backend.cpp | 15 +- .../virtual/scene_qpainter_virtual_backend.h | 15 +- plugins/platforms/virtual/screens_virtual.cpp | 15 +- plugins/platforms/virtual/screens_virtual.h | 15 +- plugins/platforms/virtual/virtual_backend.cpp | 15 +- plugins/platforms/virtual/virtual_backend.h | 15 +- plugins/platforms/virtual/virtual_output.cpp | 15 +- plugins/platforms/virtual/virtual_output.h | 15 +- .../platforms/wayland/egl_wayland_backend.cpp | 17 +- .../platforms/wayland/egl_wayland_backend.h | 17 +- plugins/platforms/wayland/logging.cpp | 15 +- plugins/platforms/wayland/logging.h | 15 +- .../scene_qpainter_wayland_backend.cpp | 17 +- .../wayland/scene_qpainter_wayland_backend.h | 17 +- plugins/platforms/wayland/wayland_backend.cpp | 17 +- plugins/platforms/wayland/wayland_backend.h | 17 +- plugins/platforms/wayland/wayland_output.cpp | 15 +- plugins/platforms/wayland/wayland_output.h | 15 +- .../platforms/x11/common/eglonxbackend.cpp | 15 +- plugins/platforms/x11/common/eglonxbackend.h | 15 +- .../platforms/x11/common/ge_event_mem_mover.h | 15 +- plugins/platforms/x11/standalone/edge.cpp | 23 +- plugins/platforms/x11/standalone/edge.h | 23 +- .../effects_mouse_interception_x11_filter.cpp | 15 +- .../effects_mouse_interception_x11_filter.h | 15 +- .../platforms/x11/standalone/effects_x11.cpp | 17 +- .../platforms/x11/standalone/effects_x11.h | 17 +- .../glx_context_attribute_builder.cpp | 15 +- .../glx_context_attribute_builder.h | 15 +- .../platforms/x11/standalone/glxbackend.cpp | 17 +- plugins/platforms/x11/standalone/glxbackend.h | 15 +- plugins/platforms/x11/standalone/logging.cpp | 15 +- plugins/platforms/x11/standalone/logging.h | 15 +- .../x11/standalone/non_composited_outline.cpp | 17 +- .../x11/standalone/non_composited_outline.h | 15 +- .../x11/standalone/overlaywindow_x11.cpp | 15 +- .../x11/standalone/overlaywindow_x11.h | 15 +- .../x11/standalone/screenedges_filter.cpp | 15 +- .../x11/standalone/screenedges_filter.h | 15 +- .../x11/standalone/screens_xrandr.cpp | 15 +- .../platforms/x11/standalone/screens_xrandr.h | 15 +- .../x11/standalone/windowselector.cpp | 19 +- .../platforms/x11/standalone/windowselector.h | 19 +- .../standalone/x11_decoration_renderer.cpp | 15 +- .../x11/standalone/x11_decoration_renderer.h | 15 +- .../platforms/x11/standalone/x11_output.cpp | 15 +- plugins/platforms/x11/standalone/x11_output.h | 15 +- .../platforms/x11/standalone/x11_platform.cpp | 15 +- .../platforms/x11/standalone/x11_platform.h | 15 +- .../platforms/x11/standalone/x11cursor.cpp | 15 +- plugins/platforms/x11/standalone/x11cursor.h | 15 +- .../standalone/xfixes_cursor_event_filter.cpp | 15 +- .../standalone/xfixes_cursor_event_filter.h | 15 +- .../x11/standalone/xinputintegration.cpp | 15 +- .../x11/standalone/xinputintegration.h | 15 +- .../x11/windowed/egl_x11_backend.cpp | 15 +- .../platforms/x11/windowed/egl_x11_backend.h | 15 +- plugins/platforms/x11/windowed/logging.cpp | 15 +- plugins/platforms/x11/windowed/logging.h | 15 +- .../windowed/scene_qpainter_x11_backend.cpp | 15 +- .../x11/windowed/scene_qpainter_x11_backend.h | 15 +- .../x11/windowed/x11windowed_backend.cpp | 15 +- .../x11/windowed/x11windowed_backend.h | 15 +- .../x11/windowed/x11windowed_output.cpp | 15 +- .../x11/windowed/x11windowed_output.h | 15 +- plugins/qpa/abstractplatformcontext.cpp | 15 +- plugins/qpa/abstractplatformcontext.h | 15 +- plugins/qpa/backingstore.cpp | 17 +- plugins/qpa/backingstore.h | 17 +- plugins/qpa/eglhelpers.cpp | 17 +- plugins/qpa/eglhelpers.h | 15 +- plugins/qpa/integration.cpp | 17 +- plugins/qpa/integration.h | 17 +- plugins/qpa/main.cpp | 15 +- plugins/qpa/offscreensurface.cpp | 15 +- plugins/qpa/offscreensurface.h | 15 +- plugins/qpa/platformcursor.cpp | 15 +- plugins/qpa/platformcursor.h | 15 +- plugins/qpa/screen.cpp | 15 +- plugins/qpa/screen.h | 15 +- plugins/qpa/sharingplatformcontext.cpp | 15 +- plugins/qpa/sharingplatformcontext.h | 15 +- plugins/qpa/window.cpp | 17 +- plugins/qpa/window.h | 17 +- plugins/scenes/opengl/lanczosfilter.cpp | 17 +- plugins/scenes/opengl/lanczosfilter.h | 17 +- plugins/scenes/opengl/scene_opengl.cpp | 21 +- plugins/scenes/opengl/scene_opengl.h | 17 +- plugins/scenes/qpainter/scene_qpainter.cpp | 15 +- plugins/scenes/qpainter/scene_qpainter.h | 15 +- plugins/scenes/xrender/scene_xrender.cpp | 19 +- plugins/scenes/xrender/scene_xrender.h | 15 +- plugins/windowsystem/plugin.cpp | 18 +- plugins/windowsystem/plugin.h | 18 +- plugins/windowsystem/windoweffects.cpp | 18 +- plugins/windowsystem/windoweffects.h | 18 +- plugins/windowsystem/windowshadow.cpp | 18 +- plugins/windowsystem/windowshadow.h | 18 +- plugins/windowsystem/windowsystem.cpp | 18 +- plugins/windowsystem/windowsystem.h | 18 +- pointer_input.cpp | 19 +- pointer_input.h | 19 +- popup_input_filter.cpp | 18 +- popup_input_filter.h | 18 +- qml/onscreennotification/plasma/main.qml | 18 +- qml/outline/plasma/outline.qml | 20 +- qml/virtualkeyboard/main.qml | 15 +- rootinfo_filter.cpp | 15 +- rootinfo_filter.h | 15 +- rulebooksettings.cpp | 15 +- rulebooksettings.h | 15 +- rules.cpp | 15 +- rules.h | 15 +- scene.cpp | 15 +- scene.h | 15 +- screencast/pipewirecore.cpp | 22 +- screencast/pipewirecore.h | 22 +- screencast/pipewirestream.cpp | 22 +- screencast/pipewirestream.h | 22 +- screencast/screencastmanager.cpp | 20 +- screencast/screencastmanager.h | 21 +- screenedge.cpp | 23 +- screenedge.h | 23 +- screenlockerwatcher.cpp | 15 +- screenlockerwatcher.h | 15 +- screens.cpp | 15 +- screens.h | 15 +- scripting/dbuscall.cpp | 15 +- scripting/dbuscall.h | 15 +- scripting/genericscriptedconfig.cpp | 15 +- scripting/genericscriptedconfig.h | 15 +- scripting/meta.cpp | 15 +- scripting/meta.h | 15 +- scripting/screenedgeitem.cpp | 15 +- scripting/screenedgeitem.h | 15 +- scripting/scriptedeffect.cpp | 15 +- scripting/scriptedeffect.h | 15 +- scripting/scripting.cpp | 17 +- scripting/scripting.h | 17 +- scripting/scripting_logging.cpp | 15 +- scripting/scripting_logging.h | 15 +- scripting/scripting_model.cpp | 15 +- scripting/scripting_model.h | 15 +- scripting/scriptingutils.cpp | 15 +- scripting/scriptingutils.h | 15 +- scripting/timer.cpp | 16 +- scripting/workspace_wrapper.cpp | 17 +- scripting/workspace_wrapper.h | 17 +- scripts/desktopchangeosd/contents/ui/main.qml | 15 +- scripts/desktopchangeosd/contents/ui/osd.qml | 15 +- scripts/minimizeall/contents/code/main.js | 15 +- .../contents/code/main.js | 15 +- scripts/videowall/contents/code/main.js | 15 +- service_utils.cpp | 15 +- service_utils.h | 15 +- shadow.cpp | 17 +- shadow.h | 17 +- sm.cpp | 17 +- sm.h | 17 +- subsurfacemonitor.cpp | 15 +- subsurfacemonitor.h | 15 +- syncalarmx11filter.cpp | 15 +- syncalarmx11filter.h | 15 +- tabbox/clientmodel.cpp | 15 +- tabbox/clientmodel.h | 15 +- tabbox/desktopchain.cpp | 15 +- tabbox/desktopchain.h | 15 +- tabbox/desktopmodel.cpp | 15 +- tabbox/desktopmodel.h | 15 +- tabbox/switcheritem.cpp | 15 +- tabbox/switcheritem.h | 15 +- tabbox/tabbox.cpp | 19 +- tabbox/tabbox.h | 19 +- tabbox/tabbox_logging.cpp | 15 +- tabbox/tabbox_logging.h | 15 +- tabbox/tabboxconfig.cpp | 15 +- tabbox/tabboxconfig.h | 15 +- tabbox/tabboxhandler.cpp | 15 +- tabbox/tabboxhandler.h | 15 +- tabbox/x11_filter.cpp | 15 +- tabbox/x11_filter.h | 15 +- tablet_input.cpp | 15 +- tablet_input.h | 15 +- tabletmodemanager.cpp | 18 +- tabletmodemanager.h | 18 +- tests/cursorhotspottest.cpp | 18 +- tests/inputmethodstest.qml | 15 +- tests/libinputtest.cpp | 18 +- tests/normalhintsbasesizetest.cpp | 18 +- tests/pointerconstraintstest.cpp | 18 +- tests/pointerconstraintstest.h | 18 +- tests/pointerconstraintstest.qml | 18 +- tests/pointergesturestest.cpp | 18 +- tests/pointergesturestest.qml | 18 +- tests/screenedgeshowtest.cpp | 18 +- tests/unmapdestroytest.qml | 18 +- tests/x11shadowreader.cpp | 18 +- thumbnailitem.cpp | 15 +- thumbnailitem.h | 15 +- toplevel.cpp | 15 +- toplevel.h | 15 +- touch_hide_cursor_spy.cpp | 15 +- touch_hide_cursor_spy.h | 15 +- touch_input.cpp | 17 +- touch_input.h | 17 +- udev.cpp | 15 +- udev.h | 15 +- unmanaged.cpp | 15 +- unmanaged.h | 15 +- useractions.cpp | 17 +- useractions.h | 15 +- utils.cpp | 17 +- utils.h | 17 +- virtual_terminal.cpp | 15 +- virtual_terminal.h | 15 +- virtualdesktops.cpp | 17 +- virtualdesktops.h | 15 +- virtualdesktopsdbustypes.cpp | 15 +- virtualdesktopsdbustypes.h | 15 +- virtualkeyboard.cpp | 15 +- virtualkeyboard.h | 15 +- virtualkeyboard_dbus.cpp | 15 +- virtualkeyboard_dbus.h | 15 +- was_user_interaction_x11_filter.cpp | 15 +- was_user_interaction_x11_filter.h | 15 +- wayland_server.cpp | 15 +- wayland_server.h | 15 +- waylandclient.cpp | 19 +- waylandclient.h | 15 +- waylandshellintegration.cpp | 15 +- waylandshellintegration.h | 15 +- waylandxdgshellintegration.cpp | 15 +- waylandxdgshellintegration.h | 15 +- window_property_notify_x11_filter.cpp | 15 +- window_property_notify_x11_filter.h | 15 +- workspace.cpp | 19 +- workspace.h | 21 +- x11client.cpp | 17 +- x11client.h | 17 +- x11eventfilter.cpp | 15 +- x11eventfilter.h | 15 +- xcbutils.cpp | 17 +- xcbutils.h | 15 +- xcursortheme.cpp | 15 +- xcursortheme.h | 15 +- xdgshellclient.cpp | 19 +- xdgshellclient.h | 19 +- xkb.cpp | 15 +- xkb.h | 15 +- xkb_qt_mapping.h | 15 +- xwaylandclient.cpp | 15 +- xwaylandclient.h | 15 +- xwl/clipboard.cpp | 15 +- xwl/clipboard.h | 15 +- xwl/databridge.cpp | 15 +- xwl/databridge.h | 15 +- xwl/dnd.cpp | 15 +- xwl/dnd.h | 15 +- xwl/drag.cpp | 15 +- xwl/drag.h | 15 +- xwl/drag_wl.cpp | 15 +- xwl/drag_wl.h | 15 +- xwl/drag_x.cpp | 15 +- xwl/drag_x.h | 15 +- xwl/selection.cpp | 15 +- xwl/selection.h | 15 +- xwl/selection_source.cpp | 15 +- xwl/selection_source.h | 15 +- xwl/transfer.cpp | 15 +- xwl/transfer.h | 15 +- xwl/xwayland.cpp | 19 +- xwl/xwayland.h | 17 +- xwl/xwayland_interface.cpp | 15 +- xwl/xwayland_interface.h | 15 +- 961 files changed, 5707 insertions(+), 13370 deletions(-) delete mode 100644 COPYING create mode 100644 LICENSES/BSD-2-Clause.txt create mode 100644 LICENSES/BSD-3-Clause.txt create mode 100644 LICENSES/GPL-2.0-only.txt create mode 100644 LICENSES/GPL-2.0-or-later.txt create mode 100644 LICENSES/GPL-3.0-only.txt create mode 100644 LICENSES/GPL-3.0-or-later.txt create mode 100644 LICENSES/LGPL-2.0-only.txt create mode 100644 LICENSES/LGPL-2.0-or-later.txt create mode 100644 LICENSES/LGPL-2.1-only.txt create mode 100644 LICENSES/LGPL-3.0-only.txt create mode 100644 LICENSES/LicenseRef-KDE-Accepted-GPL.txt create mode 100644 LICENSES/LicenseRef-KDE-Accepted-LGPL.txt create mode 100644 LICENSES/MIT.txt diff --git a/COPYING b/COPYING deleted file mode 100644 index 5185fd3f3..000000000 --- a/COPYING +++ /dev/null @@ -1,346 +0,0 @@ -NOTE! The GPL below is copyrighted by the Free Software Foundation, but -the instance of code that it refers to (the kde programs) are copyrighted -by the authors who actually wrote it. - ---------------------------------------------------------------------------- - - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) 19yy - - This 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 - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) 19yy name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. diff --git a/LICENSES/BSD-2-Clause.txt b/LICENSES/BSD-2-Clause.txt new file mode 100644 index 000000000..2d2bab112 --- /dev/null +++ b/LICENSES/BSD-2-Clause.txt @@ -0,0 +1,22 @@ +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE +USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/LICENSES/BSD-3-Clause.txt b/LICENSES/BSD-3-Clause.txt new file mode 100644 index 000000000..0741db789 --- /dev/null +++ b/LICENSES/BSD-3-Clause.txt @@ -0,0 +1,26 @@ +Copyright (c) . All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors +may be used to endorse or promote products derived from this software without +specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE +USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/LICENSES/GPL-2.0-only.txt b/LICENSES/GPL-2.0-only.txt new file mode 100644 index 000000000..0f3d6411d --- /dev/null +++ b/LICENSES/GPL-2.0-only.txt @@ -0,0 +1,319 @@ +GNU GENERAL PUBLIC LICENSE + +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. + +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public License is intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. This General Public License applies to +most of the Free Software Foundation's software and to any other program whose +authors commit to using it. (Some other Free Software Foundation software +is covered by the GNU Lesser General Public License instead.) You can apply +it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom +to distribute copies of free software (and charge for this service if you +wish), that you receive source code or can get it if you want it, that you +can change the software or use pieces of it in new free programs; and that +you know you can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to +deny you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of +the software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or +for a fee, you must give the recipients all the rights that you have. You +must make sure that they, too, receive or can get the source code. And you +must show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) +offer you this license which gives you legal permission to copy, distribute +and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that +everyone understands that there is no warranty for this free software. If +the software is modified by someone else and passed on, we want its recipients +to know that what they have is not the original, so that any problems introduced +by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We +wish to avoid the danger that redistributors of a free program will individually +obtain patent licenses, in effect making the program proprietary. To prevent +this, we have made it clear that any patent must be licensed for everyone's +free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice +placed by the copyright holder saying it may be distributed under the terms +of this General Public License. The "Program", below, refers to any such program +or work, and a "work based on the Program" means either the Program or any +derivative work under copyright law: that is to say, a work containing the +Program or a portion of it, either verbatim or with modifications and/or translated +into another language. (Hereinafter, translation is included without limitation +in the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not covered +by this License; they are outside its scope. The act of running the Program +is not restricted, and the output from the Program is covered only if its +contents constitute a work based on the Program (independent of having been +made by running the Program). Whether that is true depends on what the Program +does. + +1. You may copy and distribute verbatim copies of the Program's source code +as you receive it, in any medium, provided that you conspicuously and appropriately +publish on each copy an appropriate copyright notice and disclaimer of warranty; +keep intact all the notices that refer to this License and to the absence +of any warranty; and give any other recipients of the Program a copy of this +License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you +may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, +thus forming a work based on the Program, and copy and distribute such modifications +or work under the terms of Section 1 above, provided that you also meet all +of these conditions: + +a) You must cause the modified files to carry prominent notices stating that +you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in whole or +in part contains or is derived from the Program or any part thereof, to be +licensed as a whole at no charge to all third parties under the terms of this +License. + +c) If the modified program normally reads commands interactively when run, +you must cause it, when started running for such interactive use in the most +ordinary way, to print or display an announcement including an appropriate +copyright notice and a notice that there is no warranty (or else, saying that +you provide a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this License. +(Exception: if the Program itself is interactive but does not normally print +such an announcement, your work based on the Program is not required to print +an announcement.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Program, and can be reasonably +considered independent and separate works in themselves, then this License, +and its terms, do not apply to those sections when you distribute them as +separate works. But when you distribute the same sections as part of a whole +which is a work based on the Program, the distribution of the whole must be +on the terms of this License, whose permissions for other licensees extend +to the entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise +the right to control the distribution of derivative or collective works based +on the Program. + +In addition, mere aggregation of another work not based on the Program with +the Program (or with a work based on the Program) on a volume of a storage +or distribution medium does not bring the other work under the scope of this +License. + +3. You may copy and distribute the Program (or a work based on it, under Section +2) in object code or executable form under the terms of Sections 1 and 2 above +provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable source code, +which must be distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three years, to give +any third party, for a charge no more than your cost of physically performing +source distribution, a complete machine-readable copy of the corresponding +source code, to be distributed under the terms of Sections 1 and 2 above on +a medium customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer to distribute +corresponding source code. (This alternative is allowed only for noncommercial +distribution and only if you received the program in object code or executable +form with such an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for making +modifications to it. For an executable work, complete source code means all +the source code for all modules it contains, plus any associated interface +definition files, plus the scripts used to control compilation and installation +of the executable. However, as a special exception, the source code distributed +need not include anything that is normally distributed (in either source or +binary form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component itself +accompanies the executable. + +If distribution of executable or object code is made by offering access to +copy from a designated place, then offering equivalent access to copy the +source code from the same place counts as distribution of the source code, +even though third parties are not compelled to copy the source along with +the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except +as expressly provided under this License. Any attempt otherwise to copy, modify, +sublicense or distribute the Program is void, and will automatically terminate +your rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses terminated +so long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed +it. However, nothing else grants you permission to modify or distribute the +Program or its derivative works. These actions are prohibited by law if you +do not accept this License. Therefore, by modifying or distributing the Program +(or any work based on the Program), you indicate your acceptance of this License +to do so, and all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), +the recipient automatically receives a license from the original licensor +to copy, distribute or modify the Program subject to these terms and conditions. +You may not impose any further restrictions on the recipients' exercise of +the rights granted herein. You are not responsible for enforcing compliance +by third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent infringement +or for any other reason (not limited to patent issues), conditions are imposed +on you (whether by court order, agreement or otherwise) that contradict the +conditions of this License, they do not excuse you from the conditions of +this License. If you cannot distribute so as to satisfy simultaneously your +obligations under this License and any other pertinent obligations, then as +a consequence you may not distribute the Program at all. For example, if a +patent license would not permit royalty-free redistribution of the Program +by all those who receive copies directly or indirectly through you, then the +only way you could satisfy both it and this License would be to refrain entirely +from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply and +the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents +or other property right claims or to contest validity of any such claims; +this section has the sole purpose of protecting the integrity of the free +software distribution system, which is implemented by public license practices. +Many people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose +that choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain +countries either by patents or by copyrighted interfaces, the original copyright +holder who places the Program under this License may add an explicit geographical +distribution limitation excluding those countries, so that distribution is +permitted only in or among countries not thus excluded. In such case, this +License incorporates the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions of +the General Public License from time to time. Such new versions will be similar +in spirit to the present version, but may differ in detail to address new +problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies +a version number of this License which applies to it and "any later version", +you have the option of following the terms and conditions either of that version +or of any later version published by the Free Software Foundation. If the +Program does not specify a version number of this License, you may choose +any version ever published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free programs +whose distribution conditions are different, write to the author to ask for +permission. For software which is copyrighted by the Free Software Foundation, +write to the Free Software Foundation; we sometimes make exceptions for this. +Our decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing and reuse +of software generally. + + NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM +"AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE +OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE +OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA +OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES +OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH +HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively convey the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + + + +Copyright (C)< yyyy> + +This 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. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this when +it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author Gnomovision comes +with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, +and you are welcome to redistribute it under certain conditions; type `show +c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may be +called something other than `show w' and `show c'; they could even be mouse-clicks +or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the program, if necessary. Here +is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' +(which makes passes at compilers) written by James Hacker. + +, 1 April 1989 Ty Coon, President of Vice This General +Public License does not permit incorporating your program into proprietary +programs. If your program is a subroutine library, you may consider it more +useful to permit linking proprietary applications with the library. If this +is what you want to do, use the GNU Lesser General Public License instead +of this License. diff --git a/LICENSES/GPL-2.0-or-later.txt b/LICENSES/GPL-2.0-or-later.txt new file mode 100644 index 000000000..1d80ac365 --- /dev/null +++ b/LICENSES/GPL-2.0-or-later.txt @@ -0,0 +1,319 @@ +GNU GENERAL PUBLIC LICENSE + +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. + +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public License is intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. This General Public License applies to +most of the Free Software Foundation's software and to any other program whose +authors commit to using it. (Some other Free Software Foundation software +is covered by the GNU Lesser General Public License instead.) You can apply +it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom +to distribute copies of free software (and charge for this service if you +wish), that you receive source code or can get it if you want it, that you +can change the software or use pieces of it in new free programs; and that +you know you can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to +deny you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of +the software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or +for a fee, you must give the recipients all the rights that you have. You +must make sure that they, too, receive or can get the source code. And you +must show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) +offer you this license which gives you legal permission to copy, distribute +and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that +everyone understands that there is no warranty for this free software. If +the software is modified by someone else and passed on, we want its recipients +to know that what they have is not the original, so that any problems introduced +by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We +wish to avoid the danger that redistributors of a free program will individually +obtain patent licenses, in effect making the program proprietary. To prevent +this, we have made it clear that any patent must be licensed for everyone's +free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice +placed by the copyright holder saying it may be distributed under the terms +of this General Public License. The "Program", below, refers to any such program +or work, and a "work based on the Program" means either the Program or any +derivative work under copyright law: that is to say, a work containing the +Program or a portion of it, either verbatim or with modifications and/or translated +into another language. (Hereinafter, translation is included without limitation +in the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not covered +by this License; they are outside its scope. The act of running the Program +is not restricted, and the output from the Program is covered only if its +contents constitute a work based on the Program (independent of having been +made by running the Program). Whether that is true depends on what the Program +does. + +1. You may copy and distribute verbatim copies of the Program's source code +as you receive it, in any medium, provided that you conspicuously and appropriately +publish on each copy an appropriate copyright notice and disclaimer of warranty; +keep intact all the notices that refer to this License and to the absence +of any warranty; and give any other recipients of the Program a copy of this +License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you +may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, +thus forming a work based on the Program, and copy and distribute such modifications +or work under the terms of Section 1 above, provided that you also meet all +of these conditions: + +a) You must cause the modified files to carry prominent notices stating that +you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in whole or +in part contains or is derived from the Program or any part thereof, to be +licensed as a whole at no charge to all third parties under the terms of this +License. + +c) If the modified program normally reads commands interactively when run, +you must cause it, when started running for such interactive use in the most +ordinary way, to print or display an announcement including an appropriate +copyright notice and a notice that there is no warranty (or else, saying that +you provide a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this License. +(Exception: if the Program itself is interactive but does not normally print +such an announcement, your work based on the Program is not required to print +an announcement.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Program, and can be reasonably +considered independent and separate works in themselves, then this License, +and its terms, do not apply to those sections when you distribute them as +separate works. But when you distribute the same sections as part of a whole +which is a work based on the Program, the distribution of the whole must be +on the terms of this License, whose permissions for other licensees extend +to the entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise +the right to control the distribution of derivative or collective works based +on the Program. + +In addition, mere aggregation of another work not based on the Program with +the Program (or with a work based on the Program) on a volume of a storage +or distribution medium does not bring the other work under the scope of this +License. + +3. You may copy and distribute the Program (or a work based on it, under Section +2) in object code or executable form under the terms of Sections 1 and 2 above +provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable source code, +which must be distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three years, to give +any third party, for a charge no more than your cost of physically performing +source distribution, a complete machine-readable copy of the corresponding +source code, to be distributed under the terms of Sections 1 and 2 above on +a medium customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer to distribute +corresponding source code. (This alternative is allowed only for noncommercial +distribution and only if you received the program in object code or executable +form with such an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for making +modifications to it. For an executable work, complete source code means all +the source code for all modules it contains, plus any associated interface +definition files, plus the scripts used to control compilation and installation +of the executable. However, as a special exception, the source code distributed +need not include anything that is normally distributed (in either source or +binary form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component itself +accompanies the executable. + +If distribution of executable or object code is made by offering access to +copy from a designated place, then offering equivalent access to copy the +source code from the same place counts as distribution of the source code, +even though third parties are not compelled to copy the source along with +the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except +as expressly provided under this License. Any attempt otherwise to copy, modify, +sublicense or distribute the Program is void, and will automatically terminate +your rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses terminated +so long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed +it. However, nothing else grants you permission to modify or distribute the +Program or its derivative works. These actions are prohibited by law if you +do not accept this License. Therefore, by modifying or distributing the Program +(or any work based on the Program), you indicate your acceptance of this License +to do so, and all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), +the recipient automatically receives a license from the original licensor +to copy, distribute or modify the Program subject to these terms and conditions. +You may not impose any further restrictions on the recipients' exercise of +the rights granted herein. You are not responsible for enforcing compliance +by third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent infringement +or for any other reason (not limited to patent issues), conditions are imposed +on you (whether by court order, agreement or otherwise) that contradict the +conditions of this License, they do not excuse you from the conditions of +this License. If you cannot distribute so as to satisfy simultaneously your +obligations under this License and any other pertinent obligations, then as +a consequence you may not distribute the Program at all. For example, if a +patent license would not permit royalty-free redistribution of the Program +by all those who receive copies directly or indirectly through you, then the +only way you could satisfy both it and this License would be to refrain entirely +from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply and +the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents +or other property right claims or to contest validity of any such claims; +this section has the sole purpose of protecting the integrity of the free +software distribution system, which is implemented by public license practices. +Many people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose +that choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain +countries either by patents or by copyrighted interfaces, the original copyright +holder who places the Program under this License may add an explicit geographical +distribution limitation excluding those countries, so that distribution is +permitted only in or among countries not thus excluded. In such case, this +License incorporates the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions of +the General Public License from time to time. Such new versions will be similar +in spirit to the present version, but may differ in detail to address new +problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies +a version number of this License which applies to it and "any later version", +you have the option of following the terms and conditions either of that version +or of any later version published by the Free Software Foundation. If the +Program does not specify a version number of this License, you may choose +any version ever published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free programs +whose distribution conditions are different, write to the author to ask for +permission. For software which is copyrighted by the Free Software Foundation, +write to the Free Software Foundation; we sometimes make exceptions for this. +Our decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing and reuse +of software generally. + + NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM +"AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE +OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE +OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA +OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES +OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH +HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively convey the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + + + +Copyright (C) + +This 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. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this when +it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author Gnomovision comes +with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, +and you are welcome to redistribute it under certain conditions; type `show +c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may be +called something other than `show w' and `show c'; they could even be mouse-clicks +or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the program, if necessary. Here +is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' +(which makes passes at compilers) written by James Hacker. + +, 1 April 1989 Ty Coon, President of Vice This General +Public License does not permit incorporating your program into proprietary +programs. If your program is a subroutine library, you may consider it more +useful to permit linking proprietary applications with the library. If this +is what you want to do, use the GNU Lesser General Public License instead +of this License. diff --git a/LICENSES/GPL-3.0-only.txt b/LICENSES/GPL-3.0-only.txt new file mode 100644 index 000000000..e142a525b --- /dev/null +++ b/LICENSES/GPL-3.0-only.txt @@ -0,0 +1,625 @@ +GNU GENERAL PUBLIC LICENSE + +Version 3, 29 June 2007 + +Copyright © 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The GNU General Public License is a free, copyleft license for software and +other kinds of works. + +The licenses for most software and other practical works are designed to take +away your freedom to share and change the works. By contrast, the GNU General +Public License is intended to guarantee your freedom to share and change all +versions of a program--to make sure it remains free software for all its users. +We, the Free Software Foundation, use the GNU General Public License for most +of our software; it applies also to any other work released this way by its +authors. You can apply it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom +to distribute copies of free software (and charge for them if you wish), that +you receive source code or can get it if you want it, that you can change +the software or use pieces of it in new free programs, and that you know you +can do these things. + +To protect your rights, we need to prevent others from denying you these rights +or asking you to surrender the rights. Therefore, you have certain responsibilities +if you distribute copies of the software, or if you modify it: responsibilities +to respect the freedom of others. + +For example, if you distribute copies of such a program, whether gratis or +for a fee, you must pass on to the recipients the same freedoms that you received. +You must make sure that they, too, receive or can get the source code. And +you must show them these terms so they know their rights. + +Developers that use the GNU GPL protect your rights with two steps: (1) assert +copyright on the software, and (2) offer you this License giving you legal +permission to copy, distribute and/or modify it. + +For the developers' and authors' protection, the GPL clearly explains that +there is no warranty for this free software. For both users' and authors' +sake, the GPL requires that modified versions be marked as changed, so that +their problems will not be attributed erroneously to authors of previous versions. + +Some devices are designed to deny users access to install or run modified +versions of the software inside them, although the manufacturer can do so. +This is fundamentally incompatible with the aim of protecting users' freedom +to change the software. The systematic pattern of such abuse occurs in the +area of products for individuals to use, which is precisely where it is most +unacceptable. Therefore, we have designed this version of the GPL to prohibit +the practice for those products. If such problems arise substantially in other +domains, we stand ready to extend this provision to those domains in future +versions of the GPL, as needed to protect the freedom of users. + +Finally, every program is threatened constantly by software patents. States +should not allow patents to restrict development and use of software on general-purpose +computers, but in those that do, we wish to avoid the special danger that +patents applied to a free program could make it effectively proprietary. To +prevent this, the GPL assures that patents cannot be used to render the program +non-free. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + +"Copyright" also means copyright-like laws that apply to other kinds of works, +such as semiconductor masks. + +"The Program" refers to any copyrightable work licensed under this License. +Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals +or organizations. + +To "modify" a work means to copy from or adapt all or part of the work in +a fashion requiring copyright permission, other than the making of an exact +copy. The resulting work is called a "modified version" of the earlier work +or a work "based on" the earlier work. + +A "covered work" means either the unmodified Program or a work based on the +Program. + +To "propagate" a work means to do anything with it that, without permission, +would make you directly or secondarily liable for infringement under applicable +copyright law, except executing it on a computer or modifying a private copy. +Propagation includes copying, distribution (with or without modification), +making available to the public, and in some countries other activities as +well. + +To "convey" a work means any kind of propagation that enables other parties +to make or receive copies. Mere interaction with a user through a computer +network, with no transfer of a copy, is not conveying. + +An interactive user interface displays "Appropriate Legal Notices" to the +extent that it includes a convenient and prominently visible feature that +(1) displays an appropriate copyright notice, and (2) tells the user that +there is no warranty for the work (except to the extent that warranties are +provided), that licensees may convey the work under this License, and how +to view a copy of this License. If the interface presents a list of user commands +or options, such as a menu, a prominent item in the list meets this criterion. + + 1. Source Code. + +The "source code" for a work means the preferred form of the work for making +modifications to it. "Object code" means any non-source form of a work. + +A "Standard Interface" means an interface that either is an official standard +defined by a recognized standards body, or, in the case of interfaces specified +for a particular programming language, one that is widely used among developers +working in that language. + +The "System Libraries" of an executable work include anything, other than +the work as a whole, that (a) is included in the normal form of packaging +a Major Component, but which is not part of that Major Component, and (b) +serves only to enable use of the work with that Major Component, or to implement +a Standard Interface for which an implementation is available to the public +in source code form. A "Major Component", in this context, means a major essential +component (kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to produce +the work, or an object code interpreter used to run it. + +The "Corresponding Source" for a work in object code form means all the source +code needed to generate, install, and (for an executable work) run the object +code and to modify the work, including scripts to control those activities. +However, it does not include the work's System Libraries, or general-purpose +tools or generally available free programs which are used unmodified in performing +those activities but which are not part of the work. For example, Corresponding +Source includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically linked +subprograms that the work is specifically designed to require, such as by +intimate data communication or control flow between those subprograms and +other parts of the work. + +The Corresponding Source need not include anything that users can regenerate +automatically from other parts of the Corresponding Source. + + The Corresponding Source for a work in source code form is that same work. + + 2. Basic Permissions. + +All rights granted under this License are granted for the term of copyright +on the Program, and are irrevocable provided the stated conditions are met. +This License explicitly affirms your unlimited permission to run the unmodified +Program. The output from running a covered work is covered by this License +only if the output, given its content, constitutes a covered work. This License +acknowledges your rights of fair use or other equivalent, as provided by copyright +law. + +You may make, run and propagate covered works that you do not convey, without +conditions so long as your license otherwise remains in force. You may convey +covered works to others for the sole purpose of having them make modifications +exclusively for you, or provide you with facilities for running those works, +provided that you comply with the terms of this License in conveying all material +for which you do not control copyright. Those thus making or running the covered +works for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of your copyrighted +material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the conditions +stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + +No covered work shall be deemed part of an effective technological measure +under any applicable law fulfilling obligations under article 11 of the WIPO +copyright treaty adopted on 20 December 1996, or similar laws prohibiting +or restricting circumvention of such measures. + +When you convey a covered work, you waive any legal power to forbid circumvention +of technological measures to the extent such circumvention is effected by +exercising rights under this License with respect to the covered work, and +you disclaim any intention to limit operation or modification of the work +as a means of enforcing, against the work's users, your or third parties' +legal rights to forbid circumvention of technological measures. + + 4. Conveying Verbatim Copies. + +You may convey verbatim copies of the Program's source code as you receive +it, in any medium, provided that you conspicuously and appropriately publish +on each copy an appropriate copyright notice; keep intact all notices stating +that this License and any non-permissive terms added in accord with section +7 apply to the code; keep intact all notices of the absence of any warranty; +and give all recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, and you +may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + +You may convey a work based on the Program, or the modifications to produce +it from the Program, in the form of source code under the terms of section +4, provided that you also meet all of these conditions: + +a) The work must carry prominent notices stating that you modified it, and +giving a relevant date. + +b) The work must carry prominent notices stating that it is released under +this License and any conditions added under section 7. This requirement modifies +the requirement in section 4 to "keep intact all notices". + +c) You must license the entire work, as a whole, under this License to anyone +who comes into possession of a copy. This License will therefore apply, along +with any applicable section 7 additional terms, to the whole of the work, +and all its parts, regardless of how they are packaged. This License gives +no permission to license the work in any other way, but it does not invalidate +such permission if you have separately received it. + +d) If the work has interactive user interfaces, each must display Appropriate +Legal Notices; however, if the Program has interactive interfaces that do +not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, +which are not by their nature extensions of the covered work, and which are +not combined with it such as to form a larger program, in or on a volume of +a storage or distribution medium, is called an "aggregate" if the compilation +and its resulting copyright are not used to limit the access or legal rights +of the compilation's users beyond what the individual works permit. Inclusion +of a covered work in an aggregate does not cause this License to apply to +the other parts of the aggregate. + + 6. Conveying Non-Source Forms. + +You may convey a covered work in object code form under the terms of sections +4 and 5, provided that you also convey the machine-readable Corresponding +Source under the terms of this License, in one of these ways: + +a) Convey the object code in, or embodied in, a physical product (including +a physical distribution medium), accompanied by the Corresponding Source fixed +on a durable physical medium customarily used for software interchange. + +b) Convey the object code in, or embodied in, a physical product (including +a physical distribution medium), accompanied by a written offer, valid for +at least three years and valid for as long as you offer spare parts or customer +support for that product model, to give anyone who possesses the object code +either (1) a copy of the Corresponding Source for all the software in the +product that is covered by this License, on a durable physical medium customarily +used for software interchange, for a price no more than your reasonable cost +of physically performing this conveying of source, or (2) access to copy the +Corresponding Source from a network server at no charge. + +c) Convey individual copies of the object code with a copy of the written +offer to provide the Corresponding Source. This alternative is allowed only +occasionally and noncommercially, and only if you received the object code +with such an offer, in accord with subsection 6b. + +d) Convey the object code by offering access from a designated place (gratis +or for a charge), and offer equivalent access to the Corresponding Source +in the same way through the same place at no further charge. You need not +require recipients to copy the Corresponding Source along with the object +code. If the place to copy the object code is a network server, the Corresponding +Source may be on a different server (operated by you or a third party) that +supports equivalent copying facilities, provided you maintain clear directions +next to the object code saying where to find the Corresponding Source. Regardless +of what server hosts the Corresponding Source, you remain obligated to ensure +that it is available for as long as needed to satisfy these requirements. + +e) Convey the object code using peer-to-peer transmission, provided you inform +other peers where the object code and Corresponding Source of the work are +being offered to the general public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded from +the Corresponding Source as a System Library, need not be included in conveying +the object code work. + +A "User Product" is either (1) a "consumer product", which means any tangible +personal property which is normally used for personal, family, or household +purposes, or (2) anything designed or sold for incorporation into a dwelling. +In determining whether a product is a consumer product, doubtful cases shall +be resolved in favor of coverage. For a particular product received by a particular +user, "normally used" refers to a typical or common use of that class of product, +regardless of the status of the particular user or of the way in which the +particular user actually uses, or expects or is expected to use, the product. +A product is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent the +only significant mode of use of the product. + +"Installation Information" for a User Product means any methods, procedures, +authorization keys, or other information required to install and execute modified +versions of a covered work in that User Product from a modified version of +its Corresponding Source. The information must suffice to ensure that the +continued functioning of the modified object code is in no case prevented +or interfered with solely because modification has been made. + +If you convey an object code work under this section in, or with, or specifically +for use in, a User Product, and the conveying occurs as part of a transaction +in which the right of possession and use of the User Product is transferred +to the recipient in perpetuity or for a fixed term (regardless of how the +transaction is characterized), the Corresponding Source conveyed under this +section must be accompanied by the Installation Information. But this requirement +does not apply if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has been installed +in ROM). + +The requirement to provide Installation Information does not include a requirement +to continue to provide support service, warranty, or updates for a work that +has been modified or installed by the recipient, or for the User Product in +which it has been modified or installed. Access to a network may be denied +when the modification itself materially and adversely affects the operation +of the network or violates the rules and protocols for communication across +the network. + +Corresponding Source conveyed, and Installation Information provided, in accord +with this section must be in a format that is publicly documented (and with +an implementation available to the public in source code form), and must require +no special password or key for unpacking, reading or copying. + + 7. Additional Terms. + +"Additional permissions" are terms that supplement the terms of this License +by making exceptions from one or more of its conditions. Additional permissions +that are applicable to the entire Program shall be treated as though they +were included in this License, to the extent that they are valid under applicable +law. If additional permissions apply only to part of the Program, that part +may be used separately under those permissions, but the entire Program remains +governed by this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option remove any +additional permissions from that copy, or from any part of it. (Additional +permissions may be written to require their own removal in certain cases when +you modify the work.) You may place additional permissions on material, added +by you to a covered work, for which you have or can give appropriate copyright +permission. + +Notwithstanding any other provision of this License, for material you add +to a covered work, you may (if authorized by the copyright holders of that +material) supplement the terms of this License with terms: + +a) Disclaiming warranty or limiting liability differently from the terms of +sections 15 and 16 of this License; or + +b) Requiring preservation of specified reasonable legal notices or author +attributions in that material or in the Appropriate Legal Notices displayed +by works containing it; or + +c) Prohibiting misrepresentation of the origin of that material, or requiring +that modified versions of such material be marked in reasonable ways as different +from the original version; or + +d) Limiting the use for publicity purposes of names of licensors or authors +of the material; or + +e) Declining to grant rights under trademark law for use of some trade names, +trademarks, or service marks; or + +f) Requiring indemnification of licensors and authors of that material by +anyone who conveys the material (or modified versions of it) with contractual +assumptions of liability to the recipient, for any liability that these contractual +assumptions directly impose on those licensors and authors. + +All other non-permissive additional terms are considered "further restrictions" +within the meaning of section 10. If the Program as you received it, or any +part of it, contains a notice stating that it is governed by this License +along with a term that is a further restriction, you may remove that term. +If a license document contains a further restriction but permits relicensing +or conveying under this License, you may add to a covered work material governed +by the terms of that license document, provided that the further restriction +does not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you must place, +in the relevant source files, a statement of the additional terms that apply +to those files, or a notice indicating where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the form +of a separately written license, or stated as exceptions; the above requirements +apply either way. + + 8. Termination. + +You may not propagate or modify a covered work except as expressly provided +under this License. Any attempt otherwise to propagate or modify it is void, +and will automatically terminate your rights under this License (including +any patent licenses granted under the third paragraph of section 11). + +However, if you cease all violation of this License, then your license from +a particular copyright holder is reinstated (a) provisionally, unless and +until the copyright holder explicitly and finally terminates your license, +and (b) permanently, if the copyright holder fails to notify you of the violation +by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently +if the copyright holder notifies you of the violation by some reasonable means, +this is the first time you have received notice of violation of this License +(for any work) from that copyright holder, and you cure the violation prior +to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses +of parties who have received copies or rights from you under this License. +If your rights have been terminated and not permanently reinstated, you do +not qualify to receive new licenses for the same material under section 10. + + 9. Acceptance Not Required for Having Copies. + +You are not required to accept this License in order to receive or run a copy +of the Program. Ancillary propagation of a covered work occurring solely as +a consequence of using peer-to-peer transmission to receive a copy likewise +does not require acceptance. However, nothing other than this License grants +you permission to propagate or modify any covered work. These actions infringe +copyright if you do not accept this License. Therefore, by modifying or propagating +a covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + +Each time you convey a covered work, the recipient automatically receives +a license from the original licensors, to run, modify and propagate that work, +subject to this License. You are not responsible for enforcing compliance +by third parties with this License. + +An "entity transaction" is a transaction transferring control of an organization, +or substantially all assets of one, or subdividing an organization, or merging +organizations. If propagation of a covered work results from an entity transaction, +each party to that transaction who receives a copy of the work also receives +whatever licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the Corresponding +Source of the work from the predecessor in interest, if the predecessor has +it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights +granted or affirmed under this License. For example, you may not impose a +license fee, royalty, or other charge for exercise of rights granted under +this License, and you may not initiate litigation (including a cross-claim +or counterclaim in a lawsuit) alleging that any patent claim is infringed +by making, using, selling, offering for sale, or importing the Program or +any portion of it. + + 11. Patents. + +A "contributor" is a copyright holder who authorizes use under this License +of the Program or a work on which the Program is based. The work thus licensed +is called the contributor's "contributor version". + +A contributor's "essential patent claims" are all patent claims owned or controlled +by the contributor, whether already acquired or hereafter acquired, that would +be infringed by some manner, permitted by this License, of making, using, +or selling its contributor version, but do not include claims that would be +infringed only as a consequence of further modification of the contributor +version. For purposes of this definition, "control" includes the right to +grant patent sublicenses in a manner consistent with the requirements of this +License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent +license under the contributor's essential patent claims, to make, use, sell, +offer for sale, import and otherwise run, modify and propagate the contents +of its contributor version. + +In the following three paragraphs, a "patent license" is any express agreement +or commitment, however denominated, not to enforce a patent (such as an express +permission to practice a patent or covenant not to sue for patent infringement). +To "grant" such a patent license to a party means to make such an agreement +or commitment not to enforce a patent against the party. + +If you convey a covered work, knowingly relying on a patent license, and the +Corresponding Source of the work is not available for anyone to copy, free +of charge and under the terms of this License, through a publicly available +network server or other readily accessible means, then you must either (1) +cause the Corresponding Source to be so available, or (2) arrange to deprive +yourself of the benefit of the patent license for this particular work, or +(3) arrange, in a manner consistent with the requirements of this License, +to extend the patent license to downstream recipients. "Knowingly relying" +means you have actual knowledge that, but for the patent license, your conveying +the covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that country +that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or arrangement, +you convey, or propagate by procuring conveyance of, a covered work, and grant +a patent license to some of the parties receiving the covered work authorizing +them to use, propagate, modify or convey a specific copy of the covered work, +then the patent license you grant is automatically extended to all recipients +of the covered work and works based on it. + +A patent license is "discriminatory" if it does not include within the scope +of its coverage, prohibits the exercise of, or is conditioned on the non-exercise +of one or more of the rights that are specifically granted under this License. +You may not convey a covered work if you are a party to an arrangement with +a third party that is in the business of distributing software, under which +you make payment to the third party based on the extent of your activity of +conveying the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory patent +license (a) in connection with copies of the covered work conveyed by you +(or copies made from those copies), or (b) primarily for and in connection +with specific products or compilations that contain the covered work, unless +you entered into that arrangement, or that patent license was granted, prior +to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting any implied +license or other defenses to infringement that may otherwise be available +to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + +If conditions are imposed on you (whether by court order, agreement or otherwise) +that contradict the conditions of this License, they do not excuse you from +the conditions of this License. If you cannot convey a covered work so as +to satisfy simultaneously your obligations under this License and any other +pertinent obligations, then as a consequence you may not convey it at all. +For example, if you agree to terms that obligate you to collect a royalty +for further conveying from those to whom you convey the Program, the only +way you could satisfy both those terms and this License would be to refrain +entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + +Notwithstanding any other provision of this License, you have permission to +link or combine any covered work with a work licensed under version 3 of the +GNU Affero General Public License into a single combined work, and to convey +the resulting work. The terms of this License will continue to apply to the +part which is the covered work, but the special requirements of the GNU Affero +General Public License, section 13, concerning interaction through a network +will apply to the combination as such. + + 14. Revised Versions of this License. + +The Free Software Foundation may publish revised and/or new versions of the +GNU General Public License from time to time. Such new versions will be similar +in spirit to the present version, but may differ in detail to address new +problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies +that a certain numbered version of the GNU General Public License "or any +later version" applies to it, you have the option of following the terms and +conditions either of that numbered version or of any later version published +by the Free Software Foundation. If the Program does not specify a version +number of the GNU General Public License, you may choose any version ever +published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of +the GNU General Public License can be used, that proxy's public statement +of acceptance of a version permanently authorizes you to choose that version +for the Program. + +Later license versions may give you additional or different permissions. However, +no additional obligations are imposed on any author or copyright holder as +a result of your choosing to follow a later version. + + 15. Disclaimer of Warranty. + +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE +LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER +EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM +PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR +CORRECTION. + + 16. Limitation of Liability. + +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL +ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM +AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, +INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO +USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED +INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE +PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER +PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + +If the disclaimer of warranty and limitation of liability provided above cannot +be given local legal effect according to their terms, reviewing courts shall +apply local law that most closely approximates an absolute waiver of all civil +liability in connection with the Program, unless a warranty or assumption +of liability accompanies a copy of the Program in return for a fee. END OF +TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively state the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + + + +Copyright (C) + +This 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 3 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, see . + +Also add information on how to contact you by electronic and paper mail. + +If the program does terminal interaction, make it output a short notice like +this when it starts in an interactive mode: + + Copyright (C) + +This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + +This is free software, and you are welcome to redistribute it under certain +conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands might +be different; for a GUI interface, you would use an "about box". + +You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. For +more information on this, and how to apply and follow the GNU GPL, see . + +The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General Public +License instead of this License. But first, please read . diff --git a/LICENSES/GPL-3.0-or-later.txt b/LICENSES/GPL-3.0-or-later.txt new file mode 100644 index 000000000..e142a525b --- /dev/null +++ b/LICENSES/GPL-3.0-or-later.txt @@ -0,0 +1,625 @@ +GNU GENERAL PUBLIC LICENSE + +Version 3, 29 June 2007 + +Copyright © 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The GNU General Public License is a free, copyleft license for software and +other kinds of works. + +The licenses for most software and other practical works are designed to take +away your freedom to share and change the works. By contrast, the GNU General +Public License is intended to guarantee your freedom to share and change all +versions of a program--to make sure it remains free software for all its users. +We, the Free Software Foundation, use the GNU General Public License for most +of our software; it applies also to any other work released this way by its +authors. You can apply it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom +to distribute copies of free software (and charge for them if you wish), that +you receive source code or can get it if you want it, that you can change +the software or use pieces of it in new free programs, and that you know you +can do these things. + +To protect your rights, we need to prevent others from denying you these rights +or asking you to surrender the rights. Therefore, you have certain responsibilities +if you distribute copies of the software, or if you modify it: responsibilities +to respect the freedom of others. + +For example, if you distribute copies of such a program, whether gratis or +for a fee, you must pass on to the recipients the same freedoms that you received. +You must make sure that they, too, receive or can get the source code. And +you must show them these terms so they know their rights. + +Developers that use the GNU GPL protect your rights with two steps: (1) assert +copyright on the software, and (2) offer you this License giving you legal +permission to copy, distribute and/or modify it. + +For the developers' and authors' protection, the GPL clearly explains that +there is no warranty for this free software. For both users' and authors' +sake, the GPL requires that modified versions be marked as changed, so that +their problems will not be attributed erroneously to authors of previous versions. + +Some devices are designed to deny users access to install or run modified +versions of the software inside them, although the manufacturer can do so. +This is fundamentally incompatible with the aim of protecting users' freedom +to change the software. The systematic pattern of such abuse occurs in the +area of products for individuals to use, which is precisely where it is most +unacceptable. Therefore, we have designed this version of the GPL to prohibit +the practice for those products. If such problems arise substantially in other +domains, we stand ready to extend this provision to those domains in future +versions of the GPL, as needed to protect the freedom of users. + +Finally, every program is threatened constantly by software patents. States +should not allow patents to restrict development and use of software on general-purpose +computers, but in those that do, we wish to avoid the special danger that +patents applied to a free program could make it effectively proprietary. To +prevent this, the GPL assures that patents cannot be used to render the program +non-free. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + +"Copyright" also means copyright-like laws that apply to other kinds of works, +such as semiconductor masks. + +"The Program" refers to any copyrightable work licensed under this License. +Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals +or organizations. + +To "modify" a work means to copy from or adapt all or part of the work in +a fashion requiring copyright permission, other than the making of an exact +copy. The resulting work is called a "modified version" of the earlier work +or a work "based on" the earlier work. + +A "covered work" means either the unmodified Program or a work based on the +Program. + +To "propagate" a work means to do anything with it that, without permission, +would make you directly or secondarily liable for infringement under applicable +copyright law, except executing it on a computer or modifying a private copy. +Propagation includes copying, distribution (with or without modification), +making available to the public, and in some countries other activities as +well. + +To "convey" a work means any kind of propagation that enables other parties +to make or receive copies. Mere interaction with a user through a computer +network, with no transfer of a copy, is not conveying. + +An interactive user interface displays "Appropriate Legal Notices" to the +extent that it includes a convenient and prominently visible feature that +(1) displays an appropriate copyright notice, and (2) tells the user that +there is no warranty for the work (except to the extent that warranties are +provided), that licensees may convey the work under this License, and how +to view a copy of this License. If the interface presents a list of user commands +or options, such as a menu, a prominent item in the list meets this criterion. + + 1. Source Code. + +The "source code" for a work means the preferred form of the work for making +modifications to it. "Object code" means any non-source form of a work. + +A "Standard Interface" means an interface that either is an official standard +defined by a recognized standards body, or, in the case of interfaces specified +for a particular programming language, one that is widely used among developers +working in that language. + +The "System Libraries" of an executable work include anything, other than +the work as a whole, that (a) is included in the normal form of packaging +a Major Component, but which is not part of that Major Component, and (b) +serves only to enable use of the work with that Major Component, or to implement +a Standard Interface for which an implementation is available to the public +in source code form. A "Major Component", in this context, means a major essential +component (kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to produce +the work, or an object code interpreter used to run it. + +The "Corresponding Source" for a work in object code form means all the source +code needed to generate, install, and (for an executable work) run the object +code and to modify the work, including scripts to control those activities. +However, it does not include the work's System Libraries, or general-purpose +tools or generally available free programs which are used unmodified in performing +those activities but which are not part of the work. For example, Corresponding +Source includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically linked +subprograms that the work is specifically designed to require, such as by +intimate data communication or control flow between those subprograms and +other parts of the work. + +The Corresponding Source need not include anything that users can regenerate +automatically from other parts of the Corresponding Source. + + The Corresponding Source for a work in source code form is that same work. + + 2. Basic Permissions. + +All rights granted under this License are granted for the term of copyright +on the Program, and are irrevocable provided the stated conditions are met. +This License explicitly affirms your unlimited permission to run the unmodified +Program. The output from running a covered work is covered by this License +only if the output, given its content, constitutes a covered work. This License +acknowledges your rights of fair use or other equivalent, as provided by copyright +law. + +You may make, run and propagate covered works that you do not convey, without +conditions so long as your license otherwise remains in force. You may convey +covered works to others for the sole purpose of having them make modifications +exclusively for you, or provide you with facilities for running those works, +provided that you comply with the terms of this License in conveying all material +for which you do not control copyright. Those thus making or running the covered +works for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of your copyrighted +material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the conditions +stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + +No covered work shall be deemed part of an effective technological measure +under any applicable law fulfilling obligations under article 11 of the WIPO +copyright treaty adopted on 20 December 1996, or similar laws prohibiting +or restricting circumvention of such measures. + +When you convey a covered work, you waive any legal power to forbid circumvention +of technological measures to the extent such circumvention is effected by +exercising rights under this License with respect to the covered work, and +you disclaim any intention to limit operation or modification of the work +as a means of enforcing, against the work's users, your or third parties' +legal rights to forbid circumvention of technological measures. + + 4. Conveying Verbatim Copies. + +You may convey verbatim copies of the Program's source code as you receive +it, in any medium, provided that you conspicuously and appropriately publish +on each copy an appropriate copyright notice; keep intact all notices stating +that this License and any non-permissive terms added in accord with section +7 apply to the code; keep intact all notices of the absence of any warranty; +and give all recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, and you +may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + +You may convey a work based on the Program, or the modifications to produce +it from the Program, in the form of source code under the terms of section +4, provided that you also meet all of these conditions: + +a) The work must carry prominent notices stating that you modified it, and +giving a relevant date. + +b) The work must carry prominent notices stating that it is released under +this License and any conditions added under section 7. This requirement modifies +the requirement in section 4 to "keep intact all notices". + +c) You must license the entire work, as a whole, under this License to anyone +who comes into possession of a copy. This License will therefore apply, along +with any applicable section 7 additional terms, to the whole of the work, +and all its parts, regardless of how they are packaged. This License gives +no permission to license the work in any other way, but it does not invalidate +such permission if you have separately received it. + +d) If the work has interactive user interfaces, each must display Appropriate +Legal Notices; however, if the Program has interactive interfaces that do +not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, +which are not by their nature extensions of the covered work, and which are +not combined with it such as to form a larger program, in or on a volume of +a storage or distribution medium, is called an "aggregate" if the compilation +and its resulting copyright are not used to limit the access or legal rights +of the compilation's users beyond what the individual works permit. Inclusion +of a covered work in an aggregate does not cause this License to apply to +the other parts of the aggregate. + + 6. Conveying Non-Source Forms. + +You may convey a covered work in object code form under the terms of sections +4 and 5, provided that you also convey the machine-readable Corresponding +Source under the terms of this License, in one of these ways: + +a) Convey the object code in, or embodied in, a physical product (including +a physical distribution medium), accompanied by the Corresponding Source fixed +on a durable physical medium customarily used for software interchange. + +b) Convey the object code in, or embodied in, a physical product (including +a physical distribution medium), accompanied by a written offer, valid for +at least three years and valid for as long as you offer spare parts or customer +support for that product model, to give anyone who possesses the object code +either (1) a copy of the Corresponding Source for all the software in the +product that is covered by this License, on a durable physical medium customarily +used for software interchange, for a price no more than your reasonable cost +of physically performing this conveying of source, or (2) access to copy the +Corresponding Source from a network server at no charge. + +c) Convey individual copies of the object code with a copy of the written +offer to provide the Corresponding Source. This alternative is allowed only +occasionally and noncommercially, and only if you received the object code +with such an offer, in accord with subsection 6b. + +d) Convey the object code by offering access from a designated place (gratis +or for a charge), and offer equivalent access to the Corresponding Source +in the same way through the same place at no further charge. You need not +require recipients to copy the Corresponding Source along with the object +code. If the place to copy the object code is a network server, the Corresponding +Source may be on a different server (operated by you or a third party) that +supports equivalent copying facilities, provided you maintain clear directions +next to the object code saying where to find the Corresponding Source. Regardless +of what server hosts the Corresponding Source, you remain obligated to ensure +that it is available for as long as needed to satisfy these requirements. + +e) Convey the object code using peer-to-peer transmission, provided you inform +other peers where the object code and Corresponding Source of the work are +being offered to the general public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded from +the Corresponding Source as a System Library, need not be included in conveying +the object code work. + +A "User Product" is either (1) a "consumer product", which means any tangible +personal property which is normally used for personal, family, or household +purposes, or (2) anything designed or sold for incorporation into a dwelling. +In determining whether a product is a consumer product, doubtful cases shall +be resolved in favor of coverage. For a particular product received by a particular +user, "normally used" refers to a typical or common use of that class of product, +regardless of the status of the particular user or of the way in which the +particular user actually uses, or expects or is expected to use, the product. +A product is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent the +only significant mode of use of the product. + +"Installation Information" for a User Product means any methods, procedures, +authorization keys, or other information required to install and execute modified +versions of a covered work in that User Product from a modified version of +its Corresponding Source. The information must suffice to ensure that the +continued functioning of the modified object code is in no case prevented +or interfered with solely because modification has been made. + +If you convey an object code work under this section in, or with, or specifically +for use in, a User Product, and the conveying occurs as part of a transaction +in which the right of possession and use of the User Product is transferred +to the recipient in perpetuity or for a fixed term (regardless of how the +transaction is characterized), the Corresponding Source conveyed under this +section must be accompanied by the Installation Information. But this requirement +does not apply if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has been installed +in ROM). + +The requirement to provide Installation Information does not include a requirement +to continue to provide support service, warranty, or updates for a work that +has been modified or installed by the recipient, or for the User Product in +which it has been modified or installed. Access to a network may be denied +when the modification itself materially and adversely affects the operation +of the network or violates the rules and protocols for communication across +the network. + +Corresponding Source conveyed, and Installation Information provided, in accord +with this section must be in a format that is publicly documented (and with +an implementation available to the public in source code form), and must require +no special password or key for unpacking, reading or copying. + + 7. Additional Terms. + +"Additional permissions" are terms that supplement the terms of this License +by making exceptions from one or more of its conditions. Additional permissions +that are applicable to the entire Program shall be treated as though they +were included in this License, to the extent that they are valid under applicable +law. If additional permissions apply only to part of the Program, that part +may be used separately under those permissions, but the entire Program remains +governed by this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option remove any +additional permissions from that copy, or from any part of it. (Additional +permissions may be written to require their own removal in certain cases when +you modify the work.) You may place additional permissions on material, added +by you to a covered work, for which you have or can give appropriate copyright +permission. + +Notwithstanding any other provision of this License, for material you add +to a covered work, you may (if authorized by the copyright holders of that +material) supplement the terms of this License with terms: + +a) Disclaiming warranty or limiting liability differently from the terms of +sections 15 and 16 of this License; or + +b) Requiring preservation of specified reasonable legal notices or author +attributions in that material or in the Appropriate Legal Notices displayed +by works containing it; or + +c) Prohibiting misrepresentation of the origin of that material, or requiring +that modified versions of such material be marked in reasonable ways as different +from the original version; or + +d) Limiting the use for publicity purposes of names of licensors or authors +of the material; or + +e) Declining to grant rights under trademark law for use of some trade names, +trademarks, or service marks; or + +f) Requiring indemnification of licensors and authors of that material by +anyone who conveys the material (or modified versions of it) with contractual +assumptions of liability to the recipient, for any liability that these contractual +assumptions directly impose on those licensors and authors. + +All other non-permissive additional terms are considered "further restrictions" +within the meaning of section 10. If the Program as you received it, or any +part of it, contains a notice stating that it is governed by this License +along with a term that is a further restriction, you may remove that term. +If a license document contains a further restriction but permits relicensing +or conveying under this License, you may add to a covered work material governed +by the terms of that license document, provided that the further restriction +does not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you must place, +in the relevant source files, a statement of the additional terms that apply +to those files, or a notice indicating where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the form +of a separately written license, or stated as exceptions; the above requirements +apply either way. + + 8. Termination. + +You may not propagate or modify a covered work except as expressly provided +under this License. Any attempt otherwise to propagate or modify it is void, +and will automatically terminate your rights under this License (including +any patent licenses granted under the third paragraph of section 11). + +However, if you cease all violation of this License, then your license from +a particular copyright holder is reinstated (a) provisionally, unless and +until the copyright holder explicitly and finally terminates your license, +and (b) permanently, if the copyright holder fails to notify you of the violation +by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently +if the copyright holder notifies you of the violation by some reasonable means, +this is the first time you have received notice of violation of this License +(for any work) from that copyright holder, and you cure the violation prior +to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses +of parties who have received copies or rights from you under this License. +If your rights have been terminated and not permanently reinstated, you do +not qualify to receive new licenses for the same material under section 10. + + 9. Acceptance Not Required for Having Copies. + +You are not required to accept this License in order to receive or run a copy +of the Program. Ancillary propagation of a covered work occurring solely as +a consequence of using peer-to-peer transmission to receive a copy likewise +does not require acceptance. However, nothing other than this License grants +you permission to propagate or modify any covered work. These actions infringe +copyright if you do not accept this License. Therefore, by modifying or propagating +a covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + +Each time you convey a covered work, the recipient automatically receives +a license from the original licensors, to run, modify and propagate that work, +subject to this License. You are not responsible for enforcing compliance +by third parties with this License. + +An "entity transaction" is a transaction transferring control of an organization, +or substantially all assets of one, or subdividing an organization, or merging +organizations. If propagation of a covered work results from an entity transaction, +each party to that transaction who receives a copy of the work also receives +whatever licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the Corresponding +Source of the work from the predecessor in interest, if the predecessor has +it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights +granted or affirmed under this License. For example, you may not impose a +license fee, royalty, or other charge for exercise of rights granted under +this License, and you may not initiate litigation (including a cross-claim +or counterclaim in a lawsuit) alleging that any patent claim is infringed +by making, using, selling, offering for sale, or importing the Program or +any portion of it. + + 11. Patents. + +A "contributor" is a copyright holder who authorizes use under this License +of the Program or a work on which the Program is based. The work thus licensed +is called the contributor's "contributor version". + +A contributor's "essential patent claims" are all patent claims owned or controlled +by the contributor, whether already acquired or hereafter acquired, that would +be infringed by some manner, permitted by this License, of making, using, +or selling its contributor version, but do not include claims that would be +infringed only as a consequence of further modification of the contributor +version. For purposes of this definition, "control" includes the right to +grant patent sublicenses in a manner consistent with the requirements of this +License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent +license under the contributor's essential patent claims, to make, use, sell, +offer for sale, import and otherwise run, modify and propagate the contents +of its contributor version. + +In the following three paragraphs, a "patent license" is any express agreement +or commitment, however denominated, not to enforce a patent (such as an express +permission to practice a patent or covenant not to sue for patent infringement). +To "grant" such a patent license to a party means to make such an agreement +or commitment not to enforce a patent against the party. + +If you convey a covered work, knowingly relying on a patent license, and the +Corresponding Source of the work is not available for anyone to copy, free +of charge and under the terms of this License, through a publicly available +network server or other readily accessible means, then you must either (1) +cause the Corresponding Source to be so available, or (2) arrange to deprive +yourself of the benefit of the patent license for this particular work, or +(3) arrange, in a manner consistent with the requirements of this License, +to extend the patent license to downstream recipients. "Knowingly relying" +means you have actual knowledge that, but for the patent license, your conveying +the covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that country +that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or arrangement, +you convey, or propagate by procuring conveyance of, a covered work, and grant +a patent license to some of the parties receiving the covered work authorizing +them to use, propagate, modify or convey a specific copy of the covered work, +then the patent license you grant is automatically extended to all recipients +of the covered work and works based on it. + +A patent license is "discriminatory" if it does not include within the scope +of its coverage, prohibits the exercise of, or is conditioned on the non-exercise +of one or more of the rights that are specifically granted under this License. +You may not convey a covered work if you are a party to an arrangement with +a third party that is in the business of distributing software, under which +you make payment to the third party based on the extent of your activity of +conveying the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory patent +license (a) in connection with copies of the covered work conveyed by you +(or copies made from those copies), or (b) primarily for and in connection +with specific products or compilations that contain the covered work, unless +you entered into that arrangement, or that patent license was granted, prior +to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting any implied +license or other defenses to infringement that may otherwise be available +to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + +If conditions are imposed on you (whether by court order, agreement or otherwise) +that contradict the conditions of this License, they do not excuse you from +the conditions of this License. If you cannot convey a covered work so as +to satisfy simultaneously your obligations under this License and any other +pertinent obligations, then as a consequence you may not convey it at all. +For example, if you agree to terms that obligate you to collect a royalty +for further conveying from those to whom you convey the Program, the only +way you could satisfy both those terms and this License would be to refrain +entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + +Notwithstanding any other provision of this License, you have permission to +link or combine any covered work with a work licensed under version 3 of the +GNU Affero General Public License into a single combined work, and to convey +the resulting work. The terms of this License will continue to apply to the +part which is the covered work, but the special requirements of the GNU Affero +General Public License, section 13, concerning interaction through a network +will apply to the combination as such. + + 14. Revised Versions of this License. + +The Free Software Foundation may publish revised and/or new versions of the +GNU General Public License from time to time. Such new versions will be similar +in spirit to the present version, but may differ in detail to address new +problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies +that a certain numbered version of the GNU General Public License "or any +later version" applies to it, you have the option of following the terms and +conditions either of that numbered version or of any later version published +by the Free Software Foundation. If the Program does not specify a version +number of the GNU General Public License, you may choose any version ever +published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of +the GNU General Public License can be used, that proxy's public statement +of acceptance of a version permanently authorizes you to choose that version +for the Program. + +Later license versions may give you additional or different permissions. However, +no additional obligations are imposed on any author or copyright holder as +a result of your choosing to follow a later version. + + 15. Disclaimer of Warranty. + +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE +LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER +EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM +PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR +CORRECTION. + + 16. Limitation of Liability. + +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL +ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM +AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, +INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO +USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED +INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE +PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER +PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + +If the disclaimer of warranty and limitation of liability provided above cannot +be given local legal effect according to their terms, reviewing courts shall +apply local law that most closely approximates an absolute waiver of all civil +liability in connection with the Program, unless a warranty or assumption +of liability accompanies a copy of the Program in return for a fee. END OF +TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively state the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + + + +Copyright (C) + +This 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 3 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, see . + +Also add information on how to contact you by electronic and paper mail. + +If the program does terminal interaction, make it output a short notice like +this when it starts in an interactive mode: + + Copyright (C) + +This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + +This is free software, and you are welcome to redistribute it under certain +conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands might +be different; for a GUI interface, you would use an "about box". + +You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. For +more information on this, and how to apply and follow the GNU GPL, see . + +The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General Public +License instead of this License. But first, please read . diff --git a/LICENSES/LGPL-2.0-only.txt b/LICENSES/LGPL-2.0-only.txt new file mode 100644 index 000000000..5c96471aa --- /dev/null +++ b/LICENSES/LGPL-2.0-only.txt @@ -0,0 +1,446 @@ +GNU LIBRARY GENERAL PUBLIC LICENSE + +Version 2, June 1991 Copyright (C) 1991 Free Software Foundation, Inc. + +51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +[This is the first released version of the library GPL. It is numbered 2 because +it goes with version 2 of the ordinary GPL.] + +Preamble + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public Licenses are intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. + +This license, the Library General Public License, applies to some specially +designated Free Software Foundation software, and to any other libraries whose +authors decide to use it. You can use it for your libraries, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom +to distribute copies of free software (and charge for this service if you +wish), that you receive source code or can get it if you want it, that you +can change the software or use pieces of it in new free programs; and that +you know you can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to +deny you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of +the library, or if you modify it. + +For example, if you distribute copies of the library, whether gratis or for +a fee, you must give the recipients all the rights that we gave you. You must +make sure that they, too, receive or can get the source code. If you link +a program with the library, you must provide complete object files to the +recipients so that they can relink them with the library, after making changes +to the library and recompiling it. And you must show them these terms so they +know their rights. + +Our method of protecting your rights has two steps: (1) copyright the library, +and (2) offer you this license which gives you legal permission to copy, distribute +and/or modify the library. + +Also, for each distributor's protection, we want to make certain that everyone +understands that there is no warranty for this free library. If the library +is modified by someone else and passed on, we want its recipients to know +that what they have is not the original version, so that any problems introduced +by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We +wish to avoid the danger that companies distributing free software will individually +obtain patent licenses, thus in effect transforming the program into proprietary +software. To prevent this, we have made it clear that any patent must be licensed +for everyone's free use or not licensed at all. + +Most GNU software, including some libraries, is covered by the ordinary GNU +General Public License, which was designed for utility programs. This license, +the GNU Library General Public License, applies to certain designated libraries. +This license is quite different from the ordinary one; be sure to read it +in full, and don't assume that anything in it is the same as in the ordinary +license. + +The reason we have a separate public license for some libraries is that they +blur the distinction we usually make between modifying or adding to a program +and simply using it. Linking a program with a library, without changing the +library, is in some sense simply using the library, and is analogous to running +a utility program or application program. However, in a textual and legal +sense, the linked executable is a combined work, a derivative of the original +library, and the ordinary General Public License treats it as such. + +Because of this blurred distinction, using the ordinary General Public License +for libraries did not effectively promote software sharing, because most developers +did not use the libraries. We concluded that weaker conditions might promote +sharing better. + +However, unrestricted linking of non-free programs would deprive the users +of those programs of all benefit from the free status of the libraries themselves. +This Library General Public License is intended to permit developers of non-free +programs to use free libraries, while preserving your freedom as a user of +such programs to change the free libraries that are incorporated in them. +(We have not seen how to achieve this as regards changes in header files, +but we have achieved it as regards changes in the actual functions of the +Library.) The hope is that this will lead to faster development of free libraries. + +The precise terms and conditions for copying, distribution and modification +follow. Pay close attention to the difference between a "work based on the +library" and a "work that uses the library". The former contains code derived +from the library, while the latter only works together with the library. + +Note that it is possible for a library to be covered by the ordinary General +Public License rather than by this special one. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License Agreement applies to any software library which contains a +notice placed by the copyright holder or other authorized party saying it +may be distributed under the terms of this Library General Public License +(also called "this License"). Each licensee is addressed as "you". + +A "library" means a collection of software functions and/or data prepared +so as to be conveniently linked with application programs (which use some +of those functions and data) to form executables. + +The "Library", below, refers to any such software library or work which has +been distributed under these terms. A "work based on the Library" means either +the Library or any derivative work under copyright law: that is to say, a +work containing the Library or a portion of it, either verbatim or with modifications +and/or translated straightforwardly into another language. (Hereinafter, translation +is included without limitation in the term "modification".) + +"Source code" for a work means the preferred form of the work for making modifications +to it. For a library, complete source code means all the source code for all +modules it contains, plus any associated interface definition files, plus +the scripts used to control compilation and installation of the library. + +Activities other than copying, distribution and modification are not covered +by this License; they are outside its scope. The act of running a program +using the Library is not restricted, and output from such a program is covered +only if its contents constitute a work based on the Library (independent of +the use of the Library in a tool for writing it). Whether that is true depends +on what the Library does and what the program that uses the Library does. + +1. You may copy and distribute verbatim copies of the Library's complete source +code as you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and disclaimer +of warranty; keep intact all the notices that refer to this License and to +the absence of any warranty; and distribute a copy of this License along with +the Library. + +You may charge a fee for the physical act of transferring a copy, and you +may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Library or any portion of it, +thus forming a work based on the Library, and copy and distribute such modifications +or work under the terms of Section 1 above, provided that you also meet all +of these conditions: + + a) The modified work must itself be a software library. + +b) You must cause the files modified to carry prominent notices stating that +you changed the files and the date of any change. + +c) You must cause the whole of the work to be licensed at no charge to all +third parties under the terms of this License. + +d) If a facility in the modified Library refers to a function or a table of +data to be supplied by an application program that uses the facility, other +than as an argument passed when the facility is invoked, then you must make +a good faith effort to ensure that, in the event an application does not supply +such function or table, the facility still operates, and performs whatever +part of its purpose remains meaningful. + +(For example, a function in a library to compute square roots has a purpose +that is entirely well-defined independent of the application. Therefore, Subsection +2d requires that any application-supplied function or table used by this function +must be optional: if the application does not supply it, the square root function +must still compute square roots.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Library, and can be reasonably +considered independent and separate works in themselves, then this License, +and its terms, do not apply to those sections when you distribute them as +separate works. But when you distribute the same sections as part of a whole +which is a work based on the Library, the distribution of the whole must be +on the terms of this License, whose permissions for other licensees extend +to the entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise +the right to control the distribution of derivative or collective works based +on the Library. + +In addition, mere aggregation of another work not based on the Library with +the Library (or with a work based on the Library) on a volume of a storage +or distribution medium does not bring the other work under the scope of this +License. + +3. You may opt to apply the terms of the ordinary GNU General Public License +instead of this License to a given copy of the Library. To do this, you must +alter all the notices that refer to this License, so that they refer to the +ordinary GNU General Public License, version 2, instead of to this License. +(If a newer version than version 2 of the ordinary GNU General Public License +has appeared, then you can specify that version instead if you wish.) Do not +make any other change in these notices. + +Once this change is made in a given copy, it is irreversible for that copy, +so the ordinary GNU General Public License applies to all subsequent copies +and derivative works made from that copy. + +This option is useful when you wish to copy part of the code of the Library +into a program that is not a library. + +4. You may copy and distribute the Library (or a portion or derivative of +it, under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you accompany it with the complete corresponding +machine-readable source code, which must be distributed under the terms of +Sections 1 and 2 above on a medium customarily used for software interchange. + +If distribution of object code is made by offering access to copy from a designated +place, then offering equivalent access to copy the source code from the same +place satisfies the requirement to distribute the source code, even though +third parties are not compelled to copy the source along with the object code. + +5. A program that contains no derivative of any portion of the Library, but +is designed to work with the Library by being compiled or linked with it, +is called a "work that uses the Library". Such a work, in isolation, is not +a derivative work of the Library, and therefore falls outside the scope of +this License. + +However, linking a "work that uses the Library" with the Library creates an +executable that is a derivative of the Library (because it contains portions +of the Library), rather than a "work that uses the library". The executable +is therefore covered by this License. Section 6 states terms for distribution +of such executables. + +When a "work that uses the Library" uses material from a header file that +is part of the Library, the object code for the work may be a derivative work +of the Library even though the source code is not. Whether this is true is +especially significant if the work can be linked without the Library, or if +the work is itself a library. The threshold for this to be true is not precisely +defined by law. + +If such an object file uses only numerical parameters, data structure layouts +and accessors, and small macros and small inline functions (ten lines or less +in length), then the use of the object file is unrestricted, regardless of +whether it is legally a derivative work. (Executables containing this object +code plus portions of the Library will still fall under Section 6.) + +Otherwise, if the work is a derivative of the Library, you may distribute +the object code for the work under the terms of Section 6. Any executables +containing that work also fall under Section 6, whether or not they are linked +directly with the Library itself. + +6. As an exception to the Sections above, you may also compile or link a "work +that uses the Library" with the Library to produce a work containing portions +of the Library, and distribute that work under terms of your choice, provided +that the terms permit modification of the work for the customer's own use +and reverse engineering for debugging such modifications. + +You must give prominent notice with each copy of the work that the Library +is used in it and that the Library and its use are covered by this License. +You must supply a copy of this License. If the work during execution displays +copyright notices, you must include the copyright notice for the Library among +them, as well as a reference directing the user to the copy of this License. +Also, you must do one of these things: + +a) Accompany the work with the complete corresponding machine-readable source +code for the Library including whatever changes were used in the work (which +must be distributed under Sections 1 and 2 above); and, if the work is an +executable linked with the Library, with the complete machine-readable "work +that uses the Library", as object code and/or source code, so that the user +can modify the Library and then relink to produce a modified executable containing +the modified Library. (It is understood that the user who changes the contents +of definitions files in the Library will not necessarily be able to recompile +the application to use the modified definitions.) + +b) Accompany the work with a written offer, valid for at least three years, +to give the same user the materials specified in Subsection 6a, above, for +a charge no more than the cost of performing this distribution. + +c) If distribution of the work is made by offering access to copy from a designated +place, offer equivalent access to copy the above specified materials from +the same place. + +d) Verify that the user has already received a copy of these materials or +that you have already sent this user a copy. + +For an executable, the required form of the "work that uses the Library" must +include any data and utility programs needed for reproducing the executable +from it. However, as a special exception, the source code distributed need +not include anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the operating +system on which the executable runs, unless that component itself accompanies +the executable. + +It may happen that this requirement contradicts the license restrictions of +other proprietary libraries that do not normally accompany the operating system. +Such a contradiction means you cannot use both them and the Library together +in an executable that you distribute. + +7. You may place library facilities that are a work based on the Library side-by-side +in a single library together with other library facilities not covered by +this License, and distribute such a combined library, provided that the separate +distribution of the work based on the Library and of the other library facilities +is otherwise permitted, and provided that you do these two things: + +a) Accompany the combined library with a copy of the same work based on the +Library, uncombined with any other library facilities. This must be distributed +under the terms of the Sections above. + +b) Give prominent notice with the combined library of the fact that part of +it is a work based on the Library, and explaining where to find the accompanying +uncombined form of the same work. + +8. You may not copy, modify, sublicense, link with, or distribute the Library +except as expressly provided under this License. Any attempt otherwise to +copy, modify, sublicense, link with, or distribute the Library is void, and +will automatically terminate your rights under this License. However, parties +who have received copies, or rights, from you under this License will not +have their licenses terminated so long as such parties remain in full compliance. + +9. You are not required to accept this License, since you have not signed +it. However, nothing else grants you permission to modify or distribute the +Library or its derivative works. These actions are prohibited by law if you +do not accept this License. Therefore, by modifying or distributing the Library +(or any work based on the Library), you indicate your acceptance of this License +to do so, and all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + +10. Each time you redistribute the Library (or any work based on the Library), +the recipient automatically receives a license from the original licensor +to copy, distribute, link with or modify the Library subject to these terms +and conditions. You may not impose any further restrictions on the recipients' +exercise of the rights granted herein. You are not responsible for enforcing +compliance by third parties to this License. + +11. If, as a consequence of a court judgment or allegation of patent infringement +or for any other reason (not limited to patent issues), conditions are imposed +on you (whether by court order, agreement or otherwise) that contradict the +conditions of this License, they do not excuse you from the conditions of +this License. If you cannot distribute so as to satisfy simultaneously your +obligations under this License and any other pertinent obligations, then as +a consequence you may not distribute the Library at all. For example, if a +patent license would not permit royalty-free redistribution of the Library +by all those who receive copies directly or indirectly through you, then the +only way you could satisfy both it and this License would be to refrain entirely +from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents +or other property right claims or to contest validity of any such claims; +this section has the sole purpose of protecting the integrity of the free +software distribution system which is implemented by public license practices. +Many people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose +that choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +12. If the distribution and/or use of the Library is restricted in certain +countries either by patents or by copyrighted interfaces, the original copyright +holder who places the Library under this License may add an explicit geographical +distribution limitation excluding those countries, so that distribution is +permitted only in or among countries not thus excluded. In such case, this +License incorporates the limitation as if written in the body of this License. + +13. The Free Software Foundation may publish revised and/or new versions of +the Library General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to address +new problems or concerns. + +Each version is given a distinguishing version number. If the Library specifies +a version number of this License which applies to it and "any later version", +you have the option of following the terms and conditions either of that version +or of any later version published by the Free Software Foundation. If the +Library does not specify a license version number, you may choose any version +ever published by the Free Software Foundation. + +14. If you wish to incorporate parts of the Library into other free programs +whose distribution conditions are incompatible with these, write to the author +to ask for permission. For software which is copyrighted by the Free Software +Foundation, write to the Free Software Foundation; we sometimes make exceptions +for this. Our decision will be guided by the two goals of preserving the free +status of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + +15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY +"AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE +OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE +THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE +OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA +OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES +OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH +HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Libraries + +If you develop a new library, and you want it to be of the greatest possible +use to the public, we recommend making it free software that everyone can +redistribute and change. You can do so by permitting redistribution under +these terms (or, alternatively, under the terms of the ordinary General Public +License). + +To apply these terms, attach the following notices to the library. It is safest +to attach them to the start of each source file to most effectively convey +the exclusion of warranty; and each file should have at least the "copyright" +line and a pointer to where the full notice is found. + +one line to give the library's name and an idea of what it does. + +Copyright (C) year name of author + +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 +along with this library; if not, write to the Free Software Foundation, Inc., +51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the library, if necessary. Here +is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in + +the library `Frob' (a library for tweaking knobs) written + +by James Random Hacker. + +signature of Ty Coon, 1 April 1990 + +Ty Coon, President of Vice + +That's all there is to it! diff --git a/LICENSES/LGPL-2.0-or-later.txt b/LICENSES/LGPL-2.0-or-later.txt new file mode 100644 index 000000000..5c96471aa --- /dev/null +++ b/LICENSES/LGPL-2.0-or-later.txt @@ -0,0 +1,446 @@ +GNU LIBRARY GENERAL PUBLIC LICENSE + +Version 2, June 1991 Copyright (C) 1991 Free Software Foundation, Inc. + +51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +[This is the first released version of the library GPL. It is numbered 2 because +it goes with version 2 of the ordinary GPL.] + +Preamble + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public Licenses are intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. + +This license, the Library General Public License, applies to some specially +designated Free Software Foundation software, and to any other libraries whose +authors decide to use it. You can use it for your libraries, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom +to distribute copies of free software (and charge for this service if you +wish), that you receive source code or can get it if you want it, that you +can change the software or use pieces of it in new free programs; and that +you know you can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to +deny you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of +the library, or if you modify it. + +For example, if you distribute copies of the library, whether gratis or for +a fee, you must give the recipients all the rights that we gave you. You must +make sure that they, too, receive or can get the source code. If you link +a program with the library, you must provide complete object files to the +recipients so that they can relink them with the library, after making changes +to the library and recompiling it. And you must show them these terms so they +know their rights. + +Our method of protecting your rights has two steps: (1) copyright the library, +and (2) offer you this license which gives you legal permission to copy, distribute +and/or modify the library. + +Also, for each distributor's protection, we want to make certain that everyone +understands that there is no warranty for this free library. If the library +is modified by someone else and passed on, we want its recipients to know +that what they have is not the original version, so that any problems introduced +by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We +wish to avoid the danger that companies distributing free software will individually +obtain patent licenses, thus in effect transforming the program into proprietary +software. To prevent this, we have made it clear that any patent must be licensed +for everyone's free use or not licensed at all. + +Most GNU software, including some libraries, is covered by the ordinary GNU +General Public License, which was designed for utility programs. This license, +the GNU Library General Public License, applies to certain designated libraries. +This license is quite different from the ordinary one; be sure to read it +in full, and don't assume that anything in it is the same as in the ordinary +license. + +The reason we have a separate public license for some libraries is that they +blur the distinction we usually make between modifying or adding to a program +and simply using it. Linking a program with a library, without changing the +library, is in some sense simply using the library, and is analogous to running +a utility program or application program. However, in a textual and legal +sense, the linked executable is a combined work, a derivative of the original +library, and the ordinary General Public License treats it as such. + +Because of this blurred distinction, using the ordinary General Public License +for libraries did not effectively promote software sharing, because most developers +did not use the libraries. We concluded that weaker conditions might promote +sharing better. + +However, unrestricted linking of non-free programs would deprive the users +of those programs of all benefit from the free status of the libraries themselves. +This Library General Public License is intended to permit developers of non-free +programs to use free libraries, while preserving your freedom as a user of +such programs to change the free libraries that are incorporated in them. +(We have not seen how to achieve this as regards changes in header files, +but we have achieved it as regards changes in the actual functions of the +Library.) The hope is that this will lead to faster development of free libraries. + +The precise terms and conditions for copying, distribution and modification +follow. Pay close attention to the difference between a "work based on the +library" and a "work that uses the library". The former contains code derived +from the library, while the latter only works together with the library. + +Note that it is possible for a library to be covered by the ordinary General +Public License rather than by this special one. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License Agreement applies to any software library which contains a +notice placed by the copyright holder or other authorized party saying it +may be distributed under the terms of this Library General Public License +(also called "this License"). Each licensee is addressed as "you". + +A "library" means a collection of software functions and/or data prepared +so as to be conveniently linked with application programs (which use some +of those functions and data) to form executables. + +The "Library", below, refers to any such software library or work which has +been distributed under these terms. A "work based on the Library" means either +the Library or any derivative work under copyright law: that is to say, a +work containing the Library or a portion of it, either verbatim or with modifications +and/or translated straightforwardly into another language. (Hereinafter, translation +is included without limitation in the term "modification".) + +"Source code" for a work means the preferred form of the work for making modifications +to it. For a library, complete source code means all the source code for all +modules it contains, plus any associated interface definition files, plus +the scripts used to control compilation and installation of the library. + +Activities other than copying, distribution and modification are not covered +by this License; they are outside its scope. The act of running a program +using the Library is not restricted, and output from such a program is covered +only if its contents constitute a work based on the Library (independent of +the use of the Library in a tool for writing it). Whether that is true depends +on what the Library does and what the program that uses the Library does. + +1. You may copy and distribute verbatim copies of the Library's complete source +code as you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and disclaimer +of warranty; keep intact all the notices that refer to this License and to +the absence of any warranty; and distribute a copy of this License along with +the Library. + +You may charge a fee for the physical act of transferring a copy, and you +may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Library or any portion of it, +thus forming a work based on the Library, and copy and distribute such modifications +or work under the terms of Section 1 above, provided that you also meet all +of these conditions: + + a) The modified work must itself be a software library. + +b) You must cause the files modified to carry prominent notices stating that +you changed the files and the date of any change. + +c) You must cause the whole of the work to be licensed at no charge to all +third parties under the terms of this License. + +d) If a facility in the modified Library refers to a function or a table of +data to be supplied by an application program that uses the facility, other +than as an argument passed when the facility is invoked, then you must make +a good faith effort to ensure that, in the event an application does not supply +such function or table, the facility still operates, and performs whatever +part of its purpose remains meaningful. + +(For example, a function in a library to compute square roots has a purpose +that is entirely well-defined independent of the application. Therefore, Subsection +2d requires that any application-supplied function or table used by this function +must be optional: if the application does not supply it, the square root function +must still compute square roots.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Library, and can be reasonably +considered independent and separate works in themselves, then this License, +and its terms, do not apply to those sections when you distribute them as +separate works. But when you distribute the same sections as part of a whole +which is a work based on the Library, the distribution of the whole must be +on the terms of this License, whose permissions for other licensees extend +to the entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise +the right to control the distribution of derivative or collective works based +on the Library. + +In addition, mere aggregation of another work not based on the Library with +the Library (or with a work based on the Library) on a volume of a storage +or distribution medium does not bring the other work under the scope of this +License. + +3. You may opt to apply the terms of the ordinary GNU General Public License +instead of this License to a given copy of the Library. To do this, you must +alter all the notices that refer to this License, so that they refer to the +ordinary GNU General Public License, version 2, instead of to this License. +(If a newer version than version 2 of the ordinary GNU General Public License +has appeared, then you can specify that version instead if you wish.) Do not +make any other change in these notices. + +Once this change is made in a given copy, it is irreversible for that copy, +so the ordinary GNU General Public License applies to all subsequent copies +and derivative works made from that copy. + +This option is useful when you wish to copy part of the code of the Library +into a program that is not a library. + +4. You may copy and distribute the Library (or a portion or derivative of +it, under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you accompany it with the complete corresponding +machine-readable source code, which must be distributed under the terms of +Sections 1 and 2 above on a medium customarily used for software interchange. + +If distribution of object code is made by offering access to copy from a designated +place, then offering equivalent access to copy the source code from the same +place satisfies the requirement to distribute the source code, even though +third parties are not compelled to copy the source along with the object code. + +5. A program that contains no derivative of any portion of the Library, but +is designed to work with the Library by being compiled or linked with it, +is called a "work that uses the Library". Such a work, in isolation, is not +a derivative work of the Library, and therefore falls outside the scope of +this License. + +However, linking a "work that uses the Library" with the Library creates an +executable that is a derivative of the Library (because it contains portions +of the Library), rather than a "work that uses the library". The executable +is therefore covered by this License. Section 6 states terms for distribution +of such executables. + +When a "work that uses the Library" uses material from a header file that +is part of the Library, the object code for the work may be a derivative work +of the Library even though the source code is not. Whether this is true is +especially significant if the work can be linked without the Library, or if +the work is itself a library. The threshold for this to be true is not precisely +defined by law. + +If such an object file uses only numerical parameters, data structure layouts +and accessors, and small macros and small inline functions (ten lines or less +in length), then the use of the object file is unrestricted, regardless of +whether it is legally a derivative work. (Executables containing this object +code plus portions of the Library will still fall under Section 6.) + +Otherwise, if the work is a derivative of the Library, you may distribute +the object code for the work under the terms of Section 6. Any executables +containing that work also fall under Section 6, whether or not they are linked +directly with the Library itself. + +6. As an exception to the Sections above, you may also compile or link a "work +that uses the Library" with the Library to produce a work containing portions +of the Library, and distribute that work under terms of your choice, provided +that the terms permit modification of the work for the customer's own use +and reverse engineering for debugging such modifications. + +You must give prominent notice with each copy of the work that the Library +is used in it and that the Library and its use are covered by this License. +You must supply a copy of this License. If the work during execution displays +copyright notices, you must include the copyright notice for the Library among +them, as well as a reference directing the user to the copy of this License. +Also, you must do one of these things: + +a) Accompany the work with the complete corresponding machine-readable source +code for the Library including whatever changes were used in the work (which +must be distributed under Sections 1 and 2 above); and, if the work is an +executable linked with the Library, with the complete machine-readable "work +that uses the Library", as object code and/or source code, so that the user +can modify the Library and then relink to produce a modified executable containing +the modified Library. (It is understood that the user who changes the contents +of definitions files in the Library will not necessarily be able to recompile +the application to use the modified definitions.) + +b) Accompany the work with a written offer, valid for at least three years, +to give the same user the materials specified in Subsection 6a, above, for +a charge no more than the cost of performing this distribution. + +c) If distribution of the work is made by offering access to copy from a designated +place, offer equivalent access to copy the above specified materials from +the same place. + +d) Verify that the user has already received a copy of these materials or +that you have already sent this user a copy. + +For an executable, the required form of the "work that uses the Library" must +include any data and utility programs needed for reproducing the executable +from it. However, as a special exception, the source code distributed need +not include anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the operating +system on which the executable runs, unless that component itself accompanies +the executable. + +It may happen that this requirement contradicts the license restrictions of +other proprietary libraries that do not normally accompany the operating system. +Such a contradiction means you cannot use both them and the Library together +in an executable that you distribute. + +7. You may place library facilities that are a work based on the Library side-by-side +in a single library together with other library facilities not covered by +this License, and distribute such a combined library, provided that the separate +distribution of the work based on the Library and of the other library facilities +is otherwise permitted, and provided that you do these two things: + +a) Accompany the combined library with a copy of the same work based on the +Library, uncombined with any other library facilities. This must be distributed +under the terms of the Sections above. + +b) Give prominent notice with the combined library of the fact that part of +it is a work based on the Library, and explaining where to find the accompanying +uncombined form of the same work. + +8. You may not copy, modify, sublicense, link with, or distribute the Library +except as expressly provided under this License. Any attempt otherwise to +copy, modify, sublicense, link with, or distribute the Library is void, and +will automatically terminate your rights under this License. However, parties +who have received copies, or rights, from you under this License will not +have their licenses terminated so long as such parties remain in full compliance. + +9. You are not required to accept this License, since you have not signed +it. However, nothing else grants you permission to modify or distribute the +Library or its derivative works. These actions are prohibited by law if you +do not accept this License. Therefore, by modifying or distributing the Library +(or any work based on the Library), you indicate your acceptance of this License +to do so, and all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + +10. Each time you redistribute the Library (or any work based on the Library), +the recipient automatically receives a license from the original licensor +to copy, distribute, link with or modify the Library subject to these terms +and conditions. You may not impose any further restrictions on the recipients' +exercise of the rights granted herein. You are not responsible for enforcing +compliance by third parties to this License. + +11. If, as a consequence of a court judgment or allegation of patent infringement +or for any other reason (not limited to patent issues), conditions are imposed +on you (whether by court order, agreement or otherwise) that contradict the +conditions of this License, they do not excuse you from the conditions of +this License. If you cannot distribute so as to satisfy simultaneously your +obligations under this License and any other pertinent obligations, then as +a consequence you may not distribute the Library at all. For example, if a +patent license would not permit royalty-free redistribution of the Library +by all those who receive copies directly or indirectly through you, then the +only way you could satisfy both it and this License would be to refrain entirely +from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents +or other property right claims or to contest validity of any such claims; +this section has the sole purpose of protecting the integrity of the free +software distribution system which is implemented by public license practices. +Many people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose +that choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +12. If the distribution and/or use of the Library is restricted in certain +countries either by patents or by copyrighted interfaces, the original copyright +holder who places the Library under this License may add an explicit geographical +distribution limitation excluding those countries, so that distribution is +permitted only in or among countries not thus excluded. In such case, this +License incorporates the limitation as if written in the body of this License. + +13. The Free Software Foundation may publish revised and/or new versions of +the Library General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to address +new problems or concerns. + +Each version is given a distinguishing version number. If the Library specifies +a version number of this License which applies to it and "any later version", +you have the option of following the terms and conditions either of that version +or of any later version published by the Free Software Foundation. If the +Library does not specify a license version number, you may choose any version +ever published by the Free Software Foundation. + +14. If you wish to incorporate parts of the Library into other free programs +whose distribution conditions are incompatible with these, write to the author +to ask for permission. For software which is copyrighted by the Free Software +Foundation, write to the Free Software Foundation; we sometimes make exceptions +for this. Our decision will be guided by the two goals of preserving the free +status of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + +15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY +"AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE +OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE +THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE +OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA +OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES +OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH +HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Libraries + +If you develop a new library, and you want it to be of the greatest possible +use to the public, we recommend making it free software that everyone can +redistribute and change. You can do so by permitting redistribution under +these terms (or, alternatively, under the terms of the ordinary General Public +License). + +To apply these terms, attach the following notices to the library. It is safest +to attach them to the start of each source file to most effectively convey +the exclusion of warranty; and each file should have at least the "copyright" +line and a pointer to where the full notice is found. + +one line to give the library's name and an idea of what it does. + +Copyright (C) year name of author + +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 +along with this library; if not, write to the Free Software Foundation, Inc., +51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the library, if necessary. Here +is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in + +the library `Frob' (a library for tweaking knobs) written + +by James Random Hacker. + +signature of Ty Coon, 1 April 1990 + +Ty Coon, President of Vice + +That's all there is to it! diff --git a/LICENSES/LGPL-2.1-only.txt b/LICENSES/LGPL-2.1-only.txt new file mode 100644 index 000000000..130dffb31 --- /dev/null +++ b/LICENSES/LGPL-2.1-only.txt @@ -0,0 +1,467 @@ +GNU LESSER GENERAL PUBLIC LICENSE + +Version 2.1, February 1999 + +Copyright (C) 1991, 1999 Free Software Foundation, Inc. + +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts as the +successor of the GNU Library Public License, version 2, hence the version +number 2.1.] + +Preamble + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public Licenses are intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. + +This license, the Lesser General Public License, applies to some specially +designated software packages--typically libraries--of the Free Software Foundation +and other authors who decide to use it. You can use it too, but we suggest +you first think carefully about whether this license or the ordinary General +Public License is the better strategy to use in any particular case, based +on the explanations below. + +When we speak of free software, we are referring to freedom of use, not price. +Our General Public Licenses are designed to make sure that you have the freedom +to distribute copies of free software (and charge for this service if you +wish); that you receive source code or can get it if you want it; that you +can change the software and use pieces of it in new free programs; and that +you are informed that you can do these things. + +To protect your rights, we need to make restrictions that forbid distributors +to deny you these rights or to ask you to surrender these rights. These restrictions +translate to certain responsibilities for you if you distribute copies of +the library or if you modify it. + +For example, if you distribute copies of the library, whether gratis or for +a fee, you must give the recipients all the rights that we gave you. You must +make sure that they, too, receive or can get the source code. If you link +other code with the library, you must provide complete object files to the +recipients, so that they can relink them with the library after making changes +to the library and recompiling it. And you must show them these terms so they +know their rights. + +We protect your rights with a two-step method: (1) we copyright the library, +and (2) we offer you this license, which gives you legal permission to copy, +distribute and/or modify the library. + +To protect each distributor, we want to make it very clear that there is no +warranty for the free library. Also, if the library is modified by someone +else and passed on, the recipients should know that what they have is not +the original version, so that the original author's reputation will not be +affected by problems that might be introduced by others. + +Finally, software patents pose a constant threat to the existence of any free +program. We wish to make sure that a company cannot effectively restrict the +users of a free program by obtaining a restrictive license from a patent holder. +Therefore, we insist that any patent license obtained for a version of the +library must be consistent with the full freedom of use specified in this +license. + +Most GNU software, including some libraries, is covered by the ordinary GNU +General Public License. This license, the GNU Lesser General Public License, +applies to certain designated libraries, and is quite different from the ordinary +General Public License. We use this license for certain libraries in order +to permit linking those libraries into non-free programs. + +When a program is linked with a library, whether statically or using a shared +library, the combination of the two is legally speaking a combined work, a +derivative of the original library. The ordinary General Public License therefore +permits such linking only if the entire combination fits its criteria of freedom. +The Lesser General Public License permits more lax criteria for linking other +code with the library. + +We call this license the "Lesser" General Public License because it does Less +to protect the user's freedom than the ordinary General Public License. It +also provides other free software developers Less of an advantage over competing +non-free programs. These disadvantages are the reason we use the ordinary +General Public License for many libraries. However, the Lesser license provides +advantages in certain special circumstances. + +For example, on rare occasions, there may be a special need to encourage the +widest possible use of a certain library, so that it becomes a de-facto standard. +To achieve this, non-free programs must be allowed to use the library. A more +frequent case is that a free library does the same job as widely used non-free +libraries. In this case, there is little to gain by limiting the free library +to free software only, so we use the Lesser General Public License. + +In other cases, permission to use a particular library in non-free programs +enables a greater number of people to use a large body of free software. For +example, permission to use the GNU C Library in non-free programs enables +many more people to use the whole GNU operating system, as well as its variant, +the GNU/Linux operating system. + +Although the Lesser General Public License is Less protective of the users' +freedom, it does ensure that the user of a program that is linked with the +Library has the freedom and the wherewithal to run that program using a modified +version of the Library. + +The precise terms and conditions for copying, distribution and modification +follow. Pay close attention to the difference between a "work based on the +library" and a "work that uses the library". The former contains code derived +from the library, whereas the latter must be combined with the library in +order to run. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License Agreement applies to any software library or other program +which contains a notice placed by the copyright holder or other authorized +party saying it may be distributed under the terms of this Lesser General +Public License (also called "this License"). Each licensee is addressed as +"you". + +A "library" means a collection of software functions and/or data prepared +so as to be conveniently linked with application programs (which use some +of those functions and data) to form executables. + +The "Library", below, refers to any such software library or work which has +been distributed under these terms. A "work based on the Library" means either +the Library or any derivative work under copyright law: that is to say, a +work containing the Library or a portion of it, either verbatim or with modifications +and/or translated straightforwardly into another language. (Hereinafter, translation +is included without limitation in the term "modification".) + +"Source code" for a work means the preferred form of the work for making modifications +to it. For a library, complete source code means all the source code for all +modules it contains, plus any associated interface definition files, plus +the scripts used to control compilation and installation of the library. + +Activities other than copying, distribution and modification are not covered +by this License; they are outside its scope. The act of running a program +using the Library is not restricted, and output from such a program is covered +only if its contents constitute a work based on the Library (independent of +the use of the Library in a tool for writing it). Whether that is true depends +on what the Library does and what the program that uses the Library does. + +1. You may copy and distribute verbatim copies of the Library's complete source +code as you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and disclaimer +of warranty; keep intact all the notices that refer to this License and to +the absence of any warranty; and distribute a copy of this License along with +the Library. + +You may charge a fee for the physical act of transferring a copy, and you +may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Library or any portion of it, +thus forming a work based on the Library, and copy and distribute such modifications +or work under the terms of Section 1 above, provided that you also meet all +of these conditions: + + a) The modified work must itself be a software library. + +b) You must cause the files modified to carry prominent notices stating that +you changed the files and the date of any change. + +c) You must cause the whole of the work to be licensed at no charge to all +third parties under the terms of this License. + +d) If a facility in the modified Library refers to a function or a table of +data to be supplied by an application program that uses the facility, other +than as an argument passed when the facility is invoked, then you must make +a good faith effort to ensure that, in the event an application does not supply +such function or table, the facility still operates, and performs whatever +part of its purpose remains meaningful. + +(For example, a function in a library to compute square roots has a purpose +that is entirely well-defined independent of the application. Therefore, Subsection +2d requires that any application-supplied function or table used by this function +must be optional: if the application does not supply it, the square root function +must still compute square roots.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Library, and can be reasonably +considered independent and separate works in themselves, then this License, +and its terms, do not apply to those sections when you distribute them as +separate works. But when you distribute the same sections as part of a whole +which is a work based on the Library, the distribution of the whole must be +on the terms of this License, whose permissions for other licensees extend +to the entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise +the right to control the distribution of derivative or collective works based +on the Library. + +In addition, mere aggregation of another work not based on the Library with +the Library (or with a work based on the Library) on a volume of a storage +or distribution medium does not bring the other work under the scope of this +License. + +3. You may opt to apply the terms of the ordinary GNU General Public License +instead of this License to a given copy of the Library. To do this, you must +alter all the notices that refer to this License, so that they refer to the +ordinary GNU General Public License, version 2, instead of to this License. +(If a newer version than version 2 of the ordinary GNU General Public License +has appeared, then you can specify that version instead if you wish.) Do not +make any other change in these notices. + +Once this change is made in a given copy, it is irreversible for that copy, +so the ordinary GNU General Public License applies to all subsequent copies +and derivative works made from that copy. + +This option is useful when you wish to copy part of the code of the Library +into a program that is not a library. + +4. You may copy and distribute the Library (or a portion or derivative of +it, under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you accompany it with the complete corresponding +machine-readable source code, which must be distributed under the terms of +Sections 1 and 2 above on a medium customarily used for software interchange. + +If distribution of object code is made by offering access to copy from a designated +place, then offering equivalent access to copy the source code from the same +place satisfies the requirement to distribute the source code, even though +third parties are not compelled to copy the source along with the object code. + +5. A program that contains no derivative of any portion of the Library, but +is designed to work with the Library by being compiled or linked with it, +is called a "work that uses the Library". Such a work, in isolation, is not +a derivative work of the Library, and therefore falls outside the scope of +this License. + +However, linking a "work that uses the Library" with the Library creates an +executable that is a derivative of the Library (because it contains portions +of the Library), rather than a "work that uses the library". The executable +is therefore covered by this License. Section 6 states terms for distribution +of such executables. + +When a "work that uses the Library" uses material from a header file that +is part of the Library, the object code for the work may be a derivative work +of the Library even though the source code is not. Whether this is true is +especially significant if the work can be linked without the Library, or if +the work is itself a library. The threshold for this to be true is not precisely +defined by law. + +If such an object file uses only numerical parameters, data structure layouts +and accessors, and small macros and small inline functions (ten lines or less +in length), then the use of the object file is unrestricted, regardless of +whether it is legally a derivative work. (Executables containing this object +code plus portions of the Library will still fall under Section 6.) + +Otherwise, if the work is a derivative of the Library, you may distribute +the object code for the work under the terms of Section 6. Any executables +containing that work also fall under Section 6, whether or not they are linked +directly with the Library itself. + +6. As an exception to the Sections above, you may also combine or link a "work +that uses the Library" with the Library to produce a work containing portions +of the Library, and distribute that work under terms of your choice, provided +that the terms permit modification of the work for the customer's own use +and reverse engineering for debugging such modifications. + +You must give prominent notice with each copy of the work that the Library +is used in it and that the Library and its use are covered by this License. +You must supply a copy of this License. If the work during execution displays +copyright notices, you must include the copyright notice for the Library among +them, as well as a reference directing the user to the copy of this License. +Also, you must do one of these things: + +a) Accompany the work with the complete corresponding machine-readable source +code for the Library including whatever changes were used in the work (which +must be distributed under Sections 1 and 2 above); and, if the work is an +executable linked with the Library, with the complete machine-readable "work +that uses the Library", as object code and/or source code, so that the user +can modify the Library and then relink to produce a modified executable containing +the modified Library. (It is understood that the user who changes the contents +of definitions files in the Library will not necessarily be able to recompile +the application to use the modified definitions.) + +b) Use a suitable shared library mechanism for linking with the Library. A +suitable mechanism is one that (1) uses at run time a copy of the library +already present on the user's computer system, rather than copying library +functions into the executable, and (2) will operate properly with a modified +version of the library, if the user installs one, as long as the modified +version is interface-compatible with the version that the work was made with. + +c) Accompany the work with a written offer, valid for at least three years, +to give the same user the materials specified in Subsection 6a, above, for +a charge no more than the cost of performing this distribution. + +d) If distribution of the work is made by offering access to copy from a designated +place, offer equivalent access to copy the above specified materials from +the same place. + +e) Verify that the user has already received a copy of these materials or +that you have already sent this user a copy. + +For an executable, the required form of the "work that uses the Library" must +include any data and utility programs needed for reproducing the executable +from it. However, as a special exception, the materials to be distributed +need not include anything that is normally distributed (in either source or +binary form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component itself +accompanies the executable. + +It may happen that this requirement contradicts the license restrictions of +other proprietary libraries that do not normally accompany the operating system. +Such a contradiction means you cannot use both them and the Library together +in an executable that you distribute. + +7. You may place library facilities that are a work based on the Library side-by-side +in a single library together with other library facilities not covered by +this License, and distribute such a combined library, provided that the separate +distribution of the work based on the Library and of the other library facilities +is otherwise permitted, and provided that you do these two things: + +a) Accompany the combined library with a copy of the same work based on the +Library, uncombined with any other library facilities. This must be distributed +under the terms of the Sections above. + +b) Give prominent notice with the combined library of the fact that part of +it is a work based on the Library, and explaining where to find the accompanying +uncombined form of the same work. + +8. You may not copy, modify, sublicense, link with, or distribute the Library +except as expressly provided under this License. Any attempt otherwise to +copy, modify, sublicense, link with, or distribute the Library is void, and +will automatically terminate your rights under this License. However, parties +who have received copies, or rights, from you under this License will not +have their licenses terminated so long as such parties remain in full compliance. + +9. You are not required to accept this License, since you have not signed +it. However, nothing else grants you permission to modify or distribute the +Library or its derivative works. These actions are prohibited by law if you +do not accept this License. Therefore, by modifying or distributing the Library +(or any work based on the Library), you indicate your acceptance of this License +to do so, and all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + +10. Each time you redistribute the Library (or any work based on the Library), +the recipient automatically receives a license from the original licensor +to copy, distribute, link with or modify the Library subject to these terms +and conditions. You may not impose any further restrictions on the recipients' +exercise of the rights granted herein. You are not responsible for enforcing +compliance by third parties with this License. + +11. If, as a consequence of a court judgment or allegation of patent infringement +or for any other reason (not limited to patent issues), conditions are imposed +on you (whether by court order, agreement or otherwise) that contradict the +conditions of this License, they do not excuse you from the conditions of +this License. If you cannot distribute so as to satisfy simultaneously your +obligations under this License and any other pertinent obligations, then as +a consequence you may not distribute the Library at all. For example, if a +patent license would not permit royalty-free redistribution of the Library +by all those who receive copies directly or indirectly through you, then the +only way you could satisfy both it and this License would be to refrain entirely +from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents +or other property right claims or to contest validity of any such claims; +this section has the sole purpose of protecting the integrity of the free +software distribution system which is implemented by public license practices. +Many people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose +that choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +12. If the distribution and/or use of the Library is restricted in certain +countries either by patents or by copyrighted interfaces, the original copyright +holder who places the Library under this License may add an explicit geographical +distribution limitation excluding those countries, so that distribution is +permitted only in or among countries not thus excluded. In such case, this +License incorporates the limitation as if written in the body of this License. + +13. The Free Software Foundation may publish revised and/or new versions of +the Lesser General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to address +new problems or concerns. + +Each version is given a distinguishing version number. If the Library specifies +a version number of this License which applies to it and "any later version", +you have the option of following the terms and conditions either of that version +or of any later version published by the Free Software Foundation. If the +Library does not specify a license version number, you may choose any version +ever published by the Free Software Foundation. + +14. If you wish to incorporate parts of the Library into other free programs +whose distribution conditions are incompatible with these, write to the author +to ask for permission. For software which is copyrighted by the Free Software +Foundation, write to the Free Software Foundation; we sometimes make exceptions +for this. Our decision will be guided by the two goals of preserving the free +status of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + +15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY +"AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE +OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE +THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE +OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA +OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES +OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH +HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Libraries + +If you develop a new library, and you want it to be of the greatest possible +use to the public, we recommend making it free software that everyone can +redistribute and change. You can do so by permitting redistribution under +these terms (or, alternatively, under the terms of the ordinary General Public +License). + +To apply these terms, attach the following notices to the library. It is safest +to attach them to the start of each source file to most effectively convey +the exclusion of warranty; and each file should have at least the "copyright" +line and a pointer to where the full notice is found. + +< one line to give the library's name and an idea of what it does. > + +Copyright (C) < year > < name of author > + +This library is free software; you can redistribute it and/or modify it under +the terms of the GNU Lesser General Public License as published by the Free +Software Foundation; either version 2.1 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 Lesser General Public License for more +details. + +You should have received a copy of the GNU Lesser General Public License along +with this library; if not, write to the Free Software Foundation, Inc., 51 +Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Also add information +on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the library, if necessary. Here +is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in + +the library `Frob' (a library for tweaking knobs) written + +by James Random Hacker. + +< signature of Ty Coon > , 1 April 1990 + +Ty Coon, President of Vice + +That's all there is to it! diff --git a/LICENSES/LGPL-3.0-only.txt b/LICENSES/LGPL-3.0-only.txt new file mode 100644 index 000000000..bd405afbe --- /dev/null +++ b/LICENSES/LGPL-3.0-only.txt @@ -0,0 +1,163 @@ +GNU LESSER GENERAL PUBLIC LICENSE + +Version 3, 29 June 2007 + +Copyright (C) 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +This version of the GNU Lesser General Public License incorporates the terms +and conditions of version 3 of the GNU General Public License, supplemented +by the additional permissions listed below. + + 0. Additional Definitions. + + + +As used herein, "this License" refers to version 3 of the GNU Lesser General +Public License, and the "GNU GPL" refers to version 3 of the GNU General Public +License. + + + +"The Library" refers to a covered work governed by this License, other than +an Application or a Combined Work as defined below. + + + +An "Application" is any work that makes use of an interface provided by the +Library, but which is not otherwise based on the Library. Defining a subclass +of a class defined by the Library is deemed a mode of using an interface provided +by the Library. + + + +A "Combined Work" is a work produced by combining or linking an Application +with the Library. The particular version of the Library with which the Combined +Work was made is also called the "Linked Version". + + + +The "Minimal Corresponding Source" for a Combined Work means the Corresponding +Source for the Combined Work, excluding any source code for portions of the +Combined Work that, considered in isolation, are based on the Application, +and not on the Linked Version. + + + +The "Corresponding Application Code" for a Combined Work means the object +code and/or source code for the Application, including any data and utility +programs needed for reproducing the Combined Work from the Application, but +excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + +You may convey a covered work under sections 3 and 4 of this License without +being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + +If you modify a copy of the Library, and, in your modifications, a facility +refers to a function or data to be supplied by an Application that uses the +facility (other than as an argument passed when the facility is invoked), +then you may convey a copy of the modified version: + +a) under this License, provided that you make a good faith effort to ensure +that, in the event an Application does not supply the function or data, the +facility still operates, and performs whatever part of its purpose remains +meaningful, or + +b) under the GNU GPL, with none of the additional permissions of this License +applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + +The object code form of an Application may incorporate material from a header +file that is part of the Library. You may convey such object code under terms +of your choice, provided that, if the incorporated material is not limited +to numerical parameters, data structure layouts and accessors, or small macros, +inline functions and templates (ten or fewer lines in length), you do both +of the following: + +a) Give prominent notice with each copy of the object code that the Library +is used in it and that the Library and its use are covered by this License. + +b) Accompany the object code with a copy of the GNU GPL and this license document. + + 4. Combined Works. + +You may convey a Combined Work under terms of your choice that, taken together, +effectively do not restrict modification of the portions of the Library contained +in the Combined Work and reverse engineering for debugging such modifications, +if you also do each of the following: + +a) Give prominent notice with each copy of the Combined Work that the Library +is used in it and that the Library and its use are covered by this License. + +b) Accompany the Combined Work with a copy of the GNU GPL and this license +document. + +c) For a Combined Work that displays copyright notices during execution, include +the copyright notice for the Library among these notices, as well as a reference +directing the user to the copies of the GNU GPL and this license document. + + d) Do one of the following: + +0) Convey the Minimal Corresponding Source under the terms of this License, +and the Corresponding Application Code in a form suitable for, and under terms +that permit, the user to recombine or relink the Application with a modified +version of the Linked Version to produce a modified Combined Work, in the +manner specified by section 6 of the GNU GPL for conveying Corresponding Source. + +1) Use a suitable shared library mechanism for linking with the Library. A +suitable mechanism is one that (a) uses at run time a copy of the Library +already present on the user's computer system, and (b) will operate properly +with a modified version of the Library that is interface-compatible with the +Linked Version. + +e) Provide Installation Information, but only if you would otherwise be required +to provide such information under section 6 of the GNU GPL, and only to the +extent that such information is necessary to install and execute a modified +version of the Combined Work produced by recombining or relinking the Application +with a modified version of the Linked Version. (If you use option 4d0, the +Installation Information must accompany the Minimal Corresponding Source and +Corresponding Application Code. If you use option 4d1, you must provide the +Installation Information in the manner specified by section 6 of the GNU GPL +for conveying Corresponding Source.) + + 5. Combined Libraries. + +You may place library facilities that are a work based on the Library side +by side in a single library together with other library facilities that are +not Applications and are not covered by this License, and convey such a combined +library under terms of your choice, if you do both of the following: + +a) Accompany the combined library with a copy of the same work based on the +Library, uncombined with any other library facilities, conveyed under the +terms of this License. + +b) Give prominent notice with the combined library that part of it is a work +based on the Library, and explaining where to find the accompanying uncombined +form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + +The Free Software Foundation may publish revised and/or new versions of the +GNU Lesser General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to address +new problems or concerns. + +Each version is given a distinguishing version number. If the Library as you +received it specifies that a certain numbered version of the GNU Lesser General +Public License "or any later version" applies to it, you have the option of +following the terms and conditions either of that published version or of +any later version published by the Free Software Foundation. If the Library +as you received it does not specify a version number of the GNU Lesser General +Public License, you may choose any version of the GNU Lesser General Public +License ever published by the Free Software Foundation. + +If the Library as you received it specifies that a proxy can decide whether +future versions of the GNU Lesser General Public License shall apply, that +proxy's public statement of acceptance of any version is permanent authorization +for you to choose that version for the Library. diff --git a/LICENSES/LicenseRef-KDE-Accepted-GPL.txt b/LICENSES/LicenseRef-KDE-Accepted-GPL.txt new file mode 100644 index 000000000..60a2dffc9 --- /dev/null +++ b/LICENSES/LicenseRef-KDE-Accepted-GPL.txt @@ -0,0 +1,12 @@ +This library 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 3 of +the license or (at your option) at any later version that is +accepted by the membership of KDE e.V. (or its successor +approved by the membership of KDE e.V.), which shall act as a +proxy as defined in Section 14 of version 3 of the license. + +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. diff --git a/LICENSES/LicenseRef-KDE-Accepted-LGPL.txt b/LICENSES/LicenseRef-KDE-Accepted-LGPL.txt new file mode 100644 index 000000000..232b3c5da --- /dev/null +++ b/LICENSES/LicenseRef-KDE-Accepted-LGPL.txt @@ -0,0 +1,12 @@ +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 3 of the license or (at your option) any later version +that is accepted by the membership of KDE e.V. (or its successor +approved by the membership of KDE e.V.), which shall act as a +proxy as defined in Section 6 of version 3 of the license. + +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. diff --git a/LICENSES/MIT.txt b/LICENSES/MIT.txt new file mode 100644 index 000000000..204b93da4 --- /dev/null +++ b/LICENSES/MIT.txt @@ -0,0 +1,19 @@ +MIT License Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS +OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF +OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/abstract_client.cpp b/abstract_client.cpp index 4a4d9a759..0b06a087c 100644 --- a/abstract_client.cpp +++ b/abstract_client.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "abstract_client.h" diff --git a/abstract_client.h b/abstract_client.h index c5e3dbd80..c6ed4f216 100644 --- a/abstract_client.h +++ b/abstract_client.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_ABSTRACT_CLIENT_H #define KWIN_ABSTRACT_CLIENT_H diff --git a/abstract_opengl_context_attribute_builder.cpp b/abstract_opengl_context_attribute_builder.cpp index c47eb4e82..5e993da91 100644 --- a/abstract_opengl_context_attribute_builder.cpp +++ b/abstract_opengl_context_attribute_builder.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "abstract_opengl_context_attribute_builder.h" diff --git a/abstract_opengl_context_attribute_builder.h b/abstract_opengl_context_attribute_builder.h index 0028abc96..8eea505c7 100644 --- a/abstract_opengl_context_attribute_builder.h +++ b/abstract_opengl_context_attribute_builder.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once #include diff --git a/abstract_output.cpp b/abstract_output.cpp index 3b31c5b60..82f8749de 100644 --- a/abstract_output.cpp +++ b/abstract_output.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2018 Roman Gilg +SPDX-FileCopyrightText: 2018 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "abstract_output.h" diff --git a/abstract_output.h b/abstract_output.h index 7a483aec0..94300ff3b 100644 --- a/abstract_output.h +++ b/abstract_output.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_ABSTRACT_OUTPUT_H #define KWIN_ABSTRACT_OUTPUT_H diff --git a/abstract_wayland_output.cpp b/abstract_wayland_output.cpp index fff005d76..59698b118 100644 --- a/abstract_wayland_output.cpp +++ b/abstract_wayland_output.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg -Copyright 2020 David Edmundson +SPDX-FileCopyrightText: 2019 Roman Gilg +SPDX-FileCopyrightText: 2020 David Edmundson -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "abstract_wayland_output.h" diff --git a/abstract_wayland_output.h b/abstract_wayland_output.h index cc2ed4c01..b65784fd0 100644 --- a/abstract_wayland_output.h +++ b/abstract_wayland_output.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_ABSTRACT_WAYLAND_OUTPUT_H #define KWIN_ABSTRACT_WAYLAND_OUTPUT_H diff --git a/activation.cpp b/activation.cpp index f0b7d19b8..a6316900c 100644 --- a/activation.cpp +++ b/activation.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ /* diff --git a/activities.cpp b/activities.cpp index 03e4e8321..9363ea09b 100644 --- a/activities.cpp +++ b/activities.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "activities.h" // KWin diff --git a/activities.h b/activities.h index 15ed8de37..c8e136531 100644 --- a/activities.h +++ b/activities.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_ACTIVITIES_H #define KWIN_ACTIVITIES_H diff --git a/appmenu.cpp b/appmenu.cpp index 89bc44ffb..9c5a09ec1 100644 --- a/appmenu.cpp +++ b/appmenu.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (c) 2011 Lionel Chauvin -Copyright (c) 2011,2012 Cédric Bellegarde -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2011 Lionel Chauvin +SPDX-FileCopyrightText: 2011, 2012 Cédric Bellegarde +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "appmenu.h" #include "x11client.h" diff --git a/appmenu.h b/appmenu.h index 9e6cee754..debd800d2 100644 --- a/appmenu.h +++ b/appmenu.h @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (c) 2011 Lionel Chauvin -Copyright (c) 2011,2012 Cédric Bellegarde -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2011 Lionel Chauvin +SPDX-FileCopyrightText: 2011, 2012 Cédric Bellegarde +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_APPMENU_H #define KWIN_APPMENU_H diff --git a/atoms.cpp b/atoms.cpp index 22705e1c9..a8797637c 100644 --- a/atoms.cpp +++ b/atoms.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "atoms.h" diff --git a/atoms.h b/atoms.h index 9749731a0..71b1696b9 100644 --- a/atoms.h +++ b/atoms.h @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_ATOMS_H diff --git a/autotests/drm/mock_drm.cpp b/autotests/drm/mock_drm.cpp index 70123e266..b97334ff8 100644 --- a/autotests/drm/mock_drm.cpp +++ b/autotests/drm/mock_drm.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mock_drm.h" diff --git a/autotests/drm/mock_drm.h b/autotests/drm/mock_drm.h index bba6edfa3..814c252ba 100644 --- a/autotests/drm/mock_drm.h +++ b/autotests/drm/mock_drm.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once #include diff --git a/autotests/drm/objecttest.cpp b/autotests/drm/objecttest.cpp index 87269c4bc..b012cb3f7 100644 --- a/autotests/drm/objecttest.cpp +++ b/autotests/drm/objecttest.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mock_drm.h" #include "../../plugins/platforms/drm/drm_object.h" diff --git a/autotests/fakeeffectplugin.cpp b/autotests/fakeeffectplugin.cpp index ddb5d41dd..d2476a658 100644 --- a/autotests/fakeeffectplugin.cpp +++ b/autotests/fakeeffectplugin.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include diff --git a/autotests/fakeeffectplugin_version.cpp b/autotests/fakeeffectplugin_version.cpp index e897ac067..2a53bfd8f 100644 --- a/autotests/fakeeffectplugin_version.cpp +++ b/autotests/fakeeffectplugin_version.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include diff --git a/autotests/integration/activation_test.cpp b/autotests/integration/activation_test.cpp index c50017bd6..5d74df3ba 100644 --- a/autotests/integration/activation_test.cpp +++ b/autotests/integration/activation_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" diff --git a/autotests/integration/activities_test.cpp b/autotests/integration/activities_test.cpp index 9df6ebd3e..c95a12e48 100644 --- a/autotests/integration/activities_test.cpp +++ b/autotests/integration/activities_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "platform.h" diff --git a/autotests/integration/buffer_size_change_test.cpp b/autotests/integration/buffer_size_change_test.cpp index dd2b2f054..39f8762fd 100644 --- a/autotests/integration/buffer_size_change_test.cpp +++ b/autotests/integration/buffer_size_change_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "generic_scene_opengl_test.h" diff --git a/autotests/integration/colorcorrect_nightcolor_test.cpp b/autotests/integration/colorcorrect_nightcolor_test.cpp index b1bc609c2..dfdb2ee72 100644 --- a/autotests/integration/colorcorrect_nightcolor_test.cpp +++ b/autotests/integration/colorcorrect_nightcolor_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2017 Roman Gilg +SPDX-FileCopyrightText: 2017 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" diff --git a/autotests/integration/data/anim-data-delete-effect/effect.js b/autotests/integration/data/anim-data-delete-effect/effect.js index c20203cbe..0c4ed22e5 100644 --- a/autotests/integration/data/anim-data-delete-effect/effect.js +++ b/autotests/integration/data/anim-data-delete-effect/effect.js @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2016 Martin Gräßlin + SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ effects.windowAdded.connect(function(w) { w.fadeAnimation = effect.animate(w, Effect.Opacity, 100, 1.0, 0.0); diff --git a/autotests/integration/dbus_interface_test.cpp b/autotests/integration/dbus_interface_test.cpp index 650553639..7df70a7df 100644 --- a/autotests/integration/dbus_interface_test.cpp +++ b/autotests/integration/dbus_interface_test.cpp @@ -2,23 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Martin Flöser +SPDX-FileCopyrightText: 2018 Martin Flöser -This 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) version 3 or any later version -accepted by the membership of KDE e.V. (or its successor approved -by the membership of KDE e.V.), which shall act as a proxy -defined in Section 14 of version 3 of the license. - -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, see . +SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL *********************************************************************/ #include "kwin_wayland_test.h" #include "abstract_client.h" diff --git a/autotests/integration/debug_console_test.cpp b/autotests/integration/debug_console_test.cpp index 9afbaf885..221a7b250 100644 --- a/autotests/integration/debug_console_test.cpp +++ b/autotests/integration/debug_console_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "abstract_client.h" diff --git a/autotests/integration/decoration_input_test.cpp b/autotests/integration/decoration_input_test.cpp index 8a507e9f6..0317e903c 100644 --- a/autotests/integration/decoration_input_test.cpp +++ b/autotests/integration/decoration_input_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "abstract_client.h" diff --git a/autotests/integration/desktop_window_x11_test.cpp b/autotests/integration/desktop_window_x11_test.cpp index 3b58f6a29..69b532bed 100644 --- a/autotests/integration/desktop_window_x11_test.cpp +++ b/autotests/integration/desktop_window_x11_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "abstract_client.h" diff --git a/autotests/integration/dont_crash_aurorae_destroy_deco.cpp b/autotests/integration/dont_crash_aurorae_destroy_deco.cpp index fc6aaea74..807d386e2 100644 --- a/autotests/integration/dont_crash_aurorae_destroy_deco.cpp +++ b/autotests/integration/dont_crash_aurorae_destroy_deco.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "platform.h" diff --git a/autotests/integration/dont_crash_cancel_animation.cpp b/autotests/integration/dont_crash_cancel_animation.cpp index 790aecb59..e426408ca 100644 --- a/autotests/integration/dont_crash_cancel_animation.cpp +++ b/autotests/integration/dont_crash_cancel_animation.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "platform.h" diff --git a/autotests/integration/dont_crash_cursor_physical_size_empty.cpp b/autotests/integration/dont_crash_cursor_physical_size_empty.cpp index 2c08d03d8..28697ecd1 100644 --- a/autotests/integration/dont_crash_cursor_physical_size_empty.cpp +++ b/autotests/integration/dont_crash_cursor_physical_size_empty.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Martin Flöser +SPDX-FileCopyrightText: 2018 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "composite.h" diff --git a/autotests/integration/dont_crash_empty_deco.cpp b/autotests/integration/dont_crash_empty_deco.cpp index e3eb7fc48..f47fe7485 100644 --- a/autotests/integration/dont_crash_empty_deco.cpp +++ b/autotests/integration/dont_crash_empty_deco.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "platform.h" diff --git a/autotests/integration/dont_crash_glxgears.cpp b/autotests/integration/dont_crash_glxgears.cpp index ab00782cf..f217ee80b 100644 --- a/autotests/integration/dont_crash_glxgears.cpp +++ b/autotests/integration/dont_crash_glxgears.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "platform.h" diff --git a/autotests/integration/dont_crash_no_border.cpp b/autotests/integration/dont_crash_no_border.cpp index 40746db00..b91f12487 100644 --- a/autotests/integration/dont_crash_no_border.cpp +++ b/autotests/integration/dont_crash_no_border.cpp @@ -3,20 +3,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "platform.h" diff --git a/autotests/integration/dont_crash_reinitialize_compositor.cpp b/autotests/integration/dont_crash_reinitialize_compositor.cpp index e1eca03f7..92121f6f0 100644 --- a/autotests/integration/dont_crash_reinitialize_compositor.cpp +++ b/autotests/integration/dont_crash_reinitialize_compositor.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" diff --git a/autotests/integration/dont_crash_useractions_menu.cpp b/autotests/integration/dont_crash_useractions_menu.cpp index 32137c7c9..ec2c5a465 100644 --- a/autotests/integration/dont_crash_useractions_menu.cpp +++ b/autotests/integration/dont_crash_useractions_menu.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "abstract_client.h" diff --git a/autotests/integration/effects/desktop_switching_animation_test.cpp b/autotests/integration/effects/desktop_switching_animation_test.cpp index f1a536b05..3d5a0791e 100644 --- a/autotests/integration/effects/desktop_switching_animation_test.cpp +++ b/autotests/integration/effects/desktop_switching_animation_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" diff --git a/autotests/integration/effects/maximize_animation_test.cpp b/autotests/integration/effects/maximize_animation_test.cpp index 0f549e856..173a21361 100644 --- a/autotests/integration/effects/maximize_animation_test.cpp +++ b/autotests/integration/effects/maximize_animation_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" diff --git a/autotests/integration/effects/minimize_animation_test.cpp b/autotests/integration/effects/minimize_animation_test.cpp index c4148d7b4..8bf8d7b30 100644 --- a/autotests/integration/effects/minimize_animation_test.cpp +++ b/autotests/integration/effects/minimize_animation_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" diff --git a/autotests/integration/effects/popup_open_close_animation_test.cpp b/autotests/integration/effects/popup_open_close_animation_test.cpp index aec204b0c..80db34db4 100644 --- a/autotests/integration/effects/popup_open_close_animation_test.cpp +++ b/autotests/integration/effects/popup_open_close_animation_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" diff --git a/autotests/integration/effects/scripted_effects_test.cpp b/autotests/integration/effects/scripted_effects_test.cpp index bf065c211..99ba294fa 100644 --- a/autotests/integration/effects/scripted_effects_test.cpp +++ b/autotests/integration/effects/scripted_effects_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 David Edmundson +SPDX-FileCopyrightText: 2018 David Edmundson -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "scripting/scriptedeffect.h" diff --git a/autotests/integration/effects/slidingpopups_test.cpp b/autotests/integration/effects/slidingpopups_test.cpp index ab5d615f7..349c220d3 100644 --- a/autotests/integration/effects/slidingpopups_test.cpp +++ b/autotests/integration/effects/slidingpopups_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "x11client.h" diff --git a/autotests/integration/effects/toplevel_open_close_animation_test.cpp b/autotests/integration/effects/toplevel_open_close_animation_test.cpp index c7d9990be..628343323 100644 --- a/autotests/integration/effects/toplevel_open_close_animation_test.cpp +++ b/autotests/integration/effects/toplevel_open_close_animation_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" diff --git a/autotests/integration/effects/translucency_test.cpp b/autotests/integration/effects/translucency_test.cpp index e28235abf..88a6fc7a0 100644 --- a/autotests/integration/effects/translucency_test.cpp +++ b/autotests/integration/effects/translucency_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "x11client.h" diff --git a/autotests/integration/effects/windowgeometry_test.cpp b/autotests/integration/effects/windowgeometry_test.cpp index cd1330e08..ed49e8702 100644 --- a/autotests/integration/effects/windowgeometry_test.cpp +++ b/autotests/integration/effects/windowgeometry_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "abstract_client.h" diff --git a/autotests/integration/effects/wobbly_shade_test.cpp b/autotests/integration/effects/wobbly_shade_test.cpp index 5fd98199e..4bb0a660f 100644 --- a/autotests/integration/effects/wobbly_shade_test.cpp +++ b/autotests/integration/effects/wobbly_shade_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Martin Flöser +SPDX-FileCopyrightText: 2018 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "x11client.h" diff --git a/autotests/integration/fakes/org.kde.kdecoration2/fakedecoration_with_shadows.cpp b/autotests/integration/fakes/org.kde.kdecoration2/fakedecoration_with_shadows.cpp index 29052ab10..1b8129e35 100644 --- a/autotests/integration/fakes/org.kde.kdecoration2/fakedecoration_with_shadows.cpp +++ b/autotests/integration/fakes/org.kde.kdecoration2/fakedecoration_with_shadows.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include diff --git a/autotests/integration/generic_scene_opengl_test.cpp b/autotests/integration/generic_scene_opengl_test.cpp index 8d7acb1d9..790ce2d0f 100644 --- a/autotests/integration/generic_scene_opengl_test.cpp +++ b/autotests/integration/generic_scene_opengl_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "generic_scene_opengl_test.h" #include "abstract_client.h" diff --git a/autotests/integration/generic_scene_opengl_test.h b/autotests/integration/generic_scene_opengl_test.h index 3e053f311..c7b8588ca 100644 --- a/autotests/integration/generic_scene_opengl_test.h +++ b/autotests/integration/generic_scene_opengl_test.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once #include "kwin_wayland_test.h" diff --git a/autotests/integration/globalshortcuts_test.cpp b/autotests/integration/globalshortcuts_test.cpp index 068b1b6aa..ef20dcf20 100644 --- a/autotests/integration/globalshortcuts_test.cpp +++ b/autotests/integration/globalshortcuts_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "x11client.h" diff --git a/autotests/integration/helper/copy.cpp b/autotests/integration/helper/copy.cpp index 855a96338..92da08017 100644 --- a/autotests/integration/helper/copy.cpp +++ b/autotests/integration/helper/copy.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include #include diff --git a/autotests/integration/helper/kill.cpp b/autotests/integration/helper/kill.cpp index 68647dac3..0eec0d395 100644 --- a/autotests/integration/helper/kill.cpp +++ b/autotests/integration/helper/kill.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin -Copyright (C) 2019 David Edmundson +SPDX-FileCopyrightText: 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2019 David Edmundson -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include #include diff --git a/autotests/integration/helper/paste.cpp b/autotests/integration/helper/paste.cpp index 8eea910df..d6b6f3e0d 100644 --- a/autotests/integration/helper/paste.cpp +++ b/autotests/integration/helper/paste.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include #include diff --git a/autotests/integration/idle_inhibition_test.cpp b/autotests/integration/idle_inhibition_test.cpp index fda10d70a..6121af7bd 100644 --- a/autotests/integration/idle_inhibition_test.cpp +++ b/autotests/integration/idle_inhibition_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "abstract_client.h" diff --git a/autotests/integration/input_stacking_order.cpp b/autotests/integration/input_stacking_order.cpp index 38b7d356a..5a4c305cd 100644 --- a/autotests/integration/input_stacking_order.cpp +++ b/autotests/integration/input_stacking_order.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "platform.h" diff --git a/autotests/integration/internal_window.cpp b/autotests/integration/internal_window.cpp index ba2780d6d..d43fb88a7 100644 --- a/autotests/integration/internal_window.cpp +++ b/autotests/integration/internal_window.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "platform.h" diff --git a/autotests/integration/keyboard_layout_test.cpp b/autotests/integration/keyboard_layout_test.cpp index 50ef7c73d..38cdc9985 100644 --- a/autotests/integration/keyboard_layout_test.cpp +++ b/autotests/integration/keyboard_layout_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Gräßlin +SPDX-FileCopyrightText: 2017 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "abstract_client.h" diff --git a/autotests/integration/keymap_creation_failure_test.cpp b/autotests/integration/keymap_creation_failure_test.cpp index c986572c4..eb2fdc8ee 100644 --- a/autotests/integration/keymap_creation_failure_test.cpp +++ b/autotests/integration/keymap_creation_failure_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "abstract_client.h" diff --git a/autotests/integration/kwin_wayland_test.cpp b/autotests/integration/kwin_wayland_test.cpp index 51e146d87..3b4959975 100644 --- a/autotests/integration/kwin_wayland_test.cpp +++ b/autotests/integration/kwin_wayland_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "../../platform.h" diff --git a/autotests/integration/kwin_wayland_test.h b/autotests/integration/kwin_wayland_test.h index 6f92ede98..0e258c9e4 100644 --- a/autotests/integration/kwin_wayland_test.h +++ b/autotests/integration/kwin_wayland_test.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_WAYLAND_TEST_H #define KWIN_WAYLAND_TEST_H diff --git a/autotests/integration/kwinbindings_test.cpp b/autotests/integration/kwinbindings_test.cpp index eabe1d0ca..2240787b2 100644 --- a/autotests/integration/kwinbindings_test.cpp +++ b/autotests/integration/kwinbindings_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "abstract_client.h" diff --git a/autotests/integration/lockscreen.cpp b/autotests/integration/lockscreen.cpp index 34685df4a..0eaa24d22 100644 --- a/autotests/integration/lockscreen.cpp +++ b/autotests/integration/lockscreen.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "platform.h" diff --git a/autotests/integration/maximize_test.cpp b/autotests/integration/maximize_test.cpp index 77ad38cf2..4863bf6f0 100644 --- a/autotests/integration/maximize_test.cpp +++ b/autotests/integration/maximize_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "abstract_client.h" diff --git a/autotests/integration/modifier_only_shortcut_test.cpp b/autotests/integration/modifier_only_shortcut_test.cpp index 37e383f4d..258e3834b 100644 --- a/autotests/integration/modifier_only_shortcut_test.cpp +++ b/autotests/integration/modifier_only_shortcut_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "cursor.h" diff --git a/autotests/integration/move_resize_window_test.cpp b/autotests/integration/move_resize_window_test.cpp index f54674d77..6c81b58d7 100644 --- a/autotests/integration/move_resize_window_test.cpp +++ b/autotests/integration/move_resize_window_test.cpp @@ -3,20 +3,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "atoms.h" diff --git a/autotests/integration/no_global_shortcuts_test.cpp b/autotests/integration/no_global_shortcuts_test.cpp index f86e9a0ca..7775953ab 100644 --- a/autotests/integration/no_global_shortcuts_test.cpp +++ b/autotests/integration/no_global_shortcuts_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Martin Flöser +SPDX-FileCopyrightText: 2018 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "cursor.h" diff --git a/autotests/integration/no_xdg_runtime_dir_test.cpp b/autotests/integration/no_xdg_runtime_dir_test.cpp index 802edb564..254abbf70 100644 --- a/autotests/integration/no_xdg_runtime_dir_test.cpp +++ b/autotests/integration/no_xdg_runtime_dir_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "wayland_server.h" diff --git a/autotests/integration/placement_test.cpp b/autotests/integration/placement_test.cpp index f1eea04e1..1c1124b19 100644 --- a/autotests/integration/placement_test.cpp +++ b/autotests/integration/placement_test.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 David Edmundson -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2019 David Edmundson +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "abstract_client.h" #include "cursor.h" diff --git a/autotests/integration/plasma_surface_test.cpp b/autotests/integration/plasma_surface_test.cpp index 35d990e3e..13a416747 100644 --- a/autotests/integration/plasma_surface_test.cpp +++ b/autotests/integration/plasma_surface_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "abstract_client.h" diff --git a/autotests/integration/plasmawindow_test.cpp b/autotests/integration/plasmawindow_test.cpp index 8f9bd9fbf..0ad56f926 100644 --- a/autotests/integration/plasmawindow_test.cpp +++ b/autotests/integration/plasmawindow_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "platform.h" diff --git a/autotests/integration/platformcursor.cpp b/autotests/integration/platformcursor.cpp index a9b253583..cc422f4db 100644 --- a/autotests/integration/platformcursor.cpp +++ b/autotests/integration/platformcursor.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "cursor.h" diff --git a/autotests/integration/pointer_constraints_test.cpp b/autotests/integration/pointer_constraints_test.cpp index ed52695c0..c4a46f202 100644 --- a/autotests/integration/pointer_constraints_test.cpp +++ b/autotests/integration/pointer_constraints_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "abstract_client.h" diff --git a/autotests/integration/pointer_input.cpp b/autotests/integration/pointer_input.cpp index f01aeb54c..b397c1ea4 100644 --- a/autotests/integration/pointer_input.cpp +++ b/autotests/integration/pointer_input.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "platform.h" diff --git a/autotests/integration/quick_tiling_test.cpp b/autotests/integration/quick_tiling_test.cpp index c78f8d756..f08055c41 100644 --- a/autotests/integration/quick_tiling_test.cpp +++ b/autotests/integration/quick_tiling_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "platform.h" diff --git a/autotests/integration/scene_opengl_es_test.cpp b/autotests/integration/scene_opengl_es_test.cpp index 1904322b9..f96712a15 100644 --- a/autotests/integration/scene_opengl_es_test.cpp +++ b/autotests/integration/scene_opengl_es_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "generic_scene_opengl_test.h" diff --git a/autotests/integration/scene_opengl_shadow_test.cpp b/autotests/integration/scene_opengl_shadow_test.cpp index 012f543e0..27c573d85 100644 --- a/autotests/integration/scene_opengl_shadow_test.cpp +++ b/autotests/integration/scene_opengl_shadow_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include diff --git a/autotests/integration/scene_opengl_test.cpp b/autotests/integration/scene_opengl_test.cpp index faaed016f..2a9daafb9 100644 --- a/autotests/integration/scene_opengl_test.cpp +++ b/autotests/integration/scene_opengl_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "generic_scene_opengl_test.h" diff --git a/autotests/integration/scene_qpainter_shadow_test.cpp b/autotests/integration/scene_qpainter_shadow_test.cpp index 5736f9288..3680eec85 100644 --- a/autotests/integration/scene_qpainter_shadow_test.cpp +++ b/autotests/integration/scene_qpainter_shadow_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include diff --git a/autotests/integration/scene_qpainter_test.cpp b/autotests/integration/scene_qpainter_test.cpp index 015234e04..7c8e40a0c 100644 --- a/autotests/integration/scene_qpainter_test.cpp +++ b/autotests/integration/scene_qpainter_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "composite.h" diff --git a/autotests/integration/screen_changes_test.cpp b/autotests/integration/screen_changes_test.cpp index a5a009b41..bc6dd22f4 100644 --- a/autotests/integration/screen_changes_test.cpp +++ b/autotests/integration/screen_changes_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "cursor.h" diff --git a/autotests/integration/screenedge_client_show_test.cpp b/autotests/integration/screenedge_client_show_test.cpp index 514d85b69..a581ffd57 100644 --- a/autotests/integration/screenedge_client_show_test.cpp +++ b/autotests/integration/screenedge_client_show_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "platform.h" diff --git a/autotests/integration/scripting/minimizeall_test.cpp b/autotests/integration/scripting/minimizeall_test.cpp index ad19c92dc..b0b5cab4d 100644 --- a/autotests/integration/scripting/minimizeall_test.cpp +++ b/autotests/integration/scripting/minimizeall_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" diff --git a/autotests/integration/scripting/screenedge_test.cpp b/autotests/integration/scripting/screenedge_test.cpp index 99a0e2b79..f0f7a8241 100644 --- a/autotests/integration/scripting/screenedge_test.cpp +++ b/autotests/integration/scripting/screenedge_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "cursor.h" diff --git a/autotests/integration/shade_test.cpp b/autotests/integration/shade_test.cpp index f4f302f4a..861d631d4 100644 --- a/autotests/integration/shade_test.cpp +++ b/autotests/integration/shade_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "platform.h" diff --git a/autotests/integration/showing_desktop_test.cpp b/autotests/integration/showing_desktop_test.cpp index 2d9ab26de..33de8b3de 100644 --- a/autotests/integration/showing_desktop_test.cpp +++ b/autotests/integration/showing_desktop_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "abstract_client.h" diff --git a/autotests/integration/stacking_order_test.cpp b/autotests/integration/stacking_order_test.cpp index c6265c7b1..a2d9d07c1 100644 --- a/autotests/integration/stacking_order_test.cpp +++ b/autotests/integration/stacking_order_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" diff --git a/autotests/integration/struts_test.cpp b/autotests/integration/struts_test.cpp index 831eca1cd..17f73aded 100644 --- a/autotests/integration/struts_test.cpp +++ b/autotests/integration/struts_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "platform.h" diff --git a/autotests/integration/tabbox_test.cpp b/autotests/integration/tabbox_test.cpp index da96c9728..401dbcf46 100644 --- a/autotests/integration/tabbox_test.cpp +++ b/autotests/integration/tabbox_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "abstract_client.h" diff --git a/autotests/integration/test_helpers.cpp b/autotests/integration/test_helpers.cpp index 0f3fcb83c..8cf63f30f 100644 --- a/autotests/integration/test_helpers.cpp +++ b/autotests/integration/test_helpers.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "abstract_client.h" diff --git a/autotests/integration/touch_input_test.cpp b/autotests/integration/touch_input_test.cpp index 73239b8a5..eba49105a 100644 --- a/autotests/integration/touch_input_test.cpp +++ b/autotests/integration/touch_input_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "abstract_client.h" diff --git a/autotests/integration/transient_placement.cpp b/autotests/integration/transient_placement.cpp index 02f7df334..9c0065225 100644 --- a/autotests/integration/transient_placement.cpp +++ b/autotests/integration/transient_placement.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "platform.h" diff --git a/autotests/integration/virtual_desktop_test.cpp b/autotests/integration/virtual_desktop_test.cpp index 535b0a527..2f47a5af6 100644 --- a/autotests/integration/virtual_desktop_test.cpp +++ b/autotests/integration/virtual_desktop_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "abstract_client.h" diff --git a/autotests/integration/window_rules_test.cpp b/autotests/integration/window_rules_test.cpp index 40e3de69b..aa138581b 100644 --- a/autotests/integration/window_rules_test.cpp +++ b/autotests/integration/window_rules_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "platform.h" diff --git a/autotests/integration/window_selection_test.cpp b/autotests/integration/window_selection_test.cpp index 3bdfd6203..3baa3499c 100644 --- a/autotests/integration/window_selection_test.cpp +++ b/autotests/integration/window_selection_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "abstract_client.h" diff --git a/autotests/integration/x11_client_test.cpp b/autotests/integration/x11_client_test.cpp index 2e078e50d..1db01de56 100644 --- a/autotests/integration/x11_client_test.cpp +++ b/autotests/integration/x11_client_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "atoms.h" diff --git a/autotests/integration/xdgshellclient_rules_test.cpp b/autotests/integration/xdgshellclient_rules_test.cpp index 5b2e948b2..3ffbe36f8 100644 --- a/autotests/integration/xdgshellclient_rules_test.cpp +++ b/autotests/integration/xdgshellclient_rules_test.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2017 Martin Flöser +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" diff --git a/autotests/integration/xdgshellclient_test.cpp b/autotests/integration/xdgshellclient_test.cpp index e0cc420fb..f11f46c41 100644 --- a/autotests/integration/xdgshellclient_test.cpp +++ b/autotests/integration/xdgshellclient_test.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin -Copyright (C) 2019 David Edmundson +SPDX-FileCopyrightText: 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2019 David Edmundson -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "abstract_client.h" diff --git a/autotests/integration/xwayland_input_test.cpp b/autotests/integration/xwayland_input_test.cpp index 420cb1d4e..a23307d68 100644 --- a/autotests/integration/xwayland_input_test.cpp +++ b/autotests/integration/xwayland_input_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "platform.h" diff --git a/autotests/integration/xwayland_selections_test.cpp b/autotests/integration/xwayland_selections_test.cpp index 5c27944eb..e5c555d23 100644 --- a/autotests/integration/xwayland_selections_test.cpp +++ b/autotests/integration/xwayland_selections_test.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2016 Martin Gräßlin -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwin_wayland_test.h" #include "abstract_client.h" diff --git a/autotests/libinput/context_test.cpp b/autotests/libinput/context_test.cpp index a860bcd3d..7a66dda17 100644 --- a/autotests/libinput/context_test.cpp +++ b/autotests/libinput/context_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mock_libinput.h" #include "mock_udev.h" diff --git a/autotests/libinput/device_test.cpp b/autotests/libinput/device_test.cpp index cebc895d6..d72c1b76f 100644 --- a/autotests/libinput/device_test.cpp +++ b/autotests/libinput/device_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mock_libinput.h" #include "../../libinput/device.h" diff --git a/autotests/libinput/gesture_event_test.cpp b/autotests/libinput/gesture_event_test.cpp index 77c04992e..db1bd2c11 100644 --- a/autotests/libinput/gesture_event_test.cpp +++ b/autotests/libinput/gesture_event_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mock_libinput.h" #include "../../libinput/device.h" diff --git a/autotests/libinput/input_event_test.cpp b/autotests/libinput/input_event_test.cpp index 3414a2cd1..40f208684 100644 --- a/autotests/libinput/input_event_test.cpp +++ b/autotests/libinput/input_event_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mock_libinput.h" #include "../../libinput/device.h" diff --git a/autotests/libinput/key_event_test.cpp b/autotests/libinput/key_event_test.cpp index 97aea0cfa..b10bb92a6 100644 --- a/autotests/libinput/key_event_test.cpp +++ b/autotests/libinput/key_event_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mock_libinput.h" #include "../../libinput/device.h" diff --git a/autotests/libinput/mock_libinput.cpp b/autotests/libinput/mock_libinput.cpp index 5742f8f5e..e8a243872 100644 --- a/autotests/libinput/mock_libinput.cpp +++ b/autotests/libinput/mock_libinput.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include #include "mock_libinput.h" diff --git a/autotests/libinput/mock_libinput.h b/autotests/libinput/mock_libinput.h index 6f6d12646..9cc1d0916 100644 --- a/autotests/libinput/mock_libinput.h +++ b/autotests/libinput/mock_libinput.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef MOCK_LIBINPUT_H #define MOCK_LIBINPUT_H diff --git a/autotests/libinput/mock_udev.cpp b/autotests/libinput/mock_udev.cpp index fc8e228d5..df011b9cd 100644 --- a/autotests/libinput/mock_udev.cpp +++ b/autotests/libinput/mock_udev.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "../../udev.h" #include "mock_udev.h" diff --git a/autotests/libinput/mock_udev.h b/autotests/libinput/mock_udev.h index bfd6455a9..94a4b1746 100644 --- a/autotests/libinput/mock_udev.h +++ b/autotests/libinput/mock_udev.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef MOCK_UDEV_H #define MOCK_UDEV_H diff --git a/autotests/libinput/pointer_event_test.cpp b/autotests/libinput/pointer_event_test.cpp index ff4e2e0eb..34ce4ecbd 100644 --- a/autotests/libinput/pointer_event_test.cpp +++ b/autotests/libinput/pointer_event_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mock_libinput.h" #include "../../libinput/device.h" diff --git a/autotests/libinput/switch_event_test.cpp b/autotests/libinput/switch_event_test.cpp index ea0b2e986..8c779d5b4 100644 --- a/autotests/libinput/switch_event_test.cpp +++ b/autotests/libinput/switch_event_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mock_libinput.h" #include "../../libinput/device.h" diff --git a/autotests/libinput/touch_event_test.cpp b/autotests/libinput/touch_event_test.cpp index 53bae1e64..66615520c 100644 --- a/autotests/libinput/touch_event_test.cpp +++ b/autotests/libinput/touch_event_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mock_libinput.h" #include "../../libinput/device.h" diff --git a/autotests/libkwineffects/kwinglplatformtest.cpp b/autotests/libkwineffects/kwinglplatformtest.cpp index d0af47923..18fc710f0 100644 --- a/autotests/libkwineffects/kwinglplatformtest.cpp +++ b/autotests/libkwineffects/kwinglplatformtest.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mock_gl.h" #include diff --git a/autotests/libkwineffects/mock_gl.cpp b/autotests/libkwineffects/mock_gl.cpp index 51fffbe8a..22021fb5e 100644 --- a/autotests/libkwineffects/mock_gl.cpp +++ b/autotests/libkwineffects/mock_gl.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mock_gl.h" #include diff --git a/autotests/libkwineffects/mock_gl.h b/autotests/libkwineffects/mock_gl.h index cd53320ab..919a60eaf 100644 --- a/autotests/libkwineffects/mock_gl.h +++ b/autotests/libkwineffects/mock_gl.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef MOCK_GL_H #define MOCK_GL_H diff --git a/autotests/libkwineffects/timelinetest.cpp b/autotests/libkwineffects/timelinetest.cpp index 8f8e3e2a0..618460e43 100644 --- a/autotests/libkwineffects/timelinetest.cpp +++ b/autotests/libkwineffects/timelinetest.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include diff --git a/autotests/libkwineffects/windowquadlisttest.cpp b/autotests/libkwineffects/windowquadlisttest.cpp index a2519296c..1e1468a16 100644 --- a/autotests/libkwineffects/windowquadlisttest.cpp +++ b/autotests/libkwineffects/windowquadlisttest.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include #include diff --git a/autotests/libxrenderutils/blendpicture_test.cpp b/autotests/libxrenderutils/blendpicture_test.cpp index 697b12d29..426ff57e1 100644 --- a/autotests/libxrenderutils/blendpicture_test.cpp +++ b/autotests/libxrenderutils/blendpicture_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include #include diff --git a/autotests/mock_abstract_client.cpp b/autotests/mock_abstract_client.cpp index b093a18cd..ce82bfcff 100644 --- a/autotests/mock_abstract_client.cpp +++ b/autotests/mock_abstract_client.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mock_abstract_client.h" diff --git a/autotests/mock_abstract_client.h b/autotests/mock_abstract_client.h index d23e16d45..45301e5ef 100644 --- a/autotests/mock_abstract_client.h +++ b/autotests/mock_abstract_client.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_MOCK_ABSTRACT_CLIENT_H #define KWIN_MOCK_ABSTRACT_CLIENT_H diff --git a/autotests/mock_effectshandler.cpp b/autotests/mock_effectshandler.cpp index be4b1ffa5..2e1361dd0 100644 --- a/autotests/mock_effectshandler.cpp +++ b/autotests/mock_effectshandler.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mock_effectshandler.h" diff --git a/autotests/mock_effectshandler.h b/autotests/mock_effectshandler.h index ed38dd6f0..206bca707 100644 --- a/autotests/mock_effectshandler.h +++ b/autotests/mock_effectshandler.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef MOCK_EFFECTS_HANDLER_H #define MOCK_EFFECTS_HANDLER_H diff --git a/autotests/mock_screens.cpp b/autotests/mock_screens.cpp index 2124b3844..5ac55d69c 100644 --- a/autotests/mock_screens.cpp +++ b/autotests/mock_screens.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mock_screens.h" diff --git a/autotests/mock_screens.h b/autotests/mock_screens.h index 1150e034f..6ef65f7d7 100644 --- a/autotests/mock_screens.h +++ b/autotests/mock_screens.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_MOCK_SCREENS_H #define KWIN_MOCK_SCREENS_H diff --git a/autotests/mock_workspace.cpp b/autotests/mock_workspace.cpp index b4c24f8ca..950e18bcc 100644 --- a/autotests/mock_workspace.cpp +++ b/autotests/mock_workspace.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mock_workspace.h" #include "mock_abstract_client.h" diff --git a/autotests/mock_workspace.h b/autotests/mock_workspace.h index 2f958a903..f79aedf41 100644 --- a/autotests/mock_workspace.h +++ b/autotests/mock_workspace.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_MOCK_WORKSPACE_H #define KWIN_MOCK_WORKSPACE_H diff --git a/autotests/mock_x11client.cpp b/autotests/mock_x11client.cpp index a1718e6fc..cb240e92f 100644 --- a/autotests/mock_x11client.cpp +++ b/autotests/mock_x11client.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mock_x11client.h" diff --git a/autotests/mock_x11client.h b/autotests/mock_x11client.h index 6338fd25d..a9126a8e7 100644 --- a/autotests/mock_x11client.h +++ b/autotests/mock_x11client.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_MOCK_CLIENT_H #define KWIN_MOCK_CLIENT_H diff --git a/autotests/onscreennotificationtest.cpp b/autotests/onscreennotificationtest.cpp index a46e8513f..469247a30 100644 --- a/autotests/onscreennotificationtest.cpp +++ b/autotests/onscreennotificationtest.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2016 Martin Graesslin + * SPDX-FileCopyrightText: 2016 Martin Graesslin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL * */ diff --git a/autotests/onscreennotificationtest.h b/autotests/onscreennotificationtest.h index 6f525ad66..ddd41e937 100644 --- a/autotests/onscreennotificationtest.h +++ b/autotests/onscreennotificationtest.h @@ -1,21 +1,7 @@ /* - * Copyright 2016 Martin Graesslin + * SPDX-FileCopyrightText: 2016 Martin Graesslin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL * */ diff --git a/autotests/opengl_context_attribute_builder_test.cpp b/autotests/opengl_context_attribute_builder_test.cpp index 4450415e7..25e130e23 100644 --- a/autotests/opengl_context_attribute_builder_test.cpp +++ b/autotests/opengl_context_attribute_builder_test.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "../abstract_opengl_context_attribute_builder.h" #include "../egl_context_attribute_builder.h" diff --git a/autotests/tabbox/mock_tabboxclient.cpp b/autotests/tabbox/mock_tabboxclient.cpp index 77ade2340..a89318348 100644 --- a/autotests/tabbox/mock_tabboxclient.cpp +++ b/autotests/tabbox/mock_tabboxclient.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mock_tabboxclient.h" #include "mock_tabboxhandler.h" diff --git a/autotests/tabbox/mock_tabboxclient.h b/autotests/tabbox/mock_tabboxclient.h index 4d431be7a..11ac9a5d5 100644 --- a/autotests/tabbox/mock_tabboxclient.h +++ b/autotests/tabbox/mock_tabboxclient.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_MOCK_TABBOX_CLIENT_H #define KWIN_MOCK_TABBOX_CLIENT_H diff --git a/autotests/tabbox/mock_tabboxhandler.cpp b/autotests/tabbox/mock_tabboxhandler.cpp index eeb12548e..c784fe71b 100644 --- a/autotests/tabbox/mock_tabboxhandler.cpp +++ b/autotests/tabbox/mock_tabboxhandler.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mock_tabboxhandler.h" #include "mock_tabboxclient.h" diff --git a/autotests/tabbox/mock_tabboxhandler.h b/autotests/tabbox/mock_tabboxhandler.h index 8540c7139..94681b727 100644 --- a/autotests/tabbox/mock_tabboxhandler.h +++ b/autotests/tabbox/mock_tabboxhandler.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_MOCK_TABBOX_HANDLER_H #define KWIN_MOCK_TABBOX_HANDLER_H diff --git a/autotests/tabbox/test_desktopchain.cpp b/autotests/tabbox/test_desktopchain.cpp index a504c55db..fb3928684 100644 --- a/autotests/tabbox/test_desktopchain.cpp +++ b/autotests/tabbox/test_desktopchain.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // KWin diff --git a/autotests/tabbox/test_tabbox_clientmodel.cpp b/autotests/tabbox/test_tabbox_clientmodel.cpp index 0ae8212a9..262a90a24 100644 --- a/autotests/tabbox/test_tabbox_clientmodel.cpp +++ b/autotests/tabbox/test_tabbox_clientmodel.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "test_tabbox_clientmodel.h" #include "mock_tabboxhandler.h" diff --git a/autotests/tabbox/test_tabbox_clientmodel.h b/autotests/tabbox/test_tabbox_clientmodel.h index 68ab84be8..2817144db 100644 --- a/autotests/tabbox/test_tabbox_clientmodel.h +++ b/autotests/tabbox/test_tabbox_clientmodel.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef TEST_TABBOX_CLIENT_MODEL_H #define TEST_TABBOX_CLIENT_MODEL_H diff --git a/autotests/tabbox/test_tabbox_config.cpp b/autotests/tabbox/test_tabbox_config.cpp index 4a2774f49..281567c65 100644 --- a/autotests/tabbox/test_tabbox_config.cpp +++ b/autotests/tabbox/test_tabbox_config.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "../../tabbox/tabboxconfig.h" #include diff --git a/autotests/tabbox/test_tabbox_handler.cpp b/autotests/tabbox/test_tabbox_handler.cpp index 3013d8786..f7b33e490 100644 --- a/autotests/tabbox/test_tabbox_handler.cpp +++ b/autotests/tabbox/test_tabbox_handler.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mock_tabboxhandler.h" #include "clientmodel.h" diff --git a/autotests/test_builtin_effectloader.cpp b/autotests/test_builtin_effectloader.cpp index 824ac8f05..ee0d3c050 100644 --- a/autotests/test_builtin_effectloader.cpp +++ b/autotests/test_builtin_effectloader.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "../effectloader.h" #include "../effects/effect_builtins.h" diff --git a/autotests/test_client_machine.cpp b/autotests/test_client_machine.cpp index 2c96d409a..2afc59e12 100644 --- a/autotests/test_client_machine.cpp +++ b/autotests/test_client_machine.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "testutils.h" // KWin diff --git a/autotests/test_gbm_surface.cpp b/autotests/test_gbm_surface.cpp index b1c7a3c98..ebd1fd49b 100644 --- a/autotests/test_gbm_surface.cpp +++ b/autotests/test_gbm_surface.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "../plugins/platforms/drm/gbm_surface.h" #include diff --git a/autotests/test_gestures.cpp b/autotests/test_gestures.cpp index 9c01e840c..8e53073d2 100644 --- a/autotests/test_gestures.cpp +++ b/autotests/test_gestures.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Gräßlin +SPDX-FileCopyrightText: 2017 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "../gestures.h" diff --git a/autotests/test_plugin_effectloader.cpp b/autotests/test_plugin_effectloader.cpp index f9b116a28..22d26290c 100644 --- a/autotests/test_plugin_effectloader.cpp +++ b/autotests/test_plugin_effectloader.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "../effectloader.h" #include "mock_effectshandler.h" diff --git a/autotests/test_screen_edges.cpp b/autotests/test_screen_edges.cpp index 202bcdc0f..7499ab5b9 100644 --- a/autotests/test_screen_edges.cpp +++ b/autotests/test_screen_edges.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // kwin #include "../atoms.h" diff --git a/autotests/test_screen_paint_data.cpp b/autotests/test_screen_paint_data.cpp index 952a22950..be4ab8eff 100644 --- a/autotests/test_screen_paint_data.cpp +++ b/autotests/test_screen_paint_data.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include diff --git a/autotests/test_screens.cpp b/autotests/test_screens.cpp index e21fda5fb..3e4736742 100644 --- a/autotests/test_screens.cpp +++ b/autotests/test_screens.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mock_workspace.h" #include "../cursor.h" diff --git a/autotests/test_scripted_effectloader.cpp b/autotests/test_scripted_effectloader.cpp index 593502eff..ce114a6a7 100644 --- a/autotests/test_scripted_effectloader.cpp +++ b/autotests/test_scripted_effectloader.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "../effectloader.h" #include "mock_effectshandler.h" diff --git a/autotests/test_virtual_desktops.cpp b/autotests/test_virtual_desktops.cpp index 57b359628..3c9da9d31 100644 --- a/autotests/test_virtual_desktops.cpp +++ b/autotests/test_virtual_desktops.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "../virtualdesktops.h" #include "../input.h" diff --git a/autotests/test_virtualkeyboard_dbus.cpp b/autotests/test_virtualkeyboard_dbus.cpp index 57123562f..e1e8e39c2 100644 --- a/autotests/test_virtualkeyboard_dbus.cpp +++ b/autotests/test_virtualkeyboard_dbus.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include #include diff --git a/autotests/test_window_paint_data.cpp b/autotests/test_window_paint_data.cpp index c7653638c..945299e9a 100644 --- a/autotests/test_window_paint_data.cpp +++ b/autotests/test_window_paint_data.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include diff --git a/autotests/test_x11_timestamp_update.cpp b/autotests/test_x11_timestamp_update.cpp index 5e7f40cfa..2794a9409 100644 --- a/autotests/test_x11_timestamp_update.cpp +++ b/autotests/test_x11_timestamp_update.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Gräßlin +SPDX-FileCopyrightText: 2017 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include diff --git a/autotests/test_xcb_size_hints.cpp b/autotests/test_xcb_size_hints.cpp index 61ca2c480..e08a77cce 100644 --- a/autotests/test_xcb_size_hints.cpp +++ b/autotests/test_xcb_size_hints.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "testutils.h" // KWin diff --git a/autotests/test_xcb_window.cpp b/autotests/test_xcb_window.cpp index 236f1237e..3c683e477 100644 --- a/autotests/test_xcb_window.cpp +++ b/autotests/test_xcb_window.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "testutils.h" // KWin diff --git a/autotests/test_xcb_wrapper.cpp b/autotests/test_xcb_wrapper.cpp index 32719b5d5..bd9c4fbcf 100644 --- a/autotests/test_xcb_wrapper.cpp +++ b/autotests/test_xcb_wrapper.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "testutils.h" // KWin diff --git a/autotests/test_xkb.cpp b/autotests/test_xkb.cpp index 9104ffe66..6afbc040d 100644 --- a/autotests/test_xkb.cpp +++ b/autotests/test_xkb.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "../xkb.h" diff --git a/autotests/testutils.h b/autotests/testutils.h index 2fc8c8e2f..812cc45d9 100644 --- a/autotests/testutils.h +++ b/autotests/testutils.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef TESTUTILS_H #define TESTUTILS_H diff --git a/client_machine.cpp b/client_machine.cpp index f6c29bf5b..95fb5664f 100644 --- a/client_machine.cpp +++ b/client_machine.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own #include "client_machine.h" diff --git a/client_machine.h b/client_machine.h index 63c3b7c00..89339a05c 100644 --- a/client_machine.h +++ b/client_machine.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_CLIENT_MACHINE_H #define KWIN_CLIENT_MACHINE_H diff --git a/cmake/modules/FindFontconfig.cmake b/cmake/modules/FindFontconfig.cmake index 43a18b688..4388488eb 100644 --- a/cmake/modules/FindFontconfig.cmake +++ b/cmake/modules/FindFontconfig.cmake @@ -22,31 +22,10 @@ # ``Fontconfig::Fontconfig`` #============================================================================= -# Copyright (c) 2006,2007 Laurent Montel, -# Copyright (c) 2018 Volker Krause +# SPDX-FileCopyrightText: 2006, 2007 Laurent Montel +# SPDX-FileCopyrightText: 2018 Volker Krause # -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# 1. Redistributions of source code must retain the copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# SPDX-License-Identifier: BSD-3-Clause #============================================================================= # use pkg-config to get the directories and then use these values diff --git a/cmake/modules/FindLibcap.cmake b/cmake/modules/FindLibcap.cmake index 4a3244620..f0efa3ebc 100644 --- a/cmake/modules/FindLibcap.cmake +++ b/cmake/modules/FindLibcap.cmake @@ -11,30 +11,9 @@ # -# Copyright (c) 2014, Hrvoje Senjan, +# SPDX-FileCopyrightText: 2014 Hrvoje Senjan # -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# 1. Redistributions of source code must retain the copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# SPDX-License-Identifier: BSD-3-Clause find_program(SETCAP_EXECUTABLE NAMES setcap DOC "The setcap executable") diff --git a/cmake/modules/FindLibdrm.cmake b/cmake/modules/FindLibdrm.cmake index 9936e07ee..9e9d7a646 100644 --- a/cmake/modules/FindLibdrm.cmake +++ b/cmake/modules/FindLibdrm.cmake @@ -30,31 +30,10 @@ # exported library, it must be made available by the package config file. #============================================================================= -# Copyright 2014 Alex Merry -# Copyright 2014 Martin Gräßlin +# SPDX-FileCopyrightText: 2014 Alex Merry +# SPDX-FileCopyrightText: 2014 Martin Gräßlin # -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# 1. Redistributions of source code must retain the copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# SPDX-License-Identifier: BSD-3-Clause #============================================================================= if(CMAKE_VERSION VERSION_LESS 2.8.12) diff --git a/cmake/modules/FindLibinput.cmake b/cmake/modules/FindLibinput.cmake index b5b1ec791..237b790a4 100644 --- a/cmake/modules/FindLibinput.cmake +++ b/cmake/modules/FindLibinput.cmake @@ -30,31 +30,10 @@ # exported library, it must be made available by the package config file. #============================================================================= -# Copyright 2014 Alex Merry -# Copyright 2014 Martin Gräßlin +# SPDX-FileCopyrightText: 2014 Alex Merry +# SPDX-FileCopyrightText: 2014 Martin Gräßlin # -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# 1. Redistributions of source code must retain the copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# SPDX-License-Identifier: BSD-3-Clause #============================================================================= if(CMAKE_VERSION VERSION_LESS 2.8.12) diff --git a/cmake/modules/FindUDev.cmake b/cmake/modules/FindUDev.cmake index 9d0f21d9b..d74e05d48 100644 --- a/cmake/modules/FindUDev.cmake +++ b/cmake/modules/FindUDev.cmake @@ -5,31 +5,9 @@ # UDEV_INCLUDE_DIR - the libudev include directory # UDEV_LIBS - The libudev libraries -# Copyright (c) 2010, Rafael Fernández López, +# SPDX-FileCopyrightText: 2010 Rafael Fernández López # -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -# SUCH DAMAGE. +# SPDX-License-Identifier: BSD-3-Clause find_path(UDEV_INCLUDE_DIR libudev.h) find_library(UDEV_LIBS udev) diff --git a/cmake/modules/FindXKB.cmake b/cmake/modules/FindXKB.cmake index 7d4e94532..cd9b9a98e 100644 --- a/cmake/modules/FindXKB.cmake +++ b/cmake/modules/FindXKB.cmake @@ -20,31 +20,9 @@ # The XKB library #============================================================================= -# Copyright (c) 2014 Martin Gräßlin +# SPDX-FileCopyrightText: 2014 Martin Gräßlin # -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -# SUCH DAMAGE. +# SPDX-License-Identifier: BSD-3-Clause #============================================================================= if(CMAKE_VERSION VERSION_LESS 2.8.12) diff --git a/cmake/modules/FindXwayland.cmake b/cmake/modules/FindXwayland.cmake index 1f52be55d..9dd49ba97 100644 --- a/cmake/modules/FindXwayland.cmake +++ b/cmake/modules/FindXwayland.cmake @@ -1,28 +1,7 @@ #============================================================================= -# Copyright 2016 Martin Gräßlin +# SPDX-FileCopyrightText: 2016 Martin Gräßlin # -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# 1. Redistributions of source code must retain the copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# SPDX-License-Identifier: BSD-3-Clause #============================================================================= find_program(Xwayland_EXECUTABLE NAMES Xwayland) find_package_handle_standard_args(Xwayland diff --git a/cmake/modules/Findepoll.cmake b/cmake/modules/Findepoll.cmake index 35ae99ba0..80933ce16 100644 --- a/cmake/modules/Findepoll.cmake +++ b/cmake/modules/Findepoll.cmake @@ -21,28 +21,9 @@ # these may be needed to use epoll. #============================================================================= -# Copyright 2019 Tobias C. Berner +# SPDX-FileCopyrightText: 2019 Tobias C. Berner # -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# 1. Redistributions of source code must retain the copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# SPDX-License-Identifier: BSD-2-Clause #============================================================================= find_path(epoll_INCLUDE_DIRS sys/epoll.h PATH_SUFFIXES libepoll-shim) diff --git a/cmake/modules/Findepoxy.cmake b/cmake/modules/Findepoxy.cmake index dfd8c3c70..d137f3305 100644 --- a/cmake/modules/Findepoxy.cmake +++ b/cmake/modules/Findepoxy.cmake @@ -7,31 +7,9 @@ # epoxy_DEFINITIONS - Compiler switches required for using libepoxy # epoxy_HAS_GLX - Whether GLX support is available -# Copyright (c) 2014 Fredrik Höglund +# SPDX-FileCopyrightText: 2014 Fredrik Höglund # -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -# SUCH DAMAGE. +# SPDX-License-Identifier: BSD-3-Clause if (NOT WIN32) find_package(PkgConfig) diff --git a/cmake/modules/Findgbm.cmake b/cmake/modules/Findgbm.cmake index dfbefbdcf..12ef45fd8 100644 --- a/cmake/modules/Findgbm.cmake +++ b/cmake/modules/Findgbm.cmake @@ -30,31 +30,10 @@ # exported library, it must be made available by the package config file. #============================================================================= -# Copyright 2014 Alex Merry -# Copyright 2014 Martin Gräßlin +# SPDX-FileCopyrightText: 2014 Alex Merry +# SPDX-FileCopyrightText: 2014 Martin Gräßlin # -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# 1. Redistributions of source code must retain the copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# SPDX-License-Identifier: BSD-3-Clause #============================================================================= if(CMAKE_VERSION VERSION_LESS 2.8.12) diff --git a/cmake/modules/Findhwdata.cmake b/cmake/modules/Findhwdata.cmake index e5f7ac998..3525173be 100644 --- a/cmake/modules/Findhwdata.cmake +++ b/cmake/modules/Findhwdata.cmake @@ -5,31 +5,9 @@ # hwdata_PNPIDS_FILE - File with mapping of hw vendor IDs to names # hwdata_FOUND - The hwdata directory exists and contains pnp.ids file -# Copyright (c) 2020 Daniel Vrátil +# SPDX-FileCopyrightText: 2020 Daniel Vrátil # -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. Neither the name of the University nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -# SUCH DAMAGE. +# SPDX-License-Identifier: BSD-3-Clause if (UNIX AND NOT APPLE) find_path(hwdata_DIR NAMES hwdata/pnp.ids HINTS /usr/share ENV XDG_DATA_DIRS) diff --git a/cmake/modules/Findlibhybris.cmake b/cmake/modules/Findlibhybris.cmake index a763fd884..fcfcbc12b 100644 --- a/cmake/modules/Findlibhybris.cmake +++ b/cmake/modules/Findlibhybris.cmake @@ -5,30 +5,9 @@ # Try to find libhybris on a Unix system. #============================================================================= -# Copyright 2015 Martin Gräßlin +# SPDX-FileCopyrightText: 2015 Martin Gräßlin # -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# 1. Redistributions of source code must retain the copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# SPDX-License-Identifier: BSD-3-Clause #============================================================================= if(CMAKE_VERSION VERSION_LESS 2.8.12) diff --git a/colorcorrection/clockskewnotifier.cpp b/colorcorrection/clockskewnotifier.cpp index b24ecc854..32cfbd00d 100644 --- a/colorcorrection/clockskewnotifier.cpp +++ b/colorcorrection/clockskewnotifier.cpp @@ -1,19 +1,7 @@ /* - * Copyright (C) 2019 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2019 Vlad Zahorodnii * - * This 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 */ #include "clockskewnotifier.h" diff --git a/colorcorrection/clockskewnotifier.h b/colorcorrection/clockskewnotifier.h index 02f9155d8..b974a4671 100644 --- a/colorcorrection/clockskewnotifier.h +++ b/colorcorrection/clockskewnotifier.h @@ -1,19 +1,7 @@ /* - * Copyright (C) 2019 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2019 Vlad Zahorodnii * - * This 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 */ #pragma once diff --git a/colorcorrection/clockskewnotifierengine.cpp b/colorcorrection/clockskewnotifierengine.cpp index 2b5fdc8b6..635dca857 100644 --- a/colorcorrection/clockskewnotifierengine.cpp +++ b/colorcorrection/clockskewnotifierengine.cpp @@ -1,19 +1,7 @@ /* - * Copyright (C) 2019 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2019 Vlad Zahorodnii * - * This 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 */ #include "clockskewnotifierengine_p.h" diff --git a/colorcorrection/clockskewnotifierengine_linux.cpp b/colorcorrection/clockskewnotifierengine_linux.cpp index 22b805771..fc63d03e5 100644 --- a/colorcorrection/clockskewnotifierengine_linux.cpp +++ b/colorcorrection/clockskewnotifierengine_linux.cpp @@ -1,19 +1,7 @@ /* - * Copyright (C) 2019 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2019 Vlad Zahorodnii * - * This 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 */ #include "clockskewnotifierengine_linux.h" diff --git a/colorcorrection/clockskewnotifierengine_linux.h b/colorcorrection/clockskewnotifierengine_linux.h index 78870e28a..ab6ab7a69 100644 --- a/colorcorrection/clockskewnotifierengine_linux.h +++ b/colorcorrection/clockskewnotifierengine_linux.h @@ -1,19 +1,7 @@ /* - * Copyright (C) 2019 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2019 Vlad Zahorodnii * - * This 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 */ #pragma once diff --git a/colorcorrection/clockskewnotifierengine_p.h b/colorcorrection/clockskewnotifierengine_p.h index 94a808b06..f81678488 100644 --- a/colorcorrection/clockskewnotifierengine_p.h +++ b/colorcorrection/clockskewnotifierengine_p.h @@ -1,19 +1,7 @@ /* - * Copyright (C) 2019 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2019 Vlad Zahorodnii * - * This 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 */ #pragma once diff --git a/colorcorrection/colorcorrectdbusinterface.cpp b/colorcorrection/colorcorrectdbusinterface.cpp index 18f9368a2..be080c7b2 100644 --- a/colorcorrection/colorcorrectdbusinterface.cpp +++ b/colorcorrection/colorcorrectdbusinterface.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2017 Roman Gilg +SPDX-FileCopyrightText: 2017 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "colorcorrectdbusinterface.h" diff --git a/colorcorrection/colorcorrectdbusinterface.h b/colorcorrection/colorcorrectdbusinterface.h index 94481aefd..5ff313e37 100644 --- a/colorcorrection/colorcorrectdbusinterface.h +++ b/colorcorrection/colorcorrectdbusinterface.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2017 Roman Gilg +SPDX-FileCopyrightText: 2017 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_NIGHTCOLOR_DBUS_INTERFACE_H diff --git a/colorcorrection/constants.h b/colorcorrection/constants.h index 7a46c4285..b5af13516 100644 --- a/colorcorrection/constants.h +++ b/colorcorrection/constants.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2017 Roman Gilg +SPDX-FileCopyrightText: 2017 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_NIGHTCOLOR_CONSTANTS_H #define KWIN_NIGHTCOLOR_CONSTANTS_H diff --git a/colorcorrection/manager.cpp b/colorcorrection/manager.cpp index 787961d66..f6dc80d32 100644 --- a/colorcorrection/manager.cpp +++ b/colorcorrection/manager.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2017 Roman Gilg +SPDX-FileCopyrightText: 2017 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "manager.h" #include "clockskewnotifier.h" diff --git a/colorcorrection/manager.h b/colorcorrection/manager.h index a5f34dea3..11ef09bb8 100644 --- a/colorcorrection/manager.h +++ b/colorcorrection/manager.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2017 Roman Gilg +SPDX-FileCopyrightText: 2017 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_COLORCORRECT_MANAGER_H #define KWIN_COLORCORRECT_MANAGER_H diff --git a/colorcorrection/suncalc.cpp b/colorcorrection/suncalc.cpp index d7fb78f03..9a677779a 100644 --- a/colorcorrection/suncalc.cpp +++ b/colorcorrection/suncalc.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2017 Roman Gilg +SPDX-FileCopyrightText: 2017 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "suncalc.h" #include "constants.h" diff --git a/colorcorrection/suncalc.h b/colorcorrection/suncalc.h index ab1c75f3b..6ae021208 100644 --- a/colorcorrection/suncalc.h +++ b/colorcorrection/suncalc.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2017 Roman Gilg +SPDX-FileCopyrightText: 2017 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SUNCALCULATOR_H #define KWIN_SUNCALCULATOR_H diff --git a/composite.cpp b/composite.cpp index cf744a3cb..9e7012328 100644 --- a/composite.cpp +++ b/composite.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak +SPDX-FileCopyrightText: 2006 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "composite.h" diff --git a/composite.h b/composite.h index a0b210f53..9e6d096f3 100644 --- a/composite.h +++ b/composite.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011 Arthur Arlt -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2011 Arthur Arlt +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/cursor.cpp b/cursor.cpp index 293fcef6b..ac18dbe98 100644 --- a/cursor.cpp +++ b/cursor.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "cursor.h" diff --git a/cursor.h b/cursor.h index 1bbee447d..7f4f74435 100644 --- a/cursor.h +++ b/cursor.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_CURSOR_H #define KWIN_CURSOR_H diff --git a/data/update_default_rules.cpp b/data/update_default_rules.cpp index ed96e7d98..1b231e12f 100644 --- a/data/update_default_rules.cpp +++ b/data/update_default_rules.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2005 Lubos Lunak +SPDX-FileCopyrightText: 2005 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // read additional window rules and add them to kwinrulesrc diff --git a/dbusinterface.cpp b/dbusinterface.cpp index 5b9d6e9c7..e327c2b6d 100644 --- a/dbusinterface.cpp +++ b/dbusinterface.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own diff --git a/dbusinterface.h b/dbusinterface.h index d11ff515b..a70916d66 100644 --- a/dbusinterface.h +++ b/dbusinterface.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DBUS_INTERFACE_H diff --git a/debug_console.cpp b/debug_console.cpp index 708522b14..4f7cdcabd 100644 --- a/debug_console.cpp +++ b/debug_console.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "debug_console.h" #include "composite.h" diff --git a/debug_console.h b/debug_console.h index cd0594796..021b70e54 100644 --- a/debug_console.h +++ b/debug_console.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DEBUG_CONSOLE_H #define KWIN_DEBUG_CONSOLE_H diff --git a/decorations/decoratedclient.cpp b/decorations/decoratedclient.cpp index b4c928698..657a51568 100644 --- a/decorations/decoratedclient.cpp +++ b/decorations/decoratedclient.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "decoratedclient.h" #include "decorationbridge.h" diff --git a/decorations/decoratedclient.h b/decorations/decoratedclient.h index 576b62c3c..017c51695 100644 --- a/decorations/decoratedclient.h +++ b/decorations/decoratedclient.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DECORATED_CLIENT_H #define KWIN_DECORATED_CLIENT_H diff --git a/decorations/decorationbridge.cpp b/decorations/decorationbridge.cpp index 259645375..48befb9a4 100644 --- a/decorations/decorationbridge.cpp +++ b/decorations/decorationbridge.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "decorationbridge.h" #include "decoratedclient.h" diff --git a/decorations/decorationbridge.h b/decorations/decorationbridge.h index 0ea8822d2..76f0cb0d9 100644 --- a/decorations/decorationbridge.h +++ b/decorations/decorationbridge.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DECORATION_BRIDGE_H #define KWIN_DECORATION_BRIDGE_H diff --git a/decorations/decorationpalette.cpp b/decorations/decorationpalette.cpp index f2350177c..d0875f4b1 100644 --- a/decorations/decorationpalette.cpp +++ b/decorations/decorationpalette.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2014 Martin Gräßlin -Copyright 2014 Hugo Pereira Da Costa -Copyright 2015 Mika Allan Rauhala +SPDX-FileCopyrightText: 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Hugo Pereira Da Costa +SPDX-FileCopyrightText: 2015 Mika Allan Rauhala -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "decorationpalette.h" diff --git a/decorations/decorationpalette.h b/decorations/decorationpalette.h index f652c4e33..501451c38 100644 --- a/decorations/decorationpalette.h +++ b/decorations/decorationpalette.h @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2014 Martin Gräßlin -Copyright 2014 Hugo Pereira Da Costa -Copyright 2015 Mika Allan Rauhala +SPDX-FileCopyrightText: 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Hugo Pereira Da Costa +SPDX-FileCopyrightText: 2015 Mika Allan Rauhala -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DECORATION_PALETTE_H diff --git a/decorations/decorationrenderer.cpp b/decorations/decorationrenderer.cpp index c44949c93..dc3a87348 100644 --- a/decorations/decorationrenderer.cpp +++ b/decorations/decorationrenderer.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "decorationrenderer.h" #include "decoratedclient.h" diff --git a/decorations/decorationrenderer.h b/decorations/decorationrenderer.h index 86651f403..c91106d2c 100644 --- a/decorations/decorationrenderer.h +++ b/decorations/decorationrenderer.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DECORATION_RENDERER_H #define KWIN_DECORATION_RENDERER_H diff --git a/decorations/decorations_logging.cpp b/decorations/decorations_logging.cpp index 15cafdab7..dd01f625a 100644 --- a/decorations/decorations_logging.cpp +++ b/decorations/decorations_logging.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "decorations_logging.h" Q_LOGGING_CATEGORY(KWIN_DECORATIONS, "kwin_decorations", QtCriticalMsg) diff --git a/decorations/decorations_logging.h b/decorations/decorations_logging.h index 3210b0414..61b473d53 100644 --- a/decorations/decorations_logging.h +++ b/decorations/decorations_logging.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DECORATIONS_LOGGING_H #define KWIN_DECORATIONS_LOGGING_H diff --git a/decorations/settings.cpp b/decorations/settings.cpp index 1dcec80c6..9546f475b 100644 --- a/decorations/settings.cpp +++ b/decorations/settings.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "settings.h" // KWin diff --git a/decorations/settings.h b/decorations/settings.h index f5b8e3b21..7b0d85941 100644 --- a/decorations/settings.h +++ b/decorations/settings.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DECORATION_SETTINGS_H #define KWIN_DECORATION_SETTINGS_H diff --git a/deleted.cpp b/deleted.cpp index d73046302..379343a0e 100644 --- a/deleted.cpp +++ b/deleted.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak +SPDX-FileCopyrightText: 2006 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "deleted.h" diff --git a/deleted.h b/deleted.h index 4dbd3f486..4cb4754e0 100644 --- a/deleted.h +++ b/deleted.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak +SPDX-FileCopyrightText: 2006 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DELETED_H diff --git a/dmabuftexture.cpp b/dmabuftexture.cpp index 88a86136e..37a160424 100644 --- a/dmabuftexture.cpp +++ b/dmabuftexture.cpp @@ -1,21 +1,7 @@ /* - * Copyright © 2020 Aleix Pol Gonzalez + * SPDX-FileCopyrightText: 2020 Aleix Pol Gonzalez * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. If not, see . - * - * Authors: - * Aleix Pol Gonzalez + * SPDX-License-Identifier: LGPL-2.0-or-later */ #include "dmabuftexture.h" diff --git a/dmabuftexture.h b/dmabuftexture.h index 2175cf74c..9e9b5a1f9 100644 --- a/dmabuftexture.h +++ b/dmabuftexture.h @@ -1,21 +1,7 @@ /* - * Copyright © 2020 Aleix Pol Gonzalez + * SPDX-FileCopyrightText: 2020 Aleix Pol Gonzalez * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. If not, see . - * - * Authors: - * Aleix Pol Gonzalez + * SPDX-License-Identifier: LGPL-2.0-or-later */ #pragma once diff --git a/effectloader.cpp b/effectloader.cpp index 7ed120d0c..05bcb64af 100644 --- a/effectloader.cpp +++ b/effectloader.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own #include "effectloader.h" diff --git a/effectloader.h b/effectloader.h index c7ad1f6a9..2f806e9ed 100644 --- a/effectloader.h +++ b/effectloader.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_EFFECT_LOADER_H #define KWIN_EFFECT_LOADER_H diff --git a/effects.cpp b/effects.cpp index eafd127c3..1d3c8ae0a 100644 --- a/effects.cpp +++ b/effects.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2010, 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2010, 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "effects.h" diff --git a/effects.h b/effects.h index dda7f6437..8f93f83d1 100644 --- a/effects.h +++ b/effects.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2010, 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2010, 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_EFFECTSIMPL_H diff --git a/effects/backgroundcontrast/contrast.cpp b/effects/backgroundcontrast/contrast.cpp index 3e3b909e1..7169b78c5 100644 --- a/effects/backgroundcontrast/contrast.cpp +++ b/effects/backgroundcontrast/contrast.cpp @@ -1,22 +1,9 @@ /* - * Copyright © 2010 Fredrik Höglund - * Copyright © 2011 Philipp Knechtges - * Copyright 2014 Marco Martin + * SPDX-FileCopyrightText: 2010 Fredrik Höglund + * SPDX-FileCopyrightText: 2011 Philipp Knechtges + * SPDX-FileCopyrightText: 2014 Marco Martin * - * This 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; see the file COPYING. 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 */ #include "contrast.h" diff --git a/effects/backgroundcontrast/contrast.h b/effects/backgroundcontrast/contrast.h index e85b32949..f09cf937a 100644 --- a/effects/backgroundcontrast/contrast.h +++ b/effects/backgroundcontrast/contrast.h @@ -1,21 +1,8 @@ /* - * Copyright © 2010 Fredrik Höglund - * Copyright 2014 Marco Martin + * SPDX-FileCopyrightText: 2010 Fredrik Höglund + * SPDX-FileCopyrightText: 2014 Marco Martin * - * This 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; see the file COPYING. 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 */ #ifndef CONTRAST_H diff --git a/effects/backgroundcontrast/contrastshader.cpp b/effects/backgroundcontrast/contrastshader.cpp index 936a88e69..59394dcc5 100644 --- a/effects/backgroundcontrast/contrastshader.cpp +++ b/effects/backgroundcontrast/contrastshader.cpp @@ -1,21 +1,8 @@ /* - * Copyright © 2010 Fredrik Höglund - * Copyright 2014 Marco Martin + * SPDX-FileCopyrightText: 2010 Fredrik Höglund + * SPDX-FileCopyrightText: 2014 Marco Martin * - * This 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; see the file COPYING. 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 */ #include "contrastshader.h" diff --git a/effects/backgroundcontrast/contrastshader.h b/effects/backgroundcontrast/contrastshader.h index 61d8df706..6a91dc54d 100644 --- a/effects/backgroundcontrast/contrastshader.h +++ b/effects/backgroundcontrast/contrastshader.h @@ -1,21 +1,8 @@ /* - * Copyright © 2010 Fredrik Höglund - * Copyright 2014 Marco Martin + * SPDX-FileCopyrightText: 2010 Fredrik Höglund + * SPDX-FileCopyrightText: 2014 Marco Martin * - * This 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; see the file COPYING. 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 */ #ifndef CONTRASTSHADER_H diff --git a/effects/blur/blur.cpp b/effects/blur/blur.cpp index 403e27e7e..90ea95f2b 100644 --- a/effects/blur/blur.cpp +++ b/effects/blur/blur.cpp @@ -1,22 +1,9 @@ /* - * Copyright © 2010 Fredrik Höglund - * Copyright © 2011 Philipp Knechtges - * Copyright © 2018 Alex Nemeth + * SPDX-FileCopyrightText: 2010 Fredrik Höglund + * SPDX-FileCopyrightText: 2011 Philipp Knechtges + * SPDX-FileCopyrightText: 2018 Alex Nemeth * - * This 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; see the file COPYING. 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 */ #include "blur.h" diff --git a/effects/blur/blur.h b/effects/blur/blur.h index 250b0a21d..4942ea266 100644 --- a/effects/blur/blur.h +++ b/effects/blur/blur.h @@ -1,21 +1,8 @@ /* - * Copyright © 2010 Fredrik Höglund - * Copyright © 2018 Alex Nemeth + * SPDX-FileCopyrightText: 2010 Fredrik Höglund + * SPDX-FileCopyrightText: 2018 Alex Nemeth * - * This 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; see the file COPYING. 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 */ #ifndef BLUR_H diff --git a/effects/blur/blur_config.cpp b/effects/blur/blur_config.cpp index a39882a72..97243f945 100644 --- a/effects/blur/blur_config.cpp +++ b/effects/blur/blur_config.cpp @@ -1,20 +1,7 @@ /* - * Copyright © 2010 Fredrik Höglund + * SPDX-FileCopyrightText: 2010 Fredrik Höglund * - * This 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; see the file COPYING. 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 */ #include "blur_config.h" diff --git a/effects/blur/blur_config.h b/effects/blur/blur_config.h index 60edd08ef..f981c6ebb 100644 --- a/effects/blur/blur_config.h +++ b/effects/blur/blur_config.h @@ -1,20 +1,7 @@ /* - * Copyright © 2010 Fredrik Höglund + * SPDX-FileCopyrightText: 2010 Fredrik Höglund * - * This 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; see the file COPYING. 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 */ #ifndef BLUR_CONFIG_H diff --git a/effects/blur/blurshader.cpp b/effects/blur/blurshader.cpp index 2495cd4d7..d73647b0a 100644 --- a/effects/blur/blurshader.cpp +++ b/effects/blur/blurshader.cpp @@ -1,21 +1,8 @@ /* - * Copyright © 2010 Fredrik Höglund - * Copyright © 2018 Alex Nemeth + * SPDX-FileCopyrightText: 2010 Fredrik Höglund + * SPDX-FileCopyrightText: 2018 Alex Nemeth * - * This 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; see the file COPYING. 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 */ #include "blurshader.h" diff --git a/effects/blur/blurshader.h b/effects/blur/blurshader.h index 7158e2b4b..3a322937c 100644 --- a/effects/blur/blurshader.h +++ b/effects/blur/blurshader.h @@ -1,21 +1,8 @@ /* - * Copyright © 2010 Fredrik Höglund - * Copyright © 2018 Alex Nemeth + * SPDX-FileCopyrightText: 2010 Fredrik Höglund + * SPDX-FileCopyrightText: 2018 Alex Nemeth * - * This 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; see the file COPYING. 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 */ #ifndef BLURSHADER_H diff --git a/effects/colorpicker/colorpicker.cpp b/effects/colorpicker/colorpicker.cpp index 572844376..d736a9fd9 100644 --- a/effects/colorpicker/colorpicker.cpp +++ b/effects/colorpicker/colorpicker.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2016 Martin Gräßlin + SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "colorpicker.h" #include diff --git a/effects/colorpicker/colorpicker.h b/effects/colorpicker/colorpicker.h index bb9ce9ac9..e9d157531 100644 --- a/effects/colorpicker/colorpicker.h +++ b/effects/colorpicker/colorpicker.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2016 Martin Gräßlin + SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_COLORPICKER_H #define KWIN_COLORPICKER_H diff --git a/effects/coverswitch/coverswitch.cpp b/effects/coverswitch/coverswitch.cpp index 36236a491..0fbb69e02 100644 --- a/effects/coverswitch/coverswitch.cpp +++ b/effects/coverswitch/coverswitch.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2008 Martin Gräßlin + SPDX-FileCopyrightText: 2008 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "coverswitch.h" // KConfigSkeleton diff --git a/effects/coverswitch/coverswitch.h b/effects/coverswitch/coverswitch.h index 0ba220c67..54355b2d2 100644 --- a/effects/coverswitch/coverswitch.h +++ b/effects/coverswitch/coverswitch.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2008 Martin Gräßlin + SPDX-FileCopyrightText: 2008 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_COVERSWITCH_H diff --git a/effects/coverswitch/coverswitch_config.cpp b/effects/coverswitch/coverswitch_config.cpp index dbb08566f..5ac88cf57 100644 --- a/effects/coverswitch/coverswitch_config.cpp +++ b/effects/coverswitch/coverswitch_config.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2008 Martin Gräßlin + SPDX-FileCopyrightText: 2008 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "coverswitch_config.h" // KConfigSkeleton diff --git a/effects/coverswitch/coverswitch_config.h b/effects/coverswitch/coverswitch_config.h index c82b76b83..a6213025b 100644 --- a/effects/coverswitch/coverswitch_config.h +++ b/effects/coverswitch/coverswitch_config.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2008 Martin Gräßlin + SPDX-FileCopyrightText: 2008 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_COVERSWITCH_CONFIG_H diff --git a/effects/cube/cube.cpp b/effects/cube/cube.cpp index 0d57d8bca..cb220b576 100644 --- a/effects/cube/cube.cpp +++ b/effects/cube/cube.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2008 Martin Gräßlin + SPDX-FileCopyrightText: 2008 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "cube.h" // KConfigSkeleton diff --git a/effects/cube/cube.h b/effects/cube/cube.h index 589d33ae4..4b1c5bc0e 100644 --- a/effects/cube/cube.h +++ b/effects/cube/cube.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2008 Martin Gräßlin + SPDX-FileCopyrightText: 2008 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_CUBE_H diff --git a/effects/cube/cube_config.cpp b/effects/cube/cube_config.cpp index 0c663c555..36207a198 100644 --- a/effects/cube/cube_config.cpp +++ b/effects/cube/cube_config.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2008 Martin Gräßlin + SPDX-FileCopyrightText: 2008 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "cube_config.h" // KConfigSkeleton diff --git a/effects/cube/cube_config.h b/effects/cube/cube_config.h index e3964e4f9..2a65645c6 100644 --- a/effects/cube/cube_config.h +++ b/effects/cube/cube_config.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2008 Martin Gräßlin + SPDX-FileCopyrightText: 2008 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_CUBE_CONFIG_H diff --git a/effects/cube/cube_inside.h b/effects/cube/cube_inside.h index 4b347b144..d375b787b 100644 --- a/effects/cube/cube_inside.h +++ b/effects/cube/cube_inside.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_CUBE_INSIDE_H diff --git a/effects/cube/cube_proxy.cpp b/effects/cube/cube_proxy.cpp index b44918d4f..b0197af41 100644 --- a/effects/cube/cube_proxy.cpp +++ b/effects/cube/cube_proxy.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "cube_proxy.h" diff --git a/effects/cube/cube_proxy.h b/effects/cube/cube_proxy.h index 87c916902..ea0669518 100644 --- a/effects/cube/cube_proxy.h +++ b/effects/cube/cube_proxy.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_CUBE_PROXY_H diff --git a/effects/cube/data/1.10/cylinder.vert b/effects/cube/data/1.10/cylinder.vert index 549108da3..1c4de35b6 100644 --- a/effects/cube/data/1.10/cylinder.vert +++ b/effects/cube/data/1.10/cylinder.vert @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2008, 2011 Martin Gräßlin + SPDX-FileCopyrightText: 2008, 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ uniform mat4 modelViewProjectionMatrix; uniform float width; diff --git a/effects/cube/data/1.10/sphere.vert b/effects/cube/data/1.10/sphere.vert index 35f65499e..b551ca1a0 100644 --- a/effects/cube/data/1.10/sphere.vert +++ b/effects/cube/data/1.10/sphere.vert @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2008, 2011 Martin Gräßlin + SPDX-FileCopyrightText: 2008, 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ uniform mat4 modelViewProjectionMatrix; uniform float width; diff --git a/effects/cube/data/1.40/cylinder.vert b/effects/cube/data/1.40/cylinder.vert index a28612682..ddc48a9cb 100644 --- a/effects/cube/data/1.40/cylinder.vert +++ b/effects/cube/data/1.40/cylinder.vert @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2008, 2011 Martin Gräßlin + SPDX-FileCopyrightText: 2008, 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #version 140 uniform mat4 modelViewProjectionMatrix; diff --git a/effects/cube/data/1.40/sphere.vert b/effects/cube/data/1.40/sphere.vert index 28975ed86..924a09728 100644 --- a/effects/cube/data/1.40/sphere.vert +++ b/effects/cube/data/1.40/sphere.vert @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2008, 2011 Martin Gräßlin + SPDX-FileCopyrightText: 2008, 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #version 140 uniform mat4 modelViewProjectionMatrix; diff --git a/effects/cubeslide/cubeslide.cpp b/effects/cubeslide/cubeslide.cpp index cf6451258..a6e2f035d 100644 --- a/effects/cubeslide/cubeslide.cpp +++ b/effects/cubeslide/cubeslide.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2009 Martin Gräßlin + SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "cubeslide.h" diff --git a/effects/cubeslide/cubeslide.h b/effects/cubeslide/cubeslide.h index f61a126ec..bf758d6fd 100644 --- a/effects/cubeslide/cubeslide.h +++ b/effects/cubeslide/cubeslide.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2009 Martin Gräßlin + SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_CUBESLIDE_H diff --git a/effects/cubeslide/cubeslide_config.cpp b/effects/cubeslide/cubeslide_config.cpp index 3d7835618..56acaebea 100644 --- a/effects/cubeslide/cubeslide_config.cpp +++ b/effects/cubeslide/cubeslide_config.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2009 Martin Gräßlin + SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "cubeslide_config.h" // KConfigSkeleton diff --git a/effects/cubeslide/cubeslide_config.h b/effects/cubeslide/cubeslide_config.h index bb032b1dc..c44718845 100644 --- a/effects/cubeslide/cubeslide_config.h +++ b/effects/cubeslide/cubeslide_config.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2009 Martin Gräßlin + SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_CUBESLIDE_CONFIG_H diff --git a/effects/desktopgrid/desktopgrid.cpp b/effects/desktopgrid/desktopgrid.cpp index ac6443204..ba3238ba3 100644 --- a/effects/desktopgrid/desktopgrid.cpp +++ b/effects/desktopgrid/desktopgrid.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Lubos Lunak -Copyright (C) 2008 Lucas Murray -Copyright (C) 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2007 Lubos Lunak +SPDX-FileCopyrightText: 2008 Lucas Murray +SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "desktopgrid.h" diff --git a/effects/desktopgrid/desktopgrid.h b/effects/desktopgrid/desktopgrid.h index 034bcc5b0..5a18f3518 100644 --- a/effects/desktopgrid/desktopgrid.h +++ b/effects/desktopgrid/desktopgrid.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Lubos Lunak -Copyright (C) 2008 Lucas Murray +SPDX-FileCopyrightText: 2007 Lubos Lunak +SPDX-FileCopyrightText: 2008 Lucas Murray -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DESKTOPGRID_H diff --git a/effects/desktopgrid/desktopgrid_config.cpp b/effects/desktopgrid/desktopgrid_config.cpp index 23f6e2572..92249ae39 100644 --- a/effects/desktopgrid/desktopgrid_config.cpp +++ b/effects/desktopgrid/desktopgrid_config.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Rivo Laks -Copyright (C) 2008 Lucas Murray +SPDX-FileCopyrightText: 2007 Rivo Laks +SPDX-FileCopyrightText: 2008 Lucas Murray -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "desktopgrid_config.h" diff --git a/effects/desktopgrid/desktopgrid_config.h b/effects/desktopgrid/desktopgrid_config.h index 616729388..a56c1b997 100644 --- a/effects/desktopgrid/desktopgrid_config.h +++ b/effects/desktopgrid/desktopgrid_config.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Rivo Laks -Copyright (C) 2008 Lucas Murray +SPDX-FileCopyrightText: 2007 Rivo Laks +SPDX-FileCopyrightText: 2008 Lucas Murray -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DESKTOPGRID_CONFIG_H diff --git a/effects/desktopgrid/main.qml b/effects/desktopgrid/main.qml index 750a6de5d..3659425f3 100644 --- a/effects/desktopgrid/main.qml +++ b/effects/desktopgrid/main.qml @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ import QtQuick 2.0 import QtQuick.Layouts 1.2 diff --git a/effects/dialogparent/package/contents/code/main.js b/effects/dialogparent/package/contents/code/main.js index a91d68989..2ff3bcb3d 100644 --- a/effects/dialogparent/package/contents/code/main.js +++ b/effects/dialogparent/package/contents/code/main.js @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2013 Martin Gräßlin - Copyright (C) 2018 Vlad Zahorodnii + SPDX-FileCopyrightText: 2013 Martin Gräßlin + SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ /*global effect, effects, animate, cancel, set, animationTime, Effect, QEasingCurve */ /*jslint continue: true */ diff --git a/effects/diminactive/diminactive.cpp b/effects/diminactive/diminactive.cpp index 18c0073e0..3dbafffe4 100644 --- a/effects/diminactive/diminactive.cpp +++ b/effects/diminactive/diminactive.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Lubos Lunak -Copyright (C) 2007 Christian Nitschkowski -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2007 Lubos Lunak +SPDX-FileCopyrightText: 2007 Christian Nitschkowski +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own diff --git a/effects/diminactive/diminactive.h b/effects/diminactive/diminactive.h index f6fdb0df1..8119255c8 100644 --- a/effects/diminactive/diminactive.h +++ b/effects/diminactive/diminactive.h @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Lubos Lunak -Copyright (C) 2007 Christian Nitschkowski -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2007 Lubos Lunak +SPDX-FileCopyrightText: 2007 Christian Nitschkowski +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DIMINACTIVE_H diff --git a/effects/diminactive/diminactive_config.cpp b/effects/diminactive/diminactive_config.cpp index b5dc45a39..8dbfab680 100644 --- a/effects/diminactive/diminactive_config.cpp +++ b/effects/diminactive/diminactive_config.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Christian Nitschkowski -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2007 Christian Nitschkowski +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "diminactive_config.h" diff --git a/effects/diminactive/diminactive_config.h b/effects/diminactive/diminactive_config.h index 1c01d8c1d..675a3b082 100644 --- a/effects/diminactive/diminactive_config.h +++ b/effects/diminactive/diminactive_config.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Christian Nitschkowski -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2007 Christian Nitschkowski +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DIMINACTIVE_CONFIG_H diff --git a/effects/dimscreen/package/contents/code/main.js b/effects/dimscreen/package/contents/code/main.js index fc3364f10..277c32116 100644 --- a/effects/dimscreen/package/contents/code/main.js +++ b/effects/dimscreen/package/contents/code/main.js @@ -1,20 +1,9 @@ /******************************************************************** This file is part of the KDE project. -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ "use strict"; diff --git a/effects/effect_builtins.cpp b/effects/effect_builtins.cpp index 98e7d2c9e..95ce04b12 100644 --- a/effects/effect_builtins.cpp +++ b/effects/effect_builtins.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "effect_builtins.h" #ifdef EFFECT_BUILTINS diff --git a/effects/effect_builtins.h b/effects/effect_builtins.h index 435042f77..bec5d4727 100644 --- a/effects/effect_builtins.h +++ b/effects/effect_builtins.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_EFFECT_BUILTINS_H #define KWIN_EFFECT_BUILTINS_H diff --git a/effects/eyeonscreen/package/contents/code/main.js b/effects/eyeonscreen/package/contents/code/main.js index 70e03a1e2..5e93783c9 100644 --- a/effects/eyeonscreen/package/contents/code/main.js +++ b/effects/eyeonscreen/package/contents/code/main.js @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2015 Thomas Lübking + SPDX-FileCopyrightText: 2015 Thomas Lübking -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ /*global effect, effects, animate, animationTime, Effect, QEasingCurve */ diff --git a/effects/fade/package/contents/code/main.js b/effects/fade/package/contents/code/main.js index 89b067912..188fc7774 100644 --- a/effects/fade/package/contents/code/main.js +++ b/effects/fade/package/contents/code/main.js @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2007 Philip Falkner - Copyright (C) 2012 Martin Gräßlin + SPDX-FileCopyrightText: 2007 Philip Falkner + SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ var blacklist = [ diff --git a/effects/fadedesktop/package/contents/code/main.js b/effects/fadedesktop/package/contents/code/main.js index ba00f4f28..be7fa877d 100644 --- a/effects/fadedesktop/package/contents/code/main.js +++ b/effects/fadedesktop/package/contents/code/main.js @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2009 Lucas Murray - Copyright (C) 2012 Martin Gräßlin - Copyright (C) 2018 Vlad Zahorodnii + SPDX-FileCopyrightText: 2009 Lucas Murray + SPDX-FileCopyrightText: 2012 Martin Gräßlin + SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ "use strict"; diff --git a/effects/fadingpopups/package/contents/code/main.js b/effects/fadingpopups/package/contents/code/main.js index 0d0233ecb..6566b8bff 100644 --- a/effects/fadingpopups/package/contents/code/main.js +++ b/effects/fadingpopups/package/contents/code/main.js @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ "use strict"; diff --git a/effects/fallapart/fallapart.cpp b/effects/fallapart/fallapart.cpp index df623fb83..7fabb05a2 100644 --- a/effects/fallapart/fallapart.cpp +++ b/effects/fallapart/fallapart.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Lubos Lunak +SPDX-FileCopyrightText: 2007 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "fallapart.h" diff --git a/effects/fallapart/fallapart.h b/effects/fallapart/fallapart.h index 4d400d678..035f6f6b4 100644 --- a/effects/fallapart/fallapart.h +++ b/effects/fallapart/fallapart.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Lubos Lunak +SPDX-FileCopyrightText: 2007 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_FALLAPART_H diff --git a/effects/flipswitch/flipswitch.cpp b/effects/flipswitch/flipswitch.cpp index 5f6d0096c..0f78a92de 100644 --- a/effects/flipswitch/flipswitch.cpp +++ b/effects/flipswitch/flipswitch.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2008, 2009 Martin Gräßlin + SPDX-FileCopyrightText: 2008, 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "flipswitch.h" // KConfigSkeleton diff --git a/effects/flipswitch/flipswitch.h b/effects/flipswitch/flipswitch.h index e4799883b..e9711f9ca 100644 --- a/effects/flipswitch/flipswitch.h +++ b/effects/flipswitch/flipswitch.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2008, 2009 Martin Gräßlin + SPDX-FileCopyrightText: 2008, 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_FLIPSWITCH_H diff --git a/effects/flipswitch/flipswitch_config.cpp b/effects/flipswitch/flipswitch_config.cpp index f53f5cc1a..4639ab8f0 100644 --- a/effects/flipswitch/flipswitch_config.cpp +++ b/effects/flipswitch/flipswitch_config.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2008, 2009 Martin Gräßlin + SPDX-FileCopyrightText: 2008, 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "flipswitch_config.h" // KConfigSkeleton diff --git a/effects/flipswitch/flipswitch_config.h b/effects/flipswitch/flipswitch_config.h index 317763730..4dea1251f 100644 --- a/effects/flipswitch/flipswitch_config.h +++ b/effects/flipswitch/flipswitch_config.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2008, 2009 Martin Gräßlin + SPDX-FileCopyrightText: 2008, 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_FLIPSWITCH_CONFIG_H diff --git a/effects/frozenapp/package/contents/code/main.js b/effects/frozenapp/package/contents/code/main.js index a8c95e9de..40b99894e 100644 --- a/effects/frozenapp/package/contents/code/main.js +++ b/effects/frozenapp/package/contents/code/main.js @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2017 Kai Uwe Broulik + SPDX-FileCopyrightText: 2017 Kai Uwe Broulik -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ "use strict"; diff --git a/effects/glide/glide.cpp b/effects/glide/glide.cpp index 00c221990..998ee39f0 100644 --- a/effects/glide/glide.cpp +++ b/effects/glide/glide.cpp @@ -2,23 +2,12 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Philip Falkner -Copyright (C) 2009 Martin Gräßlin -Copyright (C) 2010 Alexandre Pereira -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2007 Philip Falkner +SPDX-FileCopyrightText: 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2010 Alexandre Pereira +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own diff --git a/effects/glide/glide.h b/effects/glide/glide.h index c470f2f8c..dbb1dc108 100644 --- a/effects/glide/glide.h +++ b/effects/glide/glide.h @@ -2,23 +2,12 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Philip Falkner -Copyright (C) 2009 Martin Gräßlin -Copyright (C) 2010 Alexandre Pereira -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2007 Philip Falkner +SPDX-FileCopyrightText: 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2010 Alexandre Pereira +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_GLIDE_H diff --git a/effects/glide/glide_config.cpp b/effects/glide/glide_config.cpp index a151b9b65..11f0220a3 100644 --- a/effects/glide/glide_config.cpp +++ b/effects/glide/glide_config.cpp @@ -1,21 +1,8 @@ /* - * Copyright © 2010 Fredrik Höglund - * Copyright (C) 2010 Alexandre Pereira + * SPDX-FileCopyrightText: 2010 Fredrik Höglund + * SPDX-FileCopyrightText: 2010 Alexandre Pereira * - * This 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; see the file COPYING. 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 */ #include "glide_config.h" diff --git a/effects/glide/glide_config.h b/effects/glide/glide_config.h index 5a5f0a735..df3723a25 100644 --- a/effects/glide/glide_config.h +++ b/effects/glide/glide_config.h @@ -1,21 +1,8 @@ /* - * Copyright © 2010 Fredrik Höglund - * Copyright (C) 2010 Alexandre Pereira + * SPDX-FileCopyrightText: 2010 Fredrik Höglund + * SPDX-FileCopyrightText: 2010 Alexandre Pereira * - * This 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; see the file COPYING. 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 */ #ifndef GLIDE_CONFIG_H diff --git a/effects/highlightwindow/highlightwindow.cpp b/effects/highlightwindow/highlightwindow.cpp index ecfb681b4..8789c553b 100644 --- a/effects/highlightwindow/highlightwindow.cpp +++ b/effects/highlightwindow/highlightwindow.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Lucas Murray +SPDX-FileCopyrightText: 2009 Lucas Murray -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "highlightwindow.h" diff --git a/effects/highlightwindow/highlightwindow.h b/effects/highlightwindow/highlightwindow.h index dc3a6d92b..70f615441 100644 --- a/effects/highlightwindow/highlightwindow.h +++ b/effects/highlightwindow/highlightwindow.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Lucas Murray +SPDX-FileCopyrightText: 2009 Lucas Murray -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_HIGHLIGHTWINDOW_H diff --git a/effects/invert/invert.cpp b/effects/invert/invert.cpp index bde5cb93d..3c8a1e073 100644 --- a/effects/invert/invert.cpp +++ b/effects/invert/invert.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Rivo Laks -Copyright (C) 2008 Lucas Murray +SPDX-FileCopyrightText: 2007 Rivo Laks +SPDX-FileCopyrightText: 2008 Lucas Murray -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "invert.h" diff --git a/effects/invert/invert.h b/effects/invert/invert.h index e1304b69a..832df7b8f 100644 --- a/effects/invert/invert.h +++ b/effects/invert/invert.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Rivo Laks -Copyright (C) 2008 Lucas Murray +SPDX-FileCopyrightText: 2007 Rivo Laks +SPDX-FileCopyrightText: 2008 Lucas Murray -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_INVERT_H diff --git a/effects/invert/invert_config.cpp b/effects/invert/invert_config.cpp index efd53e1a8..c9d6b3b26 100644 --- a/effects/invert/invert_config.cpp +++ b/effects/invert/invert_config.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Rivo Laks +SPDX-FileCopyrightText: 2007 Rivo Laks -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "invert_config.h" diff --git a/effects/invert/invert_config.h b/effects/invert/invert_config.h index e5237bca6..124b5ac8a 100644 --- a/effects/invert/invert_config.h +++ b/effects/invert/invert_config.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Rivo Laks +SPDX-FileCopyrightText: 2007 Rivo Laks -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_INVERT_CONFIG_H diff --git a/effects/kscreen/kscreen.cpp b/effects/kscreen/kscreen.cpp index 28dfb7514..046dd1eec 100644 --- a/effects/kscreen/kscreen.cpp +++ b/effects/kscreen/kscreen.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2013 Martin Gräßlin + SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own #include "kscreen.h" diff --git a/effects/kscreen/kscreen.h b/effects/kscreen/kscreen.h index b0feae0b3..dfe65d2e3 100644 --- a/effects/kscreen/kscreen.h +++ b/effects/kscreen/kscreen.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2013 Martin Gräßlin + SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_KSCREEN_H #define KWIN_KSCREEN_H diff --git a/effects/logging.cpp b/effects/logging.cpp index d338c9045..2fa7f1770 100644 --- a/effects/logging.cpp +++ b/effects/logging.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include Q_LOGGING_CATEGORY(KWINEFFECTS, "kwineffects", QtCriticalMsg) diff --git a/effects/login/package/contents/code/main.js b/effects/login/package/contents/code/main.js index 7a9b507c1..50c2e818d 100644 --- a/effects/login/package/contents/code/main.js +++ b/effects/login/package/contents/code/main.js @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2007 Lubos Lunak - Copyright (C) 2013 Martin Gräßlin + SPDX-FileCopyrightText: 2007 Lubos Lunak + SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ "use strict"; diff --git a/effects/logout/package/contents/code/main.js b/effects/logout/package/contents/code/main.js index 6b7065d3a..76ada74c3 100644 --- a/effects/logout/package/contents/code/main.js +++ b/effects/logout/package/contents/code/main.js @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2007 Lubos Lunak - Copyright (C) 2013 Martin Gräßlin - Copyright (C) 2017 Marco Martin + SPDX-FileCopyrightText: 2007 Lubos Lunak + SPDX-FileCopyrightText: 2013 Martin Gräßlin + SPDX-FileCopyrightText: 2017 Marco Martin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ "use strict"; diff --git a/effects/lookingglass/lookingglass.cpp b/effects/lookingglass/lookingglass.cpp index 5a1ef0e49..e548ffbb2 100644 --- a/effects/lookingglass/lookingglass.cpp +++ b/effects/lookingglass/lookingglass.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Rivo Laks -Copyright (C) 2007 Christian Nitschkowski +SPDX-FileCopyrightText: 2007 Rivo Laks +SPDX-FileCopyrightText: 2007 Christian Nitschkowski -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "lookingglass.h" diff --git a/effects/lookingglass/lookingglass.h b/effects/lookingglass/lookingglass.h index b2b65fe29..802392248 100644 --- a/effects/lookingglass/lookingglass.h +++ b/effects/lookingglass/lookingglass.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Rivo Laks -Copyright (C) 2007 Christian Nitschkowski +SPDX-FileCopyrightText: 2007 Rivo Laks +SPDX-FileCopyrightText: 2007 Christian Nitschkowski -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_LOOKINGGLASS_H diff --git a/effects/lookingglass/lookingglass_config.cpp b/effects/lookingglass/lookingglass_config.cpp index b802ae27f..57678cfaa 100644 --- a/effects/lookingglass/lookingglass_config.cpp +++ b/effects/lookingglass/lookingglass_config.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Christian Nitschkowski +SPDX-FileCopyrightText: 2007 Christian Nitschkowski -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "lookingglass_config.h" diff --git a/effects/lookingglass/lookingglass_config.h b/effects/lookingglass/lookingglass_config.h index 21619ee5f..7cdb017a3 100644 --- a/effects/lookingglass/lookingglass_config.h +++ b/effects/lookingglass/lookingglass_config.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Christian Nitschkowski +SPDX-FileCopyrightText: 2007 Christian Nitschkowski -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_LOOKINGGLASS_CONFIG_H diff --git a/effects/magiclamp/magiclamp.cpp b/effects/magiclamp/magiclamp.cpp index 155ccf39e..49cf7b29b 100644 --- a/effects/magiclamp/magiclamp.cpp +++ b/effects/magiclamp/magiclamp.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2008 Martin Gräßlin + SPDX-FileCopyrightText: 2008 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // based on minimize animation by Rivo Laks diff --git a/effects/magiclamp/magiclamp.h b/effects/magiclamp/magiclamp.h index 6626241a9..dd8f49b57 100644 --- a/effects/magiclamp/magiclamp.h +++ b/effects/magiclamp/magiclamp.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2008 Martin Gräßlin + SPDX-FileCopyrightText: 2008 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_MAGICLAMP_H diff --git a/effects/magiclamp/magiclamp_config.cpp b/effects/magiclamp/magiclamp_config.cpp index 197211643..57e623406 100644 --- a/effects/magiclamp/magiclamp_config.cpp +++ b/effects/magiclamp/magiclamp_config.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2009 Martin Gräßlin + SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "magiclamp_config.h" // KConfigSkeleton diff --git a/effects/magiclamp/magiclamp_config.h b/effects/magiclamp/magiclamp_config.h index c4b838d96..1bb6f5936 100644 --- a/effects/magiclamp/magiclamp_config.h +++ b/effects/magiclamp/magiclamp_config.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2009 Martin Gräßlin + SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_MAGICLAMP_CONFIG_H diff --git a/effects/magnifier/magnifier.cpp b/effects/magnifier/magnifier.cpp index 0c541f135..2427e4124 100644 --- a/effects/magnifier/magnifier.cpp +++ b/effects/magnifier/magnifier.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Lubos Lunak -Copyright (C) 2007 Christian Nitschkowski -Copyright (C) 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2007 Lubos Lunak +SPDX-FileCopyrightText: 2007 Christian Nitschkowski +SPDX-FileCopyrightText: 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "magnifier.h" diff --git a/effects/magnifier/magnifier.h b/effects/magnifier/magnifier.h index 056301bc7..9fb6589c1 100644 --- a/effects/magnifier/magnifier.h +++ b/effects/magnifier/magnifier.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Lubos Lunak -Copyright (C) 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2007 Lubos Lunak +SPDX-FileCopyrightText: 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_MAGNIFIER_H diff --git a/effects/magnifier/magnifier_config.cpp b/effects/magnifier/magnifier_config.cpp index a5e77ef0d..271a7aa7d 100644 --- a/effects/magnifier/magnifier_config.cpp +++ b/effects/magnifier/magnifier_config.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Christian Nitschkowski +SPDX-FileCopyrightText: 2007 Christian Nitschkowski -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "magnifier_config.h" diff --git a/effects/magnifier/magnifier_config.h b/effects/magnifier/magnifier_config.h index 6b7ec1a92..6652d9428 100644 --- a/effects/magnifier/magnifier_config.h +++ b/effects/magnifier/magnifier_config.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Christian Nitschkowski +SPDX-FileCopyrightText: 2007 Christian Nitschkowski -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_MAGNIFIER_CONFIG_H diff --git a/effects/maximize/package/contents/code/maximize.js b/effects/maximize/package/contents/code/maximize.js index f8bf5b7e9..0d89f2af8 100644 --- a/effects/maximize/package/contents/code/maximize.js +++ b/effects/maximize/package/contents/code/maximize.js @@ -1,20 +1,9 @@ /******************************************************************** This file is part of the KDE project. - Copyright (C) 2012 Martin Gräßlin + SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ "use strict"; diff --git a/effects/morphingpopups/package/contents/code/morphingpopups.js b/effects/morphingpopups/package/contents/code/morphingpopups.js index 2eec1ef21..31b76586a 100644 --- a/effects/morphingpopups/package/contents/code/morphingpopups.js +++ b/effects/morphingpopups/package/contents/code/morphingpopups.js @@ -1,21 +1,10 @@ /******************************************************************** This file is part of the KDE project. - Copyright (C) 2012 Martin Gräßlin - Copyright (C) 2016 Marco Martin + SPDX-FileCopyrightText: 2012 Martin Gräßlin + SPDX-FileCopyrightText: 2016 Marco Martin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ "use strict"; diff --git a/effects/mouseclick/mouseclick.cpp b/effects/mouseclick/mouseclick.cpp index 636ee52c9..d7c53c9b5 100644 --- a/effects/mouseclick/mouseclick.cpp +++ b/effects/mouseclick/mouseclick.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Filip Wieladek +SPDX-FileCopyrightText: 2012 Filip Wieladek -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mouseclick.h" diff --git a/effects/mouseclick/mouseclick.h b/effects/mouseclick/mouseclick.h index f9c4a6d72..6a2ac778e 100644 --- a/effects/mouseclick/mouseclick.h +++ b/effects/mouseclick/mouseclick.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Filip Wieladek +SPDX-FileCopyrightText: 2012 Filip Wieladek -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_MOUSECLICK_H diff --git a/effects/mouseclick/mouseclick_config.cpp b/effects/mouseclick/mouseclick_config.cpp index f9be52e49..61c709f25 100644 --- a/effects/mouseclick/mouseclick_config.cpp +++ b/effects/mouseclick/mouseclick_config.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Filip Wieladek +SPDX-FileCopyrightText: 2012 Filip Wieladek -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mouseclick_config.h" diff --git a/effects/mouseclick/mouseclick_config.h b/effects/mouseclick/mouseclick_config.h index 52713c933..e07ff7662 100644 --- a/effects/mouseclick/mouseclick_config.h +++ b/effects/mouseclick/mouseclick_config.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Filip Wieladek +SPDX-FileCopyrightText: 2012 Filip Wieladek -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_MOUSECLICK_CONFIG_H diff --git a/effects/mousemark/mousemark.cpp b/effects/mousemark/mousemark.cpp index 2c421c743..482fe1b06 100644 --- a/effects/mousemark/mousemark.cpp +++ b/effects/mousemark/mousemark.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2007 Christian Nitschkowski +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2007 Christian Nitschkowski -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mousemark.h" diff --git a/effects/mousemark/mousemark.h b/effects/mousemark/mousemark.h index c56cf7da4..a3d5ed58c 100644 --- a/effects/mousemark/mousemark.h +++ b/effects/mousemark/mousemark.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Lubos Lunak +SPDX-FileCopyrightText: 2007 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_MOUSEMARK_H diff --git a/effects/mousemark/mousemark_config.cpp b/effects/mousemark/mousemark_config.cpp index 158a3ae2e..9b6193c69 100644 --- a/effects/mousemark/mousemark_config.cpp +++ b/effects/mousemark/mousemark_config.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Christian Nitschkowski +SPDX-FileCopyrightText: 2007 Christian Nitschkowski -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "mousemark_config.h" diff --git a/effects/mousemark/mousemark_config.h b/effects/mousemark/mousemark_config.h index 20bd754cf..f48df5955 100644 --- a/effects/mousemark/mousemark_config.h +++ b/effects/mousemark/mousemark_config.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Christian Nitschkowski +SPDX-FileCopyrightText: 2007 Christian Nitschkowski -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_MOUSEMARK_CONFIG_H diff --git a/effects/presentwindows/main.qml b/effects/presentwindows/main.qml index 98861da7b..5d9cf9558 100644 --- a/effects/presentwindows/main.qml +++ b/effects/presentwindows/main.qml @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ import QtQuick 2.0 import org.kde.plasma.components 2.0 as Plasma diff --git a/effects/presentwindows/presentwindows.cpp b/effects/presentwindows/presentwindows.cpp index ea36c2e32..1d646d014 100644 --- a/effects/presentwindows/presentwindows.cpp +++ b/effects/presentwindows/presentwindows.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Rivo Laks -Copyright (C) 2008 Lucas Murray +SPDX-FileCopyrightText: 2007 Rivo Laks +SPDX-FileCopyrightText: 2008 Lucas Murray -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "presentwindows.h" diff --git a/effects/presentwindows/presentwindows.h b/effects/presentwindows/presentwindows.h index c81e48bf6..9d5e42d5a 100644 --- a/effects/presentwindows/presentwindows.h +++ b/effects/presentwindows/presentwindows.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Rivo Laks -Copyright (C) 2008 Lucas Murray +SPDX-FileCopyrightText: 2007 Rivo Laks +SPDX-FileCopyrightText: 2008 Lucas Murray -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_PRESENTWINDOWS_H diff --git a/effects/presentwindows/presentwindows_config.cpp b/effects/presentwindows/presentwindows_config.cpp index c7a874077..6ac1a0e76 100644 --- a/effects/presentwindows/presentwindows_config.cpp +++ b/effects/presentwindows/presentwindows_config.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Rivo Laks -Copyright (C) 2008 Lucas Murray +SPDX-FileCopyrightText: 2007 Rivo Laks +SPDX-FileCopyrightText: 2008 Lucas Murray -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "presentwindows_config.h" diff --git a/effects/presentwindows/presentwindows_config.h b/effects/presentwindows/presentwindows_config.h index bc15ea762..f559544c3 100644 --- a/effects/presentwindows/presentwindows_config.h +++ b/effects/presentwindows/presentwindows_config.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Rivo Laks -Copyright (C) 2008 Lucas Murray +SPDX-FileCopyrightText: 2007 Rivo Laks +SPDX-FileCopyrightText: 2008 Lucas Murray -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_PRESENTWINDOWS_CONFIG_H diff --git a/effects/presentwindows/presentwindows_proxy.cpp b/effects/presentwindows/presentwindows_proxy.cpp index f6aca8737..ef7688e03 100644 --- a/effects/presentwindows/presentwindows_proxy.cpp +++ b/effects/presentwindows/presentwindows_proxy.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Lucas Murray +SPDX-FileCopyrightText: 2009 Lucas Murray -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "presentwindows_proxy.h" diff --git a/effects/presentwindows/presentwindows_proxy.h b/effects/presentwindows/presentwindows_proxy.h index 8c8bd294f..230bf6598 100644 --- a/effects/presentwindows/presentwindows_proxy.h +++ b/effects/presentwindows/presentwindows_proxy.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Lucas Murray +SPDX-FileCopyrightText: 2009 Lucas Murray -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_PRESENTWINDOWS_PROXY_H diff --git a/effects/resize/resize.cpp b/effects/resize/resize.cpp index 4cdbb9049..0f191bbc6 100644 --- a/effects/resize/resize.cpp +++ b/effects/resize/resize.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "resize.h" diff --git a/effects/resize/resize.h b/effects/resize/resize.h index 299ae1982..f9f10a729 100644 --- a/effects/resize/resize.h +++ b/effects/resize/resize.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_RESIZE_H diff --git a/effects/resize/resize_config.cpp b/effects/resize/resize_config.cpp index 647a5dfda..17e601012 100644 --- a/effects/resize/resize_config.cpp +++ b/effects/resize/resize_config.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2010 Martin Gräßlin + SPDX-FileCopyrightText: 2010 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "resize_config.h" // KConfigSkeleton diff --git a/effects/resize/resize_config.h b/effects/resize/resize_config.h index 7c07c23ac..e9f830c38 100644 --- a/effects/resize/resize_config.h +++ b/effects/resize/resize_config.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2010 Martin Gräßlin + SPDX-FileCopyrightText: 2010 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_RESIZE_CONFIG_H diff --git a/effects/scale/package/contents/code/main.js b/effects/scale/package/contents/code/main.js index 24d9641f2..1d4a499fe 100644 --- a/effects/scale/package/contents/code/main.js +++ b/effects/scale/package/contents/code/main.js @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2018 Vlad Zahorodnii + SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ "use strict"; diff --git a/effects/screenedge/screenedgeeffect.cpp b/effects/screenedge/screenedgeeffect.cpp index dc9e84e5e..e29d23e26 100644 --- a/effects/screenedge/screenedgeeffect.cpp +++ b/effects/screenedge/screenedgeeffect.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "screenedgeeffect.h" // KWin diff --git a/effects/screenedge/screenedgeeffect.h b/effects/screenedge/screenedgeeffect.h index 3bbaa9e08..8a735c81a 100644 --- a/effects/screenedge/screenedgeeffect.h +++ b/effects/screenedge/screenedgeeffect.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCREEN_EDGE_EFFECT_H #define KWIN_SCREEN_EDGE_EFFECT_H diff --git a/effects/screenshot/screenshot.cpp b/effects/screenshot/screenshot.cpp index 14790182d..78d2c6267 100644 --- a/effects/screenshot/screenshot.cpp +++ b/effects/screenshot/screenshot.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2010 Martin Gräßlin - Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies) + SPDX-FileCopyrightText: 2010 Martin Gräßlin + SPDX-FileCopyrightText: 2010 Nokia Corporation and /or its subsidiary(-ies) -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "screenshot.h" #include @@ -758,7 +747,7 @@ void ScreenShotEffect::grabPointerImage(QImage& snapshot, int offsetx, int offse void ScreenShotEffect::convertFromGLImage(QImage &img, int w, int h) { // from QtOpenGL/qgl.cpp - // Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies) + // SPDX-FileCopyrightText: 2010 Nokia Corporation and /or its subsidiary(-ies) // see https://github.com/qt/qtbase/blob/dev/src/opengl/qgl.cpp if (QSysInfo::ByteOrder == QSysInfo::BigEndian) { // OpenGL gives RGBA; Qt wants ARGB diff --git a/effects/screenshot/screenshot.h b/effects/screenshot/screenshot.h index 1c573680b..530c05861 100644 --- a/effects/screenshot/screenshot.h +++ b/effects/screenshot/screenshot.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2010 Martin Gräßlin + SPDX-FileCopyrightText: 2010 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCREENSHOT_H diff --git a/effects/sessionquit/package/contents/code/main.js b/effects/sessionquit/package/contents/code/main.js index 080f927b9..297ef5e66 100644 --- a/effects/sessionquit/package/contents/code/main.js +++ b/effects/sessionquit/package/contents/code/main.js @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2019 David Edmundson + SPDX-FileCopyrightText: 2019 David Edmundson -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ "use strict"; diff --git a/effects/sheet/sheet.cpp b/effects/sheet/sheet.cpp index 8a2279b91..81884a812 100644 --- a/effects/sheet/sheet.cpp +++ b/effects/sheet/sheet.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Philip Falkner -Copyright (C) 2009 Martin Gräßlin -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2007 Philip Falkner +SPDX-FileCopyrightText: 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own diff --git a/effects/sheet/sheet.h b/effects/sheet/sheet.h index 9c05d1ed4..aac52a46d 100644 --- a/effects/sheet/sheet.h +++ b/effects/sheet/sheet.h @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Philip Falkner -Copyright (C) 2009 Martin Gräßlin -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2007 Philip Falkner +SPDX-FileCopyrightText: 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SHEET_H diff --git a/effects/showfps/showfps.cpp b/effects/showfps/showfps.cpp index 4d58337f8..136dea593 100644 --- a/effects/showfps/showfps.cpp +++ b/effects/showfps/showfps.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak +SPDX-FileCopyrightText: 2006 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "showfps.h" diff --git a/effects/showfps/showfps.h b/effects/showfps/showfps.h index b10b4b5e8..bcb144ddd 100644 --- a/effects/showfps/showfps.h +++ b/effects/showfps/showfps.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak +SPDX-FileCopyrightText: 2006 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SHOWFPS_H diff --git a/effects/showfps/showfps_config.cpp b/effects/showfps/showfps_config.cpp index ae89083b1..66124d4ef 100644 --- a/effects/showfps/showfps_config.cpp +++ b/effects/showfps/showfps_config.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Rivo Laks +SPDX-FileCopyrightText: 2007 Rivo Laks -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "showfps_config.h" diff --git a/effects/showfps/showfps_config.h b/effects/showfps/showfps_config.h index 7d79a07fc..203ccd6c0 100644 --- a/effects/showfps/showfps_config.h +++ b/effects/showfps/showfps_config.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Rivo Laks +SPDX-FileCopyrightText: 2007 Rivo Laks -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SHOWFPS_CONFIG_H diff --git a/effects/showpaint/showpaint.cpp b/effects/showpaint/showpaint.cpp index 685c433f4..f812eadfc 100644 --- a/effects/showpaint/showpaint.cpp +++ b/effects/showpaint/showpaint.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Lubos Lunak -Copyright (C) 2010 Martin Gräßlin +SPDX-FileCopyrightText: 2007 Lubos Lunak +SPDX-FileCopyrightText: 2010 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "showpaint.h" diff --git a/effects/showpaint/showpaint.h b/effects/showpaint/showpaint.h index bc103ab9c..eebaf14f0 100644 --- a/effects/showpaint/showpaint.h +++ b/effects/showpaint/showpaint.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Lubos Lunak +SPDX-FileCopyrightText: 2007 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SHOWPAINT_H diff --git a/effects/showpaint/showpaint_config.cpp b/effects/showpaint/showpaint_config.cpp index 6094299fa..2f1a85b13 100644 --- a/effects/showpaint/showpaint_config.cpp +++ b/effects/showpaint/showpaint_config.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "showpaint_config.h" diff --git a/effects/showpaint/showpaint_config.h b/effects/showpaint/showpaint_config.h index 0523370d5..cb5cb7993 100644 --- a/effects/showpaint/showpaint_config.h +++ b/effects/showpaint/showpaint_config.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/effects/slide/slide.cpp b/effects/slide/slide.cpp index 34becbf6a..227c0df31 100644 --- a/effects/slide/slide.cpp +++ b/effects/slide/slide.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Lubos Lunak -Copyright (C) 2008 Lucas Murray -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2007 Lubos Lunak +SPDX-FileCopyrightText: 2008 Lucas Murray +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own diff --git a/effects/slide/slide.h b/effects/slide/slide.h index 563d26c3e..293462bd9 100644 --- a/effects/slide/slide.h +++ b/effects/slide/slide.h @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Lubos Lunak -Copyright (C) 2008 Lucas Murray -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2007 Lubos Lunak +SPDX-FileCopyrightText: 2008 Lucas Murray +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SLIDE_H diff --git a/effects/slide/slide_config.cpp b/effects/slide/slide_config.cpp index 32510202c..4d1d5e6f3 100644 --- a/effects/slide/slide_config.cpp +++ b/effects/slide/slide_config.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017, 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2017, 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "slide_config.h" diff --git a/effects/slide/slide_config.h b/effects/slide/slide_config.h index 473faf208..3394a9c77 100644 --- a/effects/slide/slide_config.h +++ b/effects/slide/slide_config.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017, 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2017, 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ diff --git a/effects/slideback/slideback.cpp b/effects/slideback/slideback.cpp index 00356e8ba..3235336c1 100644 --- a/effects/slideback/slideback.cpp +++ b/effects/slideback/slideback.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Michael Zanetti +SPDX-FileCopyrightText: 2009 Michael Zanetti -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "slideback.h" diff --git a/effects/slideback/slideback.h b/effects/slideback/slideback.h index 6cdf5f005..c1463724b 100644 --- a/effects/slideback/slideback.h +++ b/effects/slideback/slideback.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Michael Zanetti +SPDX-FileCopyrightText: 2009 Michael Zanetti -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SLIDEBACK_H diff --git a/effects/slidingpopups/slidingpopups.cpp b/effects/slidingpopups/slidingpopups.cpp index e9ffb65ab..ff51763b9 100644 --- a/effects/slidingpopups/slidingpopups.cpp +++ b/effects/slidingpopups/slidingpopups.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Marco Martin notmart@gmail.com -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2009 Marco Martin notmart @gmail.com +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "slidingpopups.h" diff --git a/effects/slidingpopups/slidingpopups.h b/effects/slidingpopups/slidingpopups.h index 940ee604e..81e699a7d 100644 --- a/effects/slidingpopups/slidingpopups.h +++ b/effects/slidingpopups/slidingpopups.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Marco Martin notmart@gmail.com -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2009 Marco Martin notmart @gmail.com +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SLIDINGPOPUPS_H diff --git a/effects/snaphelper/snaphelper.cpp b/effects/snaphelper/snaphelper.cpp index 3c0f41487..8bd8b765d 100644 --- a/effects/snaphelper/snaphelper.cpp +++ b/effects/snaphelper/snaphelper.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Lucas Murray -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "snaphelper.h" diff --git a/effects/snaphelper/snaphelper.h b/effects/snaphelper/snaphelper.h index c8b2d2805..2455b6fcb 100644 --- a/effects/snaphelper/snaphelper.h +++ b/effects/snaphelper/snaphelper.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Lucas Murray -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SNAPHELPER_H diff --git a/effects/squash/package/contents/code/main.js b/effects/squash/package/contents/code/main.js index d48a4fa03..54c37cb4a 100644 --- a/effects/squash/package/contents/code/main.js +++ b/effects/squash/package/contents/code/main.js @@ -1,20 +1,9 @@ /******************************************************************** This file is part of the KDE project. - Copyright (C) 2018 Vlad Zahorodnii + SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ "use strict"; diff --git a/effects/startupfeedback/startupfeedback.cpp b/effects/startupfeedback/startupfeedback.cpp index 5f1264ea1..490cf354c 100644 --- a/effects/startupfeedback/startupfeedback.cpp +++ b/effects/startupfeedback/startupfeedback.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2010 Martin Gräßlin + SPDX-FileCopyrightText: 2010 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "startupfeedback.h" // Qt @@ -35,7 +24,7 @@ along with this program. If not, see . #include // based on StartupId in KRunner by Lubos Lunak -// Copyright (C) 2001 Lubos Lunak +// SPDX-FileCopyrightText: 2001 Lubos Lunak namespace KWin { diff --git a/effects/startupfeedback/startupfeedback.h b/effects/startupfeedback/startupfeedback.h index 59b94b9db..f77002652 100644 --- a/effects/startupfeedback/startupfeedback.h +++ b/effects/startupfeedback/startupfeedback.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2010 Martin Gräßlin + SPDX-FileCopyrightText: 2010 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_STARTUPFEEDBACK_H diff --git a/effects/thumbnailaside/thumbnailaside.cpp b/effects/thumbnailaside/thumbnailaside.cpp index 0b99b3fe9..8534158a2 100644 --- a/effects/thumbnailaside/thumbnailaside.cpp +++ b/effects/thumbnailaside/thumbnailaside.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Lubos Lunak -Copyright (C) 2007 Christian Nitschkowski +SPDX-FileCopyrightText: 2007 Lubos Lunak +SPDX-FileCopyrightText: 2007 Christian Nitschkowski -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "thumbnailaside.h" diff --git a/effects/thumbnailaside/thumbnailaside.h b/effects/thumbnailaside/thumbnailaside.h index dc46c7866..c55ba48fc 100644 --- a/effects/thumbnailaside/thumbnailaside.h +++ b/effects/thumbnailaside/thumbnailaside.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Lubos Lunak -Copyright (C) 2007 Christian Nitschkowski +SPDX-FileCopyrightText: 2007 Lubos Lunak +SPDX-FileCopyrightText: 2007 Christian Nitschkowski -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ /* diff --git a/effects/thumbnailaside/thumbnailaside_config.cpp b/effects/thumbnailaside/thumbnailaside_config.cpp index aed7ac571..eba2eab1e 100644 --- a/effects/thumbnailaside/thumbnailaside_config.cpp +++ b/effects/thumbnailaside/thumbnailaside_config.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Christian Nitschkowski +SPDX-FileCopyrightText: 2007 Christian Nitschkowski -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "thumbnailaside_config.h" diff --git a/effects/thumbnailaside/thumbnailaside_config.h b/effects/thumbnailaside/thumbnailaside_config.h index 405589265..255ec958a 100644 --- a/effects/thumbnailaside/thumbnailaside_config.h +++ b/effects/thumbnailaside/thumbnailaside_config.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Christian Nitschkowski +SPDX-FileCopyrightText: 2007 Christian Nitschkowski -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_THUMBNAILASIDE_CONFIG_H diff --git a/effects/touchpoints/touchpoints.cpp b/effects/touchpoints/touchpoints.cpp index 69e74cf77..4cb12c7aa 100644 --- a/effects/touchpoints/touchpoints.cpp +++ b/effects/touchpoints/touchpoints.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Filip Wieladek -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Filip Wieladek +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "touchpoints.h" diff --git a/effects/touchpoints/touchpoints.h b/effects/touchpoints/touchpoints.h index 6e1145c3c..bbdecf631 100644 --- a/effects/touchpoints/touchpoints.h +++ b/effects/touchpoints/touchpoints.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Filip Wieladek -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Filip Wieladek +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_TOUCHPOINTS_H diff --git a/effects/trackmouse/trackmouse.cpp b/effects/trackmouse/trackmouse.cpp index d38f0a403..bb703fc2c 100644 --- a/effects/trackmouse/trackmouse.cpp +++ b/effects/trackmouse/trackmouse.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2010 Jorge Mata -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2010 Jorge Mata +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "trackmouse.h" diff --git a/effects/trackmouse/trackmouse.h b/effects/trackmouse/trackmouse.h index 49e0b916a..c633b7015 100644 --- a/effects/trackmouse/trackmouse.h +++ b/effects/trackmouse/trackmouse.h @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2010 Jorge Mata -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2010 Jorge Mata +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_TRACKMOUSE_H diff --git a/effects/trackmouse/trackmouse_config.cpp b/effects/trackmouse/trackmouse_config.cpp index 61b04b670..655790029 100644 --- a/effects/trackmouse/trackmouse_config.cpp +++ b/effects/trackmouse/trackmouse_config.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Rivo Laks -Copyright (C) 2010 Jorge Mata +SPDX-FileCopyrightText: 2007 Rivo Laks +SPDX-FileCopyrightText: 2010 Jorge Mata -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include diff --git a/effects/trackmouse/trackmouse_config.h b/effects/trackmouse/trackmouse_config.h index a3bdc4b25..4aa4d40d8 100644 --- a/effects/trackmouse/trackmouse_config.h +++ b/effects/trackmouse/trackmouse_config.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Rivo Laks -Copyright (C) 2010 Jorge Mata +SPDX-FileCopyrightText: 2007 Rivo Laks +SPDX-FileCopyrightText: 2010 Jorge Mata -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_TRACKMOUSE_CONFIG_H diff --git a/effects/translucency/package/contents/code/main.js b/effects/translucency/package/contents/code/main.js index 1f91a0dc7..f8ec24b8b 100644 --- a/effects/translucency/package/contents/code/main.js +++ b/effects/translucency/package/contents/code/main.js @@ -1,20 +1,9 @@ /******************************************************************** This file is part of the KDE project. - Copyright (C) 2013 Martin Gräßlin + SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ /*global effect, effects, animate, cancel, set, animationTime, Effect, QEasingCurve */ diff --git a/effects/windowaperture/package/contents/code/main.js b/effects/windowaperture/package/contents/code/main.js index f8d192555..3439cda63 100644 --- a/effects/windowaperture/package/contents/code/main.js +++ b/effects/windowaperture/package/contents/code/main.js @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2015 Thomas Lübking + SPDX-FileCopyrightText: 2015 Thomas Lübking -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ /*global effect, effects, animate, animationTime, Effect, QEasingCurve */ diff --git a/effects/windowgeometry/windowgeometry.cpp b/effects/windowgeometry/windowgeometry.cpp index b2e45c8e9..121d56146 100644 --- a/effects/windowgeometry/windowgeometry.cpp +++ b/effects/windowgeometry/windowgeometry.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2010 Thomas Lübking + SPDX-FileCopyrightText: 2010 Thomas Lübking -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "windowgeometry.h" diff --git a/effects/windowgeometry/windowgeometry.h b/effects/windowgeometry/windowgeometry.h index b19562fe7..939d79611 100644 --- a/effects/windowgeometry/windowgeometry.h +++ b/effects/windowgeometry/windowgeometry.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2010 Thomas Lübking +SPDX-FileCopyrightText: 2010 Thomas Lübking -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef WINDOWGEOMETRY_H diff --git a/effects/windowgeometry/windowgeometry_config.cpp b/effects/windowgeometry/windowgeometry_config.cpp index 20bd7c83b..54a0d0aec 100644 --- a/effects/windowgeometry/windowgeometry_config.cpp +++ b/effects/windowgeometry/windowgeometry_config.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2010 Thomas Lübking +SPDX-FileCopyrightText: 2010 Thomas Lübking -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "windowgeometry_config.h" diff --git a/effects/windowgeometry/windowgeometry_config.h b/effects/windowgeometry/windowgeometry_config.h index 247f47c56..fb9988778 100644 --- a/effects/windowgeometry/windowgeometry_config.h +++ b/effects/windowgeometry/windowgeometry_config.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2010 Thomas Lübking +SPDX-FileCopyrightText: 2010 Thomas Lübking -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef WINDOWGEOMETRY_CONFIG_H diff --git a/effects/wobblywindows/wobblywindows.cpp b/effects/wobblywindows/wobblywindows.cpp index 4abfe682a..9617a4ac7 100644 --- a/effects/wobblywindows/wobblywindows.cpp +++ b/effects/wobblywindows/wobblywindows.cpp @@ -2,10 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2008 Cédric Borgese +SPDX-FileCopyrightText: 2008 Cédric Borgese -You can Freely distribute this program under the GNU General Public -License. See the file "COPYING" for the exact licensing terms. +SPDX-License-Identifier: GPL-2.0-or-later ******************************************************************/ diff --git a/effects/wobblywindows/wobblywindows.h b/effects/wobblywindows/wobblywindows.h index b4465bdd5..428728907 100644 --- a/effects/wobblywindows/wobblywindows.h +++ b/effects/wobblywindows/wobblywindows.h @@ -2,10 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2008 Cédric Borgese +SPDX-FileCopyrightText: 2008 Cédric Borgese -You can Freely distribute this program under the GNU General Public -License. See the file "COPYING" for the exact licensing terms. +SPDX-License-Identifier: GPL-2.0-or-later ******************************************************************/ #ifndef KWIN_WOBBLYWINDOWS_H diff --git a/effects/wobblywindows/wobblywindows_config.cpp b/effects/wobblywindows/wobblywindows_config.cpp index 05178b075..08e59cc8a 100644 --- a/effects/wobblywindows/wobblywindows_config.cpp +++ b/effects/wobblywindows/wobblywindows_config.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2008 Cédric Borgese - Copyright (C) 2008 Lucas Murray + SPDX-FileCopyrightText: 2008 Cédric Borgese + SPDX-FileCopyrightText: 2008 Lucas Murray -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "wobblywindows_config.h" diff --git a/effects/wobblywindows/wobblywindows_config.h b/effects/wobblywindows/wobblywindows_config.h index f423c9a19..4e08ccfe1 100644 --- a/effects/wobblywindows/wobblywindows_config.h +++ b/effects/wobblywindows/wobblywindows_config.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2008 Cédric Borgese - Copyright (C) 2008 Lucas Murray + SPDX-FileCopyrightText: 2008 Cédric Borgese + SPDX-FileCopyrightText: 2008 Lucas Murray -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_WOBBLYWINDOWS_CONFIG_H diff --git a/effects/zoom/accessibilityintegration.cpp b/effects/zoom/accessibilityintegration.cpp index ec31894fc..8d4857598 100644 --- a/effects/zoom/accessibilityintegration.cpp +++ b/effects/zoom/accessibilityintegration.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2020 Vlad Zahorodnii +SPDX-FileCopyrightText: 2020 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "accessibilityintegration.h" diff --git a/effects/zoom/accessibilityintegration.h b/effects/zoom/accessibilityintegration.h index d753e333a..fcbc9fdd9 100644 --- a/effects/zoom/accessibilityintegration.h +++ b/effects/zoom/accessibilityintegration.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2020 Vlad Zahorodnii +SPDX-FileCopyrightText: 2020 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/effects/zoom/zoom.cpp b/effects/zoom/zoom.cpp index 6e0fb60ad..2f181bd35 100644 --- a/effects/zoom/zoom.cpp +++ b/effects/zoom/zoom.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2010 Sebastian Sauer +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2010 Sebastian Sauer -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "zoom.h" diff --git a/effects/zoom/zoom.h b/effects/zoom/zoom.h index 14b0211e2..e92bddf48 100644 --- a/effects/zoom/zoom.h +++ b/effects/zoom/zoom.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2010 Sebastian Sauer +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2010 Sebastian Sauer -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_ZOOM_H diff --git a/effects/zoom/zoom_config.cpp b/effects/zoom/zoom_config.cpp index d3f7984a2..fedc87d99 100644 --- a/effects/zoom/zoom_config.cpp +++ b/effects/zoom/zoom_config.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Rivo Laks -Copyright (C) 2010 Sebastian Sauer +SPDX-FileCopyrightText: 2007 Rivo Laks +SPDX-FileCopyrightText: 2010 Sebastian Sauer -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "zoom_config.h" diff --git a/effects/zoom/zoom_config.h b/effects/zoom/zoom_config.h index 72fe20ddb..99954a6c9 100644 --- a/effects/zoom/zoom_config.h +++ b/effects/zoom/zoom_config.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Rivo Laks -Copyright (C) 2010 Sebastian Sauer +SPDX-FileCopyrightText: 2007 Rivo Laks +SPDX-FileCopyrightText: 2010 Sebastian Sauer -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_ZOOM_CONFIG_H diff --git a/egl_context_attribute_builder.cpp b/egl_context_attribute_builder.cpp index 9f3712b5b..3b2269e98 100644 --- a/egl_context_attribute_builder.cpp +++ b/egl_context_attribute_builder.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "egl_context_attribute_builder.h" #include diff --git a/egl_context_attribute_builder.h b/egl_context_attribute_builder.h index 6f4c6cb12..76798778e 100644 --- a/egl_context_attribute_builder.h +++ b/egl_context_attribute_builder.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once #include "abstract_opengl_context_attribute_builder.h" diff --git a/events.cpp b/events.cpp index 57d87033b..a04ef8323 100644 --- a/events.cpp +++ b/events.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ /* diff --git a/fixqopengl.h b/fixqopengl.h index 7287adfa1..55f18cd8d 100644 --- a/fixqopengl.h +++ b/fixqopengl.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Bhushan Shah +SPDX-FileCopyrightText: 2018 Bhushan Shah -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef FIXQOPENGL_H diff --git a/focuschain.cpp b/focuschain.cpp index 542ef0c80..d4afea3ed 100644 --- a/focuschain.cpp +++ b/focuschain.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "focuschain.h" #include "abstract_client.h" diff --git a/focuschain.h b/focuschain.h index 32083fef1..ad1bede0f 100644 --- a/focuschain.h +++ b/focuschain.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_FOCUS_CHAIN_H #define KWIN_FOCUS_CHAIN_H diff --git a/geometrytip.cpp b/geometrytip.cpp index 039521364..12dc33d14 100644 --- a/geometrytip.cpp +++ b/geometrytip.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (c) 2003, Karol Szwed +SPDX-FileCopyrightText: 2003 Karol Szwed -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "geometrytip.h" diff --git a/geometrytip.h b/geometrytip.h index e856b529f..78a62d052 100644 --- a/geometrytip.h +++ b/geometrytip.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (c) 2003, Karol Szwed +SPDX-FileCopyrightText: 2003 Karol Szwed -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_GEOMETRY_TIP_H diff --git a/gestures.cpp b/gestures.cpp index f54f4536a..c8d88afdd 100644 --- a/gestures.cpp +++ b/gestures.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Gräßlin +SPDX-FileCopyrightText: 2017 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "gestures.h" diff --git a/gestures.h b/gestures.h index 53b06e381..1c4dbd9b9 100644 --- a/gestures.h +++ b/gestures.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Gräßlin +SPDX-FileCopyrightText: 2017 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_GESTURES_H #define KWIN_GESTURES_H diff --git a/globalshortcuts.cpp b/globalshortcuts.cpp index 970c79fbf..9642ce07f 100644 --- a/globalshortcuts.cpp +++ b/globalshortcuts.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own #include "globalshortcuts.h" diff --git a/globalshortcuts.h b/globalshortcuts.h index 791f3862d..1a5783866 100644 --- a/globalshortcuts.h +++ b/globalshortcuts.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_GLOBALSHORTCUTS_H #define KWIN_GLOBALSHORTCUTS_H diff --git a/group.cpp b/group.cpp index cca70f937..d21278648 100644 --- a/group.cpp +++ b/group.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ //#define QT_CLEAN_NAMESPACE diff --git a/group.h b/group.h index 41e5d9dce..d514134ec 100644 --- a/group.h +++ b/group.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_GROUP_H diff --git a/helpers/killer/killer.cpp b/helpers/killer/killer.cpp index cbaf90fb2..f699f14e1 100644 --- a/helpers/killer/killer.cpp +++ b/helpers/killer/killer.cpp @@ -1,24 +1,8 @@ /**************************************************************************** - Copyright (C) 2003 Lubos Lunak + SPDX-FileCopyrightText: 2003 Lubos Lunak -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. +SPDX-License-Identifier: MIT ****************************************************************************/ diff --git a/idle_inhibition.cpp b/idle_inhibition.cpp index f2acd88ae..78e9163da 100644 --- a/idle_inhibition.cpp +++ b/idle_inhibition.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2017 Martin Flöser +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "idle_inhibition.h" #include "abstract_client.h" diff --git a/idle_inhibition.h b/idle_inhibition.h index eb870fc9c..00258834f 100644 --- a/idle_inhibition.h +++ b/idle_inhibition.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2017 Martin Flöser +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/input.cpp b/input.cpp index 4867caa4b..021a55ab8 100644 --- a/input.cpp +++ b/input.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin -Copyright (C) 2018 Roman Gilg -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2018 Roman Gilg +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "input.h" #include "effects.h" diff --git a/input.h b/input.h index 68ce308f3..71c30ad39 100644 --- a/input.h +++ b/input.h @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin -Copyright (C) 2018 Roman Gilg -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2018 Roman Gilg +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_INPUT_H #define KWIN_INPUT_H diff --git a/input_event.cpp b/input_event.cpp index 83d3cdd9c..0673c099c 100644 --- a/input_event.cpp +++ b/input_event.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "input_event.h" diff --git a/input_event.h b/input_event.h index b44e9d0a5..fb0488b0d 100644 --- a/input_event.h +++ b/input_event.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_INPUT_EVENT_H #define KWIN_INPUT_EVENT_H diff --git a/input_event_spy.cpp b/input_event_spy.cpp index 35e94d977..308a6846d 100644 --- a/input_event_spy.cpp +++ b/input_event_spy.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "input_event_spy.h" #include "input.h" diff --git a/input_event_spy.h b/input_event_spy.h index 0b99f2d13..4220c8e1f 100644 --- a/input_event_spy.h +++ b/input_event_spy.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_INPUT_EVENT_SPY_H #define KWIN_INPUT_EVENT_SPY_H diff --git a/internal_client.cpp b/internal_client.cpp index 120f537de..5c93b43d4 100644 --- a/internal_client.cpp +++ b/internal_client.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Martin Flöser -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2019 Martin Flöser +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "internal_client.h" #include "decorations/decorationbridge.h" diff --git a/internal_client.h b/internal_client.h index e131653c0..a71586e20 100644 --- a/internal_client.h +++ b/internal_client.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Martin Flöser -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2019 Martin Flöser +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/kcmkwin/common/effectsmodel.cpp b/kcmkwin/common/effectsmodel.cpp index 60e733b5e..6d5e2da8b 100644 --- a/kcmkwin/common/effectsmodel.cpp +++ b/kcmkwin/common/effectsmodel.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Antonis Tsiapaliokas -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2013 Antonis Tsiapaliokas +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "effectsmodel.h" diff --git a/kcmkwin/common/effectsmodel.h b/kcmkwin/common/effectsmodel.h index 8d00b568c..a9a6e6f14 100644 --- a/kcmkwin/common/effectsmodel.h +++ b/kcmkwin/common/effectsmodel.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Antonis Tsiapaliokas -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2013 Antonis Tsiapaliokas +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/kcmkwin/kwincompositing/main.cpp b/kcmkwin/kwincompositing/main.cpp index 7021eb97a..f13f3d8b8 100644 --- a/kcmkwin/kwincompositing/main.cpp +++ b/kcmkwin/kwincompositing/main.cpp @@ -2,21 +2,10 @@ * KWin - the KDE window manager * * This file is part of the KDE project. * * * - * Copyright (C) 2013 Antonis Tsiapaliokas * - * Copyright (C) 2013 Martin Gräßlin * + * SPDX-FileCopyrightText: 2013 Antonis Tsiapaliokas * + * SPDX-FileCopyrightText: 2013 Martin Gräßlin * * * - * This 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, see . * + * SPDX-License-Identifier: GPL-2.0-or-later **************************************************************************/ diff --git a/kcmkwin/kwindecoration/declarative-plugin/buttonsmodel.cpp b/kcmkwin/kwindecoration/declarative-plugin/buttonsmodel.cpp index 371a6161a..da392ba84 100644 --- a/kcmkwin/kwindecoration/declarative-plugin/buttonsmodel.cpp +++ b/kcmkwin/kwindecoration/declarative-plugin/buttonsmodel.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2014 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include "buttonsmodel.h" diff --git a/kcmkwin/kwindecoration/declarative-plugin/buttonsmodel.h b/kcmkwin/kwindecoration/declarative-plugin/buttonsmodel.h index ae0a1c2af..2e784adec 100644 --- a/kcmkwin/kwindecoration/declarative-plugin/buttonsmodel.h +++ b/kcmkwin/kwindecoration/declarative-plugin/buttonsmodel.h @@ -1,21 +1,7 @@ /* - * Copyright 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2014 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #ifndef KDECOARTIONS_PREVIEW_BUTTONS_MODEL_H #define KDECOARTIONS_PREVIEW_BUTTONS_MODEL_H diff --git a/kcmkwin/kwindecoration/declarative-plugin/plugin.cpp b/kcmkwin/kwindecoration/declarative-plugin/plugin.cpp index bdc197bf5..36b816168 100644 --- a/kcmkwin/kwindecoration/declarative-plugin/plugin.cpp +++ b/kcmkwin/kwindecoration/declarative-plugin/plugin.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2014 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include "plugin.h" #include "buttonsmodel.h" diff --git a/kcmkwin/kwindecoration/declarative-plugin/plugin.h b/kcmkwin/kwindecoration/declarative-plugin/plugin.h index 574bdb290..7199a2ec6 100644 --- a/kcmkwin/kwindecoration/declarative-plugin/plugin.h +++ b/kcmkwin/kwindecoration/declarative-plugin/plugin.h @@ -1,21 +1,7 @@ /* - * Copyright 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2014 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #ifndef KDECOARTIONS_PREVIEW_PLUGIN_H #define KDECOARTIONS_PREVIEW_PLUGIN_H diff --git a/kcmkwin/kwindecoration/declarative-plugin/previewbridge.cpp b/kcmkwin/kwindecoration/declarative-plugin/previewbridge.cpp index 83a9bd9e6..d1b67f081 100644 --- a/kcmkwin/kwindecoration/declarative-plugin/previewbridge.cpp +++ b/kcmkwin/kwindecoration/declarative-plugin/previewbridge.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2014 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include "previewbridge.h" #include "previewclient.h" diff --git a/kcmkwin/kwindecoration/declarative-plugin/previewbridge.h b/kcmkwin/kwindecoration/declarative-plugin/previewbridge.h index 85fccbeaa..6ccf188c3 100644 --- a/kcmkwin/kwindecoration/declarative-plugin/previewbridge.h +++ b/kcmkwin/kwindecoration/declarative-plugin/previewbridge.h @@ -1,21 +1,7 @@ /* - * Copyright 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2014 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #ifndef KDECOARTIONS_PREVIEW_BRIDGE_H #define KDECOARTIONS_PREVIEW_BRIDGE_H diff --git a/kcmkwin/kwindecoration/declarative-plugin/previewbutton.cpp b/kcmkwin/kwindecoration/declarative-plugin/previewbutton.cpp index d86949daf..66130431b 100644 --- a/kcmkwin/kwindecoration/declarative-plugin/previewbutton.cpp +++ b/kcmkwin/kwindecoration/declarative-plugin/previewbutton.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2014 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include "previewbutton.h" #include "previewbridge.h" diff --git a/kcmkwin/kwindecoration/declarative-plugin/previewbutton.h b/kcmkwin/kwindecoration/declarative-plugin/previewbutton.h index e1895c32e..c3cfb4083 100644 --- a/kcmkwin/kwindecoration/declarative-plugin/previewbutton.h +++ b/kcmkwin/kwindecoration/declarative-plugin/previewbutton.h @@ -1,21 +1,7 @@ /* - * Copyright 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2014 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #ifndef KDECOARTIONS_PREVIEW_BUTTON_ITEM_H #define KDECOARTIONS_PREVIEW_BUTTON_ITEM_H diff --git a/kcmkwin/kwindecoration/declarative-plugin/previewclient.cpp b/kcmkwin/kwindecoration/declarative-plugin/previewclient.cpp index fd9f9f278..f0bcf2e0b 100644 --- a/kcmkwin/kwindecoration/declarative-plugin/previewclient.cpp +++ b/kcmkwin/kwindecoration/declarative-plugin/previewclient.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2014 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include "previewclient.h" #include diff --git a/kcmkwin/kwindecoration/declarative-plugin/previewclient.h b/kcmkwin/kwindecoration/declarative-plugin/previewclient.h index c37db7485..2aeb351f2 100644 --- a/kcmkwin/kwindecoration/declarative-plugin/previewclient.h +++ b/kcmkwin/kwindecoration/declarative-plugin/previewclient.h @@ -1,21 +1,7 @@ /* - * Copyright 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2014 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #ifndef KDECOARTIONS_PREVIEW_CLIENT_H #define KDECOARTIONS_PREVIEW_CLIENT_H diff --git a/kcmkwin/kwindecoration/declarative-plugin/previewitem.cpp b/kcmkwin/kwindecoration/declarative-plugin/previewitem.cpp index 616b88ae2..0fd543cdc 100644 --- a/kcmkwin/kwindecoration/declarative-plugin/previewitem.cpp +++ b/kcmkwin/kwindecoration/declarative-plugin/previewitem.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2014 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include "previewitem.h" #include "previewbridge.h" diff --git a/kcmkwin/kwindecoration/declarative-plugin/previewitem.h b/kcmkwin/kwindecoration/declarative-plugin/previewitem.h index cd9ed6dad..632894dba 100644 --- a/kcmkwin/kwindecoration/declarative-plugin/previewitem.h +++ b/kcmkwin/kwindecoration/declarative-plugin/previewitem.h @@ -1,21 +1,7 @@ /* - * Copyright 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2014 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #ifndef KDECOARTIONS_PREVIEW_ITEM_H #define KDECOARTIONS_PREVIEW_ITEM_H diff --git a/kcmkwin/kwindecoration/declarative-plugin/previewsettings.cpp b/kcmkwin/kwindecoration/declarative-plugin/previewsettings.cpp index dd996dab3..27b717b07 100644 --- a/kcmkwin/kwindecoration/declarative-plugin/previewsettings.cpp +++ b/kcmkwin/kwindecoration/declarative-plugin/previewsettings.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2014 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include "previewsettings.h" #include "previewbridge.h" diff --git a/kcmkwin/kwindecoration/declarative-plugin/previewsettings.h b/kcmkwin/kwindecoration/declarative-plugin/previewsettings.h index abace01eb..d0143a355 100644 --- a/kcmkwin/kwindecoration/declarative-plugin/previewsettings.h +++ b/kcmkwin/kwindecoration/declarative-plugin/previewsettings.h @@ -1,21 +1,7 @@ /* - * Copyright 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2014 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #ifndef KDECOARTIONS_PREVIEW_SETTINGS_H #define KDECOARTIONS_PREVIEW_SETTINGS_H diff --git a/kcmkwin/kwindecoration/decorationmodel.cpp b/kcmkwin/kwindecoration/decorationmodel.cpp index 988410b8c..03f9c443d 100644 --- a/kcmkwin/kwindecoration/decorationmodel.cpp +++ b/kcmkwin/kwindecoration/decorationmodel.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2014 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include "decorationmodel.h" // KDecoration2 diff --git a/kcmkwin/kwindecoration/decorationmodel.h b/kcmkwin/kwindecoration/decorationmodel.h index 9fde4bffe..e27eef47b 100644 --- a/kcmkwin/kwindecoration/decorationmodel.h +++ b/kcmkwin/kwindecoration/decorationmodel.h @@ -1,21 +1,7 @@ /* - * Copyright 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2014 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #ifndef KDECORATION_DECORATION_MODEL_H #define KDECORATION_DECORATION_MODEL_H diff --git a/kcmkwin/kwindecoration/kcm.cpp b/kcmkwin/kwindecoration/kcm.cpp index b4f8ddda1..0c0d8e97f 100644 --- a/kcmkwin/kwindecoration/kcm.cpp +++ b/kcmkwin/kwindecoration/kcm.cpp @@ -1,20 +1,8 @@ /* - * Copyright (c) 2019 Valerio Pilo - * Copyright (c) 2019 Cyril Rossi + * SPDX-FileCopyrightText: 2019 Valerio Pilo + * SPDX-FileCopyrightText: 2019 Cyril Rossi * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License version 2 as published by the Free Software Foundation. - * - * 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 - * along 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-only */ #include "kcm.h" diff --git a/kcmkwin/kwindecoration/kcm.h b/kcmkwin/kwindecoration/kcm.h index 75944695a..eca2438bc 100644 --- a/kcmkwin/kwindecoration/kcm.h +++ b/kcmkwin/kwindecoration/kcm.h @@ -1,20 +1,8 @@ /* - * Copyright (c) 2019 Valerio Pilo - * Copyright (c) 2019 Cyril Rossi + * SPDX-FileCopyrightText: 2019 Valerio Pilo + * SPDX-FileCopyrightText: 2019 Cyril Rossi * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License version 2 as published by the Free Software Foundation. - * - * 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 - * along 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-only */ #pragma once diff --git a/kcmkwin/kwindecoration/package/contents/ui/ButtonGroup.qml b/kcmkwin/kwindecoration/package/contents/ui/ButtonGroup.qml index fcff634e3..468d37c25 100644 --- a/kcmkwin/kwindecoration/package/contents/ui/ButtonGroup.qml +++ b/kcmkwin/kwindecoration/package/contents/ui/ButtonGroup.qml @@ -1,21 +1,7 @@ /* - * Copyright 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2014 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ import QtQuick 2.7 import org.kde.kwin.private.kdecoration 1.0 as KDecoration diff --git a/kcmkwin/kwindecoration/package/contents/ui/Buttons.qml b/kcmkwin/kwindecoration/package/contents/ui/Buttons.qml index ee7e6e241..731840a15 100644 --- a/kcmkwin/kwindecoration/package/contents/ui/Buttons.qml +++ b/kcmkwin/kwindecoration/package/contents/ui/Buttons.qml @@ -1,22 +1,8 @@ /* - * Copyright 2014 Martin Gräßlin - * Copyright (c) 2019 Valerio Pilo + * SPDX-FileCopyrightText: 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2019 Valerio Pilo * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ import QtQuick 2.7 import QtQuick.Layouts 1.3 diff --git a/kcmkwin/kwindecoration/package/contents/ui/Themes.qml b/kcmkwin/kwindecoration/package/contents/ui/Themes.qml index 1eeb4cd0b..ba0d06b73 100644 --- a/kcmkwin/kwindecoration/package/contents/ui/Themes.qml +++ b/kcmkwin/kwindecoration/package/contents/ui/Themes.qml @@ -1,22 +1,8 @@ /* - * Copyright 2014 Martin Gräßlin - * Copyright (c) 2019 Valerio Pilo + * SPDX-FileCopyrightText: 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2019 Valerio Pilo * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ import QtQuick 2.7 import org.kde.kcm 1.1 as KCM diff --git a/kcmkwin/kwindecoration/package/contents/ui/main.qml b/kcmkwin/kwindecoration/package/contents/ui/main.qml index 677bcd5f6..d32b4fb95 100644 --- a/kcmkwin/kwindecoration/package/contents/ui/main.qml +++ b/kcmkwin/kwindecoration/package/contents/ui/main.qml @@ -1,19 +1,7 @@ /* - Copyright (c) 2019 Valerio Pilo + SPDX-FileCopyrightText: 2019 Valerio Pilo - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License version 2 as published by the Free Software Foundation. - - 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 - along 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-only */ import QtQuick 2.7 diff --git a/kcmkwin/kwindecoration/utils.cpp b/kcmkwin/kwindecoration/utils.cpp index 2f8c45bb4..804d7ff3b 100644 --- a/kcmkwin/kwindecoration/utils.cpp +++ b/kcmkwin/kwindecoration/utils.cpp @@ -1,19 +1,7 @@ /* - * Copyright (c) 2019 Valerio Pilo + * SPDX-FileCopyrightText: 2019 Valerio Pilo * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License version 2 as published by the Free Software Foundation. - * - * 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 - * along 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-only */ #include "utils.h" diff --git a/kcmkwin/kwindecoration/utils.h b/kcmkwin/kwindecoration/utils.h index 3a54196ab..208e52ca0 100644 --- a/kcmkwin/kwindecoration/utils.h +++ b/kcmkwin/kwindecoration/utils.h @@ -1,19 +1,7 @@ /* - * Copyright (c) 2019 Valerio Pilo + * SPDX-FileCopyrightText: 2019 Valerio Pilo * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License version 2 as published by the Free Software Foundation. - * - * 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 - * along 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-only */ #pragma once diff --git a/kcmkwin/kwindesktop/animationsmodel.cpp b/kcmkwin/kwindesktop/animationsmodel.cpp index b888de83c..a0cb3ac7c 100644 --- a/kcmkwin/kwindesktop/animationsmodel.cpp +++ b/kcmkwin/kwindesktop/animationsmodel.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "animationsmodel.h" diff --git a/kcmkwin/kwindesktop/animationsmodel.h b/kcmkwin/kwindesktop/animationsmodel.h index 2c6855b82..87538e7fd 100644 --- a/kcmkwin/kwindesktop/animationsmodel.h +++ b/kcmkwin/kwindesktop/animationsmodel.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/kcmkwin/kwindesktop/desktopsmodel.cpp b/kcmkwin/kwindesktop/desktopsmodel.cpp index b060ab641..9e0faf34a 100644 --- a/kcmkwin/kwindesktop/desktopsmodel.cpp +++ b/kcmkwin/kwindesktop/desktopsmodel.cpp @@ -1,19 +1,8 @@ /* - * Copyright (C) 2018 Eike Hein - * Copyright (C) 2018 Marco Martin + * SPDX-FileCopyrightText: 2018 Eike Hein + * SPDX-FileCopyrightText: 2018 Marco Martin * - * This 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, see . + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "desktopsmodel.h" diff --git a/kcmkwin/kwindesktop/desktopsmodel.h b/kcmkwin/kwindesktop/desktopsmodel.h index 9d9f8ad7d..e2ac2d271 100644 --- a/kcmkwin/kwindesktop/desktopsmodel.h +++ b/kcmkwin/kwindesktop/desktopsmodel.h @@ -1,19 +1,8 @@ /* - * Copyright (C) 2018 Eike Hein - * Copyright (C) 2018 Marco Martin + * SPDX-FileCopyrightText: 2018 Eike Hein + * SPDX-FileCopyrightText: 2018 Marco Martin * - * This 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, see . + * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef DESKTOPSMODEL_H diff --git a/kcmkwin/kwindesktop/package/contents/ui/main.qml b/kcmkwin/kwindesktop/package/contents/ui/main.qml index 770bc22d6..4ad7d73be 100644 --- a/kcmkwin/kwindesktop/package/contents/ui/main.qml +++ b/kcmkwin/kwindesktop/package/contents/ui/main.qml @@ -1,20 +1,7 @@ /* - * Copyright (C) 2018 Eike Hein + * SPDX-FileCopyrightText: 2018 Eike Hein * - * 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 - * along 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 */ import QtQuick 2.5 diff --git a/kcmkwin/kwindesktop/virtualdesktops.cpp b/kcmkwin/kwindesktop/virtualdesktops.cpp index 2a4aa0e16..1b9adf063 100644 --- a/kcmkwin/kwindesktop/virtualdesktops.cpp +++ b/kcmkwin/kwindesktop/virtualdesktops.cpp @@ -1,19 +1,8 @@ /* - * Copyright (C) 2018 Eike Hein - * Copyright (C) 2018 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2018 Eike Hein + * SPDX-FileCopyrightText: 2018 Vlad Zahorodnii * - * This 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, see . + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "virtualdesktops.h" diff --git a/kcmkwin/kwindesktop/virtualdesktops.h b/kcmkwin/kwindesktop/virtualdesktops.h index 296875790..e4cb1588a 100644 --- a/kcmkwin/kwindesktop/virtualdesktops.h +++ b/kcmkwin/kwindesktop/virtualdesktops.h @@ -1,19 +1,8 @@ /* - * Copyright (C) 2018 Eike Hein - * Copyright (C) 2018 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2018 Eike Hein + * SPDX-FileCopyrightText: 2018 Vlad Zahorodnii * - * This 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, see . + * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef VIRTUALDESKTOPS_H diff --git a/kcmkwin/kwineffects/effectsfilterproxymodel.cpp b/kcmkwin/kwineffects/effectsfilterproxymodel.cpp index e9a173f62..0dc13e56c 100644 --- a/kcmkwin/kwineffects/effectsfilterproxymodel.cpp +++ b/kcmkwin/kwineffects/effectsfilterproxymodel.cpp @@ -1,18 +1,7 @@ /* - * Copyright (C) 2019 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2019 Vlad Zahorodnii * - * This 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, see . + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "effectsfilterproxymodel.h" diff --git a/kcmkwin/kwineffects/effectsfilterproxymodel.h b/kcmkwin/kwineffects/effectsfilterproxymodel.h index a329ad3bc..3e0447b5d 100644 --- a/kcmkwin/kwineffects/effectsfilterproxymodel.h +++ b/kcmkwin/kwineffects/effectsfilterproxymodel.h @@ -1,18 +1,7 @@ /* - * Copyright (C) 2019 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2019 Vlad Zahorodnii * - * This 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, see . + * SPDX-License-Identifier: GPL-2.0-or-later */ #pragma once diff --git a/kcmkwin/kwineffects/kcm.cpp b/kcmkwin/kwineffects/kcm.cpp index 898ec5ccd..08b968ecd 100644 --- a/kcmkwin/kwineffects/kcm.cpp +++ b/kcmkwin/kwineffects/kcm.cpp @@ -1,18 +1,7 @@ /* - * Copyright (C) 2019 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2019 Vlad Zahorodnii * - * This 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, see . + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "kcm.h" diff --git a/kcmkwin/kwineffects/kcm.h b/kcmkwin/kwineffects/kcm.h index 7d55d5712..23c4377c7 100644 --- a/kcmkwin/kwineffects/kcm.h +++ b/kcmkwin/kwineffects/kcm.h @@ -1,18 +1,7 @@ /* - * Copyright (C) 2019 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2019 Vlad Zahorodnii * - * This 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, see . + * SPDX-License-Identifier: GPL-2.0-or-later */ #pragma once diff --git a/kcmkwin/kwineffects/package/contents/ui/Effect.qml b/kcmkwin/kwineffects/package/contents/ui/Effect.qml index e9e8b1d21..0d308c709 100644 --- a/kcmkwin/kwineffects/package/contents/ui/Effect.qml +++ b/kcmkwin/kwineffects/package/contents/ui/Effect.qml @@ -1,19 +1,8 @@ /* - * Copyright (C) 2013 Antonis Tsiapaliokas - * Copyright (C) 2019 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2013 Antonis Tsiapaliokas + * SPDX-FileCopyrightText: 2019 Vlad Zahorodnii * - * This 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, see . + * SPDX-License-Identifier: GPL-2.0-or-later * */ diff --git a/kcmkwin/kwineffects/package/contents/ui/Video.qml b/kcmkwin/kwineffects/package/contents/ui/Video.qml index a5d851ab3..dcfa9c854 100644 --- a/kcmkwin/kwineffects/package/contents/ui/Video.qml +++ b/kcmkwin/kwineffects/package/contents/ui/Video.qml @@ -2,21 +2,10 @@ * KWin - the KDE window manager * * This file is part of the KDE project. * * * -* Copyright (C) 2013 Antonis Tsiapaliokas * -* Copyright (C) 2014 Martin Gräßlin * +* SPDX-FileCopyrightText: 2013 Antonis Tsiapaliokas * +* SPDX-FileCopyrightText: 2014 Martin Gräßlin * * * -* This 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, see . * +* SPDX-License-Identifier: GPL-2.0-or-later **************************************************************************/ import QtQuick 2.5 diff --git a/kcmkwin/kwineffects/package/contents/ui/main.qml b/kcmkwin/kwineffects/package/contents/ui/main.qml index 51d55c1f5..40d8958f2 100644 --- a/kcmkwin/kwineffects/package/contents/ui/main.qml +++ b/kcmkwin/kwineffects/package/contents/ui/main.qml @@ -1,19 +1,8 @@ /* - * Copyright (C) 2013 Antonis Tsiapaliokas - * Copyright (C) 2019 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2013 Antonis Tsiapaliokas + * SPDX-FileCopyrightText: 2019 Vlad Zahorodnii * - * This 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, see . + * SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.5 diff --git a/kcmkwin/kwinoptions/main.cpp b/kcmkwin/kwinoptions/main.cpp index 83e9c08fd..efb929afe 100644 --- a/kcmkwin/kwinoptions/main.cpp +++ b/kcmkwin/kwinoptions/main.cpp @@ -1,20 +1,8 @@ /* * - * Copyright (c) 2001 Waldo Bastian + * SPDX-FileCopyrightText: 2001 Waldo Bastian * - * This 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 */ #include "main.h" diff --git a/kcmkwin/kwinoptions/main.h b/kcmkwin/kwinoptions/main.h index f85d61d5a..292beaa03 100644 --- a/kcmkwin/kwinoptions/main.h +++ b/kcmkwin/kwinoptions/main.h @@ -1,24 +1,12 @@ /* * main.h * - * Copyright (c) 2001 Waldo Bastian + * SPDX-FileCopyrightText: 2001 Waldo Bastian * * Requires the Qt widget libraries, available at no cost at * https://www.qt.io/ * - * This 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 */ diff --git a/kcmkwin/kwinoptions/mouse.cpp b/kcmkwin/kwinoptions/mouse.cpp index c1d6a370c..d26788c6d 100644 --- a/kcmkwin/kwinoptions/mouse.cpp +++ b/kcmkwin/kwinoptions/mouse.cpp @@ -1,20 +1,8 @@ /* * - * Copyright (c) 1998 Matthias Ettrich + * SPDX-FileCopyrightText: 1998 Matthias Ettrich * - * This 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 */ #include "mouse.h" diff --git a/kcmkwin/kwinoptions/mouse.h b/kcmkwin/kwinoptions/mouse.h index c70a23afa..32c98bd0f 100644 --- a/kcmkwin/kwinoptions/mouse.h +++ b/kcmkwin/kwinoptions/mouse.h @@ -1,22 +1,10 @@ /* * mouse.h * - * Copyright (c) 1998 Matthias Ettrich + * SPDX-FileCopyrightText: 1998 Matthias Ettrich * * - * This 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 */ #ifndef __KKWMMOUSECONFIG_H__ diff --git a/kcmkwin/kwinoptions/windows.cpp b/kcmkwin/kwinoptions/windows.cpp index f88cf9123..40e130065 100644 --- a/kcmkwin/kwinoptions/windows.cpp +++ b/kcmkwin/kwinoptions/windows.cpp @@ -1,22 +1,10 @@ /* * windows.cpp * - * Copyright (c) 1997 Patrick Dowler dowler@morgul.fsh.uvic.ca - * Copyright (c) 2001 Waldo Bastian bastian@kde.org + * SPDX-FileCopyrightText: 1997 Patrick Dowler dowler @morgul.fsh.uvic.ca + * SPDX-FileCopyrightText: 2001 Waldo Bastian bastian @kde.org * - * This 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 * * */ diff --git a/kcmkwin/kwinoptions/windows.h b/kcmkwin/kwinoptions/windows.h index 279a968a2..93bb8ed7f 100644 --- a/kcmkwin/kwinoptions/windows.h +++ b/kcmkwin/kwinoptions/windows.h @@ -1,22 +1,10 @@ /* * windows.h * - * Copyright (c) 1997 Patrick Dowler dowler@morgul.fsh.uvic.ca - * Copyright (c) 2001 Waldo Bastian bastian@kde.org + * SPDX-FileCopyrightText: 1997 Patrick Dowler dowler @morgul.fsh.uvic.ca + * SPDX-FileCopyrightText: 2001 Waldo Bastian bastian @kde.org * - * This 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 */ #ifndef KKWMWINDOWS_H diff --git a/kcmkwin/kwinrules/kcmrules.cpp b/kcmkwin/kwinrules/kcmrules.cpp index 2a39003db..3d5b8a020 100644 --- a/kcmkwin/kwinrules/kcmrules.cpp +++ b/kcmkwin/kwinrules/kcmrules.cpp @@ -1,22 +1,8 @@ /* - * Copyright (c) 2004 Lubos Lunak - * Copyright (c) 2020 Ismael Asensio + * SPDX-FileCopyrightText: 2004 Lubos Lunak + * SPDX-FileCopyrightText: 2020 Ismael Asensio * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include "kcmrules.h" diff --git a/kcmkwin/kwinrules/kcmrules.h b/kcmkwin/kwinrules/kcmrules.h index 10f2c3d70..29f1fab20 100644 --- a/kcmkwin/kwinrules/kcmrules.h +++ b/kcmkwin/kwinrules/kcmrules.h @@ -1,21 +1,7 @@ /* - * Copyright (c) 2020 Ismael Asensio + * SPDX-FileCopyrightText: 2020 Ismael Asensio * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #pragma once diff --git a/kcmkwin/kwinrules/kwinsrc.cpp b/kcmkwin/kwinrules/kwinsrc.cpp index 75173a0a3..c622da88f 100644 --- a/kcmkwin/kwinrules/kwinsrc.cpp +++ b/kcmkwin/kwinrules/kwinsrc.cpp @@ -1,19 +1,7 @@ /* - * Copyright (c) 2004 Lubos Lunak + * SPDX-FileCopyrightText: 2004 Lubos Lunak * - * This 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 */ #include diff --git a/kcmkwin/kwinrules/main.cpp b/kcmkwin/kwinrules/main.cpp index 69b9b0031..2331da5a1 100644 --- a/kcmkwin/kwinrules/main.cpp +++ b/kcmkwin/kwinrules/main.cpp @@ -1,19 +1,7 @@ /* - * Copyright (c) 2004 Lubos Lunak + * SPDX-FileCopyrightText: 2004 Lubos Lunak * - * This 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 */ #include diff --git a/kcmkwin/kwinrules/optionsmodel.cpp b/kcmkwin/kwinrules/optionsmodel.cpp index 9b18dc0ae..6585fcd33 100644 --- a/kcmkwin/kwinrules/optionsmodel.cpp +++ b/kcmkwin/kwinrules/optionsmodel.cpp @@ -1,21 +1,7 @@ /* - * Copyright (c) 2020 Ismael Asensio + * SPDX-FileCopyrightText: 2020 Ismael Asensio * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include "optionsmodel.h" diff --git a/kcmkwin/kwinrules/optionsmodel.h b/kcmkwin/kwinrules/optionsmodel.h index 7c5094494..66b563db2 100644 --- a/kcmkwin/kwinrules/optionsmodel.h +++ b/kcmkwin/kwinrules/optionsmodel.h @@ -1,21 +1,7 @@ /* - * Copyright (c) 2020 Ismael Asensio + * SPDX-FileCopyrightText: 2020 Ismael Asensio * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #ifndef KWIN_OPTIONS_MODEL_H diff --git a/kcmkwin/kwinrules/package/contents/ui/FileDialogLoader.qml b/kcmkwin/kwinrules/package/contents/ui/FileDialogLoader.qml index 2ac2d0854..233c95ea9 100644 --- a/kcmkwin/kwinrules/package/contents/ui/FileDialogLoader.qml +++ b/kcmkwin/kwinrules/package/contents/ui/FileDialogLoader.qml @@ -1,21 +1,7 @@ /* - * Copyright (c) 2020 Ismael Asensio + * SPDX-FileCopyrightText: 2020 Ismael Asensio * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ import QtQuick 2.14 diff --git a/kcmkwin/kwinrules/package/contents/ui/OptionsComboBox.qml b/kcmkwin/kwinrules/package/contents/ui/OptionsComboBox.qml index 7782d46e0..d6e8812c8 100644 --- a/kcmkwin/kwinrules/package/contents/ui/OptionsComboBox.qml +++ b/kcmkwin/kwinrules/package/contents/ui/OptionsComboBox.qml @@ -1,21 +1,7 @@ /* - * Copyright (c) 2020 Ismael Asensio + * SPDX-FileCopyrightText: 2020 Ismael Asensio * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ import QtQuick 2.14 diff --git a/kcmkwin/kwinrules/package/contents/ui/RuleItemDelegate.qml b/kcmkwin/kwinrules/package/contents/ui/RuleItemDelegate.qml index 0dec209c8..3a845604d 100644 --- a/kcmkwin/kwinrules/package/contents/ui/RuleItemDelegate.qml +++ b/kcmkwin/kwinrules/package/contents/ui/RuleItemDelegate.qml @@ -1,21 +1,7 @@ /* - * Copyright (c) 2020 Ismael Asensio + * SPDX-FileCopyrightText: 2020 Ismael Asensio * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ import QtQuick 2.14 diff --git a/kcmkwin/kwinrules/package/contents/ui/RulesEditor.qml b/kcmkwin/kwinrules/package/contents/ui/RulesEditor.qml index 491111cc7..65d99302e 100644 --- a/kcmkwin/kwinrules/package/contents/ui/RulesEditor.qml +++ b/kcmkwin/kwinrules/package/contents/ui/RulesEditor.qml @@ -1,21 +1,7 @@ /* - * Copyright (c) 2020 Ismael Asensio + * SPDX-FileCopyrightText: 2020 Ismael Asensio * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ import QtQuick 2.14 diff --git a/kcmkwin/kwinrules/package/contents/ui/RulesList.qml b/kcmkwin/kwinrules/package/contents/ui/RulesList.qml index 51ae133bb..44007f827 100644 --- a/kcmkwin/kwinrules/package/contents/ui/RulesList.qml +++ b/kcmkwin/kwinrules/package/contents/ui/RulesList.qml @@ -1,21 +1,7 @@ /* - * Copyright (c) 2020 Ismael Asensio + * SPDX-FileCopyrightText: 2020 Ismael Asensio * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ import QtQuick 2.14 diff --git a/kcmkwin/kwinrules/package/contents/ui/ValueEditor.qml b/kcmkwin/kwinrules/package/contents/ui/ValueEditor.qml index 7038f9bd2..ba60c042f 100644 --- a/kcmkwin/kwinrules/package/contents/ui/ValueEditor.qml +++ b/kcmkwin/kwinrules/package/contents/ui/ValueEditor.qml @@ -1,21 +1,7 @@ /* - * Copyright (c) 2020 Ismael Asensio + * SPDX-FileCopyrightText: 2020 Ismael Asensio * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ import QtQuick 2.14 diff --git a/kcmkwin/kwinrules/rulebookmodel.cpp b/kcmkwin/kwinrules/rulebookmodel.cpp index 8bee93c8f..12a125079 100644 --- a/kcmkwin/kwinrules/rulebookmodel.cpp +++ b/kcmkwin/kwinrules/rulebookmodel.cpp @@ -1,21 +1,7 @@ /* - * Copyright (c) 2020 Ismael Asensio + * SPDX-FileCopyrightText: 2020 Ismael Asensio * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include "rulebookmodel.h" diff --git a/kcmkwin/kwinrules/rulebookmodel.h b/kcmkwin/kwinrules/rulebookmodel.h index d69f80535..d137bab14 100644 --- a/kcmkwin/kwinrules/rulebookmodel.h +++ b/kcmkwin/kwinrules/rulebookmodel.h @@ -1,21 +1,7 @@ /* - * Copyright (c) 2020 Ismael Asensio + * SPDX-FileCopyrightText: 2020 Ismael Asensio * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #pragma once diff --git a/kcmkwin/kwinrules/ruleitem.cpp b/kcmkwin/kwinrules/ruleitem.cpp index 437a2b8f9..6c666ebfa 100644 --- a/kcmkwin/kwinrules/ruleitem.cpp +++ b/kcmkwin/kwinrules/ruleitem.cpp @@ -1,21 +1,7 @@ /* - * Copyright (c) 2020 Ismael Asensio + * SPDX-FileCopyrightText: 2020 Ismael Asensio * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include "ruleitem.h" diff --git a/kcmkwin/kwinrules/ruleitem.h b/kcmkwin/kwinrules/ruleitem.h index 2526b38ae..299e4da12 100644 --- a/kcmkwin/kwinrules/ruleitem.h +++ b/kcmkwin/kwinrules/ruleitem.h @@ -1,21 +1,7 @@ /* - * Copyright (c) 2020 Ismael Asensio + * SPDX-FileCopyrightText: 2020 Ismael Asensio * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #ifndef KWIN_RULEITEM_H diff --git a/kcmkwin/kwinrules/rulesdialog.cpp b/kcmkwin/kwinrules/rulesdialog.cpp index 6d0745b05..d6558cfe9 100644 --- a/kcmkwin/kwinrules/rulesdialog.cpp +++ b/kcmkwin/kwinrules/rulesdialog.cpp @@ -1,20 +1,8 @@ /* - * Copyright (c) 2004 Lubos Lunak - * Copyright (c) 2020 Ismael Asensio + * SPDX-FileCopyrightText: 2004 Lubos Lunak + * SPDX-FileCopyrightText: 2020 Ismael Asensio * - * This 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 */ #include "rulesdialog.h" diff --git a/kcmkwin/kwinrules/rulesdialog.h b/kcmkwin/kwinrules/rulesdialog.h index 2d7f4649a..659f8c14d 100644 --- a/kcmkwin/kwinrules/rulesdialog.h +++ b/kcmkwin/kwinrules/rulesdialog.h @@ -1,20 +1,8 @@ /* - * Copyright (c) 2004 Lubos Lunak - * Copyright (c) 2020 Ismael Asensio + * SPDX-FileCopyrightText: 2004 Lubos Lunak + * SPDX-FileCopyrightText: 2020 Ismael Asensio * - * This 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 */ #ifndef KWIN_RULESDIALOG_H diff --git a/kcmkwin/kwinrules/rulesmodel.cpp b/kcmkwin/kwinrules/rulesmodel.cpp index 36d3a3c39..b53bc9ff7 100644 --- a/kcmkwin/kwinrules/rulesmodel.cpp +++ b/kcmkwin/kwinrules/rulesmodel.cpp @@ -1,22 +1,8 @@ /* - * Copyright (c) 2004 Lubos Lunak - * Copyright (c) 2020 Ismael Asensio + * SPDX-FileCopyrightText: 2004 Lubos Lunak + * SPDX-FileCopyrightText: 2020 Ismael Asensio * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include "rulesmodel.h" diff --git a/kcmkwin/kwinrules/rulesmodel.h b/kcmkwin/kwinrules/rulesmodel.h index 974bfd3c7..79240cc3d 100644 --- a/kcmkwin/kwinrules/rulesmodel.h +++ b/kcmkwin/kwinrules/rulesmodel.h @@ -1,21 +1,7 @@ /* - * Copyright (c) 2020 Ismael Asensio + * SPDX-FileCopyrightText: 2020 Ismael Asensio * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #ifndef KWIN_RULES_MODEL_H diff --git a/kcmkwin/kwinscreenedges/kwinscreenedge.cpp b/kcmkwin/kwinscreenedges/kwinscreenedge.cpp index ce4778e5c..ea1ade565 100644 --- a/kcmkwin/kwinscreenedges/kwinscreenedge.cpp +++ b/kcmkwin/kwinscreenedges/kwinscreenedge.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Lucas Murray -Copyright (C) 2020 Cyril Rossi +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2020 Cyril Rossi -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwinscreenedge.h" diff --git a/kcmkwin/kwinscreenedges/kwinscreenedge.h b/kcmkwin/kwinscreenedges/kwinscreenedge.h index 350324cf7..3997ae346 100644 --- a/kcmkwin/kwinscreenedges/kwinscreenedge.h +++ b/kcmkwin/kwinscreenedges/kwinscreenedge.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Lucas Murray -Copyright (C) 2020 Cyril Rossi +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2020 Cyril Rossi -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef __KWINSCREENEDGE_H__ diff --git a/kcmkwin/kwinscreenedges/kwinscreenedgeconfigform.cpp b/kcmkwin/kwinscreenedges/kwinscreenedgeconfigform.cpp index 86e465d20..5b7fca5b5 100644 --- a/kcmkwin/kwinscreenedges/kwinscreenedgeconfigform.cpp +++ b/kcmkwin/kwinscreenedges/kwinscreenedgeconfigform.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Lucas Murray -Copyright (C) 2020 Cyril Rossi +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2020 Cyril Rossi -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwinscreenedgeconfigform.h" diff --git a/kcmkwin/kwinscreenedges/kwinscreenedgeconfigform.h b/kcmkwin/kwinscreenedges/kwinscreenedgeconfigform.h index b8fcbede5..e734e6d86 100644 --- a/kcmkwin/kwinscreenedges/kwinscreenedgeconfigform.h +++ b/kcmkwin/kwinscreenedges/kwinscreenedgeconfigform.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Lucas Murray -Copyright (C) 2020 Cyril Rossi +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2020 Cyril Rossi -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef __KWINSCREENEDGECONFIGFORM_H__ diff --git a/kcmkwin/kwinscreenedges/kwintouchscreenedgeconfigform.cpp b/kcmkwin/kwinscreenedges/kwintouchscreenedgeconfigform.cpp index 747ddd796..674274923 100644 --- a/kcmkwin/kwinscreenedges/kwintouchscreenedgeconfigform.cpp +++ b/kcmkwin/kwinscreenedges/kwintouchscreenedgeconfigform.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Lucas Murray -Copyright (C) 2020 Cyril Rossi +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2020 Cyril Rossi -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwintouchscreenedgeconfigform.h" diff --git a/kcmkwin/kwinscreenedges/kwintouchscreenedgeconfigform.h b/kcmkwin/kwinscreenedges/kwintouchscreenedgeconfigform.h index 1ac5a1f7f..c0e8591de 100644 --- a/kcmkwin/kwinscreenedges/kwintouchscreenedgeconfigform.h +++ b/kcmkwin/kwinscreenedges/kwintouchscreenedgeconfigform.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Lucas Murray -Copyright (C) 2020 Cyril Rossi +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2020 Cyril Rossi -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef __KWINTOUCHSCREENEDGECONFIGFORM_H__ diff --git a/kcmkwin/kwinscreenedges/main.cpp b/kcmkwin/kwinscreenedges/main.cpp index d0ea594a1..2d7fed2b1 100644 --- a/kcmkwin/kwinscreenedges/main.cpp +++ b/kcmkwin/kwinscreenedges/main.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2008 Martin Gräßlin -Copyright (C) 2009 Lucas Murray -Copyright (C) 2020 Cyril Rossi +SPDX-FileCopyrightText: 2008 Martin Gräßlin +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2020 Cyril Rossi -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "main.h" diff --git a/kcmkwin/kwinscreenedges/main.h b/kcmkwin/kwinscreenedges/main.h index 30fdd42ee..07b117765 100644 --- a/kcmkwin/kwinscreenedges/main.h +++ b/kcmkwin/kwinscreenedges/main.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Lucas Murray -Copyright (C) 2020 Cyril Rossi +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2020 Cyril Rossi -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef __MAIN_H__ diff --git a/kcmkwin/kwinscreenedges/monitor.cpp b/kcmkwin/kwinscreenedges/monitor.cpp index 4a830f1b1..3d52241bf 100644 --- a/kcmkwin/kwinscreenedges/monitor.cpp +++ b/kcmkwin/kwinscreenedges/monitor.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2008 Lubos Lunak -Copyright (C) 2009 Lucas Murray +SPDX-FileCopyrightText: 2008 Lubos Lunak +SPDX-FileCopyrightText: 2009 Lucas Murray -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "monitor.h" diff --git a/kcmkwin/kwinscreenedges/monitor.h b/kcmkwin/kwinscreenedges/monitor.h index 3fb8b3e8d..ead620ba6 100644 --- a/kcmkwin/kwinscreenedges/monitor.h +++ b/kcmkwin/kwinscreenedges/monitor.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2008 Lubos Lunak -Copyright (C) 2009 Lucas Murray +SPDX-FileCopyrightText: 2008 Lubos Lunak +SPDX-FileCopyrightText: 2009 Lucas Murray -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef CCSM_MONITOR_H diff --git a/kcmkwin/kwinscreenedges/screenpreviewwidget.cpp b/kcmkwin/kwinscreenedges/screenpreviewwidget.cpp index 5fc429f4c..a7a929c90 100644 --- a/kcmkwin/kwinscreenedges/screenpreviewwidget.cpp +++ b/kcmkwin/kwinscreenedges/screenpreviewwidget.cpp @@ -1,21 +1,8 @@ /* This file is part of the KDE libraries - Copyright (C) 2009 Marco Martin + SPDX-FileCopyrightText: 2009 Marco Martin - 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 - along 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 "screenpreviewwidget.h" diff --git a/kcmkwin/kwinscreenedges/screenpreviewwidget.h b/kcmkwin/kwinscreenedges/screenpreviewwidget.h index 02c5984f9..0ce116388 100644 --- a/kcmkwin/kwinscreenedges/screenpreviewwidget.h +++ b/kcmkwin/kwinscreenedges/screenpreviewwidget.h @@ -1,21 +1,8 @@ /* This file is part of the KDE libraries - Copyright (C) 2009 Marco Martin + SPDX-FileCopyrightText: 2009 Marco Martin - 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 - along 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 SCREENPREVIEWWIDGET_H diff --git a/kcmkwin/kwinscreenedges/touch.cpp b/kcmkwin/kwinscreenedges/touch.cpp index 6ccbfd9d2..84062ca66 100644 --- a/kcmkwin/kwinscreenedges/touch.cpp +++ b/kcmkwin/kwinscreenedges/touch.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2008 Martin Gräßlin -Copyright (C) 2009 Lucas Murray -Copyright (C) 2020 Cyril Rossi +SPDX-FileCopyrightText: 2008 Martin Gräßlin +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2020 Cyril Rossi -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "touch.h" diff --git a/kcmkwin/kwinscreenedges/touch.h b/kcmkwin/kwinscreenedges/touch.h index 026097d18..5f1014d19 100644 --- a/kcmkwin/kwinscreenedges/touch.h +++ b/kcmkwin/kwinscreenedges/touch.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Lucas Murray -Copyright (C) 2020 Cyril Rossi +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2020 Cyril Rossi -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef __TOUCH_H__ diff --git a/kcmkwin/kwinscripts/main.cpp b/kcmkwin/kwinscripts/main.cpp index baa517511..6931ea0bf 100644 --- a/kcmkwin/kwinscripts/main.cpp +++ b/kcmkwin/kwinscripts/main.cpp @@ -1,19 +1,7 @@ /* - * Copyright (c) 2011 Tamas Krutki + * SPDX-FileCopyrightText: 2011 Tamas Krutki * - * This 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 */ #include diff --git a/kcmkwin/kwinscripts/module.cpp b/kcmkwin/kwinscripts/module.cpp index 2aab48a65..9a1c5e3ab 100644 --- a/kcmkwin/kwinscripts/module.cpp +++ b/kcmkwin/kwinscripts/module.cpp @@ -1,20 +1,8 @@ /* - * Copyright (c) 2011 Tamas Krutki - * Copyright (c) 2012 Martin Gräßlin + * SPDX-FileCopyrightText: 2011 Tamas Krutki + * SPDX-FileCopyrightText: 2012 Martin Gräßlin * - * This 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 */ #include "module.h" diff --git a/kcmkwin/kwinscripts/module.h b/kcmkwin/kwinscripts/module.h index 983d37b4a..8adb0dc10 100644 --- a/kcmkwin/kwinscripts/module.h +++ b/kcmkwin/kwinscripts/module.h @@ -1,19 +1,7 @@ /* - * Copyright (c) 2011 Tamas Krutki + * SPDX-FileCopyrightText: 2011 Tamas Krutki * - * This 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 */ #ifndef MODULE_H diff --git a/kcmkwin/kwintabbox/kwintabboxconfigform.cpp b/kcmkwin/kwintabbox/kwintabboxconfigform.cpp index b9e7c75ef..77b8513bc 100644 --- a/kcmkwin/kwintabbox/kwintabboxconfigform.cpp +++ b/kcmkwin/kwintabbox/kwintabboxconfigform.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Martin Gräßlin -Copyright (C) 2020 Cyril Rossi +SPDX-FileCopyrightText: 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2020 Cyril Rossi -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwintabboxconfigform.h" diff --git a/kcmkwin/kwintabbox/kwintabboxconfigform.h b/kcmkwin/kwintabbox/kwintabboxconfigform.h index 1eaaa174d..9c2edd2ea 100644 --- a/kcmkwin/kwintabbox/kwintabboxconfigform.h +++ b/kcmkwin/kwintabbox/kwintabboxconfigform.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Martin Gräßlin -Copyright (C) 2020 Cyril Rossi +SPDX-FileCopyrightText: 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2020 Cyril Rossi -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef __KWINTABBOXCONFIGFORM_H__ diff --git a/kcmkwin/kwintabbox/layoutpreview.cpp b/kcmkwin/kwintabbox/layoutpreview.cpp index 38371ddbd..c54692979 100644 --- a/kcmkwin/kwintabbox/layoutpreview.cpp +++ b/kcmkwin/kwintabbox/layoutpreview.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009, 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2009, 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own #include "layoutpreview.h" diff --git a/kcmkwin/kwintabbox/layoutpreview.h b/kcmkwin/kwintabbox/layoutpreview.h index e87651110..170074bcb 100644 --- a/kcmkwin/kwintabbox/layoutpreview.h +++ b/kcmkwin/kwintabbox/layoutpreview.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009, 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2009, 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_TABBOX_LAYOUTPREVIEW_H #define KWIN_TABBOX_LAYOUTPREVIEW_H diff --git a/kcmkwin/kwintabbox/main.cpp b/kcmkwin/kwintabbox/main.cpp index 794a01f7a..33de9cd33 100644 --- a/kcmkwin/kwintabbox/main.cpp +++ b/kcmkwin/kwintabbox/main.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Martin Gräßlin -Copyright (C) 2020 Cyril Rossi +SPDX-FileCopyrightText: 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2020 Cyril Rossi -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "main.h" #include diff --git a/kcmkwin/kwintabbox/main.h b/kcmkwin/kwintabbox/main.h index 9bc754f50..c84b02ef3 100644 --- a/kcmkwin/kwintabbox/main.h +++ b/kcmkwin/kwintabbox/main.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Martin Gräßlin -Copyright (C) 2020 Cyril Rossi +SPDX-FileCopyrightText: 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2020 Cyril Rossi -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef __MAIN_H__ diff --git a/kcmkwin/kwintabbox/thumbnailitem.cpp b/kcmkwin/kwintabbox/thumbnailitem.cpp index 4d8f5762f..62a2cc7b8 100644 --- a/kcmkwin/kwintabbox/thumbnailitem.cpp +++ b/kcmkwin/kwintabbox/thumbnailitem.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011, 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2011, 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "thumbnailitem.h" diff --git a/kcmkwin/kwintabbox/thumbnailitem.h b/kcmkwin/kwintabbox/thumbnailitem.h index a5acf11a0..38b15c1c9 100644 --- a/kcmkwin/kwintabbox/thumbnailitem.h +++ b/kcmkwin/kwintabbox/thumbnailitem.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011, 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2011, 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_THUMBNAILITEM_H diff --git a/keyboard_input.cpp b/keyboard_input.cpp index 4d3c3f48e..7ca31e587 100644 --- a/keyboard_input.cpp +++ b/keyboard_input.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013, 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2013, 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "keyboard_input.h" #include "input_event.h" diff --git a/keyboard_input.h b/keyboard_input.h index c2f4c2592..1e0a688fb 100644 --- a/keyboard_input.h +++ b/keyboard_input.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013, 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2013, 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_KEYBOARD_INPUT_H #define KWIN_KEYBOARD_INPUT_H diff --git a/keyboard_layout.cpp b/keyboard_layout.cpp index b69199b31..473301e9b 100644 --- a/keyboard_layout.cpp +++ b/keyboard_layout.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016, 2017 Martin Gräßlin +SPDX-FileCopyrightText: 2016, 2017 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "keyboard_layout.h" #include "keyboard_layout_switching.h" diff --git a/keyboard_layout.h b/keyboard_layout.h index 643bdbf41..0a5287bdf 100644 --- a/keyboard_layout.h +++ b/keyboard_layout.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016, 2017 Martin Gräßlin +SPDX-FileCopyrightText: 2016, 2017 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_KEYBOARD_LAYOUT_H #define KWIN_KEYBOARD_LAYOUT_H diff --git a/keyboard_layout_switching.cpp b/keyboard_layout_switching.cpp index c9b70be6e..5f8f33cf3 100644 --- a/keyboard_layout_switching.cpp +++ b/keyboard_layout_switching.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Gräßlin +SPDX-FileCopyrightText: 2017 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "keyboard_layout_switching.h" #include "keyboard_layout.h" diff --git a/keyboard_layout_switching.h b/keyboard_layout_switching.h index e5c1c55c5..a0969193c 100644 --- a/keyboard_layout_switching.h +++ b/keyboard_layout_switching.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Gräßlin +SPDX-FileCopyrightText: 2017 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_KEYBOARD_LAYOUT_SWITCHING_H #define KWIN_KEYBOARD_LAYOUT_SWITCHING_H diff --git a/keyboard_repeat.cpp b/keyboard_repeat.cpp index 5a4e19462..c658eed1e 100644 --- a/keyboard_repeat.cpp +++ b/keyboard_repeat.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016, 2017 Martin Gräßlin +SPDX-FileCopyrightText: 2016, 2017 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "keyboard_repeat.h" #include "keyboard_input.h" diff --git a/keyboard_repeat.h b/keyboard_repeat.h index 7a367c2bd..cae01f079 100644 --- a/keyboard_repeat.h +++ b/keyboard_repeat.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016, 2017 Martin Gräßlin +SPDX-FileCopyrightText: 2016, 2017 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_KEYBOARD_REPEAT #define KWIN_KEYBOARD_REPEAT diff --git a/killwindow.cpp b/killwindow.cpp index bf4f8ea28..fb6b23996 100644 --- a/killwindow.cpp +++ b/killwindow.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "killwindow.h" #include "abstract_client.h" diff --git a/killwindow.h b/killwindow.h index 9c00b32ab..0752d7dd2 100644 --- a/killwindow.h +++ b/killwindow.h @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_KILLWINDOW_H diff --git a/kwinbindings.cpp b/kwinbindings.cpp index b628c4d7e..5411bbcfd 100644 --- a/kwinbindings.cpp +++ b/kwinbindings.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // This file is #included from within: diff --git a/layers.cpp b/layers.cpp index 69ca273f2..1ac85d625 100644 --- a/layers.cpp +++ b/layers.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // SELI zmenit doc diff --git a/libinput/connection.cpp b/libinput/connection.cpp index 0ce47967b..9da9fca30 100644 --- a/libinput/connection.cpp +++ b/libinput/connection.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "connection.h" #include "context.h" diff --git a/libinput/connection.h b/libinput/connection.h index fba0b8923..0818a9021 100644 --- a/libinput/connection.h +++ b/libinput/connection.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_LIBINPUT_CONNECTION_H #define KWIN_LIBINPUT_CONNECTION_H diff --git a/libinput/context.cpp b/libinput/context.cpp index d9338247a..8d92fcc95 100644 --- a/libinput/context.cpp +++ b/libinput/context.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "context.h" #include "events.h" diff --git a/libinput/context.h b/libinput/context.h index 309873c9f..b3fdfb157 100644 --- a/libinput/context.h +++ b/libinput/context.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_LIBINPUT_CONTEXT_H #define KWIN_LIBINPUT_CONTEXT_H diff --git a/libinput/device.cpp b/libinput/device.cpp index 1e1dfd22e..abee5fc04 100644 --- a/libinput/device.cpp +++ b/libinput/device.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "device.h" diff --git a/libinput/device.h b/libinput/device.h index e34c5d4b5..f8eaeef83 100644 --- a/libinput/device.h +++ b/libinput/device.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_LIBINPUT_DEVICE_H #define KWIN_LIBINPUT_DEVICE_H diff --git a/libinput/events.cpp b/libinput/events.cpp index add7bf661..173132924 100644 --- a/libinput/events.cpp +++ b/libinput/events.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "events.h" #include "device.h" diff --git a/libinput/events.h b/libinput/events.h index afb0af9b9..ab9b49d16 100644 --- a/libinput/events.h +++ b/libinput/events.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_LIBINPUT_EVENTS_H #define KWIN_LIBINPUT_EVENTS_H diff --git a/libinput/libinput_logging.cpp b/libinput/libinput_logging.cpp index 8a7c2f226..c0fe60100 100644 --- a/libinput/libinput_logging.cpp +++ b/libinput/libinput_logging.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "libinput_logging.h" Q_LOGGING_CATEGORY(KWIN_LIBINPUT, "kwin_libinput", QtCriticalMsg) diff --git a/libinput/libinput_logging.h b/libinput/libinput_logging.h index a91b52d0e..306ac141e 100644 --- a/libinput/libinput_logging.h +++ b/libinput/libinput_logging.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_LIBINPUT_LOGGING_H #define KWIN_LIBINPUT_LOGGING_H diff --git a/libkwineffects/anidata.cpp b/libkwineffects/anidata.cpp index 32965d18a..562654f5a 100644 --- a/libkwineffects/anidata.cpp +++ b/libkwineffects/anidata.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011 Thomas Lübking -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2011 Thomas Lübking +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "anidata_p.h" diff --git a/libkwineffects/anidata_p.h b/libkwineffects/anidata_p.h index e343cd5d2..cd1fdce1d 100644 --- a/libkwineffects/anidata_p.h +++ b/libkwineffects/anidata_p.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011 Thomas Lübking -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2011 Thomas Lübking +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef ANIDATA_H diff --git a/libkwineffects/kwinanimationeffect.cpp b/libkwineffects/kwinanimationeffect.cpp index b43a8028a..47ca2745d 100644 --- a/libkwineffects/kwinanimationeffect.cpp +++ b/libkwineffects/kwinanimationeffect.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011 Thomas Lübking -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2011 Thomas Lübking +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwinanimationeffect.h" diff --git a/libkwineffects/kwinanimationeffect.h b/libkwineffects/kwinanimationeffect.h index debea6d0d..3dc7be69c 100644 --- a/libkwineffects/kwinanimationeffect.h +++ b/libkwineffects/kwinanimationeffect.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011 Thomas Lübking -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2011 Thomas Lübking +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef ANIMATION_EFFECT_H diff --git a/libkwineffects/kwineffectquickview.cpp b/libkwineffects/kwineffectquickview.cpp index 0e7390f47..7b1f68a88 100644 --- a/libkwineffects/kwineffectquickview.cpp +++ b/libkwineffects/kwineffectquickview.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 David Edmundson +SPDX-FileCopyrightText: 2019 David Edmundson -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwineffectquickview.h" diff --git a/libkwineffects/kwineffectquickview.h b/libkwineffects/kwineffectquickview.h index 9c2252b5b..bf4d22abb 100644 --- a/libkwineffects/kwineffectquickview.h +++ b/libkwineffects/kwineffectquickview.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 David Edmundson +SPDX-FileCopyrightText: 2019 David Edmundson -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/libkwineffects/kwineffects.cpp b/libkwineffects/kwineffects.cpp index 81aa1fa01..c34dad43f 100644 --- a/libkwineffects/kwineffects.cpp +++ b/libkwineffects/kwineffects.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2009 Lucas Murray -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwineffects.h" diff --git a/libkwineffects/kwineffects.h b/libkwineffects/kwineffects.h index d1b4d67c8..0fbe45024 100644 --- a/libkwineffects/kwineffects.h +++ b/libkwineffects/kwineffects.h @@ -2,23 +2,12 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2009 Lucas Murray -Copyright (C) 2010, 2011 Martin Gräßlin -Copyright (C) 2018 Vlad Zahorodnii +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2010, 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWINEFFECTS_H diff --git a/libkwineffects/kwineglimagetexture.cpp b/libkwineffects/kwineglimagetexture.cpp index 96bd82faa..596f053a2 100644 --- a/libkwineffects/kwineglimagetexture.cpp +++ b/libkwineffects/kwineglimagetexture.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2020 Aleix Pol Gonzalez +SPDX-FileCopyrightText: 2020 Aleix Pol Gonzalez -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwineglimagetexture.h" diff --git a/libkwineffects/kwineglimagetexture.h b/libkwineffects/kwineglimagetexture.h index 4fd605c2c..79874af04 100644 --- a/libkwineffects/kwineglimagetexture.h +++ b/libkwineffects/kwineglimagetexture.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2020 Aleix Pol Gonzalez +SPDX-FileCopyrightText: 2020 Aleix Pol Gonzalez -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/libkwineffects/kwinglobals.h b/libkwineffects/kwinglobals.h index 20b629f43..c13fd5f03 100644 --- a/libkwineffects/kwinglobals.h +++ b/libkwineffects/kwinglobals.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak +SPDX-FileCopyrightText: 2006 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_LIB_KWINGLOBALS_H diff --git a/libkwineffects/kwinglplatform.cpp b/libkwineffects/kwinglplatform.cpp index 53dc3a74e..6d5d0c735 100644 --- a/libkwineffects/kwinglplatform.cpp +++ b/libkwineffects/kwinglplatform.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2010 Fredrik Höglund +SPDX-FileCopyrightText: 2010 Fredrik Höglund -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwinglplatform.h" diff --git a/libkwineffects/kwinglplatform.h b/libkwineffects/kwinglplatform.h index ec9954239..d9fa13c3b 100644 --- a/libkwineffects/kwinglplatform.h +++ b/libkwineffects/kwinglplatform.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2010 Fredrik Höglund +SPDX-FileCopyrightText: 2010 Fredrik Höglund -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_GLPLATFORM_H diff --git a/libkwineffects/kwingltexture.cpp b/libkwineffects/kwingltexture.cpp index 7187c6c05..190ae72b9 100644 --- a/libkwineffects/kwingltexture.cpp +++ b/libkwineffects/kwingltexture.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006-2007 Rivo Laks -Copyright (C) 2010, 2011 Martin Gräßlin -Copyright (C) 2012 Philipp Knechtges +SPDX-FileCopyrightText: 2006-2007 Rivo Laks +SPDX-FileCopyrightText: 2010, 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Philipp Knechtges -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwinconfig.h" // KWIN_HAVE_OPENGL diff --git a/libkwineffects/kwingltexture.h b/libkwineffects/kwingltexture.h index ccc390a51..00557d2f7 100644 --- a/libkwineffects/kwingltexture.h +++ b/libkwineffects/kwingltexture.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006-2007 Rivo Laks -Copyright (C) 2010, 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2006-2007 Rivo Laks +SPDX-FileCopyrightText: 2010, 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_GLTEXTURE_H diff --git a/libkwineffects/kwingltexture_p.h b/libkwineffects/kwingltexture_p.h index 68d0847e0..d3f04b912 100644 --- a/libkwineffects/kwingltexture_p.h +++ b/libkwineffects/kwingltexture_p.h @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006-2007 Rivo Laks -Copyright (C) 2010, 2011 Martin Gräßlin -Copyright (C) 2011 Philipp Knechtges +SPDX-FileCopyrightText: 2006-2007 Rivo Laks +SPDX-FileCopyrightText: 2010, 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2011 Philipp Knechtges -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_GLTEXTURE_P_H diff --git a/libkwineffects/kwinglutils.cpp b/libkwineffects/kwinglutils.cpp index c5e00f06e..5105fd280 100644 --- a/libkwineffects/kwinglutils.cpp +++ b/libkwineffects/kwinglutils.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006-2007 Rivo Laks -Copyright (C) 2010, 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2006-2007 Rivo Laks +SPDX-FileCopyrightText: 2010, 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwinglutils.h" diff --git a/libkwineffects/kwinglutils.h b/libkwineffects/kwinglutils.h index 39f0a780c..4af1a038b 100644 --- a/libkwineffects/kwinglutils.h +++ b/libkwineffects/kwinglutils.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006-2007 Rivo Laks -Copyright (C) 2010, 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2006-2007 Rivo Laks +SPDX-FileCopyrightText: 2010, 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_GLUTILS_H diff --git a/libkwineffects/kwinglutils_funcs.cpp b/libkwineffects/kwinglutils_funcs.cpp index 6e5d86308..ea86f4410 100644 --- a/libkwineffects/kwinglutils_funcs.cpp +++ b/libkwineffects/kwinglutils_funcs.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Rivo Laks +SPDX-FileCopyrightText: 2007 Rivo Laks -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwinglutils.h" diff --git a/libkwineffects/kwinglutils_funcs.h b/libkwineffects/kwinglutils_funcs.h index 8b09fc0d0..827d2db5c 100644 --- a/libkwineffects/kwinglutils_funcs.h +++ b/libkwineffects/kwinglutils_funcs.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2007 Rivo Laks +SPDX-FileCopyrightText: 2007 Rivo Laks -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_GLUTILS_FUNCS_H diff --git a/libkwineffects/kwinxrenderutils.cpp b/libkwineffects/kwinxrenderutils.cpp index 45dcfbd5c..e1df610dd 100644 --- a/libkwineffects/kwinxrenderutils.cpp +++ b/libkwineffects/kwinxrenderutils.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2008 Lubos Lunak +SPDX-FileCopyrightText: 2008 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwinxrenderutils.h" diff --git a/libkwineffects/kwinxrenderutils.h b/libkwineffects/kwinxrenderutils.h index ecf9319ea..5fcfbbdbf 100644 --- a/libkwineffects/kwinxrenderutils.h +++ b/libkwineffects/kwinxrenderutils.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2008 Lubos Lunak +SPDX-FileCopyrightText: 2008 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_XRENDERUTILS_H diff --git a/libkwineffects/logging.cpp b/libkwineffects/logging.cpp index 6b2c61e9d..6ebffb5a7 100644 --- a/libkwineffects/logging.cpp +++ b/libkwineffects/logging.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "logging_p.h" Q_LOGGING_CATEGORY(LIBKWINEFFECTS, "libkwineffects", QtCriticalMsg) diff --git a/libkwineffects/logging_p.h b/libkwineffects/logging_p.h index 394d3d535..17ed4834d 100644 --- a/libkwineffects/logging_p.h +++ b/libkwineffects/logging_p.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_KWINEFFECTS_LOGGING_P_H #define KWIN_KWINEFFECTS_LOGGING_P_H diff --git a/linux_dmabuf.cpp b/linux_dmabuf.cpp index ba5f3ab65..1b2344ac5 100644 --- a/linux_dmabuf.cpp +++ b/linux_dmabuf.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright © 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "linux_dmabuf.h" diff --git a/linux_dmabuf.h b/linux_dmabuf.h index b2b186140..f1e211465 100644 --- a/linux_dmabuf.h +++ b/linux_dmabuf.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright © 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/logind.cpp b/logind.cpp index 0b26f2d7b..4a6a7e699 100644 --- a/logind.cpp +++ b/logind.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "logind.h" diff --git a/logind.h b/logind.h index 165d1f614..31a4a60fd 100644 --- a/logind.h +++ b/logind.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_LOGIND_H #define KWIN_LOGIND_H diff --git a/main.cpp b/main.cpp index fdb465c42..316e2cc89 100644 --- a/main.cpp +++ b/main.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "main.h" diff --git a/main.h b/main.h index 812c1dddd..087aeada1 100644 --- a/main.h +++ b/main.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef MAIN_H diff --git a/main_wayland.cpp b/main_wayland.cpp index 73c4f9e3d..179be7dc7 100644 --- a/main_wayland.cpp +++ b/main_wayland.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "main_wayland.h" #include "composite.h" diff --git a/main_wayland.h b/main_wayland.h index 788288764..ea3489b6e 100644 --- a/main_wayland.h +++ b/main_wayland.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_MAIN_WAYLAND_H #define KWIN_MAIN_WAYLAND_H diff --git a/main_x11.cpp b/main_x11.cpp index 316476e93..83ea4483c 100644 --- a/main_x11.cpp +++ b/main_x11.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "main_x11.h" diff --git a/main_x11.h b/main_x11.h index d60188964..d16dc2ba5 100644 --- a/main_x11.h +++ b/main_x11.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_MAIN_X11_H #define KWIN_MAIN_X11_H diff --git a/modifier_only_shortcuts.cpp b/modifier_only_shortcuts.cpp index 313c413fc..9c1947270 100644 --- a/modifier_only_shortcuts.cpp +++ b/modifier_only_shortcuts.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016, 2017 Martin Gräßlin +SPDX-FileCopyrightText: 2016, 2017 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "modifier_only_shortcuts.h" #include "input_event.h" diff --git a/modifier_only_shortcuts.h b/modifier_only_shortcuts.h index f4b7446ce..aa04abbc3 100644 --- a/modifier_only_shortcuts.h +++ b/modifier_only_shortcuts.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016, 2017 Martin Gräßlin +SPDX-FileCopyrightText: 2016, 2017 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_MODIFIER_ONLY_SHORTCUTS_H #define KWIN_MODIFIER_ONLY_SHORTCUTS_H diff --git a/moving_client_x11_filter.cpp b/moving_client_x11_filter.cpp index 2c9d4ecd7..f61ab4424 100644 --- a/moving_client_x11_filter.cpp +++ b/moving_client_x11_filter.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "moving_client_x11_filter.h" #include "x11client.h" diff --git a/moving_client_x11_filter.h b/moving_client_x11_filter.h index 617760fa4..d40d98cad 100644 --- a/moving_client_x11_filter.h +++ b/moving_client_x11_filter.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_MOVING_CLIENT_X11_FILTER_H #define KWIN_MOVING_CLIENT_X11_FILTER_H diff --git a/netinfo.cpp b/netinfo.cpp index 65c91b21d..0a9961689 100644 --- a/netinfo.cpp +++ b/netinfo.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own #include "netinfo.h" diff --git a/netinfo.h b/netinfo.h index 445cf3085..78eb2c7b1 100644 --- a/netinfo.h +++ b/netinfo.h @@ -2,23 +2,12 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak -Copyright (C) 2009 Lucas Murray -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_NETINFO_H #define KWIN_NETINFO_H diff --git a/onscreennotification.cpp b/onscreennotification.cpp index 88de628b9..a071d6904 100644 --- a/onscreennotification.cpp +++ b/onscreennotification.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2016 Martin Graesslin + * SPDX-FileCopyrightText: 2016 Martin Graesslin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL * */ diff --git a/onscreennotification.h b/onscreennotification.h index 92fddd068..99941502f 100644 --- a/onscreennotification.h +++ b/onscreennotification.h @@ -1,21 +1,7 @@ /* - * Copyright 2016 Martin Graesslin + * SPDX-FileCopyrightText: 2016 Martin Graesslin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL * */ diff --git a/options.cpp b/options.cpp index 060a0cec2..ecdfa0c37 100644 --- a/options.cpp +++ b/options.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "options.h" diff --git a/options.h b/options.h index 19e69bfef..d915c5a34 100644 --- a/options.h +++ b/options.h @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_OPTIONS_H diff --git a/osd.cpp b/osd.cpp index 601b8607e..998330bac 100644 --- a/osd.cpp +++ b/osd.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2016 Martin Graesslin + * SPDX-FileCopyrightText: 2016 Martin Graesslin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL * */ #include "osd.h" diff --git a/osd.h b/osd.h index 9e4582295..18d56eb40 100644 --- a/osd.h +++ b/osd.h @@ -1,21 +1,7 @@ /* - * Copyright 2016 Martin Graesslin + * SPDX-FileCopyrightText: 2016 Martin Graesslin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL * */ diff --git a/outline.cpp b/outline.cpp index 16bef73f3..66ef51951 100644 --- a/outline.cpp +++ b/outline.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011 Arthur Arlt -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2011 Arthur Arlt +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own #include "outline.h" diff --git a/outline.h b/outline.h index c1e402b48..ec986b1da 100644 --- a/outline.h +++ b/outline.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011 Arthur Arlt +SPDX-FileCopyrightText: 2011 Arthur Arlt -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_OUTLINE_H diff --git a/outputscreens.cpp b/outputscreens.cpp index 7f7a18851..5a1186546 100644 --- a/outputscreens.cpp +++ b/outputscreens.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2018 Roman Gilg +SPDX-FileCopyrightText: 2018 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "outputscreens.h" #include "platform.h" diff --git a/outputscreens.h b/outputscreens.h index 3f3e466db..97174a881 100644 --- a/outputscreens.h +++ b/outputscreens.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2018 Roman Gilg +SPDX-FileCopyrightText: 2018 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_OUTPUTSCREENS_H #define KWIN_OUTPUTSCREENS_H diff --git a/overlaywindow.cpp b/overlaywindow.cpp index ac697519f..8fc7620a1 100644 --- a/overlaywindow.cpp +++ b/overlaywindow.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011 Arthur Arlt +SPDX-FileCopyrightText: 2011 Arthur Arlt -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "overlaywindow.h" diff --git a/overlaywindow.h b/overlaywindow.h index 0afff215d..7664de6ab 100644 --- a/overlaywindow.h +++ b/overlaywindow.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011 Arthur Arlt +SPDX-FileCopyrightText: 2011 Arthur Arlt -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_OVERLAYWINDOW_H diff --git a/placement.cpp b/placement.cpp index a0fe02ac8..c17d626ef 100644 --- a/placement.cpp +++ b/placement.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 1997 to 2002 Cristian Tibirna -Copyright (C) 2003 Lubos Lunak +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 1997-2002 Cristian Tibirna +SPDX-FileCopyrightText: 2003 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "placement.h" diff --git a/placement.h b/placement.h index b76db6d8c..b2be2e3d4 100644 --- a/placement.h +++ b/placement.h @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 1997 to 2002 Cristian Tibirna -Copyright (C) 2003 Lubos Lunak +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 1997-2002 Cristian Tibirna +SPDX-FileCopyrightText: 2003 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_PLACEMENT_H diff --git a/platform.cpp b/platform.cpp index 945dda128..6bd4f820f 100644 --- a/platform.cpp +++ b/platform.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "platform.h" diff --git a/platform.h b/platform.h index 2792eee9c..8aa2957da 100644 --- a/platform.h +++ b/platform.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_PLATFORM_H #define KWIN_PLATFORM_H diff --git a/platformsupport/scenes/opengl/abstract_egl_backend.cpp b/platformsupport/scenes/opengl/abstract_egl_backend.cpp index e3f16ee72..ffcd1969f 100644 --- a/platformsupport/scenes/opengl/abstract_egl_backend.cpp +++ b/platformsupport/scenes/opengl/abstract_egl_backend.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "abstract_egl_backend.h" #include "egl_dmabuf.h" diff --git a/platformsupport/scenes/opengl/abstract_egl_backend.h b/platformsupport/scenes/opengl/abstract_egl_backend.h index 6aac89c3e..8ae660977 100644 --- a/platformsupport/scenes/opengl/abstract_egl_backend.h +++ b/platformsupport/scenes/opengl/abstract_egl_backend.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_ABSTRACT_EGL_BACKEND_H #define KWIN_ABSTRACT_EGL_BACKEND_H diff --git a/platformsupport/scenes/opengl/backend.cpp b/platformsupport/scenes/opengl/backend.cpp index cba622bab..a5ebeda93 100644 --- a/platformsupport/scenes/opengl/backend.cpp +++ b/platformsupport/scenes/opengl/backend.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2009, 2010, 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2009, 2010, 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "backend.h" #include diff --git a/platformsupport/scenes/opengl/backend.h b/platformsupport/scenes/opengl/backend.h index 7f2b65164..7b6e432f5 100644 --- a/platformsupport/scenes/opengl/backend.h +++ b/platformsupport/scenes/opengl/backend.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2009, 2010, 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2009, 2010, 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCENE_OPENGL_BACKEND_H #define KWIN_SCENE_OPENGL_BACKEND_H diff --git a/platformsupport/scenes/opengl/drm_fourcc.h b/platformsupport/scenes/opengl/drm_fourcc.h index 411f661fc..eacaf1302 100644 --- a/platformsupport/scenes/opengl/drm_fourcc.h +++ b/platformsupport/scenes/opengl/drm_fourcc.h @@ -1,5 +1,5 @@ /* - * Copyright 2011 Intel Corporation + * SPDX-FileCopyrightText: 2011 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/platformsupport/scenes/opengl/egl_dmabuf.cpp b/platformsupport/scenes/opengl/egl_dmabuf.cpp index f9b9c8cd0..4e34827fb 100644 --- a/platformsupport/scenes/opengl/egl_dmabuf.cpp +++ b/platformsupport/scenes/opengl/egl_dmabuf.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright © 2019 Roman Gilg -Copyright © 2018 Fredrik Höglund +SPDX-FileCopyrightText: 2019 Roman Gilg +SPDX-FileCopyrightText: 2018 Fredrik Höglund -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "egl_dmabuf.h" diff --git a/platformsupport/scenes/opengl/egl_dmabuf.h b/platformsupport/scenes/opengl/egl_dmabuf.h index cd6c8ce5f..aeb373aff 100644 --- a/platformsupport/scenes/opengl/egl_dmabuf.h +++ b/platformsupport/scenes/opengl/egl_dmabuf.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright © 2019 Roman Gilg -Copyright © 2018 Fredrik Höglund +SPDX-FileCopyrightText: 2019 Roman Gilg +SPDX-FileCopyrightText: 2018 Fredrik Höglund -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/platformsupport/scenes/opengl/kwineglext.h b/platformsupport/scenes/opengl/kwineglext.h index 834701b89..b8b68e7d1 100644 --- a/platformsupport/scenes/opengl/kwineglext.h +++ b/platformsupport/scenes/opengl/kwineglext.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Fredrik Höglund -Copyright (C) 2020 Vlad Zahorodnii +SPDX-FileCopyrightText: 2018 Fredrik Höglund +SPDX-FileCopyrightText: 2020 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWINEGLEXT_H diff --git a/platformsupport/scenes/opengl/swap_profiler.cpp b/platformsupport/scenes/opengl/swap_profiler.cpp index 619a2ae65..9ac10da78 100644 --- a/platformsupport/scenes/opengl/swap_profiler.cpp +++ b/platformsupport/scenes/opengl/swap_profiler.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2009, 2010, 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2009, 2010, 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "swap_profiler.h" #include diff --git a/platformsupport/scenes/opengl/swap_profiler.h b/platformsupport/scenes/opengl/swap_profiler.h index cbc4d1636..b5603a34f 100644 --- a/platformsupport/scenes/opengl/swap_profiler.h +++ b/platformsupport/scenes/opengl/swap_profiler.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2009, 2010, 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2009, 2010, 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCENE_OPENGL_SWAP_PROFILER_H #define KWIN_SCENE_OPENGL_SWAP_PROFILER_H diff --git a/platformsupport/scenes/opengl/texture.cpp b/platformsupport/scenes/opengl/texture.cpp index 936272002..a18f8a7d6 100644 --- a/platformsupport/scenes/opengl/texture.cpp +++ b/platformsupport/scenes/opengl/texture.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2009, 2010, 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2009, 2010, 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "texture.h" #include "backend.h" diff --git a/platformsupport/scenes/opengl/texture.h b/platformsupport/scenes/opengl/texture.h index 5024f733a..543ea8248 100644 --- a/platformsupport/scenes/opengl/texture.h +++ b/platformsupport/scenes/opengl/texture.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2009, 2010, 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2009, 2010, 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/platformsupport/scenes/qpainter/backend.cpp b/platformsupport/scenes/qpainter/backend.cpp index 263eea76d..311821566 100644 --- a/platformsupport/scenes/qpainter/backend.cpp +++ b/platformsupport/scenes/qpainter/backend.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "backend.h" #include diff --git a/platformsupport/scenes/qpainter/backend.h b/platformsupport/scenes/qpainter/backend.h index 819721170..50b35d6c3 100644 --- a/platformsupport/scenes/qpainter/backend.h +++ b/platformsupport/scenes/qpainter/backend.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCENE_QPAINTER_BACKEND_H #define KWIN_SCENE_QPAINTER_BACKEND_H diff --git a/plugins/idletime/poller.cpp b/plugins/idletime/poller.cpp index 8cf20d93f..a40b5daf4 100644 --- a/plugins/idletime/poller.cpp +++ b/plugins/idletime/poller.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "poller.h" #include "../../wayland_server.h" diff --git a/plugins/idletime/poller.h b/plugins/idletime/poller.h index 7b51275f3..01f607da3 100644 --- a/plugins/idletime/poller.h +++ b/plugins/idletime/poller.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef POLLER_H #define POLLER_H diff --git a/plugins/kdecorations/aurorae/src/aurorae.cpp b/plugins/kdecorations/aurorae/src/aurorae.cpp index 260aac888..69b063e43 100644 --- a/plugins/kdecorations/aurorae/src/aurorae.cpp +++ b/plugins/kdecorations/aurorae/src/aurorae.cpp @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2009, 2010, 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2009, 2010, 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "aurorae.h" diff --git a/plugins/kdecorations/aurorae/src/aurorae.h b/plugins/kdecorations/aurorae/src/aurorae.h index 65fb024f7..3a8d18d43 100644 --- a/plugins/kdecorations/aurorae/src/aurorae.h +++ b/plugins/kdecorations/aurorae/src/aurorae.h @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2009, 2010, 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2009, 2010, 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef AURORAE_H diff --git a/plugins/kdecorations/aurorae/src/colorhelper.cpp b/plugins/kdecorations/aurorae/src/colorhelper.cpp index 285a36e1c..7b6794c7b 100644 --- a/plugins/kdecorations/aurorae/src/colorhelper.cpp +++ b/plugins/kdecorations/aurorae/src/colorhelper.cpp @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "colorhelper.h" diff --git a/plugins/kdecorations/aurorae/src/colorhelper.h b/plugins/kdecorations/aurorae/src/colorhelper.h index cb02b7d03..eae56ac20 100644 --- a/plugins/kdecorations/aurorae/src/colorhelper.h +++ b/plugins/kdecorations/aurorae/src/colorhelper.h @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef COLOR_HELPER_H #define COLOR_HELPER_H diff --git a/plugins/kdecorations/aurorae/src/decorationoptions.cpp b/plugins/kdecorations/aurorae/src/decorationoptions.cpp index eda5e7691..0b053398e 100644 --- a/plugins/kdecorations/aurorae/src/decorationoptions.cpp +++ b/plugins/kdecorations/aurorae/src/decorationoptions.cpp @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "decorationoptions.h" #include diff --git a/plugins/kdecorations/aurorae/src/decorationoptions.h b/plugins/kdecorations/aurorae/src/decorationoptions.h index 58b3bf766..2052eac2a 100644 --- a/plugins/kdecorations/aurorae/src/decorationoptions.h +++ b/plugins/kdecorations/aurorae/src/decorationoptions.h @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DECORATION_OPTIONS_H #define KWIN_DECORATION_OPTIONS_H diff --git a/plugins/kdecorations/aurorae/src/decorationplugin.cpp b/plugins/kdecorations/aurorae/src/decorationplugin.cpp index a3575b403..c08884d56 100644 --- a/plugins/kdecorations/aurorae/src/decorationplugin.cpp +++ b/plugins/kdecorations/aurorae/src/decorationplugin.cpp @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "decorationplugin.h" #include "colorhelper.h" diff --git a/plugins/kdecorations/aurorae/src/decorationplugin.h b/plugins/kdecorations/aurorae/src/decorationplugin.h index f161eae30..5e2a03e77 100644 --- a/plugins/kdecorations/aurorae/src/decorationplugin.h +++ b/plugins/kdecorations/aurorae/src/decorationplugin.h @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef DECORATION_PLUGIN_H #define DECORATION_PLUGIN_H diff --git a/plugins/kdecorations/aurorae/src/lib/auroraetheme.cpp b/plugins/kdecorations/aurorae/src/lib/auroraetheme.cpp index 121467d63..d3af48503 100644 --- a/plugins/kdecorations/aurorae/src/lib/auroraetheme.cpp +++ b/plugins/kdecorations/aurorae/src/lib/auroraetheme.cpp @@ -1,20 +1,8 @@ /* Library for Aurorae window decoration themes. - Copyright (C) 2009, 2010, 2012 Martin Gräßlin + SPDX-FileCopyrightText: 2009, 2010, 2012 Martin Gräßlin - This 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 */ diff --git a/plugins/kdecorations/aurorae/src/lib/auroraetheme.h b/plugins/kdecorations/aurorae/src/lib/auroraetheme.h index aa7fa755c..6c1a0492b 100644 --- a/plugins/kdecorations/aurorae/src/lib/auroraetheme.h +++ b/plugins/kdecorations/aurorae/src/lib/auroraetheme.h @@ -1,20 +1,8 @@ /* Library for Aurorae window decoration themes. - Copyright (C) 2009, 2010, 2012 Martin Gräßlin + SPDX-FileCopyrightText: 2009, 2010, 2012 Martin Gräßlin - This 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 */ diff --git a/plugins/kdecorations/aurorae/src/lib/themeconfig.cpp b/plugins/kdecorations/aurorae/src/lib/themeconfig.cpp index 357136ca3..ff527121b 100644 --- a/plugins/kdecorations/aurorae/src/lib/themeconfig.cpp +++ b/plugins/kdecorations/aurorae/src/lib/themeconfig.cpp @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "themeconfig.h" diff --git a/plugins/kdecorations/aurorae/src/lib/themeconfig.h b/plugins/kdecorations/aurorae/src/lib/themeconfig.h index 2225dfae3..c908ad961 100644 --- a/plugins/kdecorations/aurorae/src/lib/themeconfig.h +++ b/plugins/kdecorations/aurorae/src/lib/themeconfig.h @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef THEMECONFIG_H #define THEMECONFIG_H diff --git a/plugins/kdecorations/aurorae/src/qml/AppMenuButton.qml b/plugins/kdecorations/aurorae/src/qml/AppMenuButton.qml index 58841a7f4..ff79b678c 100644 --- a/plugins/kdecorations/aurorae/src/qml/AppMenuButton.qml +++ b/plugins/kdecorations/aurorae/src/qml/AppMenuButton.qml @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ import QtQuick 2.0 import org.kde.kquickcontrolsaddons 2.0 as KQuickControlsAddons diff --git a/plugins/kdecorations/aurorae/src/qml/AuroraeButton.qml b/plugins/kdecorations/aurorae/src/qml/AuroraeButton.qml index 38b9ad584..163d890a3 100644 --- a/plugins/kdecorations/aurorae/src/qml/AuroraeButton.qml +++ b/plugins/kdecorations/aurorae/src/qml/AuroraeButton.qml @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ import QtQuick 2.0 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/plugins/kdecorations/aurorae/src/qml/AuroraeButtonGroup.qml b/plugins/kdecorations/aurorae/src/qml/AuroraeButtonGroup.qml index e2eacc43b..2582081aa 100644 --- a/plugins/kdecorations/aurorae/src/qml/AuroraeButtonGroup.qml +++ b/plugins/kdecorations/aurorae/src/qml/AuroraeButtonGroup.qml @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ import QtQuick 2.0 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/plugins/kdecorations/aurorae/src/qml/AuroraeMaximizeButton.qml b/plugins/kdecorations/aurorae/src/qml/AuroraeMaximizeButton.qml index 812e6643b..08c3b0d8d 100644 --- a/plugins/kdecorations/aurorae/src/qml/AuroraeMaximizeButton.qml +++ b/plugins/kdecorations/aurorae/src/qml/AuroraeMaximizeButton.qml @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ import QtQuick 2.0 import org.kde.kwin.decoration 0.1 diff --git a/plugins/kdecorations/aurorae/src/qml/ButtonGroup.qml b/plugins/kdecorations/aurorae/src/qml/ButtonGroup.qml index 92703966c..d11363a46 100644 --- a/plugins/kdecorations/aurorae/src/qml/ButtonGroup.qml +++ b/plugins/kdecorations/aurorae/src/qml/ButtonGroup.qml @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ import QtQuick 2.0 import org.kde.kwin.decoration 0.1 diff --git a/plugins/kdecorations/aurorae/src/qml/Decoration.qml b/plugins/kdecorations/aurorae/src/qml/Decoration.qml index 849ab6665..1e329ea87 100644 --- a/plugins/kdecorations/aurorae/src/qml/Decoration.qml +++ b/plugins/kdecorations/aurorae/src/qml/Decoration.qml @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ import QtQuick 2.0 import org.kde.kwin.decoration 0.1 diff --git a/plugins/kdecorations/aurorae/src/qml/DecorationButton.qml b/plugins/kdecorations/aurorae/src/qml/DecorationButton.qml index 32d699095..7ebfa83db 100644 --- a/plugins/kdecorations/aurorae/src/qml/DecorationButton.qml +++ b/plugins/kdecorations/aurorae/src/qml/DecorationButton.qml @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ import QtQuick 2.0 import org.kde.kwin.decoration 0.1 diff --git a/plugins/kdecorations/aurorae/src/qml/MenuButton.qml b/plugins/kdecorations/aurorae/src/qml/MenuButton.qml index 2e7254265..e0e5bac77 100644 --- a/plugins/kdecorations/aurorae/src/qml/MenuButton.qml +++ b/plugins/kdecorations/aurorae/src/qml/MenuButton.qml @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ import QtQuick 2.0 import org.kde.kquickcontrolsaddons 2.0 as KQuickControlsAddons diff --git a/plugins/kdecorations/aurorae/src/qml/aurorae.qml b/plugins/kdecorations/aurorae/src/qml/aurorae.qml index 95339457a..0edfd58b3 100644 --- a/plugins/kdecorations/aurorae/src/qml/aurorae.qml +++ b/plugins/kdecorations/aurorae/src/qml/aurorae.qml @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ import QtQuick 2.0 import org.kde.kwin.decoration 0.1 diff --git a/plugins/kdecorations/aurorae/themes/plastik/code/plastikbutton.cpp b/plugins/kdecorations/aurorae/themes/plastik/code/plastikbutton.cpp index 51720ecb1..11b7de958 100644 --- a/plugins/kdecorations/aurorae/themes/plastik/code/plastikbutton.cpp +++ b/plugins/kdecorations/aurorae/themes/plastik/code/plastikbutton.cpp @@ -1,22 +1,11 @@ /******************************************************************** -Copyright (C) 2012 Martin Gräßlin -Copyright (C) 2003-2005 Sandro Giessl +SPDX-FileCopyrightText: 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2003-2005 Sandro Giessl based on the window decoration "Web": -Copyright (C) 2001 Rik Hemsley (rikkus) +SPDX-FileCopyrightText: 2001 Rik Hemsley (rikkus) -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "plastikbutton.h" #include diff --git a/plugins/kdecorations/aurorae/themes/plastik/code/plastikbutton.h b/plugins/kdecorations/aurorae/themes/plastik/code/plastikbutton.h index 02c94b464..96f01348c 100644 --- a/plugins/kdecorations/aurorae/themes/plastik/code/plastikbutton.h +++ b/plugins/kdecorations/aurorae/themes/plastik/code/plastikbutton.h @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_PLASTIK_BUTTON_H #define KWIN_PLASTIK_BUTTON_H diff --git a/plugins/kdecorations/aurorae/themes/plastik/code/plastikplugin.cpp b/plugins/kdecorations/aurorae/themes/plastik/code/plastikplugin.cpp index d06c448ce..2dea1ee34 100644 --- a/plugins/kdecorations/aurorae/themes/plastik/code/plastikplugin.cpp +++ b/plugins/kdecorations/aurorae/themes/plastik/code/plastikplugin.cpp @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "plastikplugin.h" #include "plastikbutton.h" diff --git a/plugins/kdecorations/aurorae/themes/plastik/code/plastikplugin.h b/plugins/kdecorations/aurorae/themes/plastik/code/plastikplugin.h index 0bc660f7a..b1043c2db 100644 --- a/plugins/kdecorations/aurorae/themes/plastik/code/plastikplugin.h +++ b/plugins/kdecorations/aurorae/themes/plastik/code/plastikplugin.h @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef PLASTIK_PLUGIN_H #define PLASTIK_PLUGIN_H diff --git a/plugins/kdecorations/aurorae/themes/plastik/package/contents/ui/PlastikButton.qml b/plugins/kdecorations/aurorae/themes/plastik/package/contents/ui/PlastikButton.qml index 39132f725..3b93ba3e3 100644 --- a/plugins/kdecorations/aurorae/themes/plastik/package/contents/ui/PlastikButton.qml +++ b/plugins/kdecorations/aurorae/themes/plastik/package/contents/ui/PlastikButton.qml @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ import QtQuick 2.0 import org.kde.kwin.decoration 0.1 diff --git a/plugins/kdecorations/aurorae/themes/plastik/package/contents/ui/main.qml b/plugins/kdecorations/aurorae/themes/plastik/package/contents/ui/main.qml index 0b1a52e61..9eb62eea2 100644 --- a/plugins/kdecorations/aurorae/themes/plastik/package/contents/ui/main.qml +++ b/plugins/kdecorations/aurorae/themes/plastik/package/contents/ui/main.qml @@ -1,18 +1,7 @@ /******************************************************************** -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ import QtQuick 2.0 import org.kde.kwin.decoration 0.1 diff --git a/plugins/kglobalaccel/kglobalaccel_plugin.cpp b/plugins/kglobalaccel/kglobalaccel_plugin.cpp index 0466f6180..671bba61e 100644 --- a/plugins/kglobalaccel/kglobalaccel_plugin.cpp +++ b/plugins/kglobalaccel/kglobalaccel_plugin.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kglobalaccel_plugin.h" #include "../../input.h" diff --git a/plugins/kglobalaccel/kglobalaccel_plugin.h b/plugins/kglobalaccel/kglobalaccel_plugin.h index ac594e6bd..562fdc826 100644 --- a/plugins/kglobalaccel/kglobalaccel_plugin.h +++ b/plugins/kglobalaccel/kglobalaccel_plugin.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KGLOBALACCEL_PLUGIN_H #define KGLOBALACCEL_PLUGIN_H diff --git a/plugins/kpackage/aurorae/aurorae.cpp b/plugins/kpackage/aurorae/aurorae.cpp index 8628f79b5..cb84b1e3e 100644 --- a/plugins/kpackage/aurorae/aurorae.cpp +++ b/plugins/kpackage/aurorae/aurorae.cpp @@ -1,20 +1,7 @@ /****************************************************************************** -* Copyright 2017 by Demitrius Belai * +* SPDX-FileCopyrightText: 2017 Demitrius Belai * * * -* 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 * -* along 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 "aurorae.h" diff --git a/plugins/kpackage/aurorae/aurorae.h b/plugins/kpackage/aurorae/aurorae.h index 58ed704f5..424e4612a 100644 --- a/plugins/kpackage/aurorae/aurorae.h +++ b/plugins/kpackage/aurorae/aurorae.h @@ -1,20 +1,7 @@ /****************************************************************************** -* Copyright 2017 by Demitrius Belai * +* SPDX-FileCopyrightText: 2017 Demitrius Belai * * * -* 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 * -* along 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 AURORAEPACKAGE_H diff --git a/plugins/kpackage/decoration/decoration.cpp b/plugins/kpackage/decoration/decoration.cpp index a8dc37d66..8de9c49be 100644 --- a/plugins/kpackage/decoration/decoration.cpp +++ b/plugins/kpackage/decoration/decoration.cpp @@ -1,20 +1,7 @@ /****************************************************************************** -* Copyright 2017 by Demitrius Belai * +* SPDX-FileCopyrightText: 2017 Demitrius Belai * * * -* 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 * -* along 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 "decoration.h" diff --git a/plugins/kpackage/decoration/decoration.h b/plugins/kpackage/decoration/decoration.h index 5196b2109..7f41268f5 100644 --- a/plugins/kpackage/decoration/decoration.h +++ b/plugins/kpackage/decoration/decoration.h @@ -1,20 +1,7 @@ /****************************************************************************** -* Copyright 2017 by Demitrius Belai * +* SPDX-FileCopyrightText: 2017 Demitrius Belai * * * -* 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 * -* along 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 DECORATIONPACKAGE_H diff --git a/plugins/kpackage/effect/effect.cpp b/plugins/kpackage/effect/effect.cpp index 35726d56d..93230ba26 100644 --- a/plugins/kpackage/effect/effect.cpp +++ b/plugins/kpackage/effect/effect.cpp @@ -1,20 +1,7 @@ /****************************************************************************** -* Copyright 2018 Vlad Zahorodnii * +* SPDX-FileCopyrightText: 2018 Vlad Zahorodnii * * * -* 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 * -* along 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 "effect.h" diff --git a/plugins/kpackage/effect/effect.h b/plugins/kpackage/effect/effect.h index e2b4b4663..12ab9073e 100644 --- a/plugins/kpackage/effect/effect.h +++ b/plugins/kpackage/effect/effect.h @@ -1,20 +1,7 @@ /****************************************************************************** -* Copyright 2018 Vlad Zahorodnii * +* SPDX-FileCopyrightText: 2018 Vlad Zahorodnii * * * -* 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 * -* along 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 *******************************************************************************/ #pragma once diff --git a/plugins/kpackage/scripts/scripts.cpp b/plugins/kpackage/scripts/scripts.cpp index 4a415142f..ea59ad7e7 100644 --- a/plugins/kpackage/scripts/scripts.cpp +++ b/plugins/kpackage/scripts/scripts.cpp @@ -1,20 +1,7 @@ /****************************************************************************** -* Copyright 2017 by Marco Martin * +* SPDX-FileCopyrightText: 2017 Marco Martin * * * -* 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 * -* along 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 "scripts.h" diff --git a/plugins/kpackage/scripts/scripts.h b/plugins/kpackage/scripts/scripts.h index fc9cb0389..3c0c35082 100644 --- a/plugins/kpackage/scripts/scripts.h +++ b/plugins/kpackage/scripts/scripts.h @@ -1,20 +1,7 @@ /****************************************************************************** -* Copyright 2017 by Marco Martin * +* SPDX-FileCopyrightText: 2017 Marco Martin * * * -* 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 * -* along 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 SCRIPTSPACKAGE_H diff --git a/plugins/kpackage/windowswitcher/windowswitcher.cpp b/plugins/kpackage/windowswitcher/windowswitcher.cpp index a32d9533a..a328d8490 100644 --- a/plugins/kpackage/windowswitcher/windowswitcher.cpp +++ b/plugins/kpackage/windowswitcher/windowswitcher.cpp @@ -1,20 +1,7 @@ /****************************************************************************** -* Copyright 2017 by Marco Martin * +* SPDX-FileCopyrightText: 2017 Marco Martin * * * -* 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 * -* along 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 "windowswitcher.h" diff --git a/plugins/kpackage/windowswitcher/windowswitcher.h b/plugins/kpackage/windowswitcher/windowswitcher.h index 863647f82..a60cddc00 100644 --- a/plugins/kpackage/windowswitcher/windowswitcher.h +++ b/plugins/kpackage/windowswitcher/windowswitcher.h @@ -1,20 +1,7 @@ /****************************************************************************** -* Copyright 2017 by Marco Martin * +* SPDX-FileCopyrightText: 2017 Marco Martin * * * -* 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 * -* along 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 WINDOWSWITCHER_H diff --git a/plugins/platforms/drm/drm_backend.cpp b/plugins/platforms/drm/drm_backend.cpp index 3e444ed36..9eaf672bf 100644 --- a/plugins/platforms/drm/drm_backend.cpp +++ b/plugins/platforms/drm/drm_backend.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "drm_backend.h" #include "drm_output.h" diff --git a/plugins/platforms/drm/drm_backend.h b/plugins/platforms/drm/drm_backend.h index 63ddecdf7..2a814f045 100644 --- a/plugins/platforms/drm/drm_backend.h +++ b/plugins/platforms/drm/drm_backend.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DRM_BACKEND_H #define KWIN_DRM_BACKEND_H diff --git a/plugins/platforms/drm/drm_buffer.cpp b/plugins/platforms/drm/drm_buffer.cpp index a5fc83976..08deebc4f 100644 --- a/plugins/platforms/drm/drm_buffer.cpp +++ b/plugins/platforms/drm/drm_buffer.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "drm_buffer.h" diff --git a/plugins/platforms/drm/drm_buffer.h b/plugins/platforms/drm/drm_buffer.h index 804d5d8e4..14ca26547 100644 --- a/plugins/platforms/drm/drm_buffer.h +++ b/plugins/platforms/drm/drm_buffer.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DRM_BUFFER_H #define KWIN_DRM_BUFFER_H diff --git a/plugins/platforms/drm/drm_buffer_gbm.cpp b/plugins/platforms/drm/drm_buffer_gbm.cpp index 136fbb828..405ca8672 100644 --- a/plugins/platforms/drm/drm_buffer_gbm.cpp +++ b/plugins/platforms/drm/drm_buffer_gbm.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2017 Roman Gilg -Copyright 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2017 Roman Gilg +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "drm_buffer_gbm.h" #include "gbm_surface.h" diff --git a/plugins/platforms/drm/drm_buffer_gbm.h b/plugins/platforms/drm/drm_buffer_gbm.h index 0205be7ec..38ddce351 100644 --- a/plugins/platforms/drm/drm_buffer_gbm.h +++ b/plugins/platforms/drm/drm_buffer_gbm.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2017 Roman Gilg -Copyright 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2017 Roman Gilg +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DRM_BUFFER_GBM_H #define KWIN_DRM_BUFFER_GBM_H diff --git a/plugins/platforms/drm/drm_inputeventfilter.cpp b/plugins/platforms/drm/drm_inputeventfilter.cpp index 286069e9c..cc7d1458f 100644 --- a/plugins/platforms/drm/drm_inputeventfilter.cpp +++ b/plugins/platforms/drm/drm_inputeventfilter.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "drm_inputeventfilter.h" #include "drm_backend.h" diff --git a/plugins/platforms/drm/drm_inputeventfilter.h b/plugins/platforms/drm/drm_inputeventfilter.h index 785cf7484..eef1e7a5d 100644 --- a/plugins/platforms/drm/drm_inputeventfilter.h +++ b/plugins/platforms/drm/drm_inputeventfilter.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DRM_INPUTEVENTFILTER_H #define KWIN_DRM_INPUTEVENTFILTER_H diff --git a/plugins/platforms/drm/drm_object.cpp b/plugins/platforms/drm/drm_object.cpp index 5a5793b5f..fb2b9389b 100644 --- a/plugins/platforms/drm/drm_object.cpp +++ b/plugins/platforms/drm/drm_object.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Roman Gilg +SPDX-FileCopyrightText: 2016 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "drm_object.h" #include "drm_pointer.h" diff --git a/plugins/platforms/drm/drm_object.h b/plugins/platforms/drm/drm_object.h index c3eb38753..2fcce7925 100644 --- a/plugins/platforms/drm/drm_object.h +++ b/plugins/platforms/drm/drm_object.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Roman Gilg +SPDX-FileCopyrightText: 2016 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/plugins/platforms/drm/drm_object_connector.cpp b/plugins/platforms/drm/drm_object_connector.cpp index 146770fc5..d1fa50ed1 100644 --- a/plugins/platforms/drm/drm_object_connector.cpp +++ b/plugins/platforms/drm/drm_object_connector.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Roman Gilg +SPDX-FileCopyrightText: 2016 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "drm_object_connector.h" #include "drm_pointer.h" diff --git a/plugins/platforms/drm/drm_object_connector.h b/plugins/platforms/drm/drm_object_connector.h index d52c5cb47..997802ff6 100644 --- a/plugins/platforms/drm/drm_object_connector.h +++ b/plugins/platforms/drm/drm_object_connector.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Roman Gilg +SPDX-FileCopyrightText: 2016 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DRM_OBJECT_CONNECTOR_H #define KWIN_DRM_OBJECT_CONNECTOR_H diff --git a/plugins/platforms/drm/drm_object_crtc.cpp b/plugins/platforms/drm/drm_object_crtc.cpp index 89f923c36..32a58aee6 100644 --- a/plugins/platforms/drm/drm_object_crtc.cpp +++ b/plugins/platforms/drm/drm_object_crtc.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Roman Gilg +SPDX-FileCopyrightText: 2016 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "drm_object_crtc.h" #include "drm_backend.h" diff --git a/plugins/platforms/drm/drm_object_crtc.h b/plugins/platforms/drm/drm_object_crtc.h index 88bc90255..322ba37e7 100644 --- a/plugins/platforms/drm/drm_object_crtc.h +++ b/plugins/platforms/drm/drm_object_crtc.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Roman Gilg +SPDX-FileCopyrightText: 2016 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DRM_OBJECT_CRTC_H #define KWIN_DRM_OBJECT_CRTC_H diff --git a/plugins/platforms/drm/drm_object_plane.cpp b/plugins/platforms/drm/drm_object_plane.cpp index 6ff9ff67a..59d3fab95 100644 --- a/plugins/platforms/drm/drm_object_plane.cpp +++ b/plugins/platforms/drm/drm_object_plane.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Roman Gilg +SPDX-FileCopyrightText: 2016 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "drm_object_plane.h" #include "drm_buffer.h" diff --git a/plugins/platforms/drm/drm_object_plane.h b/plugins/platforms/drm/drm_object_plane.h index 48eb5a689..b11b8bdba 100644 --- a/plugins/platforms/drm/drm_object_plane.h +++ b/plugins/platforms/drm/drm_object_plane.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Roman Gilg +SPDX-FileCopyrightText: 2016 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/plugins/platforms/drm/drm_output.cpp b/plugins/platforms/drm/drm_output.cpp index 279fa7edd..7c56f8ef0 100644 --- a/plugins/platforms/drm/drm_output.cpp +++ b/plugins/platforms/drm/drm_output.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "drm_output.h" #include "drm_backend.h" diff --git a/plugins/platforms/drm/drm_output.h b/plugins/platforms/drm/drm_output.h index 769d3f226..8c0cd4826 100644 --- a/plugins/platforms/drm/drm_output.h +++ b/plugins/platforms/drm/drm_output.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DRM_OUTPUT_H #define KWIN_DRM_OUTPUT_H diff --git a/plugins/platforms/drm/drm_pointer.h b/plugins/platforms/drm/drm_pointer.h index 149ee1ec8..8130be13a 100644 --- a/plugins/platforms/drm/drm_pointer.h +++ b/plugins/platforms/drm/drm_pointer.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DRM_POINTER_H #define KWIN_DRM_POINTER_H diff --git a/plugins/platforms/drm/edid.cpp b/plugins/platforms/drm/edid.cpp index b8e88436c..b2744b6e5 100644 --- a/plugins/platforms/drm/edid.cpp +++ b/plugins/platforms/drm/edid.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Flöser -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2015 Martin Flöser +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "edid.h" diff --git a/plugins/platforms/drm/edid.h b/plugins/platforms/drm/edid.h index 3b289907c..b5f17bb41 100644 --- a/plugins/platforms/drm/edid.h +++ b/plugins/platforms/drm/edid.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/plugins/platforms/drm/egl_gbm_backend.cpp b/plugins/platforms/drm/egl_gbm_backend.cpp index 077e5a9e4..dab9b562d 100644 --- a/plugins/platforms/drm/egl_gbm_backend.cpp +++ b/plugins/platforms/drm/egl_gbm_backend.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "egl_gbm_backend.h" // kwin diff --git a/plugins/platforms/drm/egl_gbm_backend.h b/plugins/platforms/drm/egl_gbm_backend.h index e38f3d5f0..8894c7a23 100644 --- a/plugins/platforms/drm/egl_gbm_backend.h +++ b/plugins/platforms/drm/egl_gbm_backend.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_EGL_GBM_BACKEND_H #define KWIN_EGL_GBM_BACKEND_H diff --git a/plugins/platforms/drm/egl_stream_backend.cpp b/plugins/platforms/drm/egl_stream_backend.cpp index 67e0034a7..973feb6ba 100644 --- a/plugins/platforms/drm/egl_stream_backend.cpp +++ b/plugins/platforms/drm/egl_stream_backend.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 NVIDIA Inc. +SPDX-FileCopyrightText: 2019 NVIDIA Inc. -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "egl_stream_backend.h" #include "composite.h" diff --git a/plugins/platforms/drm/egl_stream_backend.h b/plugins/platforms/drm/egl_stream_backend.h index 48a16f6b2..ac5e0e31e 100644 --- a/plugins/platforms/drm/egl_stream_backend.h +++ b/plugins/platforms/drm/egl_stream_backend.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 NVIDIA Inc. +SPDX-FileCopyrightText: 2019 NVIDIA Inc. -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_EGL_STREAM_BACKEND_H #define KWIN_EGL_STREAM_BACKEND_H diff --git a/plugins/platforms/drm/gbm_dmabuf.cpp b/plugins/platforms/drm/gbm_dmabuf.cpp index 535eb2184..4cab319f9 100644 --- a/plugins/platforms/drm/gbm_dmabuf.cpp +++ b/plugins/platforms/drm/gbm_dmabuf.cpp @@ -1,21 +1,7 @@ /* - * Copyright © 2020 Aleix Pol Gonzalez + * SPDX-FileCopyrightText: 2020 Aleix Pol Gonzalez * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. If not, see . - * - * Authors: - * Aleix Pol Gonzalez + * SPDX-License-Identifier: LGPL-2.0-or-later */ #include "gbm_dmabuf.h" diff --git a/plugins/platforms/drm/gbm_dmabuf.h b/plugins/platforms/drm/gbm_dmabuf.h index a22f2aeee..a28f0676b 100644 --- a/plugins/platforms/drm/gbm_dmabuf.h +++ b/plugins/platforms/drm/gbm_dmabuf.h @@ -1,21 +1,7 @@ /* - * Copyright © 2020 Aleix Pol Gonzalez + * SPDX-FileCopyrightText: 2020 Aleix Pol Gonzalez * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. If not, see . - * - * Authors: - * Aleix Pol Gonzalez + * SPDX-License-Identifier: LGPL-2.0-or-later */ #pragma once diff --git a/plugins/platforms/drm/gbm_surface.cpp b/plugins/platforms/drm/gbm_surface.cpp index 30eb988fc..4b87b3aef 100644 --- a/plugins/platforms/drm/gbm_surface.cpp +++ b/plugins/platforms/drm/gbm_surface.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "gbm_surface.h" diff --git a/plugins/platforms/drm/gbm_surface.h b/plugins/platforms/drm/gbm_surface.h index 6c3220cba..e659b220c 100644 --- a/plugins/platforms/drm/gbm_surface.h +++ b/plugins/platforms/drm/gbm_surface.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DRM_GBM_SURFACE_H #define KWIN_DRM_GBM_SURFACE_H diff --git a/plugins/platforms/drm/logging.cpp b/plugins/platforms/drm/logging.cpp index c424df846..5da87d948 100644 --- a/plugins/platforms/drm/logging.cpp +++ b/plugins/platforms/drm/logging.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "logging.h" Q_LOGGING_CATEGORY(KWIN_DRM, "kwin_wayland_drm", QtCriticalMsg) diff --git a/plugins/platforms/drm/logging.h b/plugins/platforms/drm/logging.h index ca1beffca..24463c97f 100644 --- a/plugins/platforms/drm/logging.h +++ b/plugins/platforms/drm/logging.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DRM_LOGGING_H #define KWIN_DRM_LOGGING_H diff --git a/plugins/platforms/drm/scene_qpainter_drm_backend.cpp b/plugins/platforms/drm/scene_qpainter_drm_backend.cpp index 897ea383c..1d340d7af 100644 --- a/plugins/platforms/drm/scene_qpainter_drm_backend.cpp +++ b/plugins/platforms/drm/scene_qpainter_drm_backend.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "scene_qpainter_drm_backend.h" #include "drm_backend.h" diff --git a/plugins/platforms/drm/scene_qpainter_drm_backend.h b/plugins/platforms/drm/scene_qpainter_drm_backend.h index e4235345d..2e9a89e74 100644 --- a/plugins/platforms/drm/scene_qpainter_drm_backend.h +++ b/plugins/platforms/drm/scene_qpainter_drm_backend.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCENE_QPAINTER_DRM_BACKEND_H #define KWIN_SCENE_QPAINTER_DRM_BACKEND_H diff --git a/plugins/platforms/drm/screens_drm.cpp b/plugins/platforms/drm/screens_drm.cpp index b21a27967..f2ded1f0e 100644 --- a/plugins/platforms/drm/screens_drm.cpp +++ b/plugins/platforms/drm/screens_drm.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "screens_drm.h" #include "drm_backend.h" diff --git a/plugins/platforms/drm/screens_drm.h b/plugins/platforms/drm/screens_drm.h index 0f62ad607..f331cc2fe 100644 --- a/plugins/platforms/drm/screens_drm.h +++ b/plugins/platforms/drm/screens_drm.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCREENS_DRM_H #define KWIN_SCREENS_DRM_H diff --git a/plugins/platforms/fbdev/fb_backend.cpp b/plugins/platforms/fbdev/fb_backend.cpp index 9f357dcfc..327dc363d 100644 --- a/plugins/platforms/fbdev/fb_backend.cpp +++ b/plugins/platforms/fbdev/fb_backend.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "fb_backend.h" diff --git a/plugins/platforms/fbdev/fb_backend.h b/plugins/platforms/fbdev/fb_backend.h index 7edee4f2c..71fdaada3 100644 --- a/plugins/platforms/fbdev/fb_backend.h +++ b/plugins/platforms/fbdev/fb_backend.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2015 Martin Gräßlin -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_FB_BACKEND_H #define KWIN_FB_BACKEND_H diff --git a/plugins/platforms/fbdev/logging.cpp b/plugins/platforms/fbdev/logging.cpp index 5664208a5..bf3154292 100644 --- a/plugins/platforms/fbdev/logging.cpp +++ b/plugins/platforms/fbdev/logging.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "logging.h" Q_LOGGING_CATEGORY(KWIN_FB, "kwin_wayland_framebuffer", QtCriticalMsg) diff --git a/plugins/platforms/fbdev/logging.h b/plugins/platforms/fbdev/logging.h index ddd1f6b3e..649279bd0 100644 --- a/plugins/platforms/fbdev/logging.h +++ b/plugins/platforms/fbdev/logging.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_FB_LOGGING_H #define KWIN_FB_LOGGING_H diff --git a/plugins/platforms/fbdev/scene_qpainter_fb_backend.cpp b/plugins/platforms/fbdev/scene_qpainter_fb_backend.cpp index dd1cf5d5b..510d7e26a 100644 --- a/plugins/platforms/fbdev/scene_qpainter_fb_backend.cpp +++ b/plugins/platforms/fbdev/scene_qpainter_fb_backend.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "scene_qpainter_fb_backend.h" #include "fb_backend.h" diff --git a/plugins/platforms/fbdev/scene_qpainter_fb_backend.h b/plugins/platforms/fbdev/scene_qpainter_fb_backend.h index 2a15b6a2f..6cc3e863c 100644 --- a/plugins/platforms/fbdev/scene_qpainter_fb_backend.h +++ b/plugins/platforms/fbdev/scene_qpainter_fb_backend.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCENE_QPAINTER_FB_BACKEND_H #define KWIN_SCENE_QPAINTER_FB_BACKEND_H diff --git a/plugins/platforms/hwcomposer/egl_hwcomposer_backend.cpp b/plugins/platforms/hwcomposer/egl_hwcomposer_backend.cpp index e102b8c75..90618d2f5 100644 --- a/plugins/platforms/hwcomposer/egl_hwcomposer_backend.cpp +++ b/plugins/platforms/hwcomposer/egl_hwcomposer_backend.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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 3 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, see . +SPDX-License-Identifier: GPL-3.0-or-later *********************************************************************/ #include "egl_hwcomposer_backend.h" #include "hwcomposer_backend.h" diff --git a/plugins/platforms/hwcomposer/egl_hwcomposer_backend.h b/plugins/platforms/hwcomposer/egl_hwcomposer_backend.h index 3270104d6..31b83fb9f 100644 --- a/plugins/platforms/hwcomposer/egl_hwcomposer_backend.h +++ b/plugins/platforms/hwcomposer/egl_hwcomposer_backend.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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 3 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, see . +SPDX-License-Identifier: GPL-3.0-or-later *********************************************************************/ #ifndef KWIN_EGL_HWCOMPOSER_BACKEND_H #define KWIN_EGL_HWCOMPOSER_BACKEND_H diff --git a/plugins/platforms/hwcomposer/hwcomposer_backend.cpp b/plugins/platforms/hwcomposer/hwcomposer_backend.cpp index 0e63542ec..5332d600b 100644 --- a/plugins/platforms/hwcomposer/hwcomposer_backend.cpp +++ b/plugins/platforms/hwcomposer/hwcomposer_backend.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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 3 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, see . +SPDX-License-Identifier: GPL-3.0-or-later *********************************************************************/ #include "egl_hwcomposer_backend.h" #include "hwcomposer_backend.h" diff --git a/plugins/platforms/hwcomposer/hwcomposer_backend.h b/plugins/platforms/hwcomposer/hwcomposer_backend.h index 2e2a5bedb..b2be38a40 100644 --- a/plugins/platforms/hwcomposer/hwcomposer_backend.h +++ b/plugins/platforms/hwcomposer/hwcomposer_backend.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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 3 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, see . +SPDX-License-Identifier: GPL-3.0-or-later *********************************************************************/ #ifndef KWIN_HWCOMPOSER_BACKEND_H #define KWIN_HWCOMPOSER_BACKEND_H diff --git a/plugins/platforms/hwcomposer/logging.cpp b/plugins/platforms/hwcomposer/logging.cpp index 38f82b15e..d1b763671 100644 --- a/plugins/platforms/hwcomposer/logging.cpp +++ b/plugins/platforms/hwcomposer/logging.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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 3 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, see . +SPDX-License-Identifier: GPL-3.0-or-later *********************************************************************/ #include "logging.h" Q_LOGGING_CATEGORY(KWIN_HWCOMPOSER, "kwin_wayland_hwcomposer", QtCriticalMsg) diff --git a/plugins/platforms/hwcomposer/logging.h b/plugins/platforms/hwcomposer/logging.h index 78ef28b71..42813a9a4 100644 --- a/plugins/platforms/hwcomposer/logging.h +++ b/plugins/platforms/hwcomposer/logging.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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 3 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, see . +SPDX-License-Identifier: GPL-3.0-or-later *********************************************************************/ #ifndef KWIN_FB_LOGGING_H #define KWIN_FB_LOGGING_H diff --git a/plugins/platforms/hwcomposer/screens_hwcomposer.cpp b/plugins/platforms/hwcomposer/screens_hwcomposer.cpp index f8e6147fc..ea99609b2 100644 --- a/plugins/platforms/hwcomposer/screens_hwcomposer.cpp +++ b/plugins/platforms/hwcomposer/screens_hwcomposer.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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 3 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, see . +SPDX-License-Identifier: GPL-3.0-or-later *********************************************************************/ #include "screens_hwcomposer.h" #include "hwcomposer_backend.h" diff --git a/plugins/platforms/hwcomposer/screens_hwcomposer.h b/plugins/platforms/hwcomposer/screens_hwcomposer.h index a40dc83c7..99a1c357b 100644 --- a/plugins/platforms/hwcomposer/screens_hwcomposer.h +++ b/plugins/platforms/hwcomposer/screens_hwcomposer.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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 3 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, see . +SPDX-License-Identifier: GPL-3.0-or-later *********************************************************************/ #ifndef KWIN_SCREENS_HWCOMPOSER_H #define KWIN_SCREENS_HWCOMPOSER_H diff --git a/plugins/platforms/virtual/egl_gbm_backend.cpp b/plugins/platforms/virtual/egl_gbm_backend.cpp index 8c04d57d1..c77d8bda4 100644 --- a/plugins/platforms/virtual/egl_gbm_backend.cpp +++ b/plugins/platforms/virtual/egl_gbm_backend.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "egl_gbm_backend.h" // kwin @@ -190,7 +179,7 @@ QRegion EglGbmBackend::prepareRenderingFrame() static void convertFromGLImage(QImage &img, int w, int h) { // from QtOpenGL/qgl.cpp - // Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies) + // SPDX-FileCopyrightText: 2010 Nokia Corporation and /or its subsidiary(-ies) // see https://github.com/qt/qtbase/blob/dev/src/opengl/qgl.cpp if (QSysInfo::ByteOrder == QSysInfo::BigEndian) { // OpenGL gives RGBA; Qt wants ARGB diff --git a/plugins/platforms/virtual/egl_gbm_backend.h b/plugins/platforms/virtual/egl_gbm_backend.h index 7b44623a6..41563882a 100644 --- a/plugins/platforms/virtual/egl_gbm_backend.h +++ b/plugins/platforms/virtual/egl_gbm_backend.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_EGL_GBM_BACKEND_H #define KWIN_EGL_GBM_BACKEND_H diff --git a/plugins/platforms/virtual/scene_qpainter_virtual_backend.cpp b/plugins/platforms/virtual/scene_qpainter_virtual_backend.cpp index 0512d184b..2dd1780e1 100644 --- a/plugins/platforms/virtual/scene_qpainter_virtual_backend.cpp +++ b/plugins/platforms/virtual/scene_qpainter_virtual_backend.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "scene_qpainter_virtual_backend.h" #include "virtual_backend.h" diff --git a/plugins/platforms/virtual/scene_qpainter_virtual_backend.h b/plugins/platforms/virtual/scene_qpainter_virtual_backend.h index c95228a61..34df974cb 100644 --- a/plugins/platforms/virtual/scene_qpainter_virtual_backend.h +++ b/plugins/platforms/virtual/scene_qpainter_virtual_backend.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCENE_QPAINTER_VIRTUAL_BACKEND_H #define KWIN_SCENE_QPAINTER_VIRTUAL_BACKEND_H diff --git a/plugins/platforms/virtual/screens_virtual.cpp b/plugins/platforms/virtual/screens_virtual.cpp index d2c9871d5..9b4d49ab3 100644 --- a/plugins/platforms/virtual/screens_virtual.cpp +++ b/plugins/platforms/virtual/screens_virtual.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "screens_virtual.h" #include "virtual_backend.h" diff --git a/plugins/platforms/virtual/screens_virtual.h b/plugins/platforms/virtual/screens_virtual.h index ad20891cd..ef72cf162 100644 --- a/plugins/platforms/virtual/screens_virtual.h +++ b/plugins/platforms/virtual/screens_virtual.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCREENS_VIRTUAL_H #define KWIN_SCREENS_VIRTUAL_H diff --git a/plugins/platforms/virtual/virtual_backend.cpp b/plugins/platforms/virtual/virtual_backend.cpp index aa315a21a..c5a01c580 100644 --- a/plugins/platforms/virtual/virtual_backend.cpp +++ b/plugins/platforms/virtual/virtual_backend.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "virtual_backend.h" #include "virtual_output.h" diff --git a/plugins/platforms/virtual/virtual_backend.h b/plugins/platforms/virtual/virtual_backend.h index 09f6db032..07a8aff7f 100644 --- a/plugins/platforms/virtual/virtual_backend.h +++ b/plugins/platforms/virtual/virtual_backend.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_VIRTUAL_BACKEND_H #define KWIN_VIRTUAL_BACKEND_H diff --git a/plugins/platforms/virtual/virtual_output.cpp b/plugins/platforms/virtual/virtual_output.cpp index f680bf218..aa27c99dd 100644 --- a/plugins/platforms/virtual/virtual_output.cpp +++ b/plugins/platforms/virtual/virtual_output.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Roman Gilg +SPDX-FileCopyrightText: 2018 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "virtual_output.h" diff --git a/plugins/platforms/virtual/virtual_output.h b/plugins/platforms/virtual/virtual_output.h index 20f43fdb7..c8040bac6 100644 --- a/plugins/platforms/virtual/virtual_output.h +++ b/plugins/platforms/virtual/virtual_output.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Roman Gilg +SPDX-FileCopyrightText: 2018 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_VIRTUAL_OUTPUT_H #define KWIN_VIRTUAL_OUTPUT_H diff --git a/plugins/platforms/wayland/egl_wayland_backend.cpp b/plugins/platforms/wayland/egl_wayland_backend.cpp index 83db47e6b..441af4567 100644 --- a/plugins/platforms/wayland/egl_wayland_backend.cpp +++ b/plugins/platforms/wayland/egl_wayland_backend.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg -Copyright 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2019 Roman Gilg +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #define WL_EGL_PLATFORM 1 diff --git a/plugins/platforms/wayland/egl_wayland_backend.h b/plugins/platforms/wayland/egl_wayland_backend.h index d723892ea..fc1fbd79d 100644 --- a/plugins/platforms/wayland/egl_wayland_backend.h +++ b/plugins/platforms/wayland/egl_wayland_backend.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2013 Martin Gräßlin -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_EGL_WAYLAND_BACKEND_H #define KWIN_EGL_WAYLAND_BACKEND_H diff --git a/plugins/platforms/wayland/logging.cpp b/plugins/platforms/wayland/logging.cpp index 3947cfb99..ba5d4617c 100644 --- a/plugins/platforms/wayland/logging.cpp +++ b/plugins/platforms/wayland/logging.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "logging.h" Q_LOGGING_CATEGORY(KWIN_WAYLAND_BACKEND, "kwin_wayland_backend", QtCriticalMsg) diff --git a/plugins/platforms/wayland/logging.h b/plugins/platforms/wayland/logging.h index 8225f94f6..0fcd7ed52 100644 --- a/plugins/platforms/wayland/logging.h +++ b/plugins/platforms/wayland/logging.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_WAYLAND_LOGGING_H #define KWIN_WAYLAND_LOGGING_H diff --git a/plugins/platforms/wayland/scene_qpainter_wayland_backend.cpp b/plugins/platforms/wayland/scene_qpainter_wayland_backend.cpp index 745f82642..1d9b21389 100644 --- a/plugins/platforms/wayland/scene_qpainter_wayland_backend.cpp +++ b/plugins/platforms/wayland/scene_qpainter_wayland_backend.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg -Copyright 2013, 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2019 Roman Gilg +SPDX-FileCopyrightText: 2013, 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "scene_qpainter_wayland_backend.h" #include "wayland_backend.h" diff --git a/plugins/platforms/wayland/scene_qpainter_wayland_backend.h b/plugins/platforms/wayland/scene_qpainter_wayland_backend.h index 880c0e6fd..481c8b800 100644 --- a/plugins/platforms/wayland/scene_qpainter_wayland_backend.h +++ b/plugins/platforms/wayland/scene_qpainter_wayland_backend.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg -Copyright 2013, 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2019 Roman Gilg +SPDX-FileCopyrightText: 2013, 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCENE_QPAINTER_WAYLAND_BACKEND_H #define KWIN_SCENE_QPAINTER_WAYLAND_BACKEND_H diff --git a/plugins/platforms/wayland/wayland_backend.cpp b/plugins/platforms/wayland/wayland_backend.cpp index 1c3339b73..cb1a4106a 100644 --- a/plugins/platforms/wayland/wayland_backend.cpp +++ b/plugins/platforms/wayland/wayland_backend.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg -Copyright 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2019 Roman Gilg +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "wayland_backend.h" diff --git a/plugins/platforms/wayland/wayland_backend.h b/plugins/platforms/wayland/wayland_backend.h index dfdec642d..12864d6be 100644 --- a/plugins/platforms/wayland/wayland_backend.h +++ b/plugins/platforms/wayland/wayland_backend.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg -Copyright 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2019 Roman Gilg +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_WAYLAND_BACKEND_H #define KWIN_WAYLAND_BACKEND_H diff --git a/plugins/platforms/wayland/wayland_output.cpp b/plugins/platforms/wayland/wayland_output.cpp index 6be848834..4b3692299 100644 --- a/plugins/platforms/wayland/wayland_output.cpp +++ b/plugins/platforms/wayland/wayland_output.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "wayland_output.h" #include "wayland_backend.h" diff --git a/plugins/platforms/wayland/wayland_output.h b/plugins/platforms/wayland/wayland_output.h index 02ae8bb39..9cebec07a 100644 --- a/plugins/platforms/wayland/wayland_output.h +++ b/plugins/platforms/wayland/wayland_output.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_WAYLAND_OUTPUT_H #define KWIN_WAYLAND_OUTPUT_H diff --git a/plugins/platforms/x11/common/eglonxbackend.cpp b/plugins/platforms/x11/common/eglonxbackend.cpp index 6eddd6fe6..4a3f07a42 100644 --- a/plugins/platforms/x11/common/eglonxbackend.cpp +++ b/plugins/platforms/x11/common/eglonxbackend.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2010, 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2010, 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "eglonxbackend.h" // kwin diff --git a/plugins/platforms/x11/common/eglonxbackend.h b/plugins/platforms/x11/common/eglonxbackend.h index 0af43eb0f..30823945d 100644 --- a/plugins/platforms/x11/common/eglonxbackend.h +++ b/plugins/platforms/x11/common/eglonxbackend.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_EGL_ON_X_BACKEND_H #define KWIN_EGL_ON_X_BACKEND_H diff --git a/plugins/platforms/x11/common/ge_event_mem_mover.h b/plugins/platforms/x11/common/ge_event_mem_mover.h index 2b693f409..2cf0cf30c 100644 --- a/plugins/platforms/x11/common/ge_event_mem_mover.h +++ b/plugins/platforms/x11/common/ge_event_mem_mover.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Martin Flöser +SPDX-FileCopyrightText: 2018 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/plugins/platforms/x11/standalone/edge.cpp b/plugins/platforms/x11/standalone/edge.cpp index 5bba214a9..ecde657c8 100644 --- a/plugins/platforms/x11/standalone/edge.cpp +++ b/plugins/platforms/x11/standalone/edge.cpp @@ -2,29 +2,18 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011 Arthur Arlt -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2011 Arthur Arlt +SPDX-FileCopyrightText: 2013 Martin Gräßlin Since the functionality provided in this class has been moved from class Workspace, it is not clear who exactly has written the code. The list below contains the copyright holders of the class Workspace. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak -Copyright (C) 2009 Lucas Murray +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2009 Lucas Murray -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "edge.h" #include "atoms.h" diff --git a/plugins/platforms/x11/standalone/edge.h b/plugins/platforms/x11/standalone/edge.h index 0867efde3..223666ea6 100644 --- a/plugins/platforms/x11/standalone/edge.h +++ b/plugins/platforms/x11/standalone/edge.h @@ -2,29 +2,18 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011 Arthur Arlt -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2011 Arthur Arlt +SPDX-FileCopyrightText: 2013 Martin Gräßlin Since the functionality provided in this class has been moved from class Workspace, it is not clear who exactly has written the code. The list below contains the copyright holders of the class Workspace. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak -Copyright (C) 2009 Lucas Murray +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2009 Lucas Murray -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_EDGE_H #define KWIN_EDGE_H diff --git a/plugins/platforms/x11/standalone/effects_mouse_interception_x11_filter.cpp b/plugins/platforms/x11/standalone/effects_mouse_interception_x11_filter.cpp index 961662d75..8c7b5f6e1 100644 --- a/plugins/platforms/x11/standalone/effects_mouse_interception_x11_filter.cpp +++ b/plugins/platforms/x11/standalone/effects_mouse_interception_x11_filter.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "effects_mouse_interception_x11_filter.h" #include "effects.h" diff --git a/plugins/platforms/x11/standalone/effects_mouse_interception_x11_filter.h b/plugins/platforms/x11/standalone/effects_mouse_interception_x11_filter.h index 740a87a3e..6885c2211 100644 --- a/plugins/platforms/x11/standalone/effects_mouse_interception_x11_filter.h +++ b/plugins/platforms/x11/standalone/effects_mouse_interception_x11_filter.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_EFFECTS_MOUSE_INTERCEPTION_X11_FILTER_H #define KWIN_EFFECTS_MOUSE_INTERCEPTION_X11_FILTER_H diff --git a/plugins/platforms/x11/standalone/effects_x11.cpp b/plugins/platforms/x11/standalone/effects_x11.cpp index 17777726f..8db89612a 100644 --- a/plugins/platforms/x11/standalone/effects_x11.cpp +++ b/plugins/platforms/x11/standalone/effects_x11.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2010, 2011, 2017 Martin Gräßlin +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2010, 2011, 2017 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "effects_x11.h" #include "effects_mouse_interception_x11_filter.h" diff --git a/plugins/platforms/x11/standalone/effects_x11.h b/plugins/platforms/x11/standalone/effects_x11.h index 94c83b221..7e7e95d00 100644 --- a/plugins/platforms/x11/standalone/effects_x11.h +++ b/plugins/platforms/x11/standalone/effects_x11.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2010, 2011, 2017 Martin Gräßlin +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2010, 2011, 2017 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_EFFECTS_X11_H #define KWIN_EFFECTS_X11_H diff --git a/plugins/platforms/x11/standalone/glx_context_attribute_builder.cpp b/plugins/platforms/x11/standalone/glx_context_attribute_builder.cpp index be7845ead..e286ab815 100644 --- a/plugins/platforms/x11/standalone/glx_context_attribute_builder.cpp +++ b/plugins/platforms/x11/standalone/glx_context_attribute_builder.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "glx_context_attribute_builder.h" #include diff --git a/plugins/platforms/x11/standalone/glx_context_attribute_builder.h b/plugins/platforms/x11/standalone/glx_context_attribute_builder.h index c600c8f21..64192e032 100644 --- a/plugins/platforms/x11/standalone/glx_context_attribute_builder.h +++ b/plugins/platforms/x11/standalone/glx_context_attribute_builder.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once #include "abstract_opengl_context_attribute_builder.h" diff --git a/plugins/platforms/x11/standalone/glxbackend.cpp b/plugins/platforms/x11/standalone/glxbackend.cpp index 1ea6d4e6b..8fbc382f3 100644 --- a/plugins/platforms/x11/standalone/glxbackend.cpp +++ b/plugins/platforms/x11/standalone/glxbackend.cpp @@ -2,24 +2,13 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2012 Martin Gräßlin Based on glcompmgr code by Felix Bellaby. Using code from Compiz and Beryl. -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own diff --git a/plugins/platforms/x11/standalone/glxbackend.h b/plugins/platforms/x11/standalone/glxbackend.h index f34ef103a..62580a29e 100644 --- a/plugins/platforms/x11/standalone/glxbackend.h +++ b/plugins/platforms/x11/standalone/glxbackend.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_GLX_BACKEND_H #define KWIN_GLX_BACKEND_H diff --git a/plugins/platforms/x11/standalone/logging.cpp b/plugins/platforms/x11/standalone/logging.cpp index bad2ada20..fd41086ea 100644 --- a/plugins/platforms/x11/standalone/logging.cpp +++ b/plugins/platforms/x11/standalone/logging.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "logging.h" Q_LOGGING_CATEGORY(KWIN_X11STANDALONE, "kwin_platform_x11_standalone", QtCriticalMsg) diff --git a/plugins/platforms/x11/standalone/logging.h b/plugins/platforms/x11/standalone/logging.h index 399d4d264..d9b2561d0 100644 --- a/plugins/platforms/x11/standalone/logging.h +++ b/plugins/platforms/x11/standalone/logging.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_X11_LOGGING_H #define KWIN_X11_LOGGING_H diff --git a/plugins/platforms/x11/standalone/non_composited_outline.cpp b/plugins/platforms/x11/standalone/non_composited_outline.cpp index dd03bbaee..2bd245be4 100644 --- a/plugins/platforms/x11/standalone/non_composited_outline.cpp +++ b/plugins/platforms/x11/standalone/non_composited_outline.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011 Arthur Arlt -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2011 Arthur Arlt +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own #include "non_composited_outline.h" diff --git a/plugins/platforms/x11/standalone/non_composited_outline.h b/plugins/platforms/x11/standalone/non_composited_outline.h index a5286b483..b1bdd7ac7 100644 --- a/plugins/platforms/x11/standalone/non_composited_outline.h +++ b/plugins/platforms/x11/standalone/non_composited_outline.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011 Arthur Arlt +SPDX-FileCopyrightText: 2011 Arthur Arlt -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_NON_COMPOSITED_OUTLINE_H #define KWIN_NON_COMPOSITED_OUTLINE_H diff --git a/plugins/platforms/x11/standalone/overlaywindow_x11.cpp b/plugins/platforms/x11/standalone/overlaywindow_x11.cpp index 3bd228180..5962043eb 100644 --- a/plugins/platforms/x11/standalone/overlaywindow_x11.cpp +++ b/plugins/platforms/x11/standalone/overlaywindow_x11.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011 Arthur Arlt +SPDX-FileCopyrightText: 2011 Arthur Arlt -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "overlaywindow_x11.h" diff --git a/plugins/platforms/x11/standalone/overlaywindow_x11.h b/plugins/platforms/x11/standalone/overlaywindow_x11.h index e93dd0a9c..b8bd21fcf 100644 --- a/plugins/platforms/x11/standalone/overlaywindow_x11.h +++ b/plugins/platforms/x11/standalone/overlaywindow_x11.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011 Arthur Arlt +SPDX-FileCopyrightText: 2011 Arthur Arlt -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_OVERLAYWINDOW_X11_H diff --git a/plugins/platforms/x11/standalone/screenedges_filter.cpp b/plugins/platforms/x11/standalone/screenedges_filter.cpp index 9a46b867e..ac97583e9 100644 --- a/plugins/platforms/x11/standalone/screenedges_filter.cpp +++ b/plugins/platforms/x11/standalone/screenedges_filter.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "screenedges_filter.h" #include "atoms.h" diff --git a/plugins/platforms/x11/standalone/screenedges_filter.h b/plugins/platforms/x11/standalone/screenedges_filter.h index 19fb1c032..401c59c27 100644 --- a/plugins/platforms/x11/standalone/screenedges_filter.h +++ b/plugins/platforms/x11/standalone/screenedges_filter.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCREENEDGES_FILTER_H #define KWIN_SCREENEDGES_FILTER_H diff --git a/plugins/platforms/x11/standalone/screens_xrandr.cpp b/plugins/platforms/x11/standalone/screens_xrandr.cpp index 3ba90603e..b23d195ca 100644 --- a/plugins/platforms/x11/standalone/screens_xrandr.cpp +++ b/plugins/platforms/x11/standalone/screens_xrandr.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "screens_xrandr.h" #include "x11_platform.h" diff --git a/plugins/platforms/x11/standalone/screens_xrandr.h b/plugins/platforms/x11/standalone/screens_xrandr.h index 9a6d8f60d..ce9fb0897 100644 --- a/plugins/platforms/x11/standalone/screens_xrandr.h +++ b/plugins/platforms/x11/standalone/screens_xrandr.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCREENS_XRANDR_H #define KWIN_SCREENS_XRANDR_H diff --git a/plugins/platforms/x11/standalone/windowselector.cpp b/plugins/platforms/x11/standalone/windowselector.cpp index 35cc6cc44..299fe2e56 100644 --- a/plugins/platforms/x11/standalone/windowselector.cpp +++ b/plugins/platforms/x11/standalone/windowselector.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "windowselector.h" #include "x11client.h" diff --git a/plugins/platforms/x11/standalone/windowselector.h b/plugins/platforms/x11/standalone/windowselector.h index e755a823d..9ed63abf0 100644 --- a/plugins/platforms/x11/standalone/windowselector.h +++ b/plugins/platforms/x11/standalone/windowselector.h @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_WINDOWSELECTOR_H diff --git a/plugins/platforms/x11/standalone/x11_decoration_renderer.cpp b/plugins/platforms/x11/standalone/x11_decoration_renderer.cpp index 54bd763ae..da8fb65d7 100644 --- a/plugins/platforms/x11/standalone/x11_decoration_renderer.cpp +++ b/plugins/platforms/x11/standalone/x11_decoration_renderer.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "x11_decoration_renderer.h" #include "decorations/decoratedclient.h" diff --git a/plugins/platforms/x11/standalone/x11_decoration_renderer.h b/plugins/platforms/x11/standalone/x11_decoration_renderer.h index 77437b9da..4449d26fb 100644 --- a/plugins/platforms/x11/standalone/x11_decoration_renderer.h +++ b/plugins/platforms/x11/standalone/x11_decoration_renderer.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DECORATION_X11_RENDERER_H #define KWIN_DECORATION_X11_RENDERER_H diff --git a/plugins/platforms/x11/standalone/x11_output.cpp b/plugins/platforms/x11/standalone/x11_output.cpp index 110239fe8..0e8eb2335 100644 --- a/plugins/platforms/x11/standalone/x11_output.cpp +++ b/plugins/platforms/x11/standalone/x11_output.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "x11_output.h" #include "screens.h" diff --git a/plugins/platforms/x11/standalone/x11_output.h b/plugins/platforms/x11/standalone/x11_output.h index 52f269ebd..d0d62cb06 100644 --- a/plugins/platforms/x11/standalone/x11_output.h +++ b/plugins/platforms/x11/standalone/x11_output.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_X11_OUTPUT_H #define KWIN_X11_OUTPUT_H diff --git a/plugins/platforms/x11/standalone/x11_platform.cpp b/plugins/platforms/x11/standalone/x11_platform.cpp index 7defdd7d2..88c85facc 100644 --- a/plugins/platforms/x11/standalone/x11_platform.cpp +++ b/plugins/platforms/x11/standalone/x11_platform.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "x11_platform.h" #include "x11cursor.h" diff --git a/plugins/platforms/x11/standalone/x11_platform.h b/plugins/platforms/x11/standalone/x11_platform.h index d0072b49c..6854e85ba 100644 --- a/plugins/platforms/x11/standalone/x11_platform.h +++ b/plugins/platforms/x11/standalone/x11_platform.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_X11_PLATFORM_H #define KWIN_X11_PLATFORM_H diff --git a/plugins/platforms/x11/standalone/x11cursor.cpp b/plugins/platforms/x11/standalone/x11cursor.cpp index 06761e82b..ae9736af4 100644 --- a/plugins/platforms/x11/standalone/x11cursor.cpp +++ b/plugins/platforms/x11/standalone/x11cursor.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "x11cursor.h" #include "input.h" diff --git a/plugins/platforms/x11/standalone/x11cursor.h b/plugins/platforms/x11/standalone/x11cursor.h index 6ed5cfae3..2c72c7022 100644 --- a/plugins/platforms/x11/standalone/x11cursor.h +++ b/plugins/platforms/x11/standalone/x11cursor.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_X11CURSOR_H #define KWIN_X11CURSOR_H diff --git a/plugins/platforms/x11/standalone/xfixes_cursor_event_filter.cpp b/plugins/platforms/x11/standalone/xfixes_cursor_event_filter.cpp index b23bafe58..1ef7859fb 100644 --- a/plugins/platforms/x11/standalone/xfixes_cursor_event_filter.cpp +++ b/plugins/platforms/x11/standalone/xfixes_cursor_event_filter.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "xfixes_cursor_event_filter.h" #include "x11cursor.h" diff --git a/plugins/platforms/x11/standalone/xfixes_cursor_event_filter.h b/plugins/platforms/x11/standalone/xfixes_cursor_event_filter.h index cb15efef8..c5be5b2e3 100644 --- a/plugins/platforms/x11/standalone/xfixes_cursor_event_filter.h +++ b/plugins/platforms/x11/standalone/xfixes_cursor_event_filter.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_XFIXES_CURSOR_EVENT_FILTER_H #define KWIN_XFIXES_CURSOR_EVENT_FILTER_H diff --git a/plugins/platforms/x11/standalone/xinputintegration.cpp b/plugins/platforms/x11/standalone/xinputintegration.cpp index f7d472cf7..04af6bd47 100644 --- a/plugins/platforms/x11/standalone/xinputintegration.cpp +++ b/plugins/platforms/x11/standalone/xinputintegration.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "xinputintegration.h" #include "main.h" diff --git a/plugins/platforms/x11/standalone/xinputintegration.h b/plugins/platforms/x11/standalone/xinputintegration.h index e976ac72b..986c72457 100644 --- a/plugins/platforms/x11/standalone/xinputintegration.h +++ b/plugins/platforms/x11/standalone/xinputintegration.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_XINPUTINTEGRATION_H #define KWIN_XINPUTINTEGRATION_H diff --git a/plugins/platforms/x11/windowed/egl_x11_backend.cpp b/plugins/platforms/x11/windowed/egl_x11_backend.cpp index c9e649a71..253b429e0 100644 --- a/plugins/platforms/x11/windowed/egl_x11_backend.cpp +++ b/plugins/platforms/x11/windowed/egl_x11_backend.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "egl_x11_backend.h" // kwin diff --git a/plugins/platforms/x11/windowed/egl_x11_backend.h b/plugins/platforms/x11/windowed/egl_x11_backend.h index dc31bdadd..1e4519f97 100644 --- a/plugins/platforms/x11/windowed/egl_x11_backend.h +++ b/plugins/platforms/x11/windowed/egl_x11_backend.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_EGL_X11_BACKEND_H #define KWIN_EGL_X11_BACKEND_H diff --git a/plugins/platforms/x11/windowed/logging.cpp b/plugins/platforms/x11/windowed/logging.cpp index 07fe50dea..130d9962a 100644 --- a/plugins/platforms/x11/windowed/logging.cpp +++ b/plugins/platforms/x11/windowed/logging.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "logging.h" Q_LOGGING_CATEGORY(KWIN_X11WINDOWED, "kwin_wayland_x11windowed", QtCriticalMsg) diff --git a/plugins/platforms/x11/windowed/logging.h b/plugins/platforms/x11/windowed/logging.h index 6a316c18c..748ce734e 100644 --- a/plugins/platforms/x11/windowed/logging.h +++ b/plugins/platforms/x11/windowed/logging.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_X11_LOGGING_H #define KWIN_X11_LOGGING_H diff --git a/plugins/platforms/x11/windowed/scene_qpainter_x11_backend.cpp b/plugins/platforms/x11/windowed/scene_qpainter_x11_backend.cpp index cfc3a4e6a..562adbb2e 100644 --- a/plugins/platforms/x11/windowed/scene_qpainter_x11_backend.cpp +++ b/plugins/platforms/x11/windowed/scene_qpainter_x11_backend.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "scene_qpainter_x11_backend.h" #include "x11windowed_backend.h" diff --git a/plugins/platforms/x11/windowed/scene_qpainter_x11_backend.h b/plugins/platforms/x11/windowed/scene_qpainter_x11_backend.h index 449e6c346..056bcb0c5 100644 --- a/plugins/platforms/x11/windowed/scene_qpainter_x11_backend.h +++ b/plugins/platforms/x11/windowed/scene_qpainter_x11_backend.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCENE_QPAINTER_X11_BACKEND_H #define KWIN_SCENE_QPAINTER_X11_BACKEND_H diff --git a/plugins/platforms/x11/windowed/x11windowed_backend.cpp b/plugins/platforms/x11/windowed/x11windowed_backend.cpp index 038e2f2b1..31ed751fc 100644 --- a/plugins/platforms/x11/windowed/x11windowed_backend.cpp +++ b/plugins/platforms/x11/windowed/x11windowed_backend.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "x11windowed_backend.h" #include "x11windowed_output.h" diff --git a/plugins/platforms/x11/windowed/x11windowed_backend.h b/plugins/platforms/x11/windowed/x11windowed_backend.h index 764801223..39e0d54d5 100644 --- a/plugins/platforms/x11/windowed/x11windowed_backend.h +++ b/plugins/platforms/x11/windowed/x11windowed_backend.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_X11WINDOWED_BACKEND_H #define KWIN_X11WINDOWED_BACKEND_H diff --git a/plugins/platforms/x11/windowed/x11windowed_output.cpp b/plugins/platforms/x11/windowed/x11windowed_output.cpp index ea1af4af1..b963f2eb3 100644 --- a/plugins/platforms/x11/windowed/x11windowed_output.cpp +++ b/plugins/platforms/x11/windowed/x11windowed_output.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "x11windowed_output.h" diff --git a/plugins/platforms/x11/windowed/x11windowed_output.h b/plugins/platforms/x11/windowed/x11windowed_output.h index 0506b1fba..cf82ca0b9 100644 --- a/plugins/platforms/x11/windowed/x11windowed_output.h +++ b/plugins/platforms/x11/windowed/x11windowed_output.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_X11WINDOWED_OUTPUT_H #define KWIN_X11WINDOWED_OUTPUT_H diff --git a/plugins/qpa/abstractplatformcontext.cpp b/plugins/qpa/abstractplatformcontext.cpp index 40df3522e..7745e62e6 100644 --- a/plugins/qpa/abstractplatformcontext.cpp +++ b/plugins/qpa/abstractplatformcontext.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "abstractplatformcontext.h" #include "egl_context_attribute_builder.h" diff --git a/plugins/qpa/abstractplatformcontext.h b/plugins/qpa/abstractplatformcontext.h index eda15ba4e..4c3571ab0 100644 --- a/plugins/qpa/abstractplatformcontext.h +++ b/plugins/qpa/abstractplatformcontext.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_QPA_ABSTRACTPLATFORMCONTEXT_H #define KWIN_QPA_ABSTRACTPLATFORMCONTEXT_H diff --git a/plugins/qpa/backingstore.cpp b/plugins/qpa/backingstore.cpp index d2ec86ae5..157866b1c 100644 --- a/plugins/qpa/backingstore.cpp +++ b/plugins/qpa/backingstore.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "backingstore.h" #include "window.h" diff --git a/plugins/qpa/backingstore.h b/plugins/qpa/backingstore.h index 796059b83..914353f9e 100644 --- a/plugins/qpa/backingstore.h +++ b/plugins/qpa/backingstore.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_QPA_BACKINGSTORE_H #define KWIN_QPA_BACKINGSTORE_H diff --git a/plugins/qpa/eglhelpers.cpp b/plugins/qpa/eglhelpers.cpp index 321c15700..056503f82 100644 --- a/plugins/qpa/eglhelpers.cpp +++ b/plugins/qpa/eglhelpers.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Flöser -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2015 Martin Flöser +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "eglhelpers.h" diff --git a/plugins/qpa/eglhelpers.h b/plugins/qpa/eglhelpers.h index 1dccd059c..be2eaf927 100644 --- a/plugins/qpa/eglhelpers.h +++ b/plugins/qpa/eglhelpers.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/plugins/qpa/integration.cpp b/plugins/qpa/integration.cpp index bb9dd4dba..7990faf6d 100644 --- a/plugins/qpa/integration.cpp +++ b/plugins/qpa/integration.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "integration.h" #include "backingstore.h" diff --git a/plugins/qpa/integration.h b/plugins/qpa/integration.h index be5b698a9..3e47da52b 100644 --- a/plugins/qpa/integration.h +++ b/plugins/qpa/integration.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_QPA_INTEGRATION_H #define KWIN_QPA_INTEGRATION_H diff --git a/plugins/qpa/main.cpp b/plugins/qpa/main.cpp index 76ff3f83c..ed16e1dfc 100644 --- a/plugins/qpa/main.cpp +++ b/plugins/qpa/main.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "integration.h" #include diff --git a/plugins/qpa/offscreensurface.cpp b/plugins/qpa/offscreensurface.cpp index da40eb1d8..c981c9fba 100644 --- a/plugins/qpa/offscreensurface.cpp +++ b/plugins/qpa/offscreensurface.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "offscreensurface.h" diff --git a/plugins/qpa/offscreensurface.h b/plugins/qpa/offscreensurface.h index 959bbddf1..326543408 100644 --- a/plugins/qpa/offscreensurface.h +++ b/plugins/qpa/offscreensurface.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/plugins/qpa/platformcursor.cpp b/plugins/qpa/platformcursor.cpp index 3a737b8ec..344b5b167 100644 --- a/plugins/qpa/platformcursor.cpp +++ b/plugins/qpa/platformcursor.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "platformcursor.h" #include "../../cursor.h" diff --git a/plugins/qpa/platformcursor.h b/plugins/qpa/platformcursor.h index a100c6bce..965137886 100644 --- a/plugins/qpa/platformcursor.h +++ b/plugins/qpa/platformcursor.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_QPA_PLATFORMCURSOR_H #define KWIN_QPA_PLATFORMCURSOR_H diff --git a/plugins/qpa/screen.cpp b/plugins/qpa/screen.cpp index 4fd6fd2d5..de4fb8356 100644 --- a/plugins/qpa/screen.cpp +++ b/plugins/qpa/screen.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "screen.h" #include "platformcursor.h" diff --git a/plugins/qpa/screen.h b/plugins/qpa/screen.h index ed4649dcc..9efc07385 100644 --- a/plugins/qpa/screen.h +++ b/plugins/qpa/screen.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_QPA_SCREEN_H #define KWIN_QPA_SCREEN_H diff --git a/plugins/qpa/sharingplatformcontext.cpp b/plugins/qpa/sharingplatformcontext.cpp index 6ff6f3648..210a44fc4 100644 --- a/plugins/qpa/sharingplatformcontext.cpp +++ b/plugins/qpa/sharingplatformcontext.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "sharingplatformcontext.h" #include "offscreensurface.h" diff --git a/plugins/qpa/sharingplatformcontext.h b/plugins/qpa/sharingplatformcontext.h index bf03ebcf7..3b8266690 100644 --- a/plugins/qpa/sharingplatformcontext.h +++ b/plugins/qpa/sharingplatformcontext.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_QPA_SHARINGPLATFORMCONTEXT_H #define KWIN_QPA_SHARINGPLATFORMCONTEXT_H diff --git a/plugins/qpa/window.cpp b/plugins/qpa/window.cpp index 8c32be26d..e584c3259 100644 --- a/plugins/qpa/window.cpp +++ b/plugins/qpa/window.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "window.h" #include "screens.h" diff --git a/plugins/qpa/window.h b/plugins/qpa/window.h index ac092543d..aeec096c6 100644 --- a/plugins/qpa/window.h +++ b/plugins/qpa/window.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_QPA_WINDOW_H #define KWIN_QPA_WINDOW_H diff --git a/plugins/scenes/opengl/lanczosfilter.cpp b/plugins/scenes/opengl/lanczosfilter.cpp index 66fb47e41..f763fb195 100644 --- a/plugins/scenes/opengl/lanczosfilter.cpp +++ b/plugins/scenes/opengl/lanczosfilter.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2010 by Fredrik Höglund -Copyright (C) 2010 Martin Gräßlin +SPDX-FileCopyrightText: 2010 Fredrik Höglund +SPDX-FileCopyrightText: 2010 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "lanczosfilter.h" diff --git a/plugins/scenes/opengl/lanczosfilter.h b/plugins/scenes/opengl/lanczosfilter.h index f05872db3..98cde7ede 100644 --- a/plugins/scenes/opengl/lanczosfilter.h +++ b/plugins/scenes/opengl/lanczosfilter.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2010 by Fredrik Höglund -Copyright (C) 2010 Martin Gräßlin +SPDX-FileCopyrightText: 2010 Fredrik Höglund +SPDX-FileCopyrightText: 2010 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_LANCZOSFILTER_P_H diff --git a/plugins/scenes/opengl/scene_opengl.cpp b/plugins/scenes/opengl/scene_opengl.cpp index a69f3f2fc..670a64e43 100644 --- a/plugins/scenes/opengl/scene_opengl.cpp +++ b/plugins/scenes/opengl/scene_opengl.cpp @@ -2,9 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2009, 2010, 2011 Martin Gräßlin -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2009, 2010, 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii Based on glcompmgr code by Felix Bellaby. Using code from Compiz and Beryl. @@ -12,20 +12,9 @@ Using code from Compiz and Beryl. Explicit command stream synchronization based on the sample implementation by James Jones , -Copyright © 2011 NVIDIA Corporation +SPDX-FileCopyrightText: 2011 NVIDIA Corporation -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "scene_opengl.h" diff --git a/plugins/scenes/opengl/scene_opengl.h b/plugins/scenes/opengl/scene_opengl.h index 3919b5915..a2746b6c2 100644 --- a/plugins/scenes/opengl/scene_opengl.h +++ b/plugins/scenes/opengl/scene_opengl.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2009, 2010, 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2009, 2010, 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCENE_OPENGL_H diff --git a/plugins/scenes/qpainter/scene_qpainter.cpp b/plugins/scenes/qpainter/scene_qpainter.cpp index 6fb588349..4b619d7da 100644 --- a/plugins/scenes/qpainter/scene_qpainter.cpp +++ b/plugins/scenes/qpainter/scene_qpainter.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "scene_qpainter.h" // KWin diff --git a/plugins/scenes/qpainter/scene_qpainter.h b/plugins/scenes/qpainter/scene_qpainter.h index 39eb2c530..94ecd0f21 100644 --- a/plugins/scenes/qpainter/scene_qpainter.h +++ b/plugins/scenes/qpainter/scene_qpainter.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCENE_QPAINTER_H #define KWIN_SCENE_QPAINTER_H diff --git a/plugins/scenes/xrender/scene_xrender.cpp b/plugins/scenes/xrender/scene_xrender.cpp index 35f5c39b8..7c694c356 100644 --- a/plugins/scenes/xrender/scene_xrender.cpp +++ b/plugins/scenes/xrender/scene_xrender.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2009 Fredrik Höglund -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2009 Fredrik Höglund +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "scene_xrender.h" diff --git a/plugins/scenes/xrender/scene_xrender.h b/plugins/scenes/xrender/scene_xrender.h index c6ed6d957..bb94dca41 100644 --- a/plugins/scenes/xrender/scene_xrender.h +++ b/plugins/scenes/xrender/scene_xrender.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak +SPDX-FileCopyrightText: 2006 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCENE_XRENDER_H diff --git a/plugins/windowsystem/plugin.cpp b/plugins/windowsystem/plugin.cpp index 6125f6a62..0d878496f 100644 --- a/plugins/windowsystem/plugin.cpp +++ b/plugins/windowsystem/plugin.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2019 Martin Flöser + * SPDX-FileCopyrightText: 2019 Martin Flöser * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include "plugin.h" #include "windoweffects.h" diff --git a/plugins/windowsystem/plugin.h b/plugins/windowsystem/plugin.h index 04fd03e09..8806df637 100644 --- a/plugins/windowsystem/plugin.h +++ b/plugins/windowsystem/plugin.h @@ -1,21 +1,7 @@ /* - * Copyright 2019 Martin Flöser + * SPDX-FileCopyrightText: 2019 Martin Flöser * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #pragma once diff --git a/plugins/windowsystem/windoweffects.cpp b/plugins/windowsystem/windoweffects.cpp index 2d18fe775..0a12b2b3f 100644 --- a/plugins/windowsystem/windoweffects.cpp +++ b/plugins/windowsystem/windoweffects.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2019 Martin Flöser + * SPDX-FileCopyrightText: 2019 Martin Flöser * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include "windoweffects.h" #include "effect_builtins.h" diff --git a/plugins/windowsystem/windoweffects.h b/plugins/windowsystem/windoweffects.h index 67ee567cd..abf369dd5 100644 --- a/plugins/windowsystem/windoweffects.h +++ b/plugins/windowsystem/windoweffects.h @@ -1,21 +1,7 @@ /* - * Copyright 2019 Martin Flöser + * SPDX-FileCopyrightText: 2019 Martin Flöser * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #pragma once #include diff --git a/plugins/windowsystem/windowshadow.cpp b/plugins/windowsystem/windowshadow.cpp index 556c70f8d..88dbcafd4 100644 --- a/plugins/windowsystem/windowshadow.cpp +++ b/plugins/windowsystem/windowshadow.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2020 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2020 Vlad Zahorodnii * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include "windowshadow.h" diff --git a/plugins/windowsystem/windowshadow.h b/plugins/windowsystem/windowshadow.h index 2574341f6..ceb4a5b41 100644 --- a/plugins/windowsystem/windowshadow.h +++ b/plugins/windowsystem/windowshadow.h @@ -1,21 +1,7 @@ /* - * Copyright 2020 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2020 Vlad Zahorodnii * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #pragma once diff --git a/plugins/windowsystem/windowsystem.cpp b/plugins/windowsystem/windowsystem.cpp index b73ac62ac..37991a025 100644 --- a/plugins/windowsystem/windowsystem.cpp +++ b/plugins/windowsystem/windowsystem.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2019 Martin Flöser + * SPDX-FileCopyrightText: 2019 Martin Flöser * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include "windowsystem.h" diff --git a/plugins/windowsystem/windowsystem.h b/plugins/windowsystem/windowsystem.h index 691adcc01..2cf1d4955 100644 --- a/plugins/windowsystem/windowsystem.h +++ b/plugins/windowsystem/windowsystem.h @@ -1,21 +1,7 @@ /* - * Copyright 2019 Martin Flöser + * SPDX-FileCopyrightText: 2019 Martin Flöser * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #pragma once diff --git a/pointer_input.cpp b/pointer_input.cpp index 0098b68da..f4022f96f 100644 --- a/pointer_input.cpp +++ b/pointer_input.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013, 2016 Martin Gräßlin -Copyright (C) 2018 Roman Gilg -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2013, 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2018 Roman Gilg +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "pointer_input.h" #include "platform.h" diff --git a/pointer_input.h b/pointer_input.h index bbe8240f8..3479e663a 100644 --- a/pointer_input.h +++ b/pointer_input.h @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013, 2016 Martin Gräßlin -Copyright (C) 2018 Roman Gilg -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2013, 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2018 Roman Gilg +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_POINTER_INPUT_H #define KWIN_POINTER_INPUT_H diff --git a/popup_input_filter.cpp b/popup_input_filter.cpp index 0e8a0a55f..bf512d333 100644 --- a/popup_input_filter.cpp +++ b/popup_input_filter.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2017 Martin Graesslin + * SPDX-FileCopyrightText: 2017 Martin Graesslin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL * */ #include "popup_input_filter.h" diff --git a/popup_input_filter.h b/popup_input_filter.h index 21ae3b4a6..e92e18eef 100644 --- a/popup_input_filter.h +++ b/popup_input_filter.h @@ -1,21 +1,7 @@ /* - * Copyright 2017 Martin Graesslin + * SPDX-FileCopyrightText: 2017 Martin Graesslin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL * */ #ifndef KWIN_POPUP_INPUT_FILTER diff --git a/qml/onscreennotification/plasma/main.qml b/qml/onscreennotification/plasma/main.qml index a04b2e3b2..1f398d7c1 100644 --- a/qml/onscreennotification/plasma/main.qml +++ b/qml/onscreennotification/plasma/main.qml @@ -1,21 +1,7 @@ /* - * Copyright 2016 Martin Graesslin + * SPDX-FileCopyrightText: 2016 Martin Graesslin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL * */ diff --git a/qml/outline/plasma/outline.qml b/qml/outline/plasma/outline.qml index 6b3ed3f03..d61965afc 100644 --- a/qml/outline/plasma/outline.qml +++ b/qml/outline/plasma/outline.qml @@ -1,22 +1,8 @@ /* - * Copyright 2014 Martin Gräßlin - * Copyright 2017 Kai Uwe Broulik + * SPDX-FileCopyrightText: 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2017 Kai Uwe Broulik * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ import QtQuick 2.1 import QtQuick.Window 2.1 diff --git a/qml/virtualkeyboard/main.qml b/qml/virtualkeyboard/main.qml index b9ecddc28..51e7835aa 100644 --- a/qml/virtualkeyboard/main.qml +++ b/qml/virtualkeyboard/main.qml @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ import QtQuick 2.0 import QtQuick.Controls 2.3 diff --git a/rootinfo_filter.cpp b/rootinfo_filter.cpp index 1a0cb358f..054642d99 100644 --- a/rootinfo_filter.cpp +++ b/rootinfo_filter.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "rootinfo_filter.h" #include "netinfo.h" diff --git a/rootinfo_filter.h b/rootinfo_filter.h index 777f6b899..47936934c 100644 --- a/rootinfo_filter.h +++ b/rootinfo_filter.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_ROOTINFO_FILTER_H #define KWIN_ROOTINFO_FILTER_H diff --git a/rulebooksettings.cpp b/rulebooksettings.cpp index b3cba6d2f..0929389eb 100644 --- a/rulebooksettings.cpp +++ b/rulebooksettings.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2020 Henri Chain +SPDX-FileCopyrightText: 2020 Henri Chain -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "rulebooksettings.h" diff --git a/rulebooksettings.h b/rulebooksettings.h index 5b7579b58..d6b612e8b 100644 --- a/rulebooksettings.h +++ b/rulebooksettings.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2020 Henri Chain +SPDX-FileCopyrightText: 2020 Henri Chain -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef RULEBOOKSETTINGS_H diff --git a/rules.cpp b/rules.cpp index af8418006..4cfbfaa4e 100644 --- a/rules.cpp +++ b/rules.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2004 Lubos Lunak +SPDX-FileCopyrightText: 2004 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "rules.h" diff --git a/rules.h b/rules.h index c5f818180..459a846c9 100644 --- a/rules.h +++ b/rules.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2004 Lubos Lunak +SPDX-FileCopyrightText: 2004 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_RULES_H diff --git a/scene.cpp b/scene.cpp index 6b9c8bec9..7e1f693c1 100644 --- a/scene.cpp +++ b/scene.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak +SPDX-FileCopyrightText: 2006 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ /* diff --git a/scene.h b/scene.h index 2e8d80ad7..6270b4365 100644 --- a/scene.h +++ b/scene.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak +SPDX-FileCopyrightText: 2006 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCENE_H diff --git a/screencast/pipewirecore.cpp b/screencast/pipewirecore.cpp index 207aa233e..49098b50b 100644 --- a/screencast/pipewirecore.cpp +++ b/screencast/pipewirecore.cpp @@ -1,23 +1,9 @@ /* - * Copyright © 2018-2020 Red Hat, Inc - * Copyright © 2020 Aleix Pol Gonzalez + * SPDX-FileCopyrightText: 2018-2020 Red Hat Inc + * SPDX-FileCopyrightText: 2020 Aleix Pol Gonzalez + * SPDX-FileContributor: Jan Grulich * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. If not, see . - * - * Authors: - * Jan Grulich - * Aleix Pol Gonzalez + * SPDX-License-Identifier: LGPL-2.0-or-later */ #include "pipewirecore.h" diff --git a/screencast/pipewirecore.h b/screencast/pipewirecore.h index 0deb10d70..13977e85a 100644 --- a/screencast/pipewirecore.h +++ b/screencast/pipewirecore.h @@ -1,23 +1,9 @@ /* - * Copyright © 2018-2020 Red Hat, Inc - * Copyright © 2020 Aleix Pol Gonzalez + * SPDX-FileCopyrightText: 2018-2020 Red Hat Inc + * SPDX-FileCopyrightText: 2020 Aleix Pol Gonzalez + * SPDX-FileContributor: Jan Grulich * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. If not, see . - * - * Authors: - * Jan Grulich - * Aleix Pol Gonzalez + * SPDX-License-Identifier: LGPL-2.0-or-later */ #pragma once diff --git a/screencast/pipewirestream.cpp b/screencast/pipewirestream.cpp index 9e7b59791..6ca6ca3e7 100644 --- a/screencast/pipewirestream.cpp +++ b/screencast/pipewirestream.cpp @@ -1,23 +1,9 @@ /* - * Copyright © 2018-2020 Red Hat, Inc - * Copyright © 2020 Aleix Pol Gonzalez + * SPDX-FileCopyrightText: 2018-2020 Red Hat Inc + * SPDX-FileCopyrightText: 2020 Aleix Pol Gonzalez + * SPDX-FileContributor: Jan Grulich * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. If not, see . - * - * Authors: - * Jan Grulich - * Aleix Pol Gonzalez + * SPDX-License-Identifier: LGPL-2.0-or-later */ #include "pipewirestream.h" diff --git a/screencast/pipewirestream.h b/screencast/pipewirestream.h index 565c89511..24e443c6d 100644 --- a/screencast/pipewirestream.h +++ b/screencast/pipewirestream.h @@ -1,23 +1,9 @@ /* - * Copyright © 2018-2020 Red Hat, Inc - * Copyright © 2020 Aleix Pol Gonzalez + * SPDX-FileCopyrightText: 2018-2020 Red Hat Inc + * SPDX-FileCopyrightText: 2020 Aleix Pol Gonzalez + * SPDX-FileContributor: Jan Grulich * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. If not, see . - * - * Authors: - * Jan Grulich - * Aleix Pol Gonzalez + * SPDX-License-Identifier: LGPL-2.0-or-later */ #pragma once diff --git a/screencast/screencastmanager.cpp b/screencast/screencastmanager.cpp index 6d108a554..ef4b59f5a 100644 --- a/screencast/screencastmanager.cpp +++ b/screencast/screencastmanager.cpp @@ -1,21 +1,9 @@ /* - * Copyright © 2020 Aleix Pol Gonzalez + * SPDX-FileCopyrightText: 2018-2020 Red Hat Inc + * SPDX-FileCopyrightText: 2020 Aleix Pol Gonzalez + * SPDX-FileContributor: Jan Grulich * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. If not, see . - * - * Authors: - * Aleix Pol Gonzalez + * SPDX-License-Identifier: LGPL-2.0-or-later */ #include "screencastmanager.h" diff --git a/screencast/screencastmanager.h b/screencast/screencastmanager.h index 5e2b2933a..2aaaa920d 100644 --- a/screencast/screencastmanager.h +++ b/screencast/screencastmanager.h @@ -1,22 +1,9 @@ /* - * Copyright © 2020 Aleix Pol Gonzalez + * SPDX-FileCopyrightText: 2018-2020 Red Hat Inc + * SPDX-FileCopyrightText: 2020 Aleix Pol Gonzalez + * SPDX-FileContributor: Jan Grulich * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. If not, see . - * - * Authors: - * Jan Grulich - * Aleix Pol Gonzalez + * SPDX-License-Identifier: LGPL-2.0-or-later */ #pragma once diff --git a/screenedge.cpp b/screenedge.cpp index 19a394b7a..5e2ebd7cc 100644 --- a/screenedge.cpp +++ b/screenedge.cpp @@ -2,29 +2,18 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011 Arthur Arlt -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2011 Arthur Arlt +SPDX-FileCopyrightText: 2013 Martin Gräßlin Since the functionality provided in this class has been moved from class Workspace, it is not clear who exactly has written the code. The list below contains the copyright holders of the class Workspace. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak -Copyright (C) 2009 Lucas Murray +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2009 Lucas Murray -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "screenedge.h" diff --git a/screenedge.h b/screenedge.h index a7159f79c..8404ccddc 100644 --- a/screenedge.h +++ b/screenedge.h @@ -2,29 +2,18 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011 Arthur Arlt -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2011 Arthur Arlt +SPDX-FileCopyrightText: 2013 Martin Gräßlin Since the functionality provided in this class has been moved from class Workspace, it is not clear who exactly has written the code. The list below contains the copyright holders of the class Workspace. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak -Copyright (C) 2009 Lucas Murray +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2009 Lucas Murray -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCREENEDGE_H diff --git a/screenlockerwatcher.cpp b/screenlockerwatcher.cpp index 0fc1f2948..84c8a3b41 100644 --- a/screenlockerwatcher.cpp +++ b/screenlockerwatcher.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "screenlockerwatcher.h" #include "wayland_server.h" diff --git a/screenlockerwatcher.h b/screenlockerwatcher.h index 59b7d3add..3db5333d1 100644 --- a/screenlockerwatcher.h +++ b/screenlockerwatcher.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCREENLOCKERWATCHER_H #define KWIN_SCREENLOCKERWATCHER_H diff --git a/screens.cpp b/screens.cpp index 3e8d7e3c5..ac0ce2164 100644 --- a/screens.cpp +++ b/screens.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "screens.h" #include diff --git a/screens.h b/screens.h index 128110149..d707bb122 100644 --- a/screens.h +++ b/screens.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCREENS_H #define KWIN_SCREENS_H diff --git a/scripting/dbuscall.cpp b/scripting/dbuscall.cpp index 5c47503cf..acde492b9 100644 --- a/scripting/dbuscall.cpp +++ b/scripting/dbuscall.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "dbuscall.h" diff --git a/scripting/dbuscall.h b/scripting/dbuscall.h index 53135ec08..9b533ec87 100644 --- a/scripting/dbuscall.h +++ b/scripting/dbuscall.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DBUSCALL_H #define KWIN_DBUSCALL_H diff --git a/scripting/genericscriptedconfig.cpp b/scripting/genericscriptedconfig.cpp index 2588d39f6..7bbbde005 100644 --- a/scripting/genericscriptedconfig.cpp +++ b/scripting/genericscriptedconfig.cpp @@ -2,20 +2,9 @@ * KWin - the KDE window manager * This file is part of the KDE project. * - * Copyright (C) 2013 Martin Gräßlin + * SPDX-FileCopyrightText: 2013 Martin Gräßlin * - * This 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, see . + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "genericscriptedconfig.h" diff --git a/scripting/genericscriptedconfig.h b/scripting/genericscriptedconfig.h index 8d123c63c..a83fefaea 100644 --- a/scripting/genericscriptedconfig.h +++ b/scripting/genericscriptedconfig.h @@ -2,20 +2,9 @@ * KWin - the KDE window manager * This file is part of the KDE project. * - * Copyright (C) 2013 Martin Gräßlin + * SPDX-FileCopyrightText: 2013 Martin Gräßlin * - * This 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, see . + * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef KWIN_GENERICSCRIPTEDCONFIG_H diff --git a/scripting/meta.cpp b/scripting/meta.cpp index 3efe81388..98f1d3eec 100644 --- a/scripting/meta.cpp +++ b/scripting/meta.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2010 Rohan Prabhu +SPDX-FileCopyrightText: 2010 Rohan Prabhu -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "meta.h" diff --git a/scripting/meta.h b/scripting/meta.h index f8e2d2424..a4ebfc7b8 100644 --- a/scripting/meta.h +++ b/scripting/meta.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2010 Rohan Prabhu +SPDX-FileCopyrightText: 2010 Rohan Prabhu -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCRIPTING_META_H diff --git a/scripting/screenedgeitem.cpp b/scripting/screenedgeitem.cpp index 8dbf7bda1..b2bf9ecb9 100644 --- a/scripting/screenedgeitem.cpp +++ b/scripting/screenedgeitem.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "screenedgeitem.h" #include diff --git a/scripting/screenedgeitem.h b/scripting/screenedgeitem.h index 64bbf16c3..40dcd422b 100644 --- a/scripting/screenedgeitem.h +++ b/scripting/screenedgeitem.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCREENEDGEITEM_H #define KWIN_SCREENEDGEITEM_H diff --git a/scripting/scriptedeffect.cpp b/scripting/scriptedeffect.cpp index af13d4e32..29bb32e69 100644 --- a/scripting/scriptedeffect.cpp +++ b/scripting/scriptedeffect.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2012 Martin Gräßlin + SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "scriptedeffect.h" diff --git a/scripting/scriptedeffect.h b/scripting/scriptedeffect.h index 2481d0089..a7eee1d81 100644 --- a/scripting/scriptedeffect.h +++ b/scripting/scriptedeffect.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2012 Martin Gräßlin + SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCRIPTEDEFFECT_H diff --git a/scripting/scripting.cpp b/scripting/scripting.cpp index 5ccde33f7..f45517b7b 100644 --- a/scripting/scripting.cpp +++ b/scripting/scripting.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2010 Rohan Prabhu -Copyright (C) 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2010 Rohan Prabhu +SPDX-FileCopyrightText: 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "scripting.h" diff --git a/scripting/scripting.h b/scripting/scripting.h index cea7d43af..3849f99b5 100644 --- a/scripting/scripting.h +++ b/scripting/scripting.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2010 Rohan Prabhu -Copyright (C) 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2010 Rohan Prabhu +SPDX-FileCopyrightText: 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCRIPTING_H diff --git a/scripting/scripting_logging.cpp b/scripting/scripting_logging.cpp index e4a24ece2..a670d401b 100644 --- a/scripting/scripting_logging.cpp +++ b/scripting/scripting_logging.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "scripting_logging.h" Q_LOGGING_CATEGORY(KWIN_SCRIPTING, "kwin_scripting", QtCriticalMsg) diff --git a/scripting/scripting_logging.h b/scripting/scripting_logging.h index 349af623a..7b05882e9 100644 --- a/scripting/scripting_logging.h +++ b/scripting/scripting_logging.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCRIPTING_LOGGING_H #define KWIN_SCRIPTING_LOGGING_H diff --git a/scripting/scripting_model.cpp b/scripting/scripting_model.cpp index 22cf61f41..adb6cc243 100644 --- a/scripting/scripting_model.cpp +++ b/scripting/scripting_model.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "scripting_model.h" #include diff --git a/scripting/scripting_model.h b/scripting/scripting_model.h index c6e07aef3..13b458a71 100644 --- a/scripting/scripting_model.h +++ b/scripting/scripting_model.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCRIPTING_MODEL_H #define KWIN_SCRIPTING_MODEL_H diff --git a/scripting/scriptingutils.cpp b/scripting/scriptingutils.cpp index b89818bc3..7dfc22b08 100644 --- a/scripting/scriptingutils.cpp +++ b/scripting/scriptingutils.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2012 Martin Gräßlin + SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "scriptingutils.h" diff --git a/scripting/scriptingutils.h b/scripting/scriptingutils.h index a3f861910..23231f8dc 100644 --- a/scripting/scriptingutils.h +++ b/scripting/scriptingutils.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2012 Martin Gräßlin + SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCRIPTINGUTILS_H diff --git a/scripting/timer.cpp b/scripting/timer.cpp index c990e9018..ac79a7e4f 100644 --- a/scripting/timer.cpp +++ b/scripting/timer.cpp @@ -1,19 +1,7 @@ /* - * Copyright 2007 Richard J. Moore + * SPDX-FileCopyrightText: 2007 Richard J. Moore * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library General Public License version 2 as - * published by the Free Software Foundation - * - * 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 Library 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: LGPL-2.0-only */ #include diff --git a/scripting/workspace_wrapper.cpp b/scripting/workspace_wrapper.cpp index 00360f97d..4b55e2b43 100644 --- a/scripting/workspace_wrapper.cpp +++ b/scripting/workspace_wrapper.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2010 Rohan Prabhu -Copyright (C) 2011, 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2010 Rohan Prabhu +SPDX-FileCopyrightText: 2011, 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "workspace_wrapper.h" diff --git a/scripting/workspace_wrapper.h b/scripting/workspace_wrapper.h index d0fb00108..3fb23bc01 100644 --- a/scripting/workspace_wrapper.h +++ b/scripting/workspace_wrapper.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2010 Rohan Prabhu -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2010 Rohan Prabhu +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SCRIPTING_WORKSPACE_WRAPPER_H diff --git a/scripts/desktopchangeosd/contents/ui/main.qml b/scripts/desktopchangeosd/contents/ui/main.qml index 3efdf05f3..b1f99ccb0 100644 --- a/scripts/desktopchangeosd/contents/ui/main.qml +++ b/scripts/desktopchangeosd/contents/ui/main.qml @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ import QtQuick 2.0; diff --git a/scripts/desktopchangeosd/contents/ui/osd.qml b/scripts/desktopchangeosd/contents/ui/osd.qml index b32db0486..26083cdaf 100644 --- a/scripts/desktopchangeosd/contents/ui/osd.qml +++ b/scripts/desktopchangeosd/contents/ui/osd.qml @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012, 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2012, 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ import QtQuick 2.0; import QtQuick.Window 2.0; diff --git a/scripts/minimizeall/contents/code/main.js b/scripts/minimizeall/contents/code/main.js index 781dc1005..333981575 100644 --- a/scripts/minimizeall/contents/code/main.js +++ b/scripts/minimizeall/contents/code/main.js @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. - Copyright (C) 2014 Thomas Lübking + SPDX-FileCopyrightText: 2014 Thomas Lübking -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ var registeredBorders = []; diff --git a/scripts/synchronizeskipswitcher/contents/code/main.js b/scripts/synchronizeskipswitcher/contents/code/main.js index 389f4fc48..b8e000e02 100644 --- a/scripts/synchronizeskipswitcher/contents/code/main.js +++ b/scripts/synchronizeskipswitcher/contents/code/main.js @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ function synchronizeSwitcher(client) { client.skipSwitcher = client.skipTaskbar; diff --git a/scripts/videowall/contents/code/main.js b/scripts/videowall/contents/code/main.js index 74963b030..206052875 100644 --- a/scripts/videowall/contents/code/main.js +++ b/scripts/videowall/contents/code/main.js @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ var applyTo = readConfig("ApplyTo", true); diff --git a/service_utils.cpp b/service_utils.cpp index 17ec434ff..7c4cace8d 100644 --- a/service_utils.cpp +++ b/service_utils.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2020, Méven Car +SPDX-FileCopyrightText: 2020 Méven Car -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ /* diff --git a/service_utils.h b/service_utils.h index 8fe953238..e8bf878d6 100644 --- a/service_utils.h +++ b/service_utils.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2020, Méven Car +SPDX-FileCopyrightText: 2020 Méven Car -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef SERVICE_UTILS_H diff --git a/shadow.cpp b/shadow.cpp index ccb0dafd5..ccc67e731 100644 --- a/shadow.cpp +++ b/shadow.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011 Martin Gräßlin -Copyright (C) 2020 Vlad Zahorodnii +SPDX-FileCopyrightText: 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2020 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "shadow.h" // kwin diff --git a/shadow.h b/shadow.h index 5f2e6195b..d5297ee23 100644 --- a/shadow.h +++ b/shadow.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011 Martin Gräßlin -Copyright (C) 2020 Vlad Zahorodnii +SPDX-FileCopyrightText: 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2020 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SHADOW_H #define KWIN_SHADOW_H diff --git a/sm.cpp b/sm.cpp index 053258194..03d18d013 100644 --- a/sm.cpp +++ b/sm.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "sm.h" diff --git a/sm.h b/sm.h index 63c7e79ed..64aab7235 100644 --- a/sm.h +++ b/sm.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_SM_H diff --git a/subsurfacemonitor.cpp b/subsurfacemonitor.cpp index 40d3b491e..e4e1c5a82 100644 --- a/subsurfacemonitor.cpp +++ b/subsurfacemonitor.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2020 Vlad Zahorodnii +SPDX-FileCopyrightText: 2020 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "subsurfacemonitor.h" diff --git a/subsurfacemonitor.h b/subsurfacemonitor.h index 5116b37a5..d4b488366 100644 --- a/subsurfacemonitor.h +++ b/subsurfacemonitor.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2020 Vlad Zahorodnii +SPDX-FileCopyrightText: 2020 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/syncalarmx11filter.cpp b/syncalarmx11filter.cpp index b83abedf0..098a7b0c2 100644 --- a/syncalarmx11filter.cpp +++ b/syncalarmx11filter.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "syncalarmx11filter.h" diff --git a/syncalarmx11filter.h b/syncalarmx11filter.h index 6b7707de5..c83c6f0a7 100644 --- a/syncalarmx11filter.h +++ b/syncalarmx11filter.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/tabbox/clientmodel.cpp b/tabbox/clientmodel.cpp index 4011ca56b..207983e3f 100644 --- a/tabbox/clientmodel.cpp +++ b/tabbox/clientmodel.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own diff --git a/tabbox/clientmodel.h b/tabbox/clientmodel.h index 250b66eab..f36eeba20 100644 --- a/tabbox/clientmodel.h +++ b/tabbox/clientmodel.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef CLIENTMODEL_H diff --git a/tabbox/desktopchain.cpp b/tabbox/desktopchain.cpp index 795142b70..1b4ade7ab 100644 --- a/tabbox/desktopchain.cpp +++ b/tabbox/desktopchain.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "desktopchain.h" diff --git a/tabbox/desktopchain.h b/tabbox/desktopchain.h index a69b771f4..c80a18078 100644 --- a/tabbox/desktopchain.h +++ b/tabbox/desktopchain.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_TABBOX_DESKTOP_CHAIN_H #define KWIN_TABBOX_DESKTOP_CHAIN_H diff --git a/tabbox/desktopmodel.cpp b/tabbox/desktopmodel.cpp index 8d8338aea..5384dead3 100644 --- a/tabbox/desktopmodel.cpp +++ b/tabbox/desktopmodel.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own #include "desktopmodel.h" diff --git a/tabbox/desktopmodel.h b/tabbox/desktopmodel.h index 6816641a9..b4a6e8b81 100644 --- a/tabbox/desktopmodel.h +++ b/tabbox/desktopmodel.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef DESKTOPMODEL_H diff --git a/tabbox/switcheritem.cpp b/tabbox/switcheritem.cpp index cce433672..308c79a57 100644 --- a/tabbox/switcheritem.cpp +++ b/tabbox/switcheritem.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "switcheritem.h" // KWin diff --git a/tabbox/switcheritem.h b/tabbox/switcheritem.h index 7f4ff9bca..da4c6e8b5 100644 --- a/tabbox/switcheritem.h +++ b/tabbox/switcheritem.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_TABBOX_SWITCHERITEM_H #define KWIN_TABBOX_SWITCHERITEM_H diff --git a/tabbox/tabbox.cpp b/tabbox/tabbox.cpp index 87de23fc5..e7e0fce86 100644 --- a/tabbox/tabbox.cpp +++ b/tabbox/tabbox.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak -Copyright (C) 2009 Martin Gräßlin +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ //#define QT_CLEAN_NAMESPACE diff --git a/tabbox/tabbox.h b/tabbox/tabbox.h index ad3da3d87..d32c167d6 100644 --- a/tabbox/tabbox.h +++ b/tabbox/tabbox.h @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak -Copyright (C) 2009 Martin Gräßlin +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_TABBOX_H diff --git a/tabbox/tabbox_logging.cpp b/tabbox/tabbox_logging.cpp index aae1b4ab5..daa68f8dc 100644 --- a/tabbox/tabbox_logging.cpp +++ b/tabbox/tabbox_logging.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "tabbox_logging.h" Q_LOGGING_CATEGORY(KWIN_TABBOX, "kwin_tabbox", QtCriticalMsg) diff --git a/tabbox/tabbox_logging.h b/tabbox/tabbox_logging.h index ae570be4e..0638e96e2 100644 --- a/tabbox/tabbox_logging.h +++ b/tabbox/tabbox_logging.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_TABBOX_LOGGING_H #define KWIN_TABBOX_LOGGING_H diff --git a/tabbox/tabboxconfig.cpp b/tabbox/tabboxconfig.cpp index 7d83cafaf..96eacccee 100644 --- a/tabbox/tabboxconfig.cpp +++ b/tabbox/tabboxconfig.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "tabboxconfig.h" diff --git a/tabbox/tabboxconfig.h b/tabbox/tabboxconfig.h index f93f58c73..45e98b60e 100644 --- a/tabbox/tabboxconfig.h +++ b/tabbox/tabboxconfig.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef TABBOXCONFIG_H diff --git a/tabbox/tabboxhandler.cpp b/tabbox/tabboxhandler.cpp index 0485e31d1..2d8ce78a2 100644 --- a/tabbox/tabboxhandler.cpp +++ b/tabbox/tabboxhandler.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own diff --git a/tabbox/tabboxhandler.h b/tabbox/tabboxhandler.h index acc2f9fb6..d8cf29cae 100644 --- a/tabbox/tabboxhandler.h +++ b/tabbox/tabboxhandler.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2009 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef TABBOXHANDLER_H diff --git a/tabbox/x11_filter.cpp b/tabbox/x11_filter.cpp index 0527e834b..7a42354cd 100644 --- a/tabbox/x11_filter.cpp +++ b/tabbox/x11_filter.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "x11_filter.h" diff --git a/tabbox/x11_filter.h b/tabbox/x11_filter.h index 9411b44ab..bf684cc37 100644 --- a/tabbox/x11_filter.h +++ b/tabbox/x11_filter.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_TABBOX_X11_FILTER_H #define KWIN_TABBOX_X11_FILTER_H diff --git a/tablet_input.cpp b/tablet_input.cpp index 1b9de52e6..20e282294 100644 --- a/tablet_input.cpp +++ b/tablet_input.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Aleix Pol Gonzalez +SPDX-FileCopyrightText: 2019 Aleix Pol Gonzalez -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "tablet_input.h" #include "abstract_client.h" diff --git a/tablet_input.h b/tablet_input.h index bce594118..d950aa0b4 100644 --- a/tablet_input.h +++ b/tablet_input.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2019 Aleix Pol Gonzalez +SPDX-FileCopyrightText: 2019 Aleix Pol Gonzalez -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_TABLET_INPUT_H diff --git a/tabletmodemanager.cpp b/tabletmodemanager.cpp index f5dc9a526..d45ac7954 100644 --- a/tabletmodemanager.cpp +++ b/tabletmodemanager.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2018 Marco Martin + * SPDX-FileCopyrightText: 2018 Marco Martin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL * */ diff --git a/tabletmodemanager.h b/tabletmodemanager.h index 6b0aa51d5..30950a539 100644 --- a/tabletmodemanager.h +++ b/tabletmodemanager.h @@ -1,21 +1,7 @@ /* - * Copyright 2018 Marco Martin + * SPDX-FileCopyrightText: 2018 Marco Martin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL * */ diff --git a/tests/cursorhotspottest.cpp b/tests/cursorhotspottest.cpp index ad72be8b8..6e8a6a2a5 100644 --- a/tests/cursorhotspottest.cpp +++ b/tests/cursorhotspottest.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2017 Martin Flöser + * SPDX-FileCopyrightText: 2017 Martin Flöser * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include #include diff --git a/tests/inputmethodstest.qml b/tests/inputmethodstest.qml index 85d853bf0..44974eefd 100644 --- a/tests/inputmethodstest.qml +++ b/tests/inputmethodstest.qml @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ import QtQuick.Controls 1.4 import QtQuick.Layouts 1.2 diff --git a/tests/libinputtest.cpp b/tests/libinputtest.cpp index 349b6280b..65ee388b9 100644 --- a/tests/libinputtest.cpp +++ b/tests/libinputtest.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2014 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include "../input.h" #include "../libinput/connection.h" diff --git a/tests/normalhintsbasesizetest.cpp b/tests/normalhintsbasesizetest.cpp index ed0136c93..7531d723e 100644 --- a/tests/normalhintsbasesizetest.cpp +++ b/tests/normalhintsbasesizetest.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2014 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include #include diff --git a/tests/pointerconstraintstest.cpp b/tests/pointerconstraintstest.cpp index 66722fda5..da26522ce 100644 --- a/tests/pointerconstraintstest.cpp +++ b/tests/pointerconstraintstest.cpp @@ -1,21 +1,7 @@ /******************************************************************** -Copyright 2018 Roman Gilg +SPDX-FileCopyrightText: 2018 Roman Gilg -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) version 3, or any -later version accepted by the membership of KDE e.V. (or its -successor approved by the membership of KDE e.V.), which shall -act as a proxy defined in Section 6 of version 3 of the license. - -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 -Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public -License along with this library. If not, see . +SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL *********************************************************************/ #include "pointerconstraintstest.h" diff --git a/tests/pointerconstraintstest.h b/tests/pointerconstraintstest.h index 7d828763c..3e35b4c3d 100644 --- a/tests/pointerconstraintstest.h +++ b/tests/pointerconstraintstest.h @@ -1,21 +1,7 @@ /******************************************************************** -Copyright 2018 Roman Gilg +SPDX-FileCopyrightText: 2018 Roman Gilg -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) version 3, or any -later version accepted by the membership of KDE e.V. (or its -successor approved by the membership of KDE e.V.), which shall -act as a proxy defined in Section 6 of version 3 of the license. - -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 -Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public -License along with this library. If not, see . +SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL *********************************************************************/ #ifndef POINTERCONSTRAINTSTEST_H #define POINTERCONSTRAINTSTEST_H diff --git a/tests/pointerconstraintstest.qml b/tests/pointerconstraintstest.qml index 934fc653e..3929d05cf 100644 --- a/tests/pointerconstraintstest.qml +++ b/tests/pointerconstraintstest.qml @@ -1,21 +1,7 @@ /******************************************************************** -Copyright 2018 Roman Gilg +SPDX-FileCopyrightText: 2018 Roman Gilg -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) version 3, or any -later version accepted by the membership of KDE e.V. (or its -successor approved by the membership of KDE e.V.), which shall -act as a proxy defined in Section 6 of version 3 of the license. - -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 -Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public -License along with this library. If not, see . +SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL *********************************************************************/ import QtQuick 2.10 import QtQuick.Controls 2.0 diff --git a/tests/pointergesturestest.cpp b/tests/pointergesturestest.cpp index 7f433981c..2d9cd69a0 100644 --- a/tests/pointergesturestest.cpp +++ b/tests/pointergesturestest.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2016 Martin Gräßlin + * SPDX-FileCopyrightText: 2016 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include diff --git a/tests/pointergesturestest.qml b/tests/pointergesturestest.qml index 96614c6f1..7e934bd05 100644 --- a/tests/pointergesturestest.qml +++ b/tests/pointergesturestest.qml @@ -1,21 +1,7 @@ /* - * Copyright 2016 Martin Gräßlin + * SPDX-FileCopyrightText: 2016 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ import QtQuick 2.0 import org.kde.kwin.tests 1.0 diff --git a/tests/screenedgeshowtest.cpp b/tests/screenedgeshowtest.cpp index 9fbaf1927..b867d33f3 100644 --- a/tests/screenedgeshowtest.cpp +++ b/tests/screenedgeshowtest.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2014 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include #include diff --git a/tests/unmapdestroytest.qml b/tests/unmapdestroytest.qml index 363f58cf8..7ecf32d96 100644 --- a/tests/unmapdestroytest.qml +++ b/tests/unmapdestroytest.qml @@ -1,21 +1,7 @@ /* - * Copyright 2014 Martin Gräßlin + * SPDX-FileCopyrightText: 2014 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ import QtQuick 2.1 import QtQuick.Window 2.1 diff --git a/tests/x11shadowreader.cpp b/tests/x11shadowreader.cpp index 11068a76f..0462e754a 100644 --- a/tests/x11shadowreader.cpp +++ b/tests/x11shadowreader.cpp @@ -1,21 +1,7 @@ /* - * Copyright 2016 Martin Gräßlin + * SPDX-FileCopyrightText: 2016 Martin Gräßlin * - * This 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) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * 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, see . + * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #include "../xcbutils.h" #include diff --git a/thumbnailitem.cpp b/thumbnailitem.cpp index 85e2d48b3..931d35d3e 100644 --- a/thumbnailitem.cpp +++ b/thumbnailitem.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "thumbnailitem.h" diff --git a/thumbnailitem.h b/thumbnailitem.h index 4c23d7a1a..725060ebd 100644 --- a/thumbnailitem.h +++ b/thumbnailitem.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2011 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_THUMBNAILITEM_H diff --git a/toplevel.cpp b/toplevel.cpp index 0635b10a3..f70f78a6b 100644 --- a/toplevel.cpp +++ b/toplevel.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak +SPDX-FileCopyrightText: 2006 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "toplevel.h" diff --git a/toplevel.h b/toplevel.h index 28af70cae..d3394b311 100644 --- a/toplevel.h +++ b/toplevel.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak +SPDX-FileCopyrightText: 2006 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_TOPLEVEL_H diff --git a/touch_hide_cursor_spy.cpp b/touch_hide_cursor_spy.cpp index 0a74c1587..655c1cf09 100644 --- a/touch_hide_cursor_spy.cpp +++ b/touch_hide_cursor_spy.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Martin Flöser +SPDX-FileCopyrightText: 2018 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "touch_hide_cursor_spy.h" #include "main.h" diff --git a/touch_hide_cursor_spy.h b/touch_hide_cursor_spy.h index c0fcaf5ae..dda585cb0 100644 --- a/touch_hide_cursor_spy.h +++ b/touch_hide_cursor_spy.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Martin Flöser +SPDX-FileCopyrightText: 2018 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once #include "input_event_spy.h" diff --git a/touch_input.cpp b/touch_input.cpp index 21273c04c..8d14a0550 100644 --- a/touch_input.cpp +++ b/touch_input.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013, 2016 Martin Gräßlin -Copyright (C) 2018 Roman Gilg +SPDX-FileCopyrightText: 2013, 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2018 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "touch_input.h" #include "abstract_client.h" diff --git a/touch_input.h b/touch_input.h index bef339111..b82e34385 100644 --- a/touch_input.h +++ b/touch_input.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013, 2016 Martin Gräßlin -Copyright (C) 2018 Roman Gilg +SPDX-FileCopyrightText: 2013, 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2018 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_TOUCH_INPUT_H #define KWIN_TOUCH_INPUT_H diff --git a/udev.cpp b/udev.cpp index 834b24a84..0334182af 100644 --- a/udev.cpp +++ b/udev.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "udev.h" #include "logind.h" diff --git a/udev.h b/udev.h index c00520e51..97f3229a7 100644 --- a/udev.h +++ b/udev.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_UDEV_H #define KWIN_UDEV_H diff --git a/unmanaged.cpp b/unmanaged.cpp index 8e3695362..10cef66e9 100644 --- a/unmanaged.cpp +++ b/unmanaged.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak +SPDX-FileCopyrightText: 2006 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "unmanaged.h" diff --git a/unmanaged.h b/unmanaged.h index 319452831..736912293 100644 --- a/unmanaged.h +++ b/unmanaged.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak +SPDX-FileCopyrightText: 2006 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_UNMANAGED_H diff --git a/useractions.cpp b/useractions.cpp index 1b565506f..ac69358df 100644 --- a/useractions.cpp +++ b/useractions.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ /* diff --git a/useractions.h b/useractions.h index 29bc9b926..b6c58a05b 100644 --- a/useractions.h +++ b/useractions.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_USERACTIONS_H #define KWIN_USERACTIONS_H diff --git a/utils.cpp b/utils.cpp index 6323e248d..6516c4596 100644 --- a/utils.cpp +++ b/utils.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ /* diff --git a/utils.h b/utils.h index a0b36d413..1b14d6d26 100644 --- a/utils.h +++ b/utils.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_UTILS_H diff --git a/virtual_terminal.cpp b/virtual_terminal.cpp index f8f6a324a..24fc5e4b1 100644 --- a/virtual_terminal.cpp +++ b/virtual_terminal.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "virtual_terminal.h" // kwin diff --git a/virtual_terminal.h b/virtual_terminal.h index d3321a1a2..e93289017 100644 --- a/virtual_terminal.h +++ b/virtual_terminal.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_VIRTUAL_TERMINAL_H #define KWIN_VIRTUAL_TERMINAL_H diff --git a/virtualdesktops.cpp b/virtualdesktops.cpp index a43946092..6e5529225 100644 --- a/virtualdesktops.cpp +++ b/virtualdesktops.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2009 Lucas Murray -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "virtualdesktops.h" #include "input.h" diff --git a/virtualdesktops.h b/virtualdesktops.h index 6d3494739..9efa6db10 100644 --- a/virtualdesktops.h +++ b/virtualdesktops.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_VIRTUAL_DESKTOPS_H #define KWIN_VIRTUAL_DESKTOPS_H diff --git a/virtualdesktopsdbustypes.cpp b/virtualdesktopsdbustypes.cpp index aa9af454a..9630cec15 100644 --- a/virtualdesktopsdbustypes.cpp +++ b/virtualdesktopsdbustypes.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Marco Martin +SPDX-FileCopyrightText: 2018 Marco Martin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own diff --git a/virtualdesktopsdbustypes.h b/virtualdesktopsdbustypes.h index 071ad0d94..9c9723dd6 100644 --- a/virtualdesktopsdbustypes.h +++ b/virtualdesktopsdbustypes.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2018 Marco Martin +SPDX-FileCopyrightText: 2018 Marco Martin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_VIRTUALDESKTOPS_DBUS_TYPES_H diff --git a/virtualkeyboard.cpp b/virtualkeyboard.cpp index 7e114d545..09658d8fb 100644 --- a/virtualkeyboard.cpp +++ b/virtualkeyboard.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "virtualkeyboard.h" #include "virtualkeyboard_dbus.h" diff --git a/virtualkeyboard.h b/virtualkeyboard.h index 21d2bad33..c28785540 100644 --- a/virtualkeyboard.h +++ b/virtualkeyboard.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2016 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_VIRTUAL_KEYBOARD_H #define KWIN_VIRTUAL_KEYBOARD_H diff --git a/virtualkeyboard_dbus.cpp b/virtualkeyboard_dbus.cpp index f54b31063..4be3738c3 100644 --- a/virtualkeyboard_dbus.cpp +++ b/virtualkeyboard_dbus.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "virtualkeyboard_dbus.h" #include diff --git a/virtualkeyboard_dbus.h b/virtualkeyboard_dbus.h index 9efe501f5..66236b057 100644 --- a/virtualkeyboard_dbus.h +++ b/virtualkeyboard_dbus.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/was_user_interaction_x11_filter.cpp b/was_user_interaction_x11_filter.cpp index 1cc33710a..588679184 100644 --- a/was_user_interaction_x11_filter.cpp +++ b/was_user_interaction_x11_filter.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "was_user_interaction_x11_filter.h" #include "workspace.h" diff --git a/was_user_interaction_x11_filter.h b/was_user_interaction_x11_filter.h index b1212b713..5fe719b38 100644 --- a/was_user_interaction_x11_filter.h +++ b/was_user_interaction_x11_filter.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_WAS_USER_INTERACTION_X11_FILTER_H #define KWIN_WAS_USER_INTERACTION_X11_FILTER_H diff --git a/wayland_server.cpp b/wayland_server.cpp index 6c8fcbae1..91a7b3c03 100644 --- a/wayland_server.cpp +++ b/wayland_server.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "wayland_server.h" #include "x11client.h" diff --git a/wayland_server.h b/wayland_server.h index 8fd9b7d6a..cba1936ab 100644 --- a/wayland_server.h +++ b/wayland_server.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2015 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_WAYLAND_SERVER_H #define KWIN_WAYLAND_SERVER_H diff --git a/waylandclient.cpp b/waylandclient.cpp index f91971838..fa07c6a01 100644 --- a/waylandclient.cpp +++ b/waylandclient.cpp @@ -1,20 +1,9 @@ /* - * Copyright (C) 2015 Martin Flöser - * Copyright (C) 2018 David Edmundson - * Copyright (C) 2020 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2015 Martin Flöser + * SPDX-FileCopyrightText: 2018 David Edmundson + * SPDX-FileCopyrightText: 2020 Vlad Zahorodnii * - * This 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, see . + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "waylandclient.h" diff --git a/waylandclient.h b/waylandclient.h index 1c140a62d..2cbeaaab9 100644 --- a/waylandclient.h +++ b/waylandclient.h @@ -1,18 +1,7 @@ /* - * Copyright (C) 2020 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2020 Vlad Zahorodnii * - * This 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, see . + * SPDX-License-Identifier: GPL-2.0-or-later */ #pragma once diff --git a/waylandshellintegration.cpp b/waylandshellintegration.cpp index 80998fdfd..6f60d08ca 100644 --- a/waylandshellintegration.cpp +++ b/waylandshellintegration.cpp @@ -1,18 +1,7 @@ /* - * Copyright (C) 2020 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2020 Vlad Zahorodnii * - * This 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, see . + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "waylandshellintegration.h" diff --git a/waylandshellintegration.h b/waylandshellintegration.h index 42412c5bb..f438f8dd6 100644 --- a/waylandshellintegration.h +++ b/waylandshellintegration.h @@ -1,18 +1,7 @@ /* - * Copyright (C) 2020 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2020 Vlad Zahorodnii * - * This 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, see . + * SPDX-License-Identifier: GPL-2.0-or-later */ #pragma once diff --git a/waylandxdgshellintegration.cpp b/waylandxdgshellintegration.cpp index fcf85bce5..ad16c20cc 100644 --- a/waylandxdgshellintegration.cpp +++ b/waylandxdgshellintegration.cpp @@ -1,18 +1,7 @@ /* - * Copyright (C) 2020 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2020 Vlad Zahorodnii * - * This 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, see . + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "waylandxdgshellintegration.h" diff --git a/waylandxdgshellintegration.h b/waylandxdgshellintegration.h index a38638689..9c9f3118c 100644 --- a/waylandxdgshellintegration.h +++ b/waylandxdgshellintegration.h @@ -1,18 +1,7 @@ /* - * Copyright (C) 2020 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2020 Vlad Zahorodnii * - * This 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, see . + * SPDX-License-Identifier: GPL-2.0-or-later */ #pragma once diff --git a/window_property_notify_x11_filter.cpp b/window_property_notify_x11_filter.cpp index bb5c696b9..df7f4664b 100644 --- a/window_property_notify_x11_filter.cpp +++ b/window_property_notify_x11_filter.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "window_property_notify_x11_filter.h" #include "x11client.h" diff --git a/window_property_notify_x11_filter.h b/window_property_notify_x11_filter.h index 68f075ce9..971fed762 100644 --- a/window_property_notify_x11_filter.h +++ b/window_property_notify_x11_filter.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_WINDOW_PROPERTY_NOTIFY_X11_FILTER_H #define KWIN_WINDOW_PROPERTY_NOTIFY_X11_FILTER_H diff --git a/workspace.cpp b/workspace.cpp index be5e0f348..4fd22f74c 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own #include "workspace.h" diff --git a/workspace.h b/workspace.h index 18206d5cf..2e6054d38 100644 --- a/workspace.h +++ b/workspace.h @@ -2,23 +2,12 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak -Copyright (C) 2009 Lucas Murray -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_WORKSPACE_H diff --git a/x11client.cpp b/x11client.cpp index 6f8eab45a..47303b91b 100644 --- a/x11client.cpp +++ b/x11client.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own #include "x11client.h" diff --git a/x11client.h b/x11client.h index 132584b54..4e8cf1c6a 100644 --- a/x11client.h +++ b/x11client.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 1999, 2000 Matthias Ettrich -Copyright (C) 2003 Lubos Lunak +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/x11eventfilter.cpp b/x11eventfilter.cpp index ea2daf91b..2d38991dc 100644 --- a/x11eventfilter.cpp +++ b/x11eventfilter.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Fredrik Höglund +SPDX-FileCopyrightText: 2014 Fredrik Höglund -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "x11eventfilter.h" diff --git a/x11eventfilter.h b/x11eventfilter.h index 5b60351fc..3f293e165 100644 --- a/x11eventfilter.h +++ b/x11eventfilter.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2014 Fredrik Höglund +SPDX-FileCopyrightText: 2014 Fredrik Höglund -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef X11EVENTFILTER_H diff --git a/xcbutils.cpp b/xcbutils.cpp index 9ae7a8a8d..1cf71b9fd 100644 --- a/xcbutils.cpp +++ b/xcbutils.cpp @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2006 Lubos Lunak -Copyright (C) 2012 Martin Gräßlin +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2012 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "xcbutils.h" #include "utils.h" diff --git a/xcbutils.h b/xcbutils.h index f2ed63807..c679e6952 100644 --- a/xcbutils.h +++ b/xcbutils.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2012, 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2012, 2013 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_XCB_UTILS_H #define KWIN_XCB_UTILS_H diff --git a/xcursortheme.cpp b/xcursortheme.cpp index fb33c50cd..122bea018 100644 --- a/xcursortheme.cpp +++ b/xcursortheme.cpp @@ -1,18 +1,7 @@ /* - * Copyright (C) 2020 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2020 Vlad Zahorodnii * - * This 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, see . + * SPDX-License-Identifier: GPL-2.0-or-later */ #include "xcursortheme.h" diff --git a/xcursortheme.h b/xcursortheme.h index e61718d74..b7d6c84a4 100644 --- a/xcursortheme.h +++ b/xcursortheme.h @@ -1,18 +1,7 @@ /* - * Copyright (C) 2020 Vlad Zahorodnii + * SPDX-FileCopyrightText: 2020 Vlad Zahorodnii * - * This 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, see . + * SPDX-License-Identifier: GPL-2.0-or-later */ #pragma once diff --git a/xdgshellclient.cpp b/xdgshellclient.cpp index c42c47af9..ea2a20488 100644 --- a/xdgshellclient.cpp +++ b/xdgshellclient.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin -Copyright (C) 2018 David Edmundson -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2018 David Edmundson +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "xdgshellclient.h" #include "deleted.h" diff --git a/xdgshellclient.h b/xdgshellclient.h index 74ec7fcd3..cb3cc7ee8 100644 --- a/xdgshellclient.h +++ b/xdgshellclient.h @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2015 Martin Gräßlin -Copyright (C) 2018 David Edmundson -Copyright (C) 2019 Vlad Zahorodnii +SPDX-FileCopyrightText: 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2018 David Edmundson +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/xkb.cpp b/xkb.cpp index b305b7f81..f67e77cea 100644 --- a/xkb.cpp +++ b/xkb.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013, 2016, 2017 Martin Gräßlin +SPDX-FileCopyrightText: 2013, 2016, 2017 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "xkb.h" #include "xkb_qt_mapping.h" diff --git a/xkb.h b/xkb.h index 8df68f0f3..dfea00be7 100644 --- a/xkb.h +++ b/xkb.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2013, 2016, 2017 Martin Gräßlin +SPDX-FileCopyrightText: 2013, 2016, 2017 Martin Gräßlin -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_XKB_H #define KWIN_XKB_H diff --git a/xkb_qt_mapping.h b/xkb_qt_mapping.h index 3c87f4804..91e5dee80 100644 --- a/xkb_qt_mapping.h +++ b/xkb_qt_mapping.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2017 Martin Flöser +SPDX-FileCopyrightText: 2017 Martin Flöser -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_XKB_QT_MAPPING_H #define KWIN_XKB_QT_MAPPING_H diff --git a/xwaylandclient.cpp b/xwaylandclient.cpp index f0376f302..4843ea1de 100644 --- a/xwaylandclient.cpp +++ b/xwaylandclient.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2020 Vlad Zahorodnii +SPDX-FileCopyrightText: 2020 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "xwaylandclient.h" diff --git a/xwaylandclient.h b/xwaylandclient.h index 256091892..acd7382f5 100644 --- a/xwaylandclient.h +++ b/xwaylandclient.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright (C) 2020 Vlad Zahorodnii +SPDX-FileCopyrightText: 2020 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/xwl/clipboard.cpp b/xwl/clipboard.cpp index 32c72109d..2738f7e5b 100644 --- a/xwl/clipboard.cpp +++ b/xwl/clipboard.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "clipboard.h" diff --git a/xwl/clipboard.h b/xwl/clipboard.h index c3f63fb72..aa44026cd 100644 --- a/xwl/clipboard.h +++ b/xwl/clipboard.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_XWL_CLIPBOARD #define KWIN_XWL_CLIPBOARD diff --git a/xwl/databridge.cpp b/xwl/databridge.cpp index e7a17c280..b3e44a648 100644 --- a/xwl/databridge.cpp +++ b/xwl/databridge.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2018 Roman Gilg +SPDX-FileCopyrightText: 2018 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "databridge.h" #include "clipboard.h" diff --git a/xwl/databridge.h b/xwl/databridge.h index 23b34dba1..81ab60ffb 100644 --- a/xwl/databridge.h +++ b/xwl/databridge.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2018 Roman Gilg +SPDX-FileCopyrightText: 2018 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_XWL_DATABRIDGE #define KWIN_XWL_DATABRIDGE diff --git a/xwl/dnd.cpp b/xwl/dnd.cpp index 5e4b63496..a105c7639 100644 --- a/xwl/dnd.cpp +++ b/xwl/dnd.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "dnd.h" diff --git a/xwl/dnd.h b/xwl/dnd.h index 73ec07177..0ed5f5cea 100644 --- a/xwl/dnd.h +++ b/xwl/dnd.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_XWL_DND #define KWIN_XWL_DND diff --git a/xwl/drag.cpp b/xwl/drag.cpp index 0877da775..b8f8891e2 100644 --- a/xwl/drag.cpp +++ b/xwl/drag.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "drag.h" diff --git a/xwl/drag.h b/xwl/drag.h index 8aedfc2a1..b4e575aa5 100644 --- a/xwl/drag.h +++ b/xwl/drag.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_XWL_DRAG #define KWIN_XWL_DRAG diff --git a/xwl/drag_wl.cpp b/xwl/drag_wl.cpp index c26ee2197..b97ee1539 100644 --- a/xwl/drag_wl.cpp +++ b/xwl/drag_wl.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "drag_wl.h" diff --git a/xwl/drag_wl.h b/xwl/drag_wl.h index a26f72ba1..569300721 100644 --- a/xwl/drag_wl.h +++ b/xwl/drag_wl.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_XWL_DRAG_WL #define KWIN_XWL_DRAG_WL diff --git a/xwl/drag_x.cpp b/xwl/drag_x.cpp index 76a9bde63..933d923f2 100644 --- a/xwl/drag_x.cpp +++ b/xwl/drag_x.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "drag_x.h" diff --git a/xwl/drag_x.h b/xwl/drag_x.h index 4188f8013..24e5a7546 100644 --- a/xwl/drag_x.h +++ b/xwl/drag_x.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_XWL_DRAG_X #define KWIN_XWL_DRAG_X diff --git a/xwl/selection.cpp b/xwl/selection.cpp index 51e817c17..97c182911 100644 --- a/xwl/selection.cpp +++ b/xwl/selection.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "selection.h" #include "databridge.h" diff --git a/xwl/selection.h b/xwl/selection.h index f39167983..ab8524d77 100644 --- a/xwl/selection.h +++ b/xwl/selection.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_XWL_SELECTION #define KWIN_XWL_SELECTION diff --git a/xwl/selection_source.cpp b/xwl/selection_source.cpp index 6ab16dd5f..a31688545 100644 --- a/xwl/selection_source.cpp +++ b/xwl/selection_source.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "selection_source.h" #include "selection.h" diff --git a/xwl/selection_source.h b/xwl/selection_source.h index b2651e4aa..821f0ae82 100644 --- a/xwl/selection_source.h +++ b/xwl/selection_source.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_XWL_SELECTION_SOURCE #define KWIN_XWL_SELECTION_SOURCE diff --git a/xwl/transfer.cpp b/xwl/transfer.cpp index 97949e028..c85e60894 100644 --- a/xwl/transfer.cpp +++ b/xwl/transfer.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2018 Roman Gilg +SPDX-FileCopyrightText: 2018 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "transfer.h" diff --git a/xwl/transfer.h b/xwl/transfer.h index 5b193875c..13c606b4e 100644 --- a/xwl/transfer.h +++ b/xwl/transfer.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2018 Roman Gilg +SPDX-FileCopyrightText: 2018 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_XWL_TRANSFER #define KWIN_XWL_TRANSFER diff --git a/xwl/xwayland.cpp b/xwl/xwayland.cpp index 50d2e671e..8a2e0ec1a 100644 --- a/xwl/xwayland.cpp +++ b/xwl/xwayland.cpp @@ -2,22 +2,11 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2014 Martin Gräßlin -Copyright 2019 Roman Gilg -Copyright (C) 2020 Vlad Zahorodnii +SPDX-FileCopyrightText: 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2019 Roman Gilg +SPDX-FileCopyrightText: 2020 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "xwayland.h" #include "databridge.h" diff --git a/xwl/xwayland.h b/xwl/xwayland.h index 019e9270a..305e3fba6 100644 --- a/xwl/xwayland.h +++ b/xwl/xwayland.h @@ -2,21 +2,10 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg -Copyright (C) 2020 Vlad Zahorodnii +SPDX-FileCopyrightText: 2019 Roman Gilg +SPDX-FileCopyrightText: 2020 Vlad Zahorodnii -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_XWL_XWAYLAND #define KWIN_XWL_XWAYLAND diff --git a/xwl/xwayland_interface.cpp b/xwl/xwayland_interface.cpp index 454b4ce93..26fd62f03 100644 --- a/xwl/xwayland_interface.cpp +++ b/xwl/xwayland_interface.cpp @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "xwayland_interface.h" diff --git a/xwl/xwayland_interface.h b/xwl/xwayland_interface.h index baa645fc6..3b85dcdd9 100644 --- a/xwl/xwayland_interface.h +++ b/xwl/xwayland_interface.h @@ -2,20 +2,9 @@ KWin - the KDE window manager This file is part of the KDE project. -Copyright 2019 Roman Gilg +SPDX-FileCopyrightText: 2019 Roman Gilg -This 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, see . +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_XWL_XWAYLAND_INTERFACE #define KWIN_XWL_XWAYLAND_INTERFACE