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 | 21 +- appmenu.h | 21 +- 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 | 20 +- 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 | 21 +- decorations/decorationpalette.h | 21 +- 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 | 21 +- 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 | 21 +- effects/diminactive/diminactive.h | 21 +- 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 | 23 +- effects/glide/glide.h | 23 +- 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 | 21 +- effects/sheet/sheet.h | 21 +- 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 | 21 +- effects/slide/slide.h | 21 +- 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 | 21 +- 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 | 21 +- input.h | 21 +- 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 | 21 +- kcmkwin/kwinscreenedges/main.h | 17 +- kcmkwin/kwinscreenedges/monitor.cpp | 17 +- kcmkwin/kwinscreenedges/monitor.h | 17 +- .../kwinscreenedges/screenpreviewwidget.cpp | 19 +- kcmkwin/kwinscreenedges/screenpreviewwidget.h | 19 +- kcmkwin/kwinscreenedges/touch.cpp | 21 +- 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 | 21 +- killwindow.h | 21 +- 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 | 21 +- libkwineffects/kwineffects.h | 23 +- libkwineffects/kwineglimagetexture.cpp | 15 +- libkwineffects/kwineglimagetexture.h | 15 +- libkwineffects/kwinglobals.h | 15 +- libkwineffects/kwinglplatform.cpp | 15 +- libkwineffects/kwinglplatform.h | 15 +- libkwineffects/kwingltexture.cpp | 21 +- 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 | 21 +- 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 | 23 +- onscreennotification.cpp | 18 +- onscreennotification.h | 18 +- options.cpp | 21 +- options.h | 21 +- 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 | 21 +- placement.h | 21 +- 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 | 21 +- 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 | 21 +- pointer_input.h | 21 +- 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 | 21 +- tabbox/tabbox.h | 21 +- 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 | 20 +- tests/pointerconstraintstest.h | 20 +- tests/pointerconstraintstest.qml | 20 +- 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 | 21 +- workspace.h | 23 +- 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 | 21 +- xdgshellclient.h | 21 +- 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 | 21 +- xwl/xwayland.h | 17 +- xwl/xwayland_interface.cpp | 15 +- xwl/xwayland_interface.h | 15 +- 961 files changed, 5752 insertions(+), 13415 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 5185fd3f31..0000000000 --- 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 0000000000..2d2bab1127 --- /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 0000000000..0741db789e --- /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 0000000000..0f3d6411da --- /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 0000000000..1d80ac3653 --- /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 0000000000..e142a525bd --- /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 0000000000..e142a525bd --- /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 0000000000..5c96471aaf --- /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 0000000000..5c96471aaf --- /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 0000000000..130dffb311 --- /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 0000000000..bd405afbef --- /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 0000000000..60a2dffc9c --- /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 0000000000..232b3c5da1 --- /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 0000000000..204b93da48 --- /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 4a4d9a7594..0b06a087cd 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 c5e3dbd80d..c6ed4f2165 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 c47eb4e824..5e993da910 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 0028abc962..8eea505c7c 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 3b31c5b60f..82f8749de7 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 7a483aec06..94300ff3b6 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 fff005d76f..59698b1181 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 cc2ed4c017..b65784fd0d 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 f0b7d19b80..a6316900c0 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 03e4e83212..9363ea09b3 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 15ed8de37b..c8e1365311 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 89bc44ffbb..9c5a09ec1c 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2011 Lionel Chauvin +SPDX-FileCopyrightText: 2011, 2012 Cédric Bellegarde +SPDX-FileCopyrightText: 2013 Martin Gräßlin + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "appmenu.h" #include "x11client.h" diff --git a/appmenu.h b/appmenu.h index 9e6cee754f..debd800d20 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2011 Lionel Chauvin +SPDX-FileCopyrightText: 2011, 2012 Cédric Bellegarde +SPDX-FileCopyrightText: 2013 Martin Gräßlin + +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 22705e1c9e..a8797637c0 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 9749731a08..71b1696b97 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 70123e2662..b97334ff8e 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 bba6edfa32..814c252baa 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 87269c4bc5..b012cb3f77 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 ddb5d41dd3..d2476a6583 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 e897ac0670..2a53bfd8f0 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 c50017bd66..5d74df3ba4 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 9df6ebd3e5..c95a12e481 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 dd2b2f054a..39f8762fdd 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 b1bc609c28..dfdb2ee722 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 c20203cbeb..0c4ed22e53 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 650553639c..7df70a7df1 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 - -This program is free software; you can redistribute it and/or -modify it under the 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-FileCopyrightText: 2018 Martin Flöser + +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 9afbaf8850..221a7b2509 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 8a507e9f6b..0317e903c5 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 3b58f6a295..69b532bed2 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 fc6aaea747..807d386e27 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 790aecb597..e426408ca2 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 2c08d03d8e..28697ecd1b 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 e3eb7fc48c..f47fe7485c 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 ab00782cf3..f217ee80b6 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 40746db007..b91f124874 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 e1eca03f7e..92121f6f0f 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 32137c7c94..ec2c5a465c 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 f1a536b058..3d5a0791e3 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 0f549e856e..173a213610 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 c4148d7b4d..8bf8d7b30f 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 aec204b0c7..80db34db45 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 bf065c211a..99ba294fa6 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 ab5d615f76..349c220d31 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 c7d9990be4..6283433234 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 e28235abff..88a6fc7a0a 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 cd1330e08a..ed49e87028 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 5fd98199e7..4bb0a660f2 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 29052ab10a..1b8129e35e 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 8d7acb1d93..790ce2d0fa 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 3e053f311e..c7b8588caf 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 068b1b6aa9..ef20dcf209 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 855a963384..92da08017c 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 68647dac3b..0eec0d3959 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 8eea910df4..d6b6f3e0dc 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 fda10d70a2..6121af7bd0 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 38b7d356a6..5a4c305cd6 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 ba2780d6d0..d43fb88a7c 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 50ef7c73d2..38cdc99858 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 c986572c4f..eb2fdc8ee8 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 51e146d871..3b49599754 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 6f92ede98a..0e258c9e45 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 eabe1d0ca0..2240787b2d 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 34685df4a3..0eaa24d224 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 77ad38cf2c..4863bf6f07 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 37e383f4d0..258e3834b2 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 f54674d771..6c81b58d7b 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 f86e9a0ca2..7775953ab6 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 802edb5642..254abbf70c 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 f1eea04e1c..1c1124b197 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 35d990e3ef..13a4167478 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 8f9bd9fbf7..0ad56f926d 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 a9b253583f..cc422f4dbd 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 ed52695c0e..c4a46f2026 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 f01aeb54c6..b397c1ea45 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 c78f8d756b..f08055c411 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 1904322b9c..f96712a150 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 012f543e04..27c573d85d 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 faaed016f0..2a9daafb9d 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 5736f92886..3680eec853 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 015234e044..7c8e40a0c1 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 a5a009b417..bc6dd22f4b 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 514d85b69d..a581ffd571 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 ad19c92dcd..b0b5cab4de 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 99a0e2b79c..f0f7a82419 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 f4f302f4a8..861d631d4c 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 2d9ab26dec..33de8b3de0 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 c6265c7b1d..a2d9d07c15 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 831eca1cd2..17f73aded0 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 da96c9728c..401dbcf46e 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 0f3fcb83c8..8cf63f30f7 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 73239b8a5b..eba49105ac 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 02f7df3341..9c00652256 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 535b0a527f..2f47a5af60 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 40e3de69b5..aa138581b5 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 3bdfd6203d..3baa3499c4 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 2e078e50d3..1db01de56f 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 5b2e948b21..3ffbe36f8f 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 e0cc420fbe..f11f46c414 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 420cb1d4e3..a23307d683 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 5c27944eb3..e5c555d238 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 a860bcd3df..7a66dda17a 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 cebc895d64..d72c1b76f6 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 77c04992e0..db1bd2c112 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 3414a2cd1e..40f2086845 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 97aea0cfaf..b10bb92a6c 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 5742f8f5ed..e8a2438727 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 6f6d126469..9cc1d0916a 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 fc8e228d55..df011b9cd0 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 bfd6455a9b..94a4b1746a 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 ff4e2e0eb8..34ce4ecbd9 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 ea0b2e986f..8c779d5b4e 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 53bae1e648..66615520cd 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 d0af479236..18fc710f0c 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 51fffbe8ab..22021fb5e4 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 cd53320ab7..919a60eafa 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 8f8e3e2a09..618460e43a 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 a2519296ca..1e1468a165 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 697b12d29c..426ff57e12 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 b093a18cd4..ce82bfcff5 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 d23e16d450..45301e5ef1 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 be4b1ffa57..2e1361dd02 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 ed38dd6f06..206bca707a 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 2124b38446..5ac55d69c1 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 1150e034ff..6ef65f7d76 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 b4c24f8ca2..950e18bcc7 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 2f958a903f..f79aedf419 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 a1718e6fc9..cb240e92fb 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 6338fd25d2..a9126a8e7a 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 a46e8513fd..469247a300 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 6f525ad668..ddd41e9375 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 4450415e7e..25e130e231 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 77ade23402..a893183485 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 4d431be7af..11ac9a5d5c 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 eeb12548e7..c784fe71bd 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 8540c71398..94681b7271 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 a504c55dbf..fb3928684a 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 0ae8212a95..262a90a247 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 68ab84be86..2817144db2 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 4a2774f494..281567c65c 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 3013d8786e..f7b33e4909 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 824ac8f056..ee0d3c050c 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 2c96d409ac..2afc59e12e 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 b1c7a3c981..ebd1fd49b9 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 9c01e840c1..8e53073d29 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 f9b116a284..22d26290c8 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 202bcdc0f1..7499ab5b9b 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 952a229500..be4ab8eff4 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 e21fda5fb0..3e47367426 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 593502effe..ce114a6a72 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 57b359628b..3c9da9d31c 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 57123562fc..e1e8e39c29 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 c7653638c1..945299e9a5 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 5e7f40cfa2..2794a9409f 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 61ca2c4804..e08a77cce4 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 236f1237e7..3c683e4778 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 32719b5d5a..bd9c4fbcfe 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 9104ffe664..6afbc040da 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 2fc8c8e2fd..812cc45d9c 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 f6c29bf5bf..95fb5664f8 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 63c3b7c00a..89339a05ca 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 43a18b688b..4388488ebf 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 4a32446203..f0efa3ebcc 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 9936e07eee..9e9d7a646f 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 b5b1ec7913..237b790a4c 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 9d0f21d9b4..d74e05d487 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 7d4e945320..cd9b9a98e2 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 1f52be55db..9dd49ba97b 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 35ae99ba0a..80933ce169 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 dfd8c3c707..d137f33051 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 dfbefbdcf9..12ef45fd82 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 e5f7ac9987..3525173be9 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 a763fd884d..fcfcbc12b8 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 b24ecc8541..32cfbd00da 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 02f9155d8c..b974a4671f 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 2b5fdc8b60..635dca857c 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 22b8057719..fc63d03e54 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 78870e28ab..ab6ab7a699 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 94a808b06d..f816784884 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 18f9368a29..be080c7b2f 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 94481aefdf..5ff313e37e 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 7a46c42857..b5af135168 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 787961d668..f6dc80d320 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 a5f34dea34..11ef09bb88 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 d7fb78f03f..9a677779ab 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 ab1c75f3b2..6ae0212087 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 cf744a3cb6..9e70123283 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 a0b210f530..9e6d096f3d 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 293fcef6b8..ac18dbe985 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 1bbee447d6..7f4f744358 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 ed96e7d987..1b231e12fb 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 5b9d6e9c7c..e327c2b6d9 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 d11ff515b2..a70916d661 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 708522b149..4f7cdcabdb 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 cd05947966..021b70e542 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 b4c9286982..657a51568a 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 576b62c3c4..017c516952 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 2596453754..48befb9a45 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 0ea8822d25..76f0cb0d9e 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 f2350177c1..d0875f4b15 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Hugo Pereira Da Costa +SPDX-FileCopyrightText: 2015 Mika Allan Rauhala + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "decorationpalette.h" diff --git a/decorations/decorationpalette.h b/decorations/decorationpalette.h index f652c4e33a..501451c388 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2014 Hugo Pereira Da Costa +SPDX-FileCopyrightText: 2015 Mika Allan Rauhala + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_DECORATION_PALETTE_H diff --git a/decorations/decorationrenderer.cpp b/decorations/decorationrenderer.cpp index c44949c93e..dc3a87348c 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 86651f403d..c91106d2ca 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 15cafdab79..dd01f625a2 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 3210b04143..61b473d532 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 1dcec80c66..9546f475bd 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 f5b8e3b21a..7b0d859417 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 d730463025..379343a0ec 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 4dbd3f4867..4cb4754e01 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 88a86136ee..37a1604245 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 2175cf74c2..9e9b5a1f94 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 7ed120d0c4..05bcb64afd 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 c7ad1f6a9d..2f806e9edb 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 eafd127c3f..1d3c8ae0aa 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 dda7f64378..8f93f83d15 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 3e3b909e11..7169b78c57 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 e85b32949d..f09cf937a2 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 936a88e697..59394dcc59 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 61d8df7063..6a91dc54d6 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 403e27e7e9..90ea95f2b0 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 250b0a21d3..4942ea2666 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 a39882a723..97243f945d 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 60edd08efd..f981c6ebbe 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 2495cd4d71..d73647b0a4 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 7158e2b4b4..3a322937cf 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 572844376b..d736a9fd9c 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 bb9ce9ac96..e9d157531d 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 36236a491b..0fbb69e02c 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 0ba220c67e..54355b2d20 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 dbb08566f7..5ac88cf579 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 c82b76b83e..a6213025b4 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 0d57d8bcaa..cb220b576f 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 589d33ae40..4b1c5bc0ee 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 0c663c555f..36207a1987 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 e3964e4f97..2a65645c6a 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 4b347b1447..d375b787b3 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 b44918d4f5..b0197af418 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 87c916902a..ea06695188 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 549108da30..1c4de35b6e 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 35f65499ea..b551ca1a08 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 a286126828..ddc48a9cbd 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 28975ed862..924a097283 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 cf6451258c..a6e2f035d2 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 f61a126ec8..bf758d6fd6 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 3d7835618c..56acaebeaa 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 bb032b1dce..c44718845e 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 ac64432045..ba3238ba35 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2007 Lubos Lunak +SPDX-FileCopyrightText: 2008 Lucas Murray +SPDX-FileCopyrightText: 2009 Martin Gräßlin + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "desktopgrid.h" diff --git a/effects/desktopgrid/desktopgrid.h b/effects/desktopgrid/desktopgrid.h index 034bcc5b0c..5a18f3518e 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 23f6e2572c..92249ae397 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 6167293881..a56c1b9977 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 750a6de5d9..3659425f32 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 a91d689899..2ff3bcb3db 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 18c0073e02..3dbafffe4a 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2007 Lubos Lunak +SPDX-FileCopyrightText: 2007 Christian Nitschkowski +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own diff --git a/effects/diminactive/diminactive.h b/effects/diminactive/diminactive.h index f6fdb0df1a..8119255c81 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2007 Lubos Lunak +SPDX-FileCopyrightText: 2007 Christian Nitschkowski +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii + +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 b5dc45a393..8dbfab6807 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 1c01d8c1d4..675a3b082c 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 fc3364f109..277c321166 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 98e7d2c9e9..95ce04b12a 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 435042f772..bec5d4727c 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 70e03a1e29..5e93783c98 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 89b0679129..188fc77745 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 ba00f4f289..be7fa877d6 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 0d0233ecba..6566b8bfff 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 df623fb836..7fabb05a22 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 4d400d6786..035f6f6b40 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 5f6d0096c9..0f78a92de3 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 e4799883bb..e9711f9caa 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 f53f5cc1a2..4639ab8f00 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 317763730e..4dea1251f1 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 a8c95e9dea..40b99894ec 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 00c2219902..998ee39f0b 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2007 Philip Falkner +SPDX-FileCopyrightText: 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2010 Alexandre Pereira +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own diff --git a/effects/glide/glide.h b/effects/glide/glide.h index c470f2f8c7..dbb1dc1089 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2007 Philip Falkner +SPDX-FileCopyrightText: 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2010 Alexandre Pereira +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii + +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 a151b9b657..11f0220a3e 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 5a5f0a7358..df3723a25c 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 ecfb681b43..8789c553bc 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 dc3a6d92b2..70f6154419 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 bde5cb93d7..3c8a1e0738 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 e1304b69ae..832df7b8fb 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 efd53e1a86..c9d6b3b26b 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 e5237bca6a..124b5ac8a5 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 28dfb75141..046dd1eec9 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 b0feae0b36..dfe65d2e37 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 d338c90452..2fa7f17703 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 7a9b507c19..50c2e818d0 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 6b7065d3a6..76ada74c33 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 5a1ef0e490..e548ffbb21 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 b2b65fe292..8023922483 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 b802ae27fe..57678cfaa3 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 21619ee5f5..7cdb017a35 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 155ccf39ee..49cf7b29bc 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 6626241a93..dd8f49b578 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 197211643f..57e6234068 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 c4b838d96a..1bb6f59363 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 0c541f1357..2427e4124f 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 056301bc73..9fb6589c1d 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 a5e77ef0dc..271a7aa7d2 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 6b7ec1a920..6652d9428f 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 f8bf5b7e91..0d89f2af80 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 2eec1ef213..31b76586a0 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 636ee52c90..d7c53c9b54 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 f9c4a6d72a..6a2ac778e2 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 f9be52e49f..61c709f259 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 52713c9330..e07ff76623 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 2c421c743a..482fe1b06f 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 c56cf7da45..a3d5ed58c9 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 158a3ae2e5..9b6193c69f 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 20bd754cfd..f48df5955f 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 98861da7b7..5d9cf95587 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 ea36c2e325..1d646d014e 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 c81e48bf6b..9d5e42d5a9 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 c7a8740772..6ac1a0e761 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 bc15ea7624..f559544c3d 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 f6aca8737a..ef7688e034 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 8c8bd294f9..230bf6598a 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 4cdbb90493..0f191bbc67 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 299ae19821..f9f10a7294 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 647a5dfdae..17e6010123 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 7c07c23acc..e9f830c38d 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 24d9641f2e..1d4a499fe3 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 dc9e84e5ed..e29d23e262 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 3bbaa9e080..8a735c81ad 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 14790182d4..78d2c62670 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 1c573680bf..530c058618 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 080f927b90..297ef5e664 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 8a2279b91a..81884a8122 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2007 Philip Falkner +SPDX-FileCopyrightText: 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own diff --git a/effects/sheet/sheet.h b/effects/sheet/sheet.h index 9c05d1ed4d..aac52a46d5 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2007 Philip Falkner +SPDX-FileCopyrightText: 2009 Martin Gräßlin +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii + +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 4d58337f83..136dea593c 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 b10b4b5e8c..bcb144ddd9 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 ae89083b11..66124d4ef3 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 7d79a07fcf..203ccd6c07 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 685c433f45..f812eadfcf 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 bc103ab9ce..eebaf14f00 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 6094299fa9..2f1a85b13b 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 0523370d5b..cb5cb79931 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 34becbf6ad..227c0df313 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2007 Lubos Lunak +SPDX-FileCopyrightText: 2008 Lucas Murray +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own diff --git a/effects/slide/slide.h b/effects/slide/slide.h index 563d26c3ed..293462bd94 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2007 Lubos Lunak +SPDX-FileCopyrightText: 2008 Lucas Murray +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii + +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 32510202c5..4d1d5e6f36 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 473faf208f..3394a9c771 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 00356e8baf..3235336c1a 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 6cdf5f0059..c1463724b2 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 e9ffb65abb..ff51763b96 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 940ee604e8..81e699a7dd 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 3c0f41487c..8bd8b765db 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 c8b2d28059..2455b6fcb8 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 d48a4fa03b..54c37cb4a7 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 5f1264ea15..490cf354ca 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 59b94b9db7..f77002652f 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 0b99b3fe9e..8534158a24 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 dc46c7866c..c55ba48fc2 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 aed7ac5719..eba2eab1e9 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 4055892652..255ec958aa 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 69e74cf774..4cb12c7aae 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 6e1145c3c7..bbdecf6315 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 d38f0a4035..bb703fc2c5 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2010 Jorge Mata +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "trackmouse.h" diff --git a/effects/trackmouse/trackmouse.h b/effects/trackmouse/trackmouse.h index 49e0b916ad..c633b7015e 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 61b04b6704..655790029b 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 a3bdc4b258..4aa4d40d84 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 1f91a0dc76..f8ec24b8b5 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 f8d1925552..3439cda632 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 b2e45c8e9e..121d561464 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 b19562fe72..939d796118 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 20bd7c83bf..54a0d0aec6 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 247f47c56f..fb9988778f 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 4abfe682a1..9617a4ac76 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 b4465bdd5e..4287289075 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 05178b0751..08e59cc8a9 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 f423c9a19f..4e08ccfe14 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 ec31894fc4..8d48575983 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 d753e333a4..fcbc9fdd93 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 6e0fb60ad3..2f181bd356 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 14b0211e26..e92bddf484 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 d3f7984a27..fedc87d999 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 72fe20ddba..99954a6c95 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 9f3712b5b8..3b2269e98b 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 6f4c6cb12b..76798778ea 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 57d87033b7..a04ef8323b 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 7287adfa19..55f18cd8d0 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 542ef0c804..d4afea3ed4 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 32083fef1b..ad1bede0f8 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 0395213644..12dc33d145 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 e856b529f1..78a62d0523 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 f54f4536ad..c8d88afddb 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 53b06e3816..1c4dbd9b98 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 970c79fbf3..9642ce07f3 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 791f3862dd..1a57838660 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 cca70f9372..d212786482 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 41e5d9dce6..d514134ec7 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 cbaf90fb21..f699f14e1e 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 f2acd88ae8..78e9163da4 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 eb870fc9ca..00258834fd 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 4867caa4ba..021a55ab82 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2018 Roman Gilg +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "input.h" #include "effects.h" diff --git a/input.h b/input.h index 68ce308f34..71c30ad39e 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2013 Martin Gräßlin +SPDX-FileCopyrightText: 2018 Roman Gilg +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii + +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 83d3cdd9c8..0673c099ca 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 b44e9d0a5d..fb0488b0dc 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 35e94d9778..308a6846db 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 0b99f2d132..4220c8e1f0 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 120f537def..5c93b43d40 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 e131653c07..a71586e208 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 60e733b5ed..6d5e2da8b7 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 8d00b568ca..a9a6e6f142 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 7021eb97af..f13f3d8b83 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 371a6161a1..da392ba84b 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 ae0a1c2afd..2e784adec7 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 bdc197bf51..36b816168e 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 574bdb290b..7199a2ec67 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 83a9bd9e6d..d1b67f0810 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 85fccbeaac..6ccf188c3c 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 d86949dafa..66130431b2 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 e1895c32ec..c3cfb40835 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 fd9f9f278b..f0bcf2e0b8 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 c37db74854..2aeb351f29 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 616b88ae2d..0fd543cdc6 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 cd9ed6dade..632894dba7 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 dd996dab3c..27b717b077 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 abace01eb3..d0143a3556 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 988410b8c7..03f9c443d2 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 9fde4bffe9..e27eef47bc 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 b4f8ddda13..0c0d8e97f2 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 75944695aa..eca2438bc2 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 fcff634e34..468d37c258 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 ee7e6e2419..731840a159 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 1eeb4cd0b0..ba0d06b736 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 677bcd5f66..d32b4fb951 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 2f8c45bb4b..804d7ff3b6 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 3a54196ab4..208e52ca0d 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 b888de83cd..a0cb3ac7c9 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 2c6855b82a..87538e7fde 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 b060ab6412..9e0faf34ae 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 9d9f8ad7d1..e2ac2d2718 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 770bc22d68..4ad7d73be8 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 2a4aa0e162..1b9adf063c 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 2968757902..e4cb1588a7 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 e9a173f624..0dc13e56cd 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 a329ad3bc5..3e0447b5d0 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 898ec5ccdc..08b968ecd8 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 7d55d57122..23c4377c7c 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 e9e8b1d21e..0d308c7092 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 a5d851ab30..dcfa9c8541 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 51d55c1f54..40d8958f2f 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 83e9c08fdf..efb929afe2 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 f85d61d5a0..292beaa03f 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 c1d6a370cf..d26788c6d4 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 c70a23afae..32c98bd0f1 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 f88cf9123b..40e1300652 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 279a968a21..93bb8ed7fa 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 2a39003db5..3d5b8a020d 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 10f2c3d700..29f1fab20c 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 75173a0a39..c622da88f0 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 69b9b00310..2331da5a1d 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 9b18dc0ae1..6585fcd33f 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 7c50944945..66b563db2f 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 2ac2d0854e..233c95ea90 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 7782d46e06..d6e8812c81 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 0dec209c8c..3a845604d4 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 491111cc76..65d99302ee 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 51ae133bb2..44007f827e 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 7038f9bd28..ba60c042fb 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 8bee93c8f1..12a125079b 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 d69f805353..d137bab144 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 437a2b8f90..6c666ebfa2 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 2526b38ae4..299e4da120 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 6d0745b055..d6558cfe9b 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 2d7f4649a4..659f8c14d1 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 36d3a3c39b..b53bc9ff75 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 974bfd3c76..79240cc3d5 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 ce4778e5c2..ea1ade565f 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 350324cf7b..3997ae346f 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 86e465d207..5b7fca5b5e 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 b8fcbede5c..e734e6d864 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 747ddd7964..6742749234 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 1ac5a1f7fe..c0e8591de9 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 d0ea594a1a..2d7fed2b11 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2008 Martin Gräßlin +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2020 Cyril Rossi + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "main.h" diff --git a/kcmkwin/kwinscreenedges/main.h b/kcmkwin/kwinscreenedges/main.h index 30fdd42eef..07b117765d 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 4a830f1b19..3d52241bfe 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 3fb8b3e8d5..ead620ba6b 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 5fc429f4cd..a7a929c905 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 - - 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-FileCopyrightText: 2009 Marco Martin + + SPDX-License-Identifier: LGPL-2.0-or-later */ #include "screenpreviewwidget.h" diff --git a/kcmkwin/kwinscreenedges/screenpreviewwidget.h b/kcmkwin/kwinscreenedges/screenpreviewwidget.h index 02c5984f9c..0ce116388a 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 - - 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-FileCopyrightText: 2009 Marco Martin + + SPDX-License-Identifier: LGPL-2.0-or-later */ #ifndef SCREENPREVIEWWIDGET_H diff --git a/kcmkwin/kwinscreenedges/touch.cpp b/kcmkwin/kwinscreenedges/touch.cpp index 6ccbfd9d2a..84062ca66d 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2008 Martin Gräßlin +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2020 Cyril Rossi + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "touch.h" diff --git a/kcmkwin/kwinscreenedges/touch.h b/kcmkwin/kwinscreenedges/touch.h index 026097d180..5f1014d198 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 baa5175111..6931ea0bf9 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 2aab48a65d..9a1c5e3abf 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 983d37b4ab..8adb0dc104 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 b9e7c75efc..77b8513bc6 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 1eaaa174df..9c2edd2ea6 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 38371ddbd9..c546929792 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 e87651110a..170074bcb7 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 794a01f7a6..33de9cd332 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 9bc754f501..c84b02ef31 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 4d8f5762f9..62a2cc7b8b 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 a5acf11a0f..38b15c1c9b 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 4d3c3f48e9..7ca31e587f 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 c2f4c2592c..1e0a688fb3 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 b69199b319..473301e9b8 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 643bdbf416..0a5287bdfd 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 c9b70be6ee..5f8f33cf3c 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 e5c1c55c52..a0969193ca 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 5a4e194622..c658eed1e3 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 7a367c2bd2..cae01f0797 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 bf4f8ea28d..fb6b239969 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2012 Martin Gräßlin + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "killwindow.h" #include "abstract_client.h" diff --git a/killwindow.h b/killwindow.h index 9c00b32ab8..0752d7dd23 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2012 Martin Gräßlin + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_KILLWINDOW_H diff --git a/kwinbindings.cpp b/kwinbindings.cpp index b628c4d7e5..5411bbcfd7 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 69ca273f29..1ac85d6253 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 0ce47967b4..9da9fca307 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 fba0b89232..0818a90214 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 d9338247a9..8d92fcc953 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 309873c9ff..b3fdfb1571 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 1e1dfd22e8..abee5fc04e 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 e34c5d4b56..f8eaeef838 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 add7bf6617..173132924b 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 afb0af9b96..ab9b49d164 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 8a7c2f2263..c0fe60100d 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 a91b52d0e5..306ac141ef 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 32965d18ae..562654f5a5 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 e343cd5d2f..cd1fdce1d3 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 b43a8028af..47ca2745dd 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 debea6d0df..3dc7be69c1 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 0e7390f478..7b1f68a887 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 9c2252b5ba..bf4d22abb9 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 81aa1fa016..c34dad43f4 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "kwineffects.h" diff --git a/libkwineffects/kwineffects.h b/libkwineffects/kwineffects.h index d1b4d67c85..0fbe450247 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2010, 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2018 Vlad Zahorodnii + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWINEFFECTS_H diff --git a/libkwineffects/kwineglimagetexture.cpp b/libkwineffects/kwineglimagetexture.cpp index 96bd82faa9..596f053a25 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 4fd605c2cd..79874af043 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 20b629f434..c13fd5f031 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 53dc3a74ef..6d5d0c735d 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 ec9954239b..d9fa13c3bc 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 7187c6c050..190ae72b90 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2006-2007 Rivo Laks +SPDX-FileCopyrightText: 2010, 2011 Martin Gräßlin +SPDX-FileCopyrightText: 2012 Philipp Knechtges + +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 ccc390a517..00557d2f73 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 68d0847e09..d3f04b9128 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 c5e00f06ef..5105fd2808 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 39f0a780c5..4af1a038b4 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 6e5d86308d..ea86f44106 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 8b09fc0d0c..827d2db5c6 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 45dcfbd5ce..e1df610dd9 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 ecf9319eab..5fcfbbdbff 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 6b2c61e9d2..6ebffb5a79 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 394d3d5356..17ed4834d7 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 ba5f3ab651..1b2344ac57 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 b2b1861404..f1e2114657 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 0b26f2d7be..4a6a7e699a 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 165d1f6149..31a4a60fd1 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 fdb465c42c..316e2cc891 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 812c1dddd6..087aeada14 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 73c4f9e3d1..179be7dc71 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 788288764b..ea3489b6e0 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 316476e93f..83ea4483c3 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2014 Martin Gräßlin + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "main_x11.h" diff --git a/main_x11.h b/main_x11.h index d60188964b..d16dc2ba5a 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 313c413fc4..9c19472700 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 f4b7446ce7..aa04abbc38 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 2c9d4ecd79..f61ab4424c 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 617760fa40..d40d98cad3 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 65c91b21dd..0a9961689e 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 445cf30859..78eb2c7b11 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2013 Martin Gräßlin + +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 88de628b91..a071d6904b 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 92fddd0686..99941502fb 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 060a0cec27..ecdfa0c371 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2012 Martin Gräßlin + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "options.h" diff --git a/options.h b/options.h index 19e69bfef3..d915c5a348 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2012 Martin Gräßlin + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_OPTIONS_H diff --git a/osd.cpp b/osd.cpp index 601b8607e4..998330bac6 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 9e4582295f..18d56eb400 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 16bef73f32..66ef519515 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 c1e402b480..ec986b1da9 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 7f7a188512..5a11865467 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 3f3e466dbb..97174a881a 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 ac697519fd..8fc7620a1a 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 0afff215d1..7664de6ab8 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 a0fe02ac83..c17d626ef5 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 1997-2002 Cristian Tibirna +SPDX-FileCopyrightText: 2003 Lubos Lunak + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "placement.h" diff --git a/placement.h b/placement.h index b76db6d8ce..b2be2e3d41 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 1997-2002 Cristian Tibirna +SPDX-FileCopyrightText: 2003 Lubos Lunak + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_PLACEMENT_H diff --git a/platform.cpp b/platform.cpp index 945dda128c..6bd4f820fa 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 2792eee9c3..8aa2957dae 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 e3f16ee72d..ffcd1969f8 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 6aac89c3eb..8ae660977f 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 cba622bab5..a5ebeda93c 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 7f2b651644..7b6e432f51 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 411f661fc9..eacaf13025 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 f9b9c8cd09..4e34827fb6 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 cd6c8ce5f9..aeb373afff 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 834701b89d..b8b68e7d15 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 619a2ae656..9ac10da78b 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 cbc4d16369..b5603a34f6 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 936272002e..a18f8a7d68 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 5024f733a5..543ea8248f 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 263eea76d5..3118215668 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 819721170d..50b35d6c39 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 8cf20d93f3..a40b5daf49 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 7b51275f32..01f607da3d 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 260aac8883..69b063e437 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 65fb024f77..3a8d18d439 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 285a36e1c5..7b6794c7b2 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 cb02b7d031..eae56ac20c 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 eda5e76916..0b053398e9 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 58b3bf766b..2052eac2ad 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 a3575b4030..c08884d56f 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 f161eae30b..5e2a03e775 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 121467d632..d3af48503f 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 aa7fa755c0..6c1a0492bb 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 357136ca3b..ff527121b7 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 2225dfae34..c908ad9618 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 58841a7f4c..ff79b678c2 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 38b9ad584b..163d890a3a 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 e2eacc43b8..2582081aa6 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 812e6643b6..08c3b0d8dc 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 92703966c8..d11363a463 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 849ab66654..1e329ea872 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 32d6990958..7ebfa83dbb 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 2e7254265b..e0e5bac77a 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 95339457a9..0edfd58b3e 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 51720ecb15..11b7de9581 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 02c94b464f..96f01348cc 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 d06c448cef..2dea1ee34f 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 0bc660f7a5..b1043c2db3 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 39132f725f..3b93ba3e32 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 0b1a52e613..9eb62eea27 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 0466f6180e..671bba61e7 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 ac594e6bd2..562fdc8263 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 8628f79b57..cb84b1e3e8 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 58ed704f55..424e4612a2 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 a8dc37d66a..8de9c49be9 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 5196b2109b..7f41268f53 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 35726d56d0..93230ba264 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 e2b4b4663d..12ab9073ef 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 4a415142f0..ea59ad7e78 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 fc9cb0389f..3c0c350828 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 a32d9533a9..a328d8490e 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 863647f821..a60cddc00c 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 3e444ed36d..9eaf672bf0 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 63ddecdf72..2a814f0459 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 a5fc83976e..08deebc4fd 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 804d5d8e4f..14ca265477 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 136fbb8282..405ca86723 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 0205be7ec6..38ddce3516 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 286069e9cd..cc7d1458f8 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 785cf74845..eef1e7a5de 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 5a5793b5f4..fb2b9389b4 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 c3eb387537..2fcce7925d 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 146770fc55..d1fa50ed14 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 d52c5cb477..997802ff67 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 89f923c36f..32a58aee60 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 88bc902558..322ba37e70 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 6ff9ff67a3..59d3fab953 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 48eb5a6899..b11b8bdba9 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 279fa7edda..7c56f8ef04 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 769d3f2268..8c0cd4826c 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 149ee1ec80..8130be13a7 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 b8e88436c5..b2744b6e56 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 3b289907c5..b5f17bb41b 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 077e5a9e45..dab9b562d6 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 e38f3d5f08..8894c7a231 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 67e0034a71..973feb6ba2 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 48a16f6b23..ac5e0e31e6 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 535eb21845..4cab319f9f 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 a22f2aeeeb..a28f0676bf 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 30eb988fc1..4b87b3aef8 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 6c3220cbac..e659b220c6 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 c424df8465..5da87d9489 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 ca1beffca5..24463c97fa 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 897ea383cc..1d340d7af4 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 e4235345d3..2e9a89e741 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 b21a279679..f2ded1f0ec 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 0f62ad6079..f331cc2fe7 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 9f357dcfcd..327dc363dc 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 7edee4f2cc..71fdaada3b 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 5664208a5e..bf31542929 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 ddd1f6b3e1..649279bd01 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 dd1cf5d5b6..510d7e26aa 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 2a15b6a2fc..6cc3e863c5 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 e102b8c75c..90618d2f54 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 3270104d6d..31b83fb9f1 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 0e63542ec5..5332d600bb 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 2e2a5bedb2..b2be38a401 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 38f82b15e7..d1b7636717 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 78ef28b710..42813a9a4a 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 f8e6147fcf..ea99609b26 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 a40dc83c7b..99a1c357bd 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 8c04d57d1f..c77d8bda40 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 7b44623a6a..41563882a4 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 0512d184b2..2dd1780e1a 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 c95228a610..34df974cb0 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 d2c9871d58..9b4d49ab30 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 ad20891cd2..ef72cf162d 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 aa315a21a8..c5a01c5802 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 09f6db0325..07a8aff7f5 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 f680bf218b..aa27c99dd9 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 20f43fdb7d..c8040bac64 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 83db47e6b4..441af45675 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 d723892ea9..fc1fbd79df 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 3947cfb992..ba5d4617c6 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 8225f94f6c..0fcd7ed528 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 745f82642f..1d9b21389e 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 880c0e6fd9..481c8b8003 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 1c3339b73d..cb1a4106a6 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 dfdec642d0..12864d6bec 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 6be8488340..4b36922996 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 02ae8bb39f..9cebec07a7 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 6eddd6fe63..4a3f07a427 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 0af43eb0f3..30823945df 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 2b693f409a..2cf0cf30cf 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 5bba214a92..ecde657c8f 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 0867efde3a..223666ea60 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 961662d754..8c7b5f6e1b 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 740a87a3e2..6885c22113 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 17777726f4..8db89612a1 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 94c83b221e..7e7e95d005 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 be7845ead6..e286ab815f 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 c600c8f21f..64192e0323 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 1ea6d4e6b9..8fbc382f35 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 f34ef103a8..62580a29ed 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 bad2ada20b..fd41086ea9 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 399d4d264d..d9b2561d0f 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 dd03bbaeef..2bd245be45 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 a5286b483d..b1bdd7ac75 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 3bd2281806..5962043ebd 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 e93dd0a9ce..b8bd21fcf4 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 9a46b867e3..ac97583e9c 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 19fb1c0323..401c59c275 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 3ba90603e9..b23d195ca9 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 9a6d8f60da..ce9fb08973 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 35cc6cc446..299fe2e562 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 e755a823da..9ed63abf0f 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 54bd763ae3..da8fb65d76 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 77437b9dad..4449d26fb8 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 110239fe86..0e8eb23358 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 52f269ebda..d0d62cb06a 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 7defdd7d2d..88c85facc9 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 d0072b49c2..6854e85ba8 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 06761e82bc..ae9736af4c 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 6ed5cfae3e..2c72c70227 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 b23bafe589..1ef7859fb1 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 cb15efef89..c5be5b2e3c 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 f7d472cf7f..04af6bd479 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 e976ac72b7..986c724576 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 c9e649a712..253b429e02 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 dc31bdadd6..1e4519f97c 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 07fe50deab..130d9962aa 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 6a316c18c0..748ce734ed 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 cfc3a4e6a5..562adbb2e2 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 449e6c3469..056bcb0c50 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 038e2f2b13..31ed751fc2 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 7648012239..39e0d54d50 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 ea1af4af1f..b963f2eb36 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 0506b1fbad..cf82ca0b9d 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 40df3522e5..7745e62e63 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 eda15ba4eb..4c3571ab04 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 d2ec86ae5f..157866b1c4 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 796059b837..914353f9e5 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 321c15700f..056503f823 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 1dccd059cb..be2eaf927c 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 bb9dd4dbad..7990faf6d5 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 be5b698a9c..3e47da52b1 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 76ff3f83cd..ed16e1dfc1 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 da40eb1d89..c981c9fba4 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 959bbddf1e..3265434081 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 3a737b8ec5..344b5b167c 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 a100c6bceb..9651378863 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 4fd6fd2d51..de4fb83565 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 ed4649dcc3..9efc073858 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 6ff6f36483..210a44fc43 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 bf03ebcf7d..3b82666908 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 8c32be26d8..e584c32595 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 ac092543de..aeec096c6d 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 66fb47e41c..f763fb1952 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 f05872db38..98cde7edea 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 a69f3f2fca..670a64e431 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 3919b5915b..a2746b6c29 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 6fb5883497..4b619d7daf 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 39eb2c5304..94ecd0f214 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 35f5c39b85..7c694c356d 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2006 Lubos Lunak +SPDX-FileCopyrightText: 2009 Fredrik Höglund +SPDX-FileCopyrightText: 2013 Martin Gräßlin + +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 c6ed6d9578..bb94dca41d 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 6125f6a620..0d878496f5 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 04fd03e099..8806df637f 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 2d18fe7758..0a12b2b3f2 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 67ee567cd0..abf369dd55 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 556c70f8d2..88dbcafd47 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 2574341f63..ceb4a5b41e 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 b73ac62ac5..37991a0254 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 691adcc018..2cf1d49558 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 0098b68dad..f4022f96f7 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2013, 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2018 Roman Gilg +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii + +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 bbe8240f81..3479e663a1 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2013, 2016 Martin Gräßlin +SPDX-FileCopyrightText: 2018 Roman Gilg +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii + +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 0e8a0a55f0..bf512d333e 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 21ae3b4a62..e92e18eef1 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 a04b2e3b24..1f398d7c19 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 6b3ed3f034..d61965afca 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 b9ecddc28b..51e7835aab 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 1a0cb358fe..054642d99a 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 777f6b899e..47936934c2 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 b3cba6d2f2..0929389ebd 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 5b7579b580..d6b612e8bf 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 af8418006c..4cfbfaa4e6 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 c5f8181807..459a846c96 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 6b9c8bec95..7e1f693c1e 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 2e8d80ad79..6270b43657 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 207aa233e1..49098b50b1 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 0deb10d700..13977e85a9 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 9e7b597916..6ca6ca3e78 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 565c89511d..24e443c6d5 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 6d108a5541..ef4b59f5ab 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 5e2b2933a9..2aaaa920d2 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 19a394b7a0..5e2ebd7cce 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 a7159f79ca..8404ccddcf 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 0fc1f29481..84c8a3b414 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 59b7d3add6..3db5333d19 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 3e8d7e3c5b..ac0ce21642 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 1281101499..d707bb1222 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 5c47503cf9..acde492b93 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 53135ec086..9b533ec87d 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 2588d39f6b..7bbbde005c 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 8d123c63c8..a83fefaea0 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 3efe81388a..98f1d3eec2 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 f8e2d24248..a4ebfc7b8d 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 8dbf7bda14..b2bf9ecb9f 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 64bbf16c33..40dcd422b6 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 af13d4e32b..29bb32e691 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 2481d00896..a7eee1d811 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 5ccde33f70..f45517b7b1 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 cea7d43af6..3849f99b5b 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 e4a24ece2f..a670d401b9 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 349af623a0..7b05882e9d 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 22cf61f418..adb6cc243a 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 c6e07aef30..13b458a71d 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 b89818bc3e..7dfc22b081 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 a3f861910b..23231f8dce 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 c990e9018f..ac79a7e4f3 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 00360f97d2..4b55e2b436 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 d0fb00108e..3fb23bc01e 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 3efdf05f3a..b1f99ccb08 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 b32db04863..26083cdafe 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 781dc10050..333981575d 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 389f4fc485..b8e000e02f 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 74963b0300..2060528753 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 17ec434ff4..7c4cace8d3 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 8fe953238b..e8bf878d65 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 ccb0dafd5b..ccc67e7310 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 5f2e6195b4..d5297ee236 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 053258194d..03d18d0133 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 63c7e79eda..64aab72355 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 40d3b491e7..e4e1c5a82d 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 5116b37a5c..d4b488366b 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 b83abedf0a..098a7b0c2c 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 6b7707de5c..c83c6f0a76 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 4011ca56b9..207983e3f3 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 250b66eab9..f36eeba201 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 795142b70c..1b4ade7abf 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 a69b771f49..c80a180785 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 8d8338aea9..5384dead31 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 6816641a9b..b4a6e8b815 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 cce4336722..308c79a57a 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 7f4ff9bca9..da4c6e8b5f 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 87de23fc53..e7e0fce86f 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2009 Martin Gräßlin + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ //#define QT_CLEAN_NAMESPACE diff --git a/tabbox/tabbox.h b/tabbox/tabbox.h index ad3da3d87a..d32c167d67 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2009 Martin Gräßlin + +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 aae1b4ab59..daa68f8dc0 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 ae570be4e3..0638e96e22 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 7d83cafaf7..96eacccee0 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 f93f58c73c..45e98b60e8 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 0485e31d13..2d8ce78a27 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 acc2f9fb67..d8cf29cae3 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 0527e834bb..7a42354cd8 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 9411b44ab9..bf684cc372 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 1b9de52e6e..20e282294e 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 bce594118f..d950aa0b42 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 f5dc9a5268..d45ac79545 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 6b0aa51d54..30950a539f 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 ad72be8b89..6e8a6a2a51 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 85d853bf04..44974eefde 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 349b6280be..65ee388b9d 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 ed0136c932..7531d723e8 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 66722fda59..da26522cea 100644 --- a/tests/pointerconstraintstest.cpp +++ b/tests/pointerconstraintstest.cpp @@ -1,21 +1,7 @@ /******************************************************************** -Copyright 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-FileCopyrightText: 2018 Roman Gilg + +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 7d828763c7..3e35b4c3da 100644 --- a/tests/pointerconstraintstest.h +++ b/tests/pointerconstraintstest.h @@ -1,21 +1,7 @@ /******************************************************************** -Copyright 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-FileCopyrightText: 2018 Roman Gilg + +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 934fc653eb..3929d05cf0 100644 --- a/tests/pointerconstraintstest.qml +++ b/tests/pointerconstraintstest.qml @@ -1,21 +1,7 @@ /******************************************************************** -Copyright 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-FileCopyrightText: 2018 Roman Gilg + +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 7f433981cc..2d9cd69a0e 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 96614c6f1d..7e934bd05a 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 9fbaf19273..b867d33f35 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 363f58cf89..7ecf32d967 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 11068a76f4..0462e754ab 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 85e2d48b32..931d35d3e9 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 4c23d7a1ab..725060ebdb 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 0635b10a3b..f70f78a6bd 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 28af70cae5..d3394b3115 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 0a74c15877..655c1cf09c 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 c0fcaf5ae3..dda585cb02 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 21273c04c9..8d14a05506 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 bef339111b..b82e343855 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 834b24a841..0334182af6 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 c00520e513..97f3229a70 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 8e3695362c..10cef66e9d 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 3194528316..7369122930 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 1b565506f5..ac69358dfa 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 29bc9b9267..b6c58a05b2 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 6323e248d0..6516c45963 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 a0b36d4136..1b14d6d263 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 f8f6a324ae..24fc5e4b16 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 d3321a1a25..e93289017f 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 a439460926..6e55292251 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 6d34947395..9efa6db10a 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 aa9af454a2..9630cec157 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 071ad0d940..9c9723dd6d 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 7e114d5453..09658d8fba 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 21d2bad33b..c287855400 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 f54b31063b..4be3738c3b 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 9efe501f52..66236b0576 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 1cc33710a2..5886791843 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 b1212b713c..5fe719b384 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 6c8fcbae1a..91a7b3c033 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 8fd9b7d6ab..cba1936abd 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 f91971838f..fa07c6a01d 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 1c140a62d4..2cbeaaab95 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 80998fdfda..6f60d08cae 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 42412c5bb2..f438f8dd6d 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 fcf85bce50..ad16c20ccd 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 a38638689b..9c9f3118cb 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 bb5c696b99..df7f4664b5 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 68f075ce94..971fed7626 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 be5e0f3488..4fd22f74c8 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ // own #include "workspace.h" diff --git a/workspace.h b/workspace.h index 18206d5cf6..2e6054d38d 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich +SPDX-FileCopyrightText: 2003 Lubos Lunak +SPDX-FileCopyrightText: 2009 Lucas Murray +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #ifndef KWIN_WORKSPACE_H diff --git a/x11client.cpp b/x11client.cpp index 6f8eab45ab..47303b91b2 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 132584b542..4e8cf1c6ae 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 ea2daf91be..2d38991dcb 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 5b60351fc7..3f293e165b 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 9ae7a8a8d6..1cf71b9fd1 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 f2ed638071..c679e69520 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 fb33c50cd1..122bea0183 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 e61718d74f..b7d6c84a49 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 c42c47af96..ea2a204885 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2018 David Edmundson +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #include "xdgshellclient.h" #include "deleted.h" diff --git a/xdgshellclient.h b/xdgshellclient.h index 74ec7fcd30..cb3cc7ee89 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2015 Martin Gräßlin +SPDX-FileCopyrightText: 2018 David Edmundson +SPDX-FileCopyrightText: 2019 Vlad Zahorodnii + +SPDX-License-Identifier: GPL-2.0-or-later *********************************************************************/ #pragma once diff --git a/xkb.cpp b/xkb.cpp index b305b7f819..f67e77ceab 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 8df68f0f3b..dfea00be7b 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 3c87f4804e..91e5dee80d 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 f0376f302e..4843ea1de5 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 2560918921..acd7382f54 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 32c72109d6..2738f7e5bb 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 c3f63fb722..aa44026cdb 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 e7a17c2802..b3e44a648a 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 23b34dba15..81ab60ffb7 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 5e4b63496b..a105c76398 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 73ec07177b..0ed5f5ceaa 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 0877da775e..b8f8891e2b 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 8aedfc2a1d..b4e575aa5e 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 c26ee2197b..b97ee1539e 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 a26f72ba14..569300721c 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 76a9bde633..933d923f20 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 4188f80135..24e5a7546d 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 51e817c17f..97c182911e 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 f391679832..ab8524d77b 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 6ab16dd5fa..a316885459 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 b2651e4aab..821f0ae821 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 97949e0285..c85e60894f 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 5b193875c0..13c606b4e0 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 50d2e671e1..8a2e0ec1a8 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 - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +SPDX-FileCopyrightText: 2014 Martin Gräßlin +SPDX-FileCopyrightText: 2019 Roman Gilg +SPDX-FileCopyrightText: 2020 Vlad Zahorodnii + +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 019e9270a7..305e3fba6d 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 454b4ce939..26fd62f03a 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 baa645fc63..3b85dcdd9a 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