From 79d82382b3ea1b7d77e3a47a96a786557588787a Mon Sep 17 00:00:00 2001 From: Max Gaukler Date: Tue, 11 Sep 2018 16:05:17 +0200 Subject: [PATCH 1/5] Clarify licenses - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library --- .appveyor.yml | 1 + CMakeScripts/ConfigCPack.cmake | 2 +- CMakeScripts/Install.cmake | 6 +- CMakeScripts/InstallMSYS2.cmake | 8 +- COPYING | 36 +- LICENSES/GPL-2.0-or-later.txt | 15 + GPL2.txt => LICENSES/GPL-2.0.txt | 0 LICENSES/GPL-3.0-or-later.txt | 15 + GPL3.txt => LICENSES/GPL-3.0.txt | 0 LICENSES/LGPL-2.1-or-later.txt | 12 + LGPL2.1.txt => LICENSES/LGPL-2.1.txt | 0 LICENSES/LGPL-3.0-or-later.txt | 12 + LICENSES/LGPL-3.0.txt | 165 +++++++ LICENSES/MPL-1.1.txt | 422 ++++++++++++++++++ _clang-format | 1 + astylerc | 2 + config.h.cmake | 1 + download-gtest.sh | 1 + inkscape.appdata.xml.in | 1 + inkscape.desktop.in | 1 + inkscape.desktop.template | 1 + man/CMakeLists.txt | 1 + packaging/win32/inkscape.nsi | 6 +- po/CMakeLists.txt | 1 + share/CMakeLists.txt | 1 + share/attributes/CMakeLists.txt | 1 + share/branding/CMakeLists.txt | 1 + share/examples/CMakeLists.txt | 1 + share/filters/CMakeLists.txt | 1 + share/fonts/CMakeLists.txt | 1 + share/gradients/CMakeLists.txt | 1 + share/icons/application/CMakeLists.txt | 1 + share/keys/CMakeLists.txt | 1 + share/markers/CMakeLists.txt | 1 + share/palettes/CMakeLists.txt | 1 + share/patterns/CMakeLists.txt | 1 + share/pixmaps/CMakeLists.txt | 1 + share/screens/CMakeLists.txt | 1 + share/symbols/CMakeLists.txt | 1 + share/templates/CMakeLists.txt | 1 + share/tutorials/CMakeLists.txt | 1 + share/ui/CMakeLists.txt | 1 + snap/snapcraft.yaml | 1 + src/CMakeLists.txt | 1 + src/attribute-rel-css.cpp | 9 + src/attribute-rel-css.h | 9 + src/attribute-rel-svg.cpp | 9 + src/attribute-rel-svg.h | 9 + src/attribute-rel-util.cpp | 9 + src/attribute-rel-util.h | 9 + src/attribute-sort-util.cpp | 9 + src/attribute-sort-util.h | 18 +- src/attributes.cpp | 3 +- src/attributes.h | 3 +- src/axis-manip.cpp | 3 +- src/axis-manip.h | 3 +- src/bad-uri-exception.h | 9 + src/cms-color-types.h | 9 + src/cms-system.h | 9 + src/color-profile-cms-fns.h | 9 + src/color-rgba.h | 3 +- src/color.cpp | 3 +- src/color.h | 3 +- src/colorspace.h | 3 +- src/composite-undo-stack-observer.cpp | 3 +- src/composite-undo-stack-observer.h | 3 +- src/conditions.cpp | 3 +- src/conditions.h | 9 + src/conn-avoid-ref.cpp | 3 +- src/conn-avoid-ref.h | 3 +- src/console-output-undo-observer.cpp | 3 +- src/console-output-undo-observer.h | 3 +- src/context-fns.cpp | 9 + src/context-fns.h | 5 +- src/debug/CMakeLists.txt | 1 + src/debug/demangle.cpp | 3 +- src/debug/demangle.h | 3 +- src/debug/event-tracker.h | 3 +- src/debug/event.h | 3 +- src/debug/gc-heap.h | 3 +- src/debug/gdk-event-latency-tracker.cpp | 3 +- src/debug/gdk-event-latency-tracker.h | 3 +- src/debug/heap.cpp | 3 +- src/debug/heap.h | 3 +- src/debug/log-display-config.cpp | 3 +- src/debug/log-display-config.h | 3 +- src/debug/logger.cpp | 3 +- src/debug/logger.h | 3 +- src/debug/simple-event.h | 3 +- src/debug/sysv-heap.cpp | 3 +- src/debug/sysv-heap.h | 3 +- src/debug/timestamp.cpp | 3 +- src/debug/timestamp.h | 3 +- src/deptool.cpp | 22 +- src/desktop-events.cpp | 3 +- src/desktop-events.h | 3 +- src/desktop-style.cpp | 5 +- src/desktop-style.h | 3 +- src/desktop.cpp | 3 +- src/desktop.h | 3 +- src/device-manager.cpp | 3 +- src/device-manager.h | 3 +- src/display/CMakeLists.txt | 1 + src/display/cairo-templates.h | 3 +- src/display/cairo-utils.cpp | 3 +- src/display/cairo-utils.h | 3 +- src/display/canvas-arena.cpp | 3 +- src/display/canvas-arena.h | 3 +- src/display/canvas-axonomgrid.cpp | 15 +- src/display/canvas-axonomgrid.h | 3 +- src/display/canvas-bpath.cpp | 3 +- src/display/canvas-bpath.h | 3 +- src/display/canvas-debug.cpp | 3 +- src/display/canvas-debug.h | 3 +- src/display/canvas-grid.cpp | 11 +- src/display/canvas-grid.h | 9 +- src/display/canvas-rotate.cpp | 3 +- src/display/canvas-rotate.h | 3 +- src/display/canvas-temporary-item-list.cpp | 3 +- src/display/canvas-temporary-item-list.h | 3 +- src/display/canvas-temporary-item.cpp | 3 +- src/display/canvas-temporary-item.h | 3 +- src/display/canvas-text.cpp | 3 +- src/display/canvas-text.h | 3 +- src/display/curve-test.h | 9 + src/display/curve.cpp | 3 +- src/display/curve.h | 3 +- src/display/drawing-context.cpp | 3 +- src/display/drawing-context.h | 3 +- src/display/drawing-group.cpp | 3 +- src/display/drawing-group.h | 3 +- src/display/drawing-image.cpp | 3 +- src/display/drawing-image.h | 3 +- src/display/drawing-item.cpp | 3 +- src/display/drawing-item.h | 3 +- src/display/drawing-pattern.cpp | 3 +- src/display/drawing-pattern.h | 3 +- src/display/drawing-shape.cpp | 3 +- src/display/drawing-shape.h | 3 +- src/display/drawing-surface.cpp | 3 +- src/display/drawing-surface.h | 3 +- src/display/drawing-text.cpp | 3 +- src/display/drawing-text.h | 3 +- src/display/drawing.cpp | 3 +- src/display/drawing.h | 3 +- src/display/gnome-canvas-acetate.cpp | 3 +- src/display/gnome-canvas-acetate.h | 3 +- src/display/grayscale.cpp | 3 +- src/display/grayscale.h | 3 +- src/display/guideline.cpp | 3 +- src/display/guideline.h | 3 +- src/display/nr-3dutils.cpp | 3 +- src/display/nr-3dutils.h | 3 +- src/display/nr-filter-blend.cpp | 3 +- src/display/nr-filter-blend.h | 3 +- src/display/nr-filter-colormatrix.cpp | 3 +- src/display/nr-filter-colormatrix.h | 3 +- src/display/nr-filter-component-transfer.cpp | 3 +- src/display/nr-filter-component-transfer.h | 3 +- src/display/nr-filter-composite.cpp | 3 +- src/display/nr-filter-composite.h | 3 +- src/display/nr-filter-convolve-matrix.cpp | 3 +- src/display/nr-filter-convolve-matrix.h | 3 +- src/display/nr-filter-diffuselighting.cpp | 3 +- src/display/nr-filter-diffuselighting.h | 3 +- src/display/nr-filter-displacement-map.cpp | 3 +- src/display/nr-filter-displacement-map.h | 3 +- src/display/nr-filter-flood.cpp | 3 +- src/display/nr-filter-flood.h | 3 +- src/display/nr-filter-gaussian.cpp | 3 +- src/display/nr-filter-gaussian.h | 3 +- src/display/nr-filter-image.cpp | 3 +- src/display/nr-filter-image.h | 3 +- src/display/nr-filter-merge.cpp | 3 +- src/display/nr-filter-merge.h | 3 +- src/display/nr-filter-morphology.cpp | 3 +- src/display/nr-filter-morphology.h | 3 +- src/display/nr-filter-offset.cpp | 3 +- src/display/nr-filter-offset.h | 3 +- src/display/nr-filter-primitive.cpp | 3 +- src/display/nr-filter-primitive.h | 3 +- src/display/nr-filter-skeleton.cpp | 3 +- src/display/nr-filter-skeleton.h | 3 +- src/display/nr-filter-slot.cpp | 3 +- src/display/nr-filter-slot.h | 3 +- src/display/nr-filter-specularlighting.cpp | 3 +- src/display/nr-filter-specularlighting.h | 5 +- src/display/nr-filter-tile.cpp | 3 +- src/display/nr-filter-tile.h | 3 +- src/display/nr-filter-turbulence.cpp | 3 +- src/display/nr-filter-turbulence.h | 3 +- src/display/nr-filter-types.h | 9 + src/display/nr-filter-units.cpp | 3 +- src/display/nr-filter-units.h | 3 +- src/display/nr-filter-utils.h | 3 +- src/display/nr-filter.cpp | 3 +- src/display/nr-filter.h | 3 +- src/display/nr-light-types.h | 9 + src/display/nr-light.cpp | 3 +- src/display/nr-light.h | 9 + src/display/nr-style.cpp | 3 +- src/display/nr-style.h | 3 +- src/display/nr-svgfonts.cpp | 3 +- src/display/nr-svgfonts.h | 3 +- src/display/rendermode.h | 9 + src/display/snap-indicator.cpp | 3 +- src/display/snap-indicator.h | 3 +- src/display/sodipodi-ctrl.cpp | 9 + src/display/sodipodi-ctrl.h | 9 + src/display/sodipodi-ctrlrect.cpp | 3 +- src/display/sodipodi-ctrlrect.h | 3 +- src/display/sp-canvas-group.h | 3 +- src/display/sp-canvas-item.h | 3 +- src/display/sp-canvas-util.cpp | 3 +- src/display/sp-canvas-util.h | 3 +- src/display/sp-canvas.cpp | 3 +- src/display/sp-canvas.h | 3 +- src/display/sp-ctrlcurve.cpp | 3 +- src/display/sp-ctrlcurve.h | 3 +- src/display/sp-ctrlline.cpp | 3 +- src/display/sp-ctrlline.h | 3 +- src/display/sp-ctrlquadr.cpp | 3 +- src/display/sp-ctrlquadr.h | 3 +- src/document-subset.cpp | 3 +- src/document-subset.h | 3 +- src/document-undo.cpp | 3 +- src/document-undo.h | 9 + src/document.cpp | 3 +- src/document.h | 3 +- src/doxygen-main.dox | 3 +- src/ege-color-prof-tracker.cpp | 1 + src/ege-color-prof-tracker.h | 1 + src/enums.h | 3 +- src/event-log.cpp | 3 +- src/event-log.h | 3 +- src/event.h | 7 +- src/extension/CMakeLists.txt | 1 + src/extension/db.cpp | 3 +- src/extension/db.h | 3 +- src/extension/dbus/CMakeLists.txt | 1 + src/extension/dbus/application-interface.cpp | 5 +- src/extension/dbus/application-interface.h | 3 +- src/extension/dbus/application-interface.xml | 3 +- src/extension/dbus/builddocs.sh | 2 + src/extension/dbus/dbus-init.cpp | 7 +- src/extension/dbus/dbus-init.h | 3 +- src/extension/dbus/doc/config.xsl | 1 + .../dbus/doc/dbus-introspect-docs.dtd | 1 + src/extension/dbus/doc/docbook.css | 1 + src/extension/dbus/doc/spec-to-docbook.xsl | 3 +- src/extension/dbus/document-interface.cpp | 5 +- src/extension/dbus/document-interface.h | 7 +- src/extension/dbus/document-interface.xml | 3 +- src/extension/dbus/org.inkscape.service.in | 1 + src/extension/dbus/proposed-interface.xml | 3 +- src/extension/dbus/pytester.py | 1 + src/extension/dbus/wrapper/inkdbus.pc.in | 1 + .../dbus/wrapper/inkscape-dbus-wrapper.c | 9 + .../dbus/wrapper/inkscape-dbus-wrapper.h | 9 + src/extension/dependency.cpp | 3 +- src/extension/dependency.h | 3 +- src/extension/effect.cpp | 3 +- src/extension/effect.h | 3 +- src/extension/error-file.cpp | 3 +- src/extension/error-file.h | 3 +- src/extension/execution-env.cpp | 3 +- src/extension/execution-env.h | 3 +- src/extension/extension.cpp | 3 +- src/extension/extension.h | 3 +- src/extension/find_extension_by_mime.h | 3 +- .../implementation/implementation.cpp | 3 +- src/extension/implementation/implementation.h | 5 +- src/extension/implementation/script.cpp | 3 +- src/extension/implementation/script.h | 3 +- src/extension/implementation/xslt.cpp | 3 +- src/extension/implementation/xslt.h | 3 +- src/extension/init.cpp | 3 +- src/extension/init.h | 3 +- src/extension/input.cpp | 3 +- src/extension/input.h | 3 +- .../internal/bitmap/adaptiveThreshold.cpp | 3 +- .../internal/bitmap/adaptiveThreshold.h | 3 +- src/extension/internal/bitmap/addNoise.cpp | 5 +- src/extension/internal/bitmap/addNoise.h | 3 +- src/extension/internal/bitmap/blur.cpp | 3 +- src/extension/internal/bitmap/blur.h | 3 +- src/extension/internal/bitmap/channel.cpp | 3 +- src/extension/internal/bitmap/channel.h | 3 +- src/extension/internal/bitmap/charcoal.cpp | 5 +- src/extension/internal/bitmap/charcoal.h | 5 +- src/extension/internal/bitmap/colorize.cpp | 3 +- src/extension/internal/bitmap/colorize.h | 3 +- src/extension/internal/bitmap/contrast.cpp | 3 +- src/extension/internal/bitmap/contrast.h | 3 +- src/extension/internal/bitmap/crop.cpp | 3 +- src/extension/internal/bitmap/crop.h | 3 +- .../internal/bitmap/cycleColormap.cpp | 3 +- src/extension/internal/bitmap/cycleColormap.h | 3 +- src/extension/internal/bitmap/despeckle.cpp | 3 +- src/extension/internal/bitmap/despeckle.h | 3 +- src/extension/internal/bitmap/edge.cpp | 3 +- src/extension/internal/bitmap/edge.h | 3 +- src/extension/internal/bitmap/emboss.cpp | 3 +- src/extension/internal/bitmap/emboss.h | 3 +- src/extension/internal/bitmap/enhance.cpp | 3 +- src/extension/internal/bitmap/enhance.h | 3 +- src/extension/internal/bitmap/equalize.cpp | 3 +- src/extension/internal/bitmap/equalize.h | 3 +- .../internal/bitmap/gaussianBlur.cpp | 5 +- src/extension/internal/bitmap/gaussianBlur.h | 5 +- src/extension/internal/bitmap/imagemagick.cpp | 3 +- src/extension/internal/bitmap/imagemagick.h | 3 +- src/extension/internal/bitmap/implode.cpp | 5 +- src/extension/internal/bitmap/implode.h | 5 +- src/extension/internal/bitmap/level.cpp | 5 +- src/extension/internal/bitmap/level.h | 5 +- .../internal/bitmap/levelChannel.cpp | 5 +- src/extension/internal/bitmap/levelChannel.h | 5 +- .../internal/bitmap/medianFilter.cpp | 5 +- src/extension/internal/bitmap/medianFilter.h | 5 +- src/extension/internal/bitmap/modulate.cpp | 5 +- src/extension/internal/bitmap/modulate.h | 5 +- src/extension/internal/bitmap/negate.cpp | 5 +- src/extension/internal/bitmap/negate.h | 5 +- src/extension/internal/bitmap/normalize.cpp | 5 +- src/extension/internal/bitmap/normalize.h | 5 +- src/extension/internal/bitmap/oilPaint.cpp | 5 +- src/extension/internal/bitmap/oilPaint.h | 5 +- src/extension/internal/bitmap/opacity.cpp | 5 +- src/extension/internal/bitmap/opacity.h | 5 +- src/extension/internal/bitmap/raise.cpp | 5 +- src/extension/internal/bitmap/raise.h | 5 +- src/extension/internal/bitmap/reduceNoise.cpp | 5 +- src/extension/internal/bitmap/reduceNoise.h | 5 +- src/extension/internal/bitmap/sample.cpp | 5 +- src/extension/internal/bitmap/sample.h | 5 +- src/extension/internal/bitmap/shade.cpp | 5 +- src/extension/internal/bitmap/shade.h | 5 +- src/extension/internal/bitmap/sharpen.cpp | 5 +- src/extension/internal/bitmap/sharpen.h | 5 +- src/extension/internal/bitmap/solarize.cpp | 5 +- src/extension/internal/bitmap/solarize.h | 5 +- src/extension/internal/bitmap/spread.cpp | 5 +- src/extension/internal/bitmap/spread.h | 5 +- src/extension/internal/bitmap/swirl.cpp | 5 +- src/extension/internal/bitmap/swirl.h | 5 +- src/extension/internal/bitmap/threshold.cpp | 5 +- src/extension/internal/bitmap/threshold.h | 5 +- src/extension/internal/bitmap/unsharpmask.cpp | 5 +- src/extension/internal/bitmap/unsharpmask.h | 5 +- src/extension/internal/bitmap/wave.cpp | 5 +- src/extension/internal/bitmap/wave.h | 5 +- src/extension/internal/bluredge.cpp | 7 +- src/extension/internal/bluredge.h | 3 +- src/extension/internal/cairo-png-out.cpp | 3 +- src/extension/internal/cairo-png-out.h | 3 +- src/extension/internal/cairo-ps-out.cpp | 3 +- src/extension/internal/cairo-ps-out.h | 3 +- .../internal/cairo-render-context.cpp | 5 +- src/extension/internal/cairo-render-context.h | 3 +- .../internal/cairo-renderer-pdf-out.cpp | 3 +- .../internal/cairo-renderer-pdf-out.h | 3 +- src/extension/internal/cairo-renderer.cpp | 4 +- src/extension/internal/cairo-renderer.h | 5 +- src/extension/internal/cdr-input.cpp | 3 +- src/extension/internal/cdr-input.h | 3 +- src/extension/internal/clear-n_.h | 11 +- src/extension/internal/emf-inout.cpp | 3 +- src/extension/internal/emf-inout.h | 3 +- src/extension/internal/emf-print.cpp | 3 +- src/extension/internal/emf-print.h | 3 +- src/extension/internal/filter/bevels.h | 3 +- src/extension/internal/filter/blurs.h | 3 +- src/extension/internal/filter/bumps.h | 3 +- src/extension/internal/filter/color.h | 3 +- src/extension/internal/filter/distort.h | 3 +- src/extension/internal/filter/filter-all.cpp | 3 +- src/extension/internal/filter/filter-file.cpp | 3 +- src/extension/internal/filter/filter.cpp | 3 +- src/extension/internal/filter/filter.h | 3 +- src/extension/internal/filter/image.h | 3 +- src/extension/internal/filter/morphology.h | 3 +- src/extension/internal/filter/overlays.h | 3 +- src/extension/internal/filter/paint.h | 3 +- src/extension/internal/filter/protrusions.h | 3 +- src/extension/internal/filter/shadows.h | 3 +- src/extension/internal/filter/textures.h | 3 +- src/extension/internal/filter/transparency.h | 3 +- src/extension/internal/gdkpixbuf-input.cpp | 10 + src/extension/internal/gdkpixbuf-input.h | 9 + src/extension/internal/gimpgrad.cpp | 3 +- src/extension/internal/gimpgrad.h | 3 +- src/extension/internal/grid.cpp | 3 +- src/extension/internal/grid.h | 3 +- src/extension/internal/image-resolution.cpp | 3 +- src/extension/internal/image-resolution.h | 3 +- src/extension/internal/javafx-out.cpp | 3 +- src/extension/internal/javafx-out.h | 3 +- src/extension/internal/latex-pstricks-out.cpp | 3 +- src/extension/internal/latex-pstricks-out.h | 3 +- src/extension/internal/latex-pstricks.cpp | 5 +- src/extension/internal/latex-pstricks.h | 7 +- .../internal/latex-text-renderer.cpp | 3 +- src/extension/internal/latex-text-renderer.h | 5 +- src/extension/internal/metafile-inout.cpp | 3 +- src/extension/internal/metafile-inout.h | 3 +- src/extension/internal/metafile-print.cpp | 3 +- src/extension/internal/metafile-print.h | 3 +- src/extension/internal/odf.cpp | 35 +- src/extension/internal/odf.h | 22 +- src/extension/internal/pdfinput/pdf-input.cpp | 3 +- src/extension/internal/pdfinput/pdf-input.h | 3 +- .../internal/pdfinput/pdf-parser.cpp | 15 +- src/extension/internal/pdfinput/pdf-parser.h | 14 +- .../pdfinput/poppler-transition-api.h | 11 + .../internal/pdfinput/svg-builder.cpp | 7 +- src/extension/internal/pdfinput/svg-builder.h | 3 +- src/extension/internal/pov-out.cpp | 3 +- src/extension/internal/pov-out.h | 3 +- src/extension/internal/svg.cpp | 3 +- src/extension/internal/svg.h | 3 +- src/extension/internal/svgz.cpp | 3 +- src/extension/internal/svgz.h | 3 +- src/extension/internal/text_reassemble.c | 12 + src/extension/internal/text_reassemble.h | 10 + src/extension/internal/vsd-input.cpp | 3 +- src/extension/internal/vsd-input.h | 3 +- src/extension/internal/wmf-inout.cpp | 3 +- src/extension/internal/wmf-inout.h | 3 +- src/extension/internal/wmf-print.cpp | 3 +- src/extension/internal/wmf-print.h | 3 +- src/extension/internal/wpg-input.cpp | 5 +- src/extension/internal/wpg-input.h | 3 +- src/extension/loader.cpp | 3 +- src/extension/loader.h | 3 +- src/extension/output.cpp | 3 +- src/extension/output.h | 3 +- src/extension/param/bool.cpp | 3 +- src/extension/param/bool.h | 3 +- src/extension/param/color.cpp | 3 +- src/extension/param/color.h | 3 +- src/extension/param/description.cpp | 3 +- src/extension/param/description.h | 3 +- src/extension/param/enum.cpp | 3 +- src/extension/param/enum.h | 3 +- src/extension/param/float.cpp | 3 +- src/extension/param/float.h | 3 +- src/extension/param/int.cpp | 3 +- src/extension/param/int.h | 3 +- src/extension/param/notebook.cpp | 3 +- src/extension/param/notebook.h | 3 +- src/extension/param/parameter.cpp | 3 +- src/extension/param/parameter.h | 3 +- src/extension/param/radiobutton.cpp | 3 +- src/extension/param/radiobutton.h | 3 +- src/extension/param/string.cpp | 3 +- src/extension/param/string.h | 3 +- src/extension/patheffect.cpp | 3 +- src/extension/patheffect.h | 3 +- src/extension/plugins/CMakeLists.txt | 1 + src/extension/plugins/grid2/CMakeLists.txt | 1 + src/extension/plugins/grid2/grid.cpp | 3 +- src/extension/plugins/grid2/grid.h | 3 +- src/extension/plugins/grid2/libgrid2.inx | 1 + src/extension/prefdialog.cpp | 3 +- src/extension/prefdialog.h | 3 +- src/extension/print.cpp | 3 +- src/extension/print.h | 3 +- src/extension/system.cpp | 3 +- src/extension/system.h | 3 +- src/extension/timer.cpp | 3 +- src/extension/timer.h | 3 +- src/extract-uri.cpp | 9 + src/extract-uri.h | 9 + src/file-update.cpp | 9 + src/file.cpp | 3 +- src/file.h | 3 +- src/fill-or-stroke.h | 8 +- src/filter-chemistry.cpp | 3 +- src/filter-chemistry.h | 3 +- src/filter-enums.cpp | 3 +- src/filter-enums.h | 3 +- src/gc-anchored.cpp | 3 +- src/gc-anchored.h | 3 +- src/gc-finalized.cpp | 9 + src/gc-finalized.h | 18 +- src/gradient-chemistry.cpp | 3 +- src/gradient-chemistry.h | 3 +- src/gradient-drag.cpp | 3 +- src/gradient-drag.h | 3 +- src/graphlayout.cpp | 3 +- src/graphlayout.h | 3 +- src/guide-snapper.cpp | 3 +- src/guide-snapper.h | 3 +- src/help.cpp | 3 +- src/help.h | 3 +- src/helper-fns.h | 3 +- src/helper/CMakeLists.txt | 1 + src/helper/action-context.cpp | 3 +- src/helper/action-context.h | 3 +- src/helper/action.cpp | 17 +- src/helper/action.h | 13 +- src/helper/geom-curves.h | 3 +- src/helper/geom-nodetype.cpp | 3 +- src/helper/geom-nodetype.h | 3 +- src/helper/geom-pathstroke.cpp | 3 +- src/helper/geom-pathstroke.h | 3 +- src/helper/geom-pathvectorsatellites.cpp | 33 +- src/helper/geom-pathvectorsatellites.h | 31 +- src/helper/geom-satellite.cpp | 20 +- src/helper/geom-satellite.h | 20 +- src/helper/geom.cpp | 3 +- src/helper/geom.h | 3 +- src/helper/gettext.cpp | 25 +- src/helper/gettext.h | 25 +- src/helper/icon-loader.cpp | 3 +- src/helper/icon-loader.h | 18 +- src/helper/mathfns.h | 5 +- src/helper/pixbuf-ops.cpp | 3 +- src/helper/pixbuf-ops.h | 3 +- src/helper/png-write.cpp | 3 +- src/helper/png-write.h | 3 +- src/helper/sp-marshal.list | 1 + src/helper/stock-items.cpp | 3 +- src/helper/stock-items.h | 21 +- src/helper/window.cpp | 13 +- src/helper/window.h | 20 +- src/id-clash.cpp | 3 +- src/id-clash.h | 9 + src/include/CMakeLists.txt | 1 + src/include/macros.h | 3 +- src/inkgc/CMakeLists.txt | 1 + src/inkgc/gc-alloc.h | 18 +- src/inkgc/gc-core.h | 3 +- src/inkgc/gc-managed.h | 17 +- src/inkgc/gc-soft-ptr.h | 18 +- src/inkgc/gc.cpp | 3 +- src/inkscape-version.cpp.in | 1 + src/inkscape-version.h | 3 +- src/inkscape.cpp | 3 +- src/inkscape.h | 3 +- src/inkview-application.cpp | 11 +- src/inkview-application.h | 12 +- src/inkview-main.cpp | 12 +- src/inkview-window.cpp | 12 +- src/inkview-window.h | 11 +- src/io/CMakeLists.txt | 1 + src/io/Makefile.tst | 1 + src/io/bufferstream.cpp | 24 +- src/io/bufferstream.h | 27 +- src/io/dir-util.cpp | 9 + src/io/dir-util.h | 9 + src/io/doc2html.xsl | 1 + src/io/gzipstream.cpp | 32 +- src/io/gzipstream.h | 3 +- src/io/http.cpp | 19 +- src/io/http.h | 19 +- src/io/inkscapestream.cpp | 3 +- src/io/inkscapestream.h | 3 +- src/io/registrytool.cpp | 27 +- src/io/registrytool.h | 30 +- src/io/resource-manager.cpp | 3 +- src/io/resource-manager.h | 3 +- src/io/resource.cpp | 16 +- src/io/resource.h | 16 +- src/io/streamtest.cpp | 9 + src/io/stringstream.cpp | 3 +- src/io/stringstream.h | 9 + src/io/sys.cpp | 3 +- src/io/sys.h | 3 +- src/io/uristream.cpp | 3 +- src/io/uristream.h | 3 +- src/io/xsltstream.cpp | 3 +- src/io/xsltstream.h | 3 +- src/knot-enums.h | 3 +- src/knot-holder-entity.cpp | 3 +- src/knot-holder-entity.h | 3 +- src/knot-ptr.cpp | 9 + src/knot-ptr.h | 9 + src/knot.cpp | 3 +- src/knot.h | 3 +- src/knotholder.cpp | 3 +- src/knotholder.h | 3 +- src/layer-fns.cpp | 3 +- src/layer-fns.h | 3 +- src/layer-manager.cpp | 3 +- src/layer-manager.h | 3 +- src/layer-model.cpp | 3 +- src/layer-model.h | 3 +- src/libnrtype/CMakeLists.txt | 1 + src/libnrtype/FontFactory.cpp | 12 +- src/libnrtype/FontFactory.h | 9 + src/libnrtype/FontInstance.cpp | 12 +- src/libnrtype/Layout-TNG-Compute.cpp | 3 +- src/libnrtype/Layout-TNG-Input.cpp | 3 +- src/libnrtype/Layout-TNG-OutIter.cpp | 3 +- src/libnrtype/Layout-TNG-Output.cpp | 3 +- src/libnrtype/Layout-TNG-Scanline-Maker.h | 3 +- src/libnrtype/Layout-TNG-Scanline-Makers.cpp | 3 +- src/libnrtype/Layout-TNG.cpp | 3 +- src/libnrtype/Layout-TNG.h | 3 +- src/libnrtype/OpenTypeUtil.cpp | 9 + src/libnrtype/OpenTypeUtil.h | 9 + src/libnrtype/font-glyph.h | 9 + src/libnrtype/font-instance.h | 9 + src/libnrtype/font-lister.cpp | 10 + src/libnrtype/font-lister.h | 3 +- src/libnrtype/font-style.h | 9 + src/line-geometry.cpp | 3 +- src/line-geometry.h | 3 +- src/line-snapper.cpp | 3 +- src/line-snapper.h | 3 +- src/livarot/AVL.cpp | 14 +- src/livarot/AVL.h | 9 + src/livarot/AlphaLigne.cpp | 15 +- src/livarot/AlphaLigne.h | 15 +- src/livarot/BitLigne.cpp | 15 +- src/livarot/BitLigne.h | 15 +- src/livarot/CMakeLists.txt | 1 + src/livarot/Livarot.h | 9 + src/livarot/LivarotDefs.h | 14 +- src/livarot/Path.cpp | 14 +- src/livarot/Path.h | 9 + src/livarot/PathConversion.cpp | 14 +- src/livarot/PathCutting.cpp | 3 +- src/livarot/PathOutline.cpp | 12 +- src/livarot/PathSimplify.cpp | 14 +- src/livarot/PathStroke.cpp | 14 +- src/livarot/Shape.cpp | 14 +- src/livarot/Shape.h | 12 +- src/livarot/ShapeDraw.cpp | 9 + src/livarot/ShapeMisc.cpp | 14 +- src/livarot/ShapeRaster.cpp | 9 + src/livarot/ShapeSweep.cpp | 14 +- src/livarot/float-line.cpp | 15 +- src/livarot/float-line.h | 9 + src/livarot/int-line.cpp | 15 +- src/livarot/int-line.h | 9 + src/livarot/path-description.cpp | 9 + src/livarot/path-description.h | 9 + src/livarot/sweep-event-queue.h | 12 +- src/livarot/sweep-event.cpp | 9 + src/livarot/sweep-event.h | 11 +- src/livarot/sweep-tree-list.cpp | 9 + src/livarot/sweep-tree-list.h | 9 + src/livarot/sweep-tree.cpp | 9 + src/livarot/sweep-tree.h | 9 + src/live_effects/CMakeLists.txt | 1 + src/live_effects/effect-enum.h | 5 +- src/live_effects/effect.cpp | 3 +- src/live_effects/effect.h | 3 +- src/live_effects/lpe-angle_bisector.cpp | 3 +- src/live_effects/lpe-angle_bisector.h | 3 +- src/live_effects/lpe-attach-path.cpp | 3 +- src/live_effects/lpe-attach-path.h | 3 +- src/live_effects/lpe-bendpath.cpp | 3 +- src/live_effects/lpe-bendpath.h | 3 +- src/live_effects/lpe-bool.cpp | 3 +- src/live_effects/lpe-bool.h | 3 +- src/live_effects/lpe-bounding-box.cpp | 3 +- src/live_effects/lpe-bounding-box.h | 3 +- src/live_effects/lpe-bspline.cpp | 3 +- src/live_effects/lpe-bspline.h | 3 +- src/live_effects/lpe-circle_3pts.cpp | 3 +- src/live_effects/lpe-circle_3pts.h | 3 +- src/live_effects/lpe-circle_with_radius.cpp | 3 +- src/live_effects/lpe-circle_with_radius.h | 3 +- src/live_effects/lpe-clone-original.cpp | 3 +- src/live_effects/lpe-clone-original.h | 3 +- src/live_effects/lpe-constructgrid.cpp | 7 +- src/live_effects/lpe-constructgrid.h | 7 +- src/live_effects/lpe-copy_rotate.cpp | 3 +- src/live_effects/lpe-copy_rotate.h | 3 +- src/live_effects/lpe-curvestitch.cpp | 7 +- src/live_effects/lpe-curvestitch.h | 7 +- src/live_effects/lpe-dash-stroke.cpp | 3 +- src/live_effects/lpe-dash-stroke.h | 3 +- src/live_effects/lpe-dynastroke.cpp | 7 +- src/live_effects/lpe-dynastroke.h | 3 +- src/live_effects/lpe-ellipse_5pts.cpp | 3 +- src/live_effects/lpe-ellipse_5pts.h | 3 +- .../lpe-embrodery-stitch-ordering.cpp | 3 +- .../lpe-embrodery-stitch-ordering.h | 3 +- src/live_effects/lpe-embrodery-stitch.cpp | 3 +- src/live_effects/lpe-embrodery-stitch.h | 3 +- src/live_effects/lpe-envelope.cpp | 3 +- src/live_effects/lpe-envelope.h | 3 +- src/live_effects/lpe-extrude.cpp | 3 +- src/live_effects/lpe-extrude.h | 3 +- src/live_effects/lpe-fill-between-many.cpp | 3 +- src/live_effects/lpe-fill-between-many.h | 3 +- src/live_effects/lpe-fill-between-strokes.cpp | 3 +- src/live_effects/lpe-fill-between-strokes.h | 3 +- src/live_effects/lpe-fillet-chamfer.cpp | 3 +- src/live_effects/lpe-fillet-chamfer.h | 3 +- src/live_effects/lpe-gears.cpp | 3 +- src/live_effects/lpe-gears.h | 9 +- src/live_effects/lpe-interpolate.cpp | 3 +- src/live_effects/lpe-interpolate.h | 3 +- src/live_effects/lpe-interpolate_points.cpp | 3 +- src/live_effects/lpe-interpolate_points.h | 3 +- src/live_effects/lpe-jointype.cpp | 15 +- src/live_effects/lpe-jointype.h | 1 + src/live_effects/lpe-knot.cpp | 3 +- src/live_effects/lpe-knot.h | 3 +- src/live_effects/lpe-lattice.cpp | 9 +- src/live_effects/lpe-lattice.h | 7 +- src/live_effects/lpe-lattice2.cpp | 7 +- src/live_effects/lpe-lattice2.h | 7 +- src/live_effects/lpe-line_segment.cpp | 3 +- src/live_effects/lpe-line_segment.h | 3 +- src/live_effects/lpe-measure-segments.cpp | 3 +- src/live_effects/lpe-measure-segments.h | 3 +- src/live_effects/lpe-mirror_symmetry.cpp | 3 +- src/live_effects/lpe-mirror_symmetry.h | 3 +- src/live_effects/lpe-offset.cpp | 5 +- src/live_effects/lpe-offset.h | 3 +- src/live_effects/lpe-parallel.cpp | 3 +- src/live_effects/lpe-parallel.h | 3 +- src/live_effects/lpe-path_length.cpp | 3 +- src/live_effects/lpe-path_length.h | 3 +- src/live_effects/lpe-patternalongpath.cpp | 3 +- src/live_effects/lpe-patternalongpath.h | 5 +- src/live_effects/lpe-perp_bisector.cpp | 3 +- src/live_effects/lpe-perp_bisector.h | 3 +- src/live_effects/lpe-perspective-envelope.cpp | 3 +- src/live_effects/lpe-perspective-envelope.h | 3 +- src/live_effects/lpe-perspective_path.cpp | 3 +- src/live_effects/lpe-perspective_path.h | 3 +- src/live_effects/lpe-powerclip.cpp | 3 +- src/live_effects/lpe-powerclip.h | 3 +- src/live_effects/lpe-powermask.cpp | 3 +- src/live_effects/lpe-powermask.h | 3 +- .../lpe-powerstroke-interpolators.h | 3 +- src/live_effects/lpe-powerstroke.cpp | 3 +- src/live_effects/lpe-powerstroke.h | 3 +- src/live_effects/lpe-pts2ellipse.cpp | 3 +- src/live_effects/lpe-pts2ellipse.h | 3 +- src/live_effects/lpe-recursiveskeleton.cpp | 3 +- src/live_effects/lpe-recursiveskeleton.h | 3 +- src/live_effects/lpe-rough-hatches.cpp | 7 +- src/live_effects/lpe-rough-hatches.h | 3 +- src/live_effects/lpe-roughen.cpp | 3 +- src/live_effects/lpe-roughen.h | 3 +- src/live_effects/lpe-ruler.cpp | 3 +- src/live_effects/lpe-ruler.h | 3 +- src/live_effects/lpe-show_handles.cpp | 7 +- src/live_effects/lpe-show_handles.h | 7 +- src/live_effects/lpe-simplify.cpp | 3 +- src/live_effects/lpe-simplify.h | 3 +- src/live_effects/lpe-skeleton.cpp | 3 +- src/live_effects/lpe-skeleton.h | 3 +- src/live_effects/lpe-sketch.cpp | 3 +- src/live_effects/lpe-sketch.h | 3 +- src/live_effects/lpe-spiro.cpp | 3 +- src/live_effects/lpe-spiro.h | 3 +- src/live_effects/lpe-tangent_to_curve.cpp | 3 +- src/live_effects/lpe-tangent_to_curve.h | 3 +- src/live_effects/lpe-taperstroke.cpp | 3 +- src/live_effects/lpe-taperstroke.h | 3 +- src/live_effects/lpe-test-doEffect-stack.cpp | 3 +- src/live_effects/lpe-test-doEffect-stack.h | 13 +- src/live_effects/lpe-text_label.cpp | 3 +- src/live_effects/lpe-text_label.h | 3 +- src/live_effects/lpe-transform_2pts.cpp | 3 +- src/live_effects/lpe-transform_2pts.h | 3 +- src/live_effects/lpe-vonkoch.cpp | 3 +- src/live_effects/lpe-vonkoch.h | 3 +- src/live_effects/lpegroupbbox.cpp | 3 +- src/live_effects/lpegroupbbox.h | 3 +- src/live_effects/lpeobject-reference.cpp | 3 +- src/live_effects/lpeobject-reference.h | 3 +- src/live_effects/lpeobject.cpp | 3 +- src/live_effects/lpeobject.h | 7 +- src/live_effects/parameter/array.cpp | 3 +- src/live_effects/parameter/array.h | 5 +- src/live_effects/parameter/bool.cpp | 3 +- src/live_effects/parameter/bool.h | 3 +- src/live_effects/parameter/colorpicker.cpp | 3 +- src/live_effects/parameter/colorpicker.h | 3 +- src/live_effects/parameter/enum.h | 5 +- src/live_effects/parameter/fontbutton.cpp | 3 +- src/live_effects/parameter/fontbutton.h | 3 +- src/live_effects/parameter/hidden.cpp | 3 +- src/live_effects/parameter/hidden.h | 3 +- src/live_effects/parameter/item-reference.cpp | 3 +- src/live_effects/parameter/item-reference.h | 3 +- src/live_effects/parameter/item.cpp | 3 +- src/live_effects/parameter/item.h | 5 +- src/live_effects/parameter/message.cpp | 3 +- src/live_effects/parameter/message.h | 3 +- src/live_effects/parameter/originalitem.cpp | 3 +- src/live_effects/parameter/originalitem.h | 5 +- .../parameter/originalitemarray.cpp | 3 +- .../parameter/originalitemarray.h | 3 +- src/live_effects/parameter/originalpath.cpp | 3 +- src/live_effects/parameter/originalpath.h | 5 +- .../parameter/originalpatharray.cpp | 3 +- .../parameter/originalpatharray.h | 3 +- src/live_effects/parameter/parameter.cpp | 3 +- src/live_effects/parameter/parameter.h | 5 +- src/live_effects/parameter/path-reference.cpp | 3 +- src/live_effects/parameter/path-reference.h | 3 +- src/live_effects/parameter/path.cpp | 3 +- src/live_effects/parameter/path.h | 5 +- src/live_effects/parameter/point.cpp | 3 +- src/live_effects/parameter/point.h | 5 +- .../parameter/powerstrokepointarray.cpp | 3 +- .../parameter/powerstrokepointarray.h | 5 +- src/live_effects/parameter/random.cpp | 3 +- src/live_effects/parameter/random.h | 5 +- .../parameter/satellitesarray.cpp | 3 +- src/live_effects/parameter/satellitesarray.h | 5 +- src/live_effects/parameter/text.cpp | 3 +- src/live_effects/parameter/text.h | 3 +- src/live_effects/parameter/togglebutton.cpp | 3 +- src/live_effects/parameter/togglebutton.h | 3 +- .../parameter/transformedpoint.cpp | 3 +- src/live_effects/parameter/transformedpoint.h | 3 +- src/live_effects/parameter/unit.cpp | 3 +- src/live_effects/parameter/unit.h | 5 +- src/live_effects/parameter/vector.cpp | 3 +- src/live_effects/parameter/vector.h | 3 +- src/live_effects/spiro-converters.cpp | 1 + src/live_effects/spiro-converters.h | 9 + src/live_effects/spiro.cpp | 34 +- src/live_effects/spiro.h | 34 +- src/main-cmdlineact.cpp | 3 +- src/main-cmdlineact.h | 3 +- src/main-cmdlinexact.cpp | 8 +- src/main-cmdlinexact.h | 6 +- src/main.cpp | 3 +- src/media.cpp | 9 + src/media.h | 9 + src/menus-skeleton.h | 9 + src/message-context.cpp | 3 +- src/message-context.h | 3 +- src/message-stack.cpp | 3 +- src/message-stack.h | 3 +- src/message.h | 3 +- src/mod360.cpp | 9 + src/mod360.h | 9 + src/number-opt-number.h | 3 +- src/object-hierarchy.cpp | 3 +- src/object-hierarchy.h | 3 +- src/object-snapper.cpp | 3 +- src/object-snapper.h | 3 +- src/object/CMakeLists.txt | 1 + src/object/box3d-side.cpp | 3 +- src/object/box3d-side.h | 3 +- src/object/box3d.cpp | 3 +- src/object/box3d.h | 3 +- src/object/color-profile.cpp | 9 + src/object/color-profile.h | 9 + src/object/filters/CMakeLists.txt | 1 + src/object/filters/blend.cpp | 3 +- src/object/filters/blend.h | 3 +- src/object/filters/colormatrix.cpp | 3 +- src/object/filters/colormatrix.h | 3 +- .../filters/componenttransfer-funcnode.cpp | 3 +- .../filters/componenttransfer-funcnode.h | 3 +- src/object/filters/componenttransfer.cpp | 3 +- src/object/filters/componenttransfer.h | 3 +- src/object/filters/composite.cpp | 3 +- src/object/filters/composite.h | 3 +- src/object/filters/convolvematrix.cpp | 3 +- src/object/filters/convolvematrix.h | 3 +- src/object/filters/diffuselighting.cpp | 3 +- src/object/filters/diffuselighting.h | 3 +- src/object/filters/displacementmap.cpp | 3 +- src/object/filters/displacementmap.h | 3 +- src/object/filters/distantlight.cpp | 3 +- src/object/filters/distantlight.h | 3 +- src/object/filters/flood.cpp | 3 +- src/object/filters/flood.h | 3 +- src/object/filters/gaussian-blur.cpp | 3 +- src/object/filters/gaussian-blur.h | 3 +- src/object/filters/image.cpp | 3 +- src/object/filters/image.h | 3 +- src/object/filters/merge.cpp | 3 +- src/object/filters/merge.h | 3 +- src/object/filters/mergenode.cpp | 3 +- src/object/filters/mergenode.h | 3 +- src/object/filters/morphology.cpp | 3 +- src/object/filters/morphology.h | 3 +- src/object/filters/offset.cpp | 3 +- src/object/filters/offset.h | 3 +- src/object/filters/pointlight.cpp | 3 +- src/object/filters/pointlight.h | 3 +- src/object/filters/sp-filter-primitive.cpp | 3 +- src/object/filters/sp-filter-primitive.h | 3 +- src/object/filters/specularlighting.cpp | 3 +- src/object/filters/specularlighting.h | 3 +- src/object/filters/spotlight.cpp | 3 +- src/object/filters/spotlight.h | 3 +- src/object/filters/tile.cpp | 3 +- src/object/filters/tile.h | 3 +- src/object/filters/turbulence.cpp | 3 +- src/object/filters/turbulence.h | 3 +- src/object/object-set.cpp | 3 +- src/object/object-set.h | 3 +- src/object/persp3d-reference.cpp | 3 +- src/object/persp3d-reference.h | 3 +- src/object/persp3d.cpp | 3 +- src/object/persp3d.h | 3 +- src/object/sp-anchor.cpp | 3 +- src/object/sp-anchor.h | 3 +- src/object/sp-clippath.cpp | 3 +- src/object/sp-clippath.h | 3 +- src/object/sp-conn-end-pair.cpp | 3 +- src/object/sp-conn-end-pair.h | 3 +- src/object/sp-conn-end.cpp | 9 + src/object/sp-conn-end.h | 9 + src/object/sp-defs.cpp | 3 +- src/object/sp-defs.h | 3 +- src/object/sp-desc.cpp | 3 +- src/object/sp-desc.h | 3 +- src/object/sp-dimensions.cpp | 3 +- src/object/sp-dimensions.h | 1 + src/object/sp-ellipse.cpp | 3 +- src/object/sp-ellipse.h | 3 +- src/object/sp-factory.cpp | 3 +- src/object/sp-factory.h | 3 +- src/object/sp-filter-reference.cpp | 9 + src/object/sp-filter-reference.h | 9 + src/object/sp-filter-units.h | 9 + src/object/sp-filter.cpp | 3 +- src/object/sp-filter.h | 3 +- src/object/sp-flowdiv.cpp | 9 + src/object/sp-flowdiv.h | 9 + src/object/sp-flowregion.cpp | 9 + src/object/sp-flowregion.h | 9 + src/object/sp-flowtext.cpp | 9 + src/object/sp-flowtext.h | 9 + src/object/sp-font-face.cpp | 3 +- src/object/sp-font-face.h | 5 +- src/object/sp-font.cpp | 3 +- src/object/sp-font.h | 3 +- src/object/sp-glyph-kerning.cpp | 3 +- src/object/sp-glyph-kerning.h | 3 +- src/object/sp-glyph.cpp | 3 +- src/object/sp-glyph.h | 3 +- src/object/sp-gradient-reference.cpp | 9 + src/object/sp-gradient-reference.h | 9 + src/object/sp-gradient-spread.h | 9 + src/object/sp-gradient-units.h | 9 + src/object/sp-gradient-vector.h | 9 + src/object/sp-gradient.cpp | 3 +- src/object/sp-gradient.h | 3 +- src/object/sp-guide.cpp | 3 +- src/object/sp-guide.h | 23 +- src/object/sp-hatch-path.cpp | 3 +- src/object/sp-hatch-path.h | 3 +- src/object/sp-hatch.cpp | 3 +- src/object/sp-hatch.h | 3 +- src/object/sp-image.cpp | 5 +- src/object/sp-image.h | 3 +- src/object/sp-item-group.cpp | 3 +- src/object/sp-item-group.h | 3 +- src/object/sp-item-rm-unsatisfied-cns.cpp | 9 + src/object/sp-item-rm-unsatisfied-cns.h | 9 + src/object/sp-item-transform.cpp | 3 +- src/object/sp-item-transform.h | 9 + src/object/sp-item-update-cns.cpp | 9 + src/object/sp-item-update-cns.h | 9 + src/object/sp-item.cpp | 3 +- src/object/sp-item.h | 3 +- src/object/sp-line.cpp | 3 +- src/object/sp-line.h | 3 +- src/object/sp-linear-gradient.cpp | 9 + src/object/sp-linear-gradient.h | 9 + src/object/sp-lpe-item.cpp | 3 +- src/object/sp-lpe-item.h | 3 +- src/object/sp-marker-loc.h | 9 + src/object/sp-marker.cpp | 3 +- src/object/sp-marker.h | 3 +- src/object/sp-mask.cpp | 3 +- src/object/sp-mask.h | 3 +- src/object/sp-mesh-array.cpp | 5 +- src/object/sp-mesh-array.h | 3 +- src/object/sp-mesh-gradient.cpp | 9 + src/object/sp-mesh-gradient.h | 9 + src/object/sp-mesh-patch.cpp | 3 +- src/object/sp-mesh-patch.h | 3 +- src/object/sp-mesh-row.cpp | 3 +- src/object/sp-mesh-row.h | 3 +- src/object/sp-metadata.cpp | 3 +- src/object/sp-metadata.h | 3 +- src/object/sp-missing-glyph.cpp | 3 +- src/object/sp-missing-glyph.h | 3 +- src/object/sp-namedview.cpp | 3 +- src/object/sp-namedview.h | 3 +- src/object/sp-object-group.cpp | 3 +- src/object/sp-object-group.h | 3 +- src/object/sp-object.cpp | 3 +- src/object/sp-object.h | 3 +- src/object/sp-offset.cpp | 3 +- src/object/sp-offset.h | 3 +- src/object/sp-paint-server-reference.h | 3 +- src/object/sp-paint-server.cpp | 3 +- src/object/sp-paint-server.h | 3 +- src/object/sp-path.cpp | 3 +- src/object/sp-path.h | 3 +- src/object/sp-pattern.cpp | 3 +- src/object/sp-pattern.h | 3 +- src/object/sp-polygon.cpp | 3 +- src/object/sp-polygon.h | 3 +- src/object/sp-polyline.cpp | 3 +- src/object/sp-polyline.h | 9 + src/object/sp-radial-gradient.cpp | 9 + src/object/sp-radial-gradient.h | 9 + src/object/sp-rect.cpp | 3 +- src/object/sp-rect.h | 3 +- src/object/sp-root.cpp | 3 +- src/object/sp-root.h | 3 +- src/object/sp-script.cpp | 3 +- src/object/sp-script.h | 3 +- src/object/sp-shape.cpp | 3 +- src/object/sp-shape.h | 3 +- src/object/sp-solid-color.cpp | 3 +- src/object/sp-solid-color.h | 3 +- src/object/sp-spiral.cpp | 3 +- src/object/sp-spiral.h | 3 +- src/object/sp-star.cpp | 3 +- src/object/sp-star.h | 3 +- src/object/sp-stop.cpp | 3 +- src/object/sp-stop.h | 9 + src/object/sp-string.cpp | 3 +- src/object/sp-string.h | 9 + src/object/sp-style-elem.cpp | 9 + src/object/sp-style-elem.h | 9 + src/object/sp-switch.cpp | 3 +- src/object/sp-switch.h | 3 +- src/object/sp-symbol.cpp | 3 +- src/object/sp-symbol.h | 3 +- src/object/sp-tag-use-reference.cpp | 3 +- src/object/sp-tag-use-reference.h | 3 +- src/object/sp-tag-use.cpp | 3 +- src/object/sp-tag-use.h | 3 +- src/object/sp-tag.cpp | 5 +- src/object/sp-tag.h | 3 +- src/object/sp-text.cpp | 3 +- src/object/sp-text.h | 3 +- src/object/sp-textpath.h | 9 + src/object/sp-title.cpp | 3 +- src/object/sp-title.h | 3 +- src/object/sp-tref-reference.cpp | 3 +- src/object/sp-tref-reference.h | 5 +- src/object/sp-tref.cpp | 3 +- src/object/sp-tref.h | 3 +- src/object/sp-tspan.cpp | 3 +- src/object/sp-tspan.h | 9 + src/object/sp-use-reference.cpp | 3 +- src/object/sp-use-reference.h | 3 +- src/object/sp-use.cpp | 3 +- src/object/sp-use.h | 3 +- src/object/uri-references.cpp | 3 +- src/object/uri-references.h | 3 +- src/object/uri.cpp | 3 +- src/object/uri.h | 3 +- src/object/viewbox.cpp | 3 +- src/object/viewbox.h | 3 +- src/path-chemistry.cpp | 3 +- src/path-chemistry.h | 3 +- src/path-prefix.cpp | 21 +- src/path-prefix.h | 9 + src/perspective-line.cpp | 3 +- src/perspective-line.h | 3 +- src/plugin.def | 1 + src/preferences-skeleton.h | 9 + src/preferences.cpp | 3 +- src/preferences.h | 3 +- src/prefix.cpp | 9 + src/prefix.h | 9 + src/print.cpp | 9 + src/print.h | 9 + src/profile-manager.cpp | 3 +- src/profile-manager.h | 3 +- src/proj_pt.cpp | 3 +- src/proj_pt.h | 3 +- src/proofs | 3 + src/pure-transform.cpp | 3 +- src/pure-transform.h | 9 +- src/rdf.cpp | 3 +- src/rdf.h | 3 +- src/remove-last.h | 9 + src/removeoverlap.cpp | 3 +- src/removeoverlap.h | 3 +- src/rubberband.cpp | 3 +- src/rubberband.h | 3 +- src/satisfied-guide-cns.cpp | 9 + src/satisfied-guide-cns.h | 9 + src/selcue.cpp | 3 +- src/selcue.h | 3 +- src/selection-chemistry.cpp | 3 +- src/selection-chemistry.h | 3 +- src/selection-describer.cpp | 3 +- src/selection-describer.h | 3 +- src/selection.cpp | 3 +- src/selection.h | 3 +- src/seltrans-handles.cpp | 9 + src/seltrans-handles.h | 3 +- src/seltrans.cpp | 3 +- src/seltrans.h | 3 +- src/shortcuts.cpp | 22 +- src/shortcuts.h | 9 + src/snap-candidate.h | 3 +- src/snap-enums.h | 3 +- src/snap-preferences.cpp | 3 +- src/snap-preferences.h | 3 +- src/snap.cpp | 3 +- src/snap.h | 3 +- src/snapped-curve.cpp | 3 +- src/snapped-curve.h | 3 +- src/snapped-line.cpp | 3 +- src/snapped-line.h | 3 +- src/snapped-point.cpp | 3 +- src/snapped-point.h | 3 +- src/snapper.cpp | 3 +- src/snapper.h | 3 +- src/sp-cursor.cpp | 3 +- src/sp-cursor.h | 9 + src/sp-guide-attachment.h | 9 + src/sp-guide-constraint.h | 9 + src/sp-item-notify-moveto.cpp | 9 + src/sp-item-notify-moveto.h | 9 + src/splivarot.cpp | 13 +- src/splivarot.h | 15 +- src/streq.h | 9 + src/strneq.h | 9 + src/style-enums.h | 3 +- src/style-internal.cpp | 3 +- src/style-internal.h | 3 +- src/style.cpp | 3 +- src/style.h | 3 +- src/svg-profile.h | 3 +- src/svg/CMakeLists.txt | 1 + src/svg/css-ostringstream-test.h | 9 + src/svg/css-ostringstream.cpp | 9 + src/svg/css-ostringstream.h | 9 + src/svg/path-string.cpp | 18 +- src/svg/path-string.h | 18 +- src/svg/sp-svg.def | 1 + src/svg/stringstream-test.h | 9 + src/svg/stringstream.cpp | 9 + src/svg/stringstream.h | 9 + src/svg/strip-trailing-zeros.cpp | 9 + src/svg/strip-trailing-zeros.h | 9 + src/svg/svg-affine-test.h | 9 + src/svg/svg-affine.cpp | 3 +- src/svg/svg-angle.cpp | 3 +- src/svg/svg-angle.h | 3 +- src/svg/svg-color-test.h | 9 + src/svg/svg-color.cpp | 3 +- src/svg/svg-color.h | 9 + src/svg/svg-icc-color.h | 9 + src/svg/svg-length-test.h | 9 + src/svg/svg-length.cpp | 13 +- src/svg/svg-length.h | 3 +- src/svg/svg-path-geom-test.h | 9 + src/svg/svg-path.cpp | 3 +- src/svg/svg.h | 3 +- src/svg/test-stubs.cpp | 3 +- src/svg/test-stubs.h | 3 +- src/syseq.h | 3 +- src/text-chemistry.cpp | 3 +- src/text-chemistry.h | 3 +- src/text-editing.cpp | 3 +- src/text-editing.h | 3 +- src/text-tag-attributes.h | 22 +- src/trace/CMakeLists.txt | 1 + src/trace/autotrace/inkscape-autotrace.cpp | 6 +- src/trace/autotrace/inkscape-autotrace.h | 8 +- src/trace/filterset.cpp | 3 +- src/trace/filterset.h | 3 +- src/trace/imagemap-gdk.cpp | 9 + src/trace/imagemap-gdk.h | 9 + src/trace/imagemap.cpp | 9 + src/trace/imagemap.h | 9 + src/trace/pool.h | 3 +- src/trace/potrace/bitmap.h | 4 + src/trace/potrace/inkscape-potrace.cpp | 3 +- src/trace/potrace/inkscape-potrace.h | 3 +- src/trace/quantize.cpp | 3 +- src/trace/quantize.h | 3 +- src/trace/siox.cpp | 5 +- src/trace/siox.h | 3 +- src/trace/trace.cpp | 3 +- src/trace/trace.h | 3 +- src/transf_mat_3x4.cpp | 3 +- src/transf_mat_3x4.h | 3 +- src/ui/CMakeLists.txt | 1 + src/ui/cache/svg_preview_cache.cpp | 3 +- src/ui/cache/svg_preview_cache.h | 3 +- src/ui/clipboard.cpp | 21 +- src/ui/clipboard.h | 21 +- src/ui/contextmenu.cpp | 3 +- src/ui/contextmenu.h | 3 +- src/ui/control-manager.cpp | 3 +- src/ui/control-manager.h | 3 +- src/ui/control-types.h | 3 +- src/ui/dialog-events.cpp | 3 +- src/ui/dialog-events.h | 3 +- src/ui/dialog/aboutbox.cpp | 3 +- src/ui/dialog/aboutbox.h | 3 +- src/ui/dialog/align-and-distribute.cpp | 3 +- src/ui/dialog/align-and-distribute.h | 3 +- src/ui/dialog/arrange-tab.h | 3 +- src/ui/dialog/attrdialog.cpp | 1 + src/ui/dialog/attrdialog.h | 1 + src/ui/dialog/behavior.h | 3 +- src/ui/dialog/calligraphic-profile-rename.cpp | 7 +- src/ui/dialog/calligraphic-profile-rename.h | 5 +- src/ui/dialog/clonetiler.cpp | 3 +- src/ui/dialog/clonetiler.h | 3 +- src/ui/dialog/color-item.cpp | 3 +- src/ui/dialog/color-item.h | 3 +- src/ui/dialog/cssdialog.cpp | 3 +- src/ui/dialog/cssdialog.h | 3 +- src/ui/dialog/debug.cpp | 3 +- src/ui/dialog/debug.h | 3 +- src/ui/dialog/desktop-tracker.cpp | 3 +- src/ui/dialog/desktop-tracker.h | 3 +- src/ui/dialog/dialog-manager.cpp | 3 +- src/ui/dialog/dialog-manager.h | 7 +- src/ui/dialog/dialog.cpp | 3 +- src/ui/dialog/dialog.h | 3 +- src/ui/dialog/dock-behavior.cpp | 3 +- src/ui/dialog/dock-behavior.h | 3 +- src/ui/dialog/document-metadata.cpp | 3 +- src/ui/dialog/document-metadata.h | 3 +- src/ui/dialog/document-properties.cpp | 3 +- src/ui/dialog/document-properties.h | 3 +- src/ui/dialog/export.cpp | 3 +- src/ui/dialog/export.h | 3 +- src/ui/dialog/extension-editor.cpp | 3 +- src/ui/dialog/extension-editor.h | 3 +- src/ui/dialog/extensions.cpp | 3 +- src/ui/dialog/extensions.h | 5 +- src/ui/dialog/filedialog.cpp | 3 +- src/ui/dialog/filedialog.h | 3 +- src/ui/dialog/filedialogimpl-gtkmm.cpp | 3 +- src/ui/dialog/filedialogimpl-gtkmm.h | 3 +- src/ui/dialog/filedialogimpl-win32.cpp | 5 +- src/ui/dialog/filedialogimpl-win32.h | 5 +- src/ui/dialog/fill-and-stroke.cpp | 3 +- src/ui/dialog/fill-and-stroke.h | 3 +- src/ui/dialog/filter-editor.cpp | 3 +- src/ui/dialog/filter-editor.h | 3 +- src/ui/dialog/filter-effects-dialog.cpp | 3 +- src/ui/dialog/filter-effects-dialog.h | 3 +- src/ui/dialog/find.cpp | 3 +- src/ui/dialog/find.h | 3 +- src/ui/dialog/floating-behavior.cpp | 3 +- src/ui/dialog/floating-behavior.h | 3 +- src/ui/dialog/font-substitution.cpp | 3 +- src/ui/dialog/font-substitution.h | 3 +- src/ui/dialog/glyphs.cpp | 3 +- src/ui/dialog/glyphs.h | 3 +- src/ui/dialog/grid-arrange-tab.cpp | 35 +- src/ui/dialog/grid-arrange-tab.h | 3 +- src/ui/dialog/guides.cpp | 3 +- src/ui/dialog/guides.h | 3 +- src/ui/dialog/icon-preview.cpp | 3 +- src/ui/dialog/icon-preview.h | 3 +- src/ui/dialog/inkscape-preferences.cpp | 3 +- src/ui/dialog/inkscape-preferences.h | 3 +- src/ui/dialog/input.cpp | 3 +- src/ui/dialog/input.h | 3 +- src/ui/dialog/knot-properties.cpp | 3 +- src/ui/dialog/knot-properties.h | 3 +- src/ui/dialog/layer-properties.cpp | 3 +- src/ui/dialog/layer-properties.h | 3 +- src/ui/dialog/layers.cpp | 3 +- src/ui/dialog/layers.h | 3 +- src/ui/dialog/livepatheffect-add.cpp | 3 +- src/ui/dialog/livepatheffect-add.h | 3 +- src/ui/dialog/livepatheffect-editor.cpp | 3 +- src/ui/dialog/livepatheffect-editor.h | 3 +- .../dialog/lpe-fillet-chamfer-properties.cpp | 3 +- src/ui/dialog/lpe-fillet-chamfer-properties.h | 3 +- src/ui/dialog/lpe-powerstroke-properties.cpp | 3 +- src/ui/dialog/lpe-powerstroke-properties.h | 3 +- src/ui/dialog/memory.cpp | 5 +- src/ui/dialog/memory.h | 5 +- src/ui/dialog/messages.cpp | 3 +- src/ui/dialog/messages.h | 3 +- src/ui/dialog/new-from-template.cpp | 5 +- src/ui/dialog/new-from-template.h | 5 +- src/ui/dialog/object-attributes.cpp | 27 +- src/ui/dialog/object-attributes.h | 26 +- src/ui/dialog/object-properties.cpp | 9 +- src/ui/dialog/object-properties.h | 11 +- src/ui/dialog/objects.cpp | 3 +- src/ui/dialog/objects.h | 3 +- src/ui/dialog/ocaldialogs.cpp | 3 +- src/ui/dialog/ocaldialogs.h | 5 +- src/ui/dialog/panel-dialog.h | 3 +- src/ui/dialog/pixelartdialog.cpp | 3 +- src/ui/dialog/pixelartdialog.h | 3 +- src/ui/dialog/polar-arrange-tab.cpp | 3 +- src/ui/dialog/polar-arrange-tab.h | 3 +- src/ui/dialog/print-colors-preview-dialog.cpp | 5 +- src/ui/dialog/print-colors-preview-dialog.h | 3 +- src/ui/dialog/print.cpp | 3 +- src/ui/dialog/print.h | 3 +- src/ui/dialog/prototype.cpp | 3 +- src/ui/dialog/prototype.h | 3 +- src/ui/dialog/save-template-dialog.cpp | 10 + src/ui/dialog/save-template-dialog.h | 9 + src/ui/dialog/spellcheck.cpp | 3 +- src/ui/dialog/spellcheck.h | 3 +- src/ui/dialog/styledialog.cpp | 3 +- src/ui/dialog/styledialog.h | 3 +- src/ui/dialog/svg-fonts-dialog.cpp | 3 +- src/ui/dialog/svg-fonts-dialog.h | 3 +- src/ui/dialog/swatches.cpp | 3 +- src/ui/dialog/swatches.h | 3 +- src/ui/dialog/symbols.cpp | 3 +- src/ui/dialog/symbols.h | 3 +- src/ui/dialog/tags.cpp | 3 +- src/ui/dialog/tags.h | 3 +- src/ui/dialog/template-load-tab.cpp | 3 +- src/ui/dialog/template-load-tab.h | 5 +- src/ui/dialog/template-widget.cpp | 5 +- src/ui/dialog/template-widget.h | 5 +- src/ui/dialog/text-edit.cpp | 3 +- src/ui/dialog/text-edit.h | 3 +- src/ui/dialog/tile.cpp | 3 +- src/ui/dialog/tile.h | 3 +- src/ui/dialog/tracedialog.cpp | 3 +- src/ui/dialog/tracedialog.h | 3 +- src/ui/dialog/transformation.cpp | 3 +- src/ui/dialog/transformation.h | 3 +- src/ui/dialog/undo-history.cpp | 3 +- src/ui/dialog/undo-history.h | 3 +- src/ui/dialog/xml-tree.cpp | 3 +- src/ui/dialog/xml-tree.h | 12 +- src/ui/draw-anchor.cpp | 3 +- src/ui/draw-anchor.h | 9 + src/ui/event-debug.h | 3 +- src/ui/icon-names.h | 3 +- src/ui/interface.cpp | 3 +- src/ui/interface.h | 3 +- src/ui/monitor.cpp | 23 +- src/ui/monitor.h | 23 +- src/ui/previewable.h | 3 +- src/ui/previewholder.cpp | 3 +- src/ui/previewholder.h | 3 +- src/ui/selected-color.cpp | 3 +- src/ui/selected-color.h | 3 +- src/ui/shape-editor-knotholders.cpp | 3 +- src/ui/shape-editor.cpp | 11 +- src/ui/shape-editor.h | 15 +- src/ui/tool-factory.cpp | 3 +- src/ui/tool-factory.h | 3 +- src/ui/tool/commit-events.h | 3 +- src/ui/tool/control-point-selection.cpp | 3 +- src/ui/tool/control-point-selection.h | 3 +- src/ui/tool/control-point.cpp | 3 +- src/ui/tool/control-point.h | 3 +- src/ui/tool/curve-drag-point.cpp | 3 +- src/ui/tool/curve-drag-point.h | 3 +- src/ui/tool/event-utils.cpp | 3 +- src/ui/tool/event-utils.h | 3 +- src/ui/tool/manipulator.cpp | 3 +- src/ui/tool/manipulator.h | 3 +- src/ui/tool/modifier-tracker.cpp | 3 +- src/ui/tool/modifier-tracker.h | 3 +- src/ui/tool/multi-path-manipulator.cpp | 3 +- src/ui/tool/multi-path-manipulator.h | 3 +- src/ui/tool/node-types.h | 3 +- src/ui/tool/node.cpp | 3 +- src/ui/tool/node.h | 3 +- src/ui/tool/path-manipulator.cpp | 3 +- src/ui/tool/path-manipulator.h | 3 +- src/ui/tool/selectable-control-point.cpp | 3 +- src/ui/tool/selectable-control-point.h | 3 +- src/ui/tool/selector.cpp | 3 +- src/ui/tool/selector.h | 3 +- src/ui/tool/shape-record.h | 3 +- src/ui/tool/transform-handle-set.cpp | 3 +- src/ui/tool/transform-handle-set.h | 3 +- src/ui/toolbar/arc-toolbar.cpp | 3 +- src/ui/toolbar/arc-toolbar.h | 3 +- src/ui/toolbar/box3d-toolbar.cpp | 3 +- src/ui/toolbar/box3d-toolbar.h | 3 +- src/ui/toolbar/calligraphy-toolbar.cpp | 3 +- src/ui/toolbar/calligraphy-toolbar.h | 3 +- src/ui/toolbar/connector-toolbar.cpp | 3 +- src/ui/toolbar/connector-toolbar.h | 3 +- src/ui/toolbar/dropper-toolbar.cpp | 3 +- src/ui/toolbar/dropper-toolbar.h | 3 +- src/ui/toolbar/eraser-toolbar.cpp | 3 +- src/ui/toolbar/eraser-toolbar.h | 3 +- src/ui/toolbar/gradient-toolbar.cpp | 3 +- src/ui/toolbar/gradient-toolbar.h | 3 +- src/ui/toolbar/lpe-toolbar.cpp | 3 +- src/ui/toolbar/lpe-toolbar.h | 3 +- src/ui/toolbar/measure-toolbar.cpp | 3 +- src/ui/toolbar/measure-toolbar.h | 3 +- src/ui/toolbar/mesh-toolbar.cpp | 3 +- src/ui/toolbar/mesh-toolbar.h | 3 +- src/ui/toolbar/node-toolbar.cpp | 3 +- src/ui/toolbar/node-toolbar.h | 3 +- src/ui/toolbar/paintbucket-toolbar.cpp | 3 +- src/ui/toolbar/paintbucket-toolbar.h | 3 +- src/ui/toolbar/pencil-toolbar.cpp | 3 +- src/ui/toolbar/pencil-toolbar.h | 3 +- src/ui/toolbar/rect-toolbar.cpp | 3 +- src/ui/toolbar/rect-toolbar.h | 3 +- src/ui/toolbar/select-toolbar.cpp | 3 +- src/ui/toolbar/select-toolbar.h | 3 +- src/ui/toolbar/spiral-toolbar.cpp | 3 +- src/ui/toolbar/spiral-toolbar.h | 3 +- src/ui/toolbar/spray-toolbar.cpp | 3 +- src/ui/toolbar/spray-toolbar.h | 3 +- src/ui/toolbar/star-toolbar.cpp | 3 +- src/ui/toolbar/star-toolbar.h | 3 +- src/ui/toolbar/text-toolbar.cpp | 3 +- src/ui/toolbar/text-toolbar.h | 3 +- src/ui/toolbar/toolbar.cpp | 9 + src/ui/toolbar/toolbar.h | 9 + src/ui/toolbar/tweak-toolbar.cpp | 3 +- src/ui/toolbar/tweak-toolbar.h | 3 +- src/ui/toolbar/zoom-toolbar.cpp | 3 +- src/ui/toolbar/zoom-toolbar.h | 3 +- src/ui/tools-switch.cpp | 3 +- src/ui/tools-switch.h | 3 +- src/ui/tools/arc-tool.cpp | 3 +- src/ui/tools/arc-tool.h | 3 +- src/ui/tools/box3d-tool.cpp | 3 +- src/ui/tools/box3d-tool.h | 3 +- src/ui/tools/calligraphic-tool.cpp | 3 +- src/ui/tools/calligraphic-tool.h | 3 +- src/ui/tools/connector-tool.cpp | 3 +- src/ui/tools/connector-tool.h | 3 +- src/ui/tools/dropper-tool.cpp | 3 +- src/ui/tools/dropper-tool.h | 3 +- src/ui/tools/dynamic-base.cpp | 9 + src/ui/tools/dynamic-base.h | 3 +- src/ui/tools/eraser-tool.cpp | 3 +- src/ui/tools/eraser-tool.h | 3 +- src/ui/tools/flood-tool.cpp | 3 +- src/ui/tools/flood-tool.h | 3 +- src/ui/tools/freehand-base.cpp | 3 +- src/ui/tools/freehand-base.h | 3 +- src/ui/tools/gradient-tool.cpp | 3 +- src/ui/tools/gradient-tool.h | 3 +- src/ui/tools/lpe-tool.cpp | 3 +- src/ui/tools/lpe-tool.h | 3 +- src/ui/tools/measure-tool.cpp | 3 +- src/ui/tools/measure-tool.h | 3 +- src/ui/tools/mesh-tool.cpp | 3 +- src/ui/tools/mesh-tool.h | 3 +- src/ui/tools/node-tool.cpp | 3 +- src/ui/tools/node-tool.h | 3 +- src/ui/tools/pen-tool.cpp | 3 +- src/ui/tools/pen-tool.h | 13 +- src/ui/tools/pencil-tool.cpp | 3 +- src/ui/tools/pencil-tool.h | 13 +- src/ui/tools/rect-tool.cpp | 3 +- src/ui/tools/rect-tool.h | 3 +- src/ui/tools/select-tool.cpp | 3 +- src/ui/tools/select-tool.h | 3 +- src/ui/tools/spiral-tool.cpp | 3 +- src/ui/tools/spiral-tool.h | 3 +- src/ui/tools/spray-tool.cpp | 3 +- src/ui/tools/spray-tool.h | 5 +- src/ui/tools/star-tool.cpp | 3 +- src/ui/tools/star-tool.h | 3 +- src/ui/tools/text-tool.cpp | 3 +- src/ui/tools/text-tool.h | 3 +- src/ui/tools/tool-base.cpp | 3 +- src/ui/tools/tool-base.h | 3 +- src/ui/tools/tweak-tool.cpp | 3 +- src/ui/tools/tweak-tool.h | 5 +- src/ui/tools/zoom-tool.cpp | 3 +- src/ui/tools/zoom-tool.h | 3 +- src/ui/util.cpp | 3 +- src/ui/util.h | 3 +- src/ui/uxmanager.cpp | 3 +- src/ui/uxmanager.h | 3 +- src/ui/view/edit-widget-interface.h | 3 +- src/ui/view/svg-view-widget.cpp | 13 +- src/ui/view/svg-view-widget.h | 13 +- src/ui/view/svg-view.cpp | 3 +- src/ui/view/svg-view.h | 3 +- src/ui/view/view-widget.cpp | 3 +- src/ui/view/view-widget.h | 3 +- src/ui/view/view.cpp | 3 +- src/ui/view/view.h | 3 +- src/ui/widget/alignment-selector.cpp | 3 +- src/ui/widget/alignment-selector.h | 3 +- src/ui/widget/anchor-selector.cpp | 3 +- src/ui/widget/anchor-selector.h | 3 +- src/ui/widget/attr-widget.h | 3 +- src/ui/widget/button.cpp | 3 +- src/ui/widget/button.h | 3 +- src/ui/widget/clipmaskicon.cpp | 3 +- src/ui/widget/clipmaskicon.h | 3 +- src/ui/widget/color-entry.cpp | 3 +- src/ui/widget/color-entry.h | 3 +- src/ui/widget/color-icc-selector.cpp | 9 + src/ui/widget/color-icc-selector.h | 9 + src/ui/widget/color-notebook.cpp | 13 +- src/ui/widget/color-notebook.h | 11 +- src/ui/widget/color-picker.cpp | 3 +- src/ui/widget/color-picker.h | 3 +- src/ui/widget/color-preview.cpp | 3 +- src/ui/widget/color-preview.h | 3 +- src/ui/widget/color-scales.cpp | 10 +- src/ui/widget/color-scales.h | 9 + src/ui/widget/color-slider.cpp | 16 +- src/ui/widget/color-slider.h | 17 +- src/ui/widget/color-wheel-selector.cpp | 10 + src/ui/widget/color-wheel-selector.h | 6 +- src/ui/widget/combo-enums.h | 3 +- src/ui/widget/dock-item.cpp | 3 +- src/ui/widget/dock-item.h | 3 +- src/ui/widget/dock.cpp | 3 +- src/ui/widget/dock.h | 3 +- src/ui/widget/entity-entry.cpp | 3 +- src/ui/widget/entity-entry.h | 3 +- src/ui/widget/entry.cpp | 3 +- src/ui/widget/entry.h | 3 +- src/ui/widget/filter-effect-chooser.cpp | 3 +- src/ui/widget/filter-effect-chooser.h | 3 +- src/ui/widget/font-button.cpp | 3 +- src/ui/widget/font-button.h | 3 +- src/ui/widget/font-selector-toolbar.cpp | 3 +- src/ui/widget/font-selector-toolbar.h | 3 +- src/ui/widget/font-selector.cpp | 3 +- src/ui/widget/font-selector.h | 3 +- src/ui/widget/font-variants.cpp | 3 +- src/ui/widget/font-variants.h | 3 +- src/ui/widget/font-variations.cpp | 3 +- src/ui/widget/font-variations.h | 3 +- src/ui/widget/frame.cpp | 3 +- src/ui/widget/frame.h | 3 +- src/ui/widget/highlight-picker.cpp | 3 +- src/ui/widget/highlight-picker.h | 3 +- src/ui/widget/iconrenderer.cpp | 3 +- src/ui/widget/iconrenderer.h | 3 +- src/ui/widget/imagetoggler.cpp | 3 +- src/ui/widget/imagetoggler.h | 3 +- src/ui/widget/ink-select-one-action.cpp | 3 +- src/ui/widget/ink-select-one-action.h | 3 +- src/ui/widget/ink-spinscale.cpp | 3 +- src/ui/widget/ink-spinscale.h | 3 +- src/ui/widget/insertordericon.cpp | 3 +- src/ui/widget/insertordericon.h | 3 +- src/ui/widget/labelled.cpp | 3 +- src/ui/widget/labelled.h | 3 +- src/ui/widget/layer-selector.cpp | 3 +- src/ui/widget/layer-selector.h | 3 +- src/ui/widget/layertypeicon.cpp | 3 +- src/ui/widget/layertypeicon.h | 3 +- src/ui/widget/licensor.cpp | 3 +- src/ui/widget/licensor.h | 3 +- src/ui/widget/notebook-page.cpp | 3 +- src/ui/widget/notebook-page.h | 3 +- src/ui/widget/object-composite-settings.cpp | 3 +- src/ui/widget/object-composite-settings.h | 3 +- src/ui/widget/page-sizer.cpp | 3 +- src/ui/widget/page-sizer.h | 3 +- src/ui/widget/pages-skeleton.h | 20 + src/ui/widget/panel.cpp | 3 +- src/ui/widget/panel.h | 3 +- src/ui/widget/point.cpp | 3 +- src/ui/widget/point.h | 3 +- src/ui/widget/preferences-widget.cpp | 3 +- src/ui/widget/preferences-widget.h | 3 +- src/ui/widget/random.cpp | 3 +- src/ui/widget/random.h | 3 +- src/ui/widget/registered-enums.h | 3 +- src/ui/widget/registered-widget.cpp | 3 +- src/ui/widget/registered-widget.h | 3 +- src/ui/widget/registry.cpp | 5 +- src/ui/widget/registry.h | 3 +- src/ui/widget/rendering-options.cpp | 3 +- src/ui/widget/rendering-options.h | 3 +- src/ui/widget/rotateable.cpp | 3 +- src/ui/widget/rotateable.h | 3 +- src/ui/widget/scalar-unit.cpp | 3 +- src/ui/widget/scalar-unit.h | 3 +- src/ui/widget/scalar.cpp | 3 +- src/ui/widget/scalar.h | 3 +- src/ui/widget/selected-style.cpp | 3 +- src/ui/widget/selected-style.h | 3 +- src/ui/widget/spin-scale.cpp | 3 +- src/ui/widget/spin-scale.h | 3 +- src/ui/widget/spin-slider.cpp | 3 +- src/ui/widget/spin-slider.h | 3 +- src/ui/widget/spinbutton.cpp | 3 +- src/ui/widget/spinbutton.h | 3 +- src/ui/widget/style-subject.cpp | 3 +- src/ui/widget/style-subject.h | 3 +- src/ui/widget/style-swatch.cpp | 3 +- src/ui/widget/style-swatch.h | 3 +- src/ui/widget/text.cpp | 3 +- src/ui/widget/text.h | 3 +- src/ui/widget/tolerance-slider.cpp | 5 +- src/ui/widget/tolerance-slider.h | 3 +- src/ui/widget/unit-menu.cpp | 3 +- src/ui/widget/unit-menu.h | 3 +- src/ui/widget/unit-tracker.cpp | 3 +- src/ui/widget/unit-tracker.h | 3 +- src/unclump.cpp | 3 +- src/unclump.h | 3 +- src/undo-stack-observer.h | 3 +- src/unicoderange.cpp | 9 + src/unicoderange.h | 9 + src/util/CMakeLists.txt | 1 + src/util/copy.h | 3 +- src/util/ege-appear-time-tracker.cpp | 1 + src/util/ege-appear-time-tracker.h | 1 + src/util/ege-tags.cpp | 1 + src/util/ege-tags.h | 1 + src/util/enums.h | 3 +- src/util/expression-evaluator.cpp | 4 + src/util/expression-evaluator.h | 4 + src/util/find-if-before.h | 3 +- src/util/find-last-if.h | 3 +- src/util/fixed_point.h | 3 +- src/util/format.h | 3 +- src/util/forward-pointer-iterator.h | 3 +- src/util/list-container-test.h | 9 + src/util/list-container.h | 3 +- src/util/list-copy.h | 3 +- src/util/list.h | 3 +- src/util/longest-common-suffix.h | 5 +- src/util/reference.h | 3 +- src/util/reverse-list.h | 3 +- src/util/share.cpp | 3 +- src/util/share.h | 3 +- src/util/signal-blocker.h | 3 +- src/util/ucompose.hpp | 9 + src/util/units.cpp | 3 +- src/util/units.h | 3 +- src/util/ziptool.cpp | 37 +- src/util/ziptool.h | 43 +- src/vanishing-point.cpp | 3 +- src/vanishing-point.h | 3 +- src/verbs.cpp | 33 +- src/verbs.h | 4 +- src/version.cpp | 3 +- src/version.h | 3 +- src/widgets/CMakeLists.txt | 1 + src/widgets/button.cpp | 10 +- src/widgets/button.h | 21 +- src/widgets/dash-selector.cpp | 3 +- src/widgets/dash-selector.h | 3 +- src/widgets/desktop-widget.cpp | 3 +- src/widgets/desktop-widget.h | 5 +- src/widgets/eek-preview.cpp | 1 + src/widgets/eek-preview.h | 1 + src/widgets/ege-adjustment-action.cpp | 1 + src/widgets/ege-adjustment-action.h | 1 + src/widgets/ege-output-action.cpp | 1 + src/widgets/ege-output-action.h | 1 + src/widgets/ege-paint-def.cpp | 1 + src/widgets/ege-paint-def.h | 1 + src/widgets/fill-n-stroke-factory.h | 3 +- src/widgets/fill-style.cpp | 3 +- src/widgets/fill-style.h | 3 +- src/widgets/gimp/CMakeLists.txt | 1 + src/widgets/gimp/gimpcolorwheel.c | 1 + src/widgets/gimp/gimpcolorwheel.h | 6 +- src/widgets/gimp/ruler.cpp | 7 +- src/widgets/gimp/ruler.h | 3 +- src/widgets/gradient-image.cpp | 3 +- src/widgets/gradient-image.h | 3 +- src/widgets/gradient-selector.cpp | 3 +- src/widgets/gradient-selector.h | 3 +- src/widgets/gradient-vector.cpp | 3 +- src/widgets/gradient-vector.h | 3 +- src/widgets/ink-action.cpp | 9 + src/widgets/ink-action.h | 9 + src/widgets/ink-comboboxentry-action.cpp | 3 +- src/widgets/ink-comboboxentry-action.h | 3 +- src/widgets/ink-radio-action.cpp | 9 + src/widgets/ink-radio-action.h | 9 + src/widgets/ink-toggle-action.cpp | 9 + src/widgets/ink-toggle-action.h | 9 + src/widgets/ink-tool-menu-action.cpp | 9 + src/widgets/ink-tool-menu-action.h | 9 + src/widgets/paint-selector.cpp | 15 +- src/widgets/paint-selector.h | 14 +- src/widgets/sp-attribute-widget.cpp | 3 +- src/widgets/sp-attribute-widget.h | 3 +- src/widgets/sp-color-selector.cpp | 14 +- src/widgets/sp-color-selector.h | 9 + src/widgets/sp-widget.cpp | 3 +- src/widgets/sp-widget.h | 3 +- src/widgets/sp-xmlview-tree.cpp | 3 +- src/widgets/sp-xmlview-tree.h | 3 +- src/widgets/spinbutton-events.cpp | 3 +- src/widgets/spinbutton-events.h | 3 +- src/widgets/spw-utilities.cpp | 3 +- src/widgets/spw-utilities.h | 5 +- src/widgets/stroke-marker-selector.cpp | 3 +- src/widgets/stroke-marker-selector.h | 3 +- src/widgets/stroke-style.cpp | 3 +- src/widgets/stroke-style.h | 3 +- src/widgets/style-utils.h | 22 +- src/widgets/swatch-selector.cpp | 9 + src/widgets/swatch-selector.h | 9 + src/widgets/toolbox.cpp | 3 +- src/widgets/toolbox.h | 3 +- src/widgets/widget-sizes.h | 9 + src/winconsole.cpp | 3 +- src/xml/CMakeLists.txt | 1 + src/xml/attribute-record.h | 9 + src/xml/comment-node.h | 17 +- src/xml/composite-node-observer.cpp | 9 + src/xml/composite-node-observer.h | 16 +- src/xml/croco-node-iface.cpp | 9 + src/xml/croco-node-iface.h | 9 + src/xml/document.h | 18 +- src/xml/element-node.h | 16 +- src/xml/event-fns.h | 9 + src/xml/event.cpp | 3 +- src/xml/event.h | 15 +- src/xml/helper-observer.cpp | 9 + src/xml/helper-observer.h | 9 + src/xml/invalid-operation-exception.h | 16 +- src/xml/log-builder.cpp | 19 +- src/xml/log-builder.h | 15 +- src/xml/node-event-vector.h | 3 +- src/xml/node-fns.cpp | 9 + src/xml/node-fns.h | 16 +- src/xml/node-iterators.h | 3 +- src/xml/node-observer.h | 19 +- src/xml/node.h | 13 +- src/xml/pi-node.h | 16 +- src/xml/quote-test.h | 12 +- src/xml/quote.cpp | 9 +- src/xml/quote.h | 9 + src/xml/rebase-hrefs-test.h | 9 + src/xml/rebase-hrefs.cpp | 9 + src/xml/rebase-hrefs.h | 9 + src/xml/repr-action-test.h | 9 + src/xml/repr-css.cpp | 9 + src/xml/repr-io.cpp | 3 +- src/xml/repr-sorting.cpp | 9 + src/xml/repr-sorting.h | 11 +- src/xml/repr-util.cpp | 3 +- src/xml/repr.cpp | 3 +- src/xml/repr.h | 5 +- src/xml/simple-document.cpp | 19 +- src/xml/simple-document.h | 16 +- src/xml/simple-node.cpp | 17 +- src/xml/simple-node.h | 15 +- src/xml/sp-css-attr.h | 18 +- src/xml/subtree.cpp | 16 +- src/xml/subtree.h | 16 +- src/xml/text-node.h | 16 +- testfiles/CMakeLists.txt | 1 + testfiles/doc-per-case-test.cpp | 3 +- testfiles/doc-per-case-test.h | 3 +- testfiles/fuzzer.cpp | 9 + testfiles/fuzzer.dict | 1 + testfiles/rendering_tests/CMakeLists.txt | 1 + testfiles/rendering_tests/test.sh | 1 + testfiles/src/attributes-test.cpp | 3 +- testfiles/src/color-profile-test.cpp | 3 +- .../cxxtests-to-migrate/extract-uri-test.h | 9 + .../src/cxxtests-to-migrate/marker-test.h | 9 +- .../src/cxxtests-to-migrate/mod360-test.h | 9 + .../cxxtests-to-migrate/preferences-test.h | 9 +- .../cxxtests-to-migrate/sp-style-elem-test.h | 9 + .../src/cxxtests-to-migrate/test-helpers.h | 9 + testfiles/src/cxxtests-to-migrate/uri-test.h | 17 +- .../src/cxxtests-to-migrate/verbs-test.h | 9 + testfiles/src/dir-util-test.cpp | 3 +- testfiles/src/object-set-test.cpp | 3 +- testfiles/src/object-style-test.cpp | 6 +- testfiles/src/object-test.cpp | 3 +- testfiles/src/sp-gradient-test.cpp | 3 +- testfiles/src/sp-object-test.cpp | 3 +- testfiles/src/style-test.cpp | 3 +- testfiles/src/uri-test.cpp | 12 +- testfiles/unittest.cpp | 3 +- 1784 files changed, 6522 insertions(+), 2679 deletions(-) create mode 100644 LICENSES/GPL-2.0-or-later.txt rename GPL2.txt => LICENSES/GPL-2.0.txt (100%) create mode 100644 LICENSES/GPL-3.0-or-later.txt rename GPL3.txt => LICENSES/GPL-3.0.txt (100%) create mode 100644 LICENSES/LGPL-2.1-or-later.txt rename LGPL2.1.txt => LICENSES/LGPL-2.1.txt (100%) create mode 100644 LICENSES/LGPL-3.0-or-later.txt create mode 100644 LICENSES/LGPL-3.0.txt create mode 100644 LICENSES/MPL-1.1.txt diff --git a/.appveyor.yml b/.appveyor.yml index 57eb66f6d1..c441d8e2ad 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later version: '{branch}-{build}' clone_depth: 100 diff --git a/CMakeScripts/ConfigCPack.cmake b/CMakeScripts/ConfigCPack.cmake index 0e84217379..b2b8f8f595 100644 --- a/CMakeScripts/ConfigCPack.cmake +++ b/CMakeScripts/ConfigCPack.cmake @@ -10,7 +10,7 @@ set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Inkscape, open-source vector graphics edi set(CPACK_PACKAGE_VENDOR "Inkscape") set(CPACK_PACKAGE_CONTACT "Inkscape developers ") set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md") -set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/GPL2.txt") +set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSES/GPL-3.0.txt") set(CPACK_PACKAGE_VERSION_MAJOR ${INKSCAPE_VERSION_MAJOR}) set(CPACK_PACKAGE_VERSION_MINOR ${INKSCAPE_VERSION_MINOR}) set(CPACK_PACKAGE_VERSION_PATCH ${INKSCAPE_VERSION_PATCH}) diff --git a/CMakeScripts/Install.cmake b/CMakeScripts/Install.cmake index 131ee07012..beaf5aa0ae 100644 --- a/CMakeScripts/Install.cmake +++ b/CMakeScripts/Install.cmake @@ -12,9 +12,9 @@ if(WIN32) NEWS.md README.md TRANSLATORS - GPL2.txt - GPL3.txt - LGPL2.1.txt + LICENSES/GPL-2.0.txt + LICENSES/GPL-3.0.txt + LICENSES/LGPL-2.1.txt DESTINATION .) install(DIRECTORY doc diff --git a/CMakeScripts/InstallMSYS2.cmake b/CMakeScripts/InstallMSYS2.cmake index b2e0916fef..66a06bae57 100644 --- a/CMakeScripts/InstallMSYS2.cmake +++ b/CMakeScripts/InstallMSYS2.cmake @@ -5,9 +5,9 @@ if(WIN32) NEWS.md README.md TRANSLATORS - GPL2.txt - GPL3.txt - LGPL2.1.txt + LICENSES/GPL-2.0.txt + LICENSES/GPL-3.0.txt + LICENSES/LGPL-2.1.txt DESTINATION .) install(DIRECTORY doc @@ -263,4 +263,4 @@ if(WIN32) EXCLUDE "^\\.\\.\\/" # exclude content in parent directories (notably scripts installed to /bin) ) endforeach() -endif() \ No newline at end of file +endif() diff --git a/COPYING b/COPYING index 0223a508e5..ef34154180 100644 --- a/COPYING +++ b/COPYING @@ -1,12 +1,34 @@ Inkscape license ================ -Most of Inkscape source code is available under the GNU General Public License, -version 2 or later, with the exception of a few files copied from GIMP, which -are available under GNU GPL version 3 or later. As such, the complete binaries -of Inkscape are currently covered by the terms of GNU GPL version 3 or later. +Most Inkscape source code is available under the GNU General Public License, version 2 or later. -Several standalone libraries contained in Inkscape's source code repository are -available under GNU Lesser General Public License or the Mozilla Public License. +Notable exceptions are: +- some libraries in src/3rdparty and src/2geom (mostly GNU Lesser General Public License or Mozilla Public License). +- a few files copied from GIMP, which are available under GNU (L)GPL version 3 or later. +- a few files which are dual-licensed, which means that they offer the additional permission to alternatively use them under another license. + +As such, the complete binaries of Inkscape are currently covered by the terms of GNU GPL version 3 or later. + +License of individual source files +================================== + +The license of each individual inkscape source file can be found in the first few lines after "SPDX-License-Identifier:". The license text of every such license can be found in LICENSES/. Some files are dual-licensed, e.g. "GPL-2.0-or-later OR MPL-1.1", which means you can choose one of these licenses. + +Libraries have their COPYING or LICENSE file in the respective subdirectory. + +See also https://spdx.org/licenses/ for the full license texts, and https://spdx.org/ids for the standardized header format. + + +License Compatibility +===================== + +Suggested reading for license version compatibility: https://www.gnu.org/licenses/gpl-faq.html#AllCompatibility + +Roughly summarized (I am not a lawyer, this is not legal advice): +- You may legally make the following license changes without having to ask anyone: + LGPL-2.1-or-later -> GPL-2.0-or-later -> GPL-3.0-or-later + LGPL-3.0-or-later -> GPL-3.0-or-later +- Due to that, the resulting inkscape must be under GPL-3.0-or-later. +- Any license that is not "-or-later" is evil and must not be used in the inkscape project. -See the files GPL2.txt and GPL3.txt for the full license text. diff --git a/LICENSES/GPL-2.0-or-later.txt b/LICENSES/GPL-2.0-or-later.txt new file mode 100644 index 0000000000..237fbe9704 --- /dev/null +++ b/LICENSES/GPL-2.0-or-later.txt @@ -0,0 +1,15 @@ + 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. + + +The license text can be found in GPL-2.0.txt. + diff --git a/GPL2.txt b/LICENSES/GPL-2.0.txt similarity index 100% rename from GPL2.txt rename to LICENSES/GPL-2.0.txt diff --git a/LICENSES/GPL-3.0-or-later.txt b/LICENSES/GPL-3.0-or-later.txt new file mode 100644 index 0000000000..ca5ff770f8 --- /dev/null +++ b/LICENSES/GPL-3.0-or-later.txt @@ -0,0 +1,15 @@ + 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. + + +The license text can be found in GPL-3.0.txt. + diff --git a/GPL3.txt b/LICENSES/GPL-3.0.txt similarity index 100% rename from GPL3.txt rename to LICENSES/GPL-3.0.txt diff --git a/LICENSES/LGPL-2.1-or-later.txt b/LICENSES/LGPL-2.1-or-later.txt new file mode 100644 index 0000000000..f77c0668df --- /dev/null +++ b/LICENSES/LGPL-2.1-or-later.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 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. + +The license file text can be found in LGPL-2.1.txt. diff --git a/LGPL2.1.txt b/LICENSES/LGPL-2.1.txt similarity index 100% rename from LGPL2.1.txt rename to LICENSES/LGPL-2.1.txt diff --git a/LICENSES/LGPL-3.0-or-later.txt b/LICENSES/LGPL-3.0-or-later.txt new file mode 100644 index 0000000000..1fbf2dcae7 --- /dev/null +++ b/LICENSES/LGPL-3.0-or-later.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. + +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. + +The license file text can be found in LGPL-3.0.txt. diff --git a/LICENSES/LGPL-3.0.txt b/LICENSES/LGPL-3.0.txt new file mode 100644 index 0000000000..0a041280bd --- /dev/null +++ b/LICENSES/LGPL-3.0.txt @@ -0,0 +1,165 @@ + 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/MPL-1.1.txt b/LICENSES/MPL-1.1.txt new file mode 100644 index 0000000000..35f0951b9d --- /dev/null +++ b/LICENSES/MPL-1.1.txt @@ -0,0 +1,422 @@ +Mozilla Public License Version 1.1 + + 1. Definitions. + +1.0.1. "Commercial Use" means distribution or otherwise making the Covered +Code available to a third party. + +1.1. "Contributor" means each entity that creates or contributes to the creation +of Modifications. + +1.2. "Contributor Version" means the combination of the Original Code, prior +Modifications used by a Contributor, and the Modifications made by that particular +Contributor. + +1.3. "Covered Code" means the Original Code or Modifications or the combination +of the Original Code and Modifications, in each case including portions thereof. + +1.4. "Electronic Distribution Mechanism" means a mechanism generally accepted +in the software development community for the electronic transfer of data. + + 1.5. "Executable" means Covered Code in any form other than Source Code. + +1.6. "Initial Developer" means the individual or entity identified as the +Initial Developer in the Source Code notice required by Exhibit A. + +1.7. "Larger Work" means a work which combines Covered Code or portions thereof +with code not governed by the terms of this License. + + 1.8. "License" means this document. + +1.8.1. "Licensable" means having the right to grant, to the maximum extent +possible, whether at the time of the initial grant or subsequently acquired, +any and all of the rights conveyed herein. + +1.9. "Modifications" means any addition to or deletion from the substance +or structure of either the Original Code or any previous Modifications. When +Covered Code is released as a series of files, a Modification is: + +Any addition to or deletion from the contents of a file containing Original +Code or previous Modifications. + +Any new file that contains any part of the Original Code or previous Modifications. + +1.10. "Original Code" means Source Code of computer software code which is +described in the Source Code notice required by Exhibit A as Original Code, +and which, at the time of its release under this License is not already Covered +Code governed by this License. + +1.10.1. "Patent Claims" means any patent claim(s), now owned or hereafter +acquired, including without limitation, method, process, and apparatus claims, +in any patent Licensable by grantor. + +1.11. "Source Code" means the preferred form of the Covered Code for making +modifications to it, including all modules it contains, plus any associated +interface definition files, scripts used to control compilation and installation +of an Executable, or source code differential comparisons against either the +Original Code or another well known, available Covered Code of the Contributor's +choice. The Source Code can be in a compressed or archival form, provided +the appropriate decompression or de-archiving software is widely available +for no charge. + +1.12. "You" (or "Your") means an individual or a legal entity exercising rights +under, and complying with all of the terms of, this License or a future version +of this License issued under Section 6.1. For legal entities, "You" includes +any entity which controls, is controlled by, or is under common control with +You. For purposes of this definition, "control" means (a) the power, direct +or indirect, to cause the direction or management of such entity, whether +by contract or otherwise, or (b) ownership of more than fifty percent (50%) +of the outstanding shares or beneficial ownership of such entity. + + 2. Source Code License. + +2.1. The Initial Developer Grant. The Initial Developer hereby grants You +a world-wide, royalty-free, non-exclusive license, subject to third party +intellectual property claims: + +a. under intellectual property rights (other than patent or trademark) Licensable +by Initial Developer to use, reproduce, modify, display, perform, sublicense +and distribute the Original Code (or portions thereof) with or without Modifications, +and/or as part of a Larger Work; and + +b. under Patents Claims infringed by the making, using or selling of Original +Code, to make, have made, use, practice, sell, and offer for sale, and/or +otherwise dispose of the Original Code (or portions thereof). + +c. the licenses granted in this Section 2.1 (a) and (b) are effective on the +date Initial Developer first distributes Original Code under the terms of +this License. + +d. Notwithstanding Section 2.1 (b) above, no patent license is granted: 1) +for code that You delete from the Original Code; 2) separate from the Original +Code; or 3) for infringements caused by: i) the modification of the Original +Code or ii) the combination of the Original Code with other software or devices. + +2.2. Contributor Grant. Subject to third party intellectual property claims, +each Contributor hereby grants You a world-wide, royalty-free, non-exclusive +license + +a. under intellectual property rights (other than patent or trademark) Licensable +by Contributor, to use, reproduce, modify, display, perform, sublicense and +distribute the Modifications created by such Contributor (or portions thereof) +either on an unmodified basis, with other Modifications, as Covered Code and/or +as part of a Larger Work; and + +b. under Patent Claims infringed by the making, using, or selling of Modifications +made by that Contributor either alone and/or in combination with its Contributor +Version (or portions of such combination), to make, use, sell, offer for sale, +have made, and/or otherwise dispose of: 1) Modifications made by that Contributor +(or portions thereof); and 2) the combination of Modifications made by that +Contributor with its Contributor Version (or portions of such combination). + +c. the licenses granted in Sections 2.2 (a) and 2.2 (b) are effective on the +date Contributor first makes Commercial Use of the Covered Code. + +d. Notwithstanding Section 2.2 (b) above, no patent license is granted: 1) +for any code that Contributor has deleted from the Contributor Version; 2) +separate from the Contributor Version; 3) for infringements caused by: i) +third party modifications of Contributor Version or ii) the combination of +Modifications made by that Contributor with other software (except as part +of the Contributor Version) or other devices; or 4) under Patent Claims infringed +by Covered Code in the absence of Modifications made by that Contributor. + + 3. Distribution Obligations. + +3.1. Application of License. The Modifications which You create or to which +You contribute are governed by the terms of this License, including without +limitation Section 2.2. The Source Code version of Covered Code may be distributed +only under the terms of this License or a future version of this License released +under Section 6.1, and You must include a copy of this License with every +copy of the Source Code You distribute. You may not offer or impose any terms +on any Source Code version that alters or restricts the applicable version +of this License or the recipients' rights hereunder. However, You may include +an additional document offering the additional rights described in Section +3.5. + +3.2. Availability of Source Code. Any Modification which You create or to +which You contribute must be made available in Source Code form under the +terms of this License either on the same media as an Executable version or +via an accepted Electronic Distribution Mechanism to anyone to whom you made +an Executable version available; and if made available via Electronic Distribution +Mechanism, must remain available for at least twelve (12) months after the +date it initially became available, or at least six (6) months after a subsequent +version of that particular Modification has been made available to such recipients. +You are responsible for ensuring that the Source Code version remains available +even if the Electronic Distribution Mechanism is maintained by a third party. + +3.3. Description of Modifications. You must cause all Covered Code to which +You contribute to contain a file documenting the changes You made to create +that Covered Code and the date of any change. You must include a prominent +statement that the Modification is derived, directly or indirectly, from Original +Code provided by the Initial Developer and including the name of the Initial +Developer in (a) the Source Code, and (b) in any notice in an Executable version +or related documentation in which You describe the origin or ownership of +the Covered Code. + + 3.4. Intellectual Property Matters + + (a) Third Party Claims + +If Contributor has knowledge that a license under a third party's intellectual +property rights is required to exercise the rights granted by such Contributor +under Sections 2.1 or 2.2, Contributor must include a text file with the Source +Code distribution titled "LEGAL" which describes the claim and the party making +the claim in sufficient detail that a recipient will know whom to contact. +If Contributor obtains such knowledge after the Modification is made available +as described in Section 3.2, Contributor shall promptly modify the LEGAL file +in all copies Contributor makes available thereafter and shall take other +steps (such as notifying appropriate mailing lists or newsgroups) reasonably +calculated to inform those who received the Covered Code that new knowledge +has been obtained. + + (b) Contributor APIs + +If Contributor's Modifications include an application programming interface +and Contributor has knowledge of patent licenses which are reasonably necessary +to implement that API, Contributor must also include this information in the +LEGAL file. + + (c) Representations. + +Contributor represents that, except as disclosed pursuant to Section 3.4 (a) +above, Contributor believes that Contributor's Modifications are Contributor's +original creation(s) and/or Contributor has sufficient rights to grant the +rights conveyed by this License. + +3.5. Required Notices. You must duplicate the notice in Exhibit A in each +file of the Source Code. If it is not possible to put such notice in a particular +Source Code file due to its structure, then You must include such notice in +a location (such as a relevant directory) where a user would be likely to +look for such a notice. If You created one or more Modification(s) You may +add your name as a Contributor to the notice described in Exhibit A. You must +also duplicate this License in any documentation for the Source Code where +You describe recipients' rights or ownership rights relating to Covered Code. +You may choose to offer, and to charge a fee for, warranty, support, indemnity +or liability obligations to one or more recipients of Covered Code. However, +You may do so only on Your own behalf, and not on behalf of the Initial Developer +or any Contributor. You must make it absolutely clear than any such warranty, +support, indemnity or liability obligation is offered by You alone, and You +hereby agree to indemnify the Initial Developer and every Contributor for +any liability incurred by the Initial Developer or such Contributor as a result +of warranty, support, indemnity or liability terms You offer. + +3.6. Distribution of Executable Versions. You may distribute Covered Code +in Executable form only if the requirements of Sections 3.1, 3.2, 3.3, 3.4 +and 3.5 have been met for that Covered Code, and if You include a notice stating +that the Source Code version of the Covered Code is available under the terms +of this License, including a description of how and where You have fulfilled +the obligations of Section 3.2. The notice must be conspicuously included +in any notice in an Executable version, related documentation or collateral +in which You describe recipients' rights relating to the Covered Code. You +may distribute the Executable version of Covered Code or ownership rights +under a license of Your choice, which may contain terms different from this +License, provided that You are in compliance with the terms of this License +and that the license for the Executable version does not attempt to limit +or alter the recipient's rights in the Source Code version from the rights +set forth in this License. If You distribute the Executable version under +a different license You must make it absolutely clear that any terms which +differ from this License are offered by You alone, not by the Initial Developer +or any Contributor. You hereby agree to indemnify the Initial Developer and +every Contributor for any liability incurred by the Initial Developer or such +Contributor as a result of any such terms You offer. + +3.7. Larger Works. You may create a Larger Work by combining Covered Code +with other code not governed by the terms of this License and distribute the +Larger Work as a single product. In such a case, You must make sure the requirements +of this License are fulfilled for the Covered Code. + + 4. Inability to Comply Due to Statute or Regulation. + +If it is impossible for You to comply with any of the terms of this License +with respect to some or all of the Covered Code due to statute, judicial order, +or regulation then You must: (a) comply with the terms of this License to +the maximum extent possible; and (b) describe the limitations and the code +they affect. Such description must be included in the LEGAL file described +in Section 3.4 and must be included with all distributions of the Source Code. +Except to the extent prohibited by statute or regulation, such description +must be sufficiently detailed for a recipient of ordinary skill to be able +to understand it. + + 5. Application of this License. + +This License applies to code to which the Initial Developer has attached the +notice in Exhibit A and to related Covered Code. + + 6. Versions of the License. + + 6.1. New Versions + +Netscape Communications Corporation ("Netscape") may publish revised and/or +new versions of the License from time to time. Each version will be given +a distinguishing version number. + + 6.2. Effect of New Versions + +Once Covered Code has been published under a particular version of the License, +You may always continue to use it under the terms of that version. You may +also choose to use such Covered Code under the terms of any subsequent version +of the License published by Netscape. No one other than Netscape has the right +to modify the terms applicable to Covered Code created under this License. + + 6.3. Derivative Works + +If You create or use a modified version of this License (which you may only +do in order to apply it to code which is not already Covered Code governed +by this License), You must (a) rename Your license so that the phrases "Mozilla", +"MOZILLAPL", "MOZPL", "Netscape", "MPL", "NPL" or any confusingly similar +phrase do not appear in your license (except to note that your license differs +from this License) and (b) otherwise make it clear that Your version of the +license contains terms which differ from the Mozilla Public License and Netscape +Public License. (Filling in the name of the Initial Developer, Original Code +or Contributor in the notice described in Exhibit A shall not of themselves +be deemed to be modifications of this License.) + + 7. DISCLAIMER OF WARRANTY + +COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES +THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR +PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE +OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN +ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME +THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER +OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED +CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + + 8. Termination + +8.1. This License and the rights granted hereunder will terminate automatically +if You fail to comply with terms herein and fail to cure such breach within +30 days of becoming aware of the breach. All sublicenses to the Covered Code +which are properly granted shall survive any termination of this License. +Provisions which, by their nature, must remain in effect beyond the termination +of this License shall survive. + +8.2. If You initiate litigation by asserting a patent infringement claim (excluding +declatory judgment actions) against Initial Developer or a Contributor (the +Initial Developer or Contributor against whom You file such action is referred +to as "Participant") alleging that: + +a. such Participant's Contributor Version directly or indirectly infringes +any patent, then any and all rights granted by such Participant to You under +Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant +terminate prospectively, unless if within 60 days after receipt of notice +You either: (i) agree in writing to pay Participant a mutually agreeable reasonable +royalty for Your past and future use of Modifications made by such Participant, +or (ii) withdraw Your litigation claim with respect to the Contributor Version +against such Participant. If within 60 days of notice, a reasonable royalty +and payment arrangement are not mutually agreed upon in writing by the parties +or the litigation claim is not withdrawn, the rights granted by Participant +to You under Sections 2.1 and/or 2.2 automatically terminate at the expiration +of the 60 day notice period specified above. + +b. any software, hardware, or device, other than such Participant's Contributor +Version, directly or indirectly infringes any patent, then any rights granted +to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective +as of the date You first made, used, sold, distributed, or had made, Modifications +made by that Participant. + +8.3. If You assert a patent infringement claim against Participant alleging +that such Participant's Contributor Version directly or indirectly infringes +any patent where such claim is resolved (such as by license or settlement) +prior to the initiation of patent infringement litigation, then the reasonable +value of the licenses granted by such Participant under Sections 2.1 or 2.2 +shall be taken into account in determining the amount or value of any payment +or license. + +8.4. In the event of termination under Sections 8.1 or 8.2 above, all end +user license agreements (excluding distributors and resellers) which have +been validly granted by You or any distributor hereunder prior to termination +shall survive termination. + + 9. LIMITATION OF LIABILITY + +UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING +NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY +OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF +ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, +OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES +FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY +AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE +BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY +SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH +PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. +SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL +OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO +YOU. + + 10. U.S. government end users + +The Covered Code is a "commercial item," as that term is defined in 48 C.F.R. +2.101 (Oct. 1995), consisting of "commercial computer software" and "commercial +computer software documentation," as such terms are used in 48 C.F.R. 12.212 +(Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through +227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code +with only those rights set forth herein. + + 11. Miscellaneous + +This License represents the complete agreement concerning subject matter hereof. +If any provision of this License is held to be unenforceable, such provision +shall be reformed only to the extent necessary to make it enforceable. This +License shall be governed by California law provisions (except to the extent +applicable law, if any, provides otherwise), excluding its conflict-of-law +provisions. With respect to disputes in which at least one party is a citizen +of, or an entity chartered or registered to do business in the United States +of America, any litigation relating to this License shall be subject to the +jurisdiction of the Federal Courts of the Northern District of California, +with venue lying in Santa Clara County, California, with the losing party +responsible for costs, including without limitation, court costs and reasonable +attorneys' fees and expenses. The application of the United Nations Convention +on Contracts for the International Sale of Goods is expressly excluded. Any +law or regulation which provides that the language of a contract shall be +construed against the drafter shall not apply to this License. + + 12. Responsibility for claims + +As between Initial Developer and the Contributors, each party is responsible +for claims and damages arising, directly or indirectly, out of its utilization +of rights under this License and You agree to work with Initial Developer +and Contributors to distribute such responsibility on an equitable basis. +Nothing herein is intended or shall be deemed to constitute any admission +of liability. + + 13. Multiple-licensed code + +Initial Developer may designate portions of the Covered Code as "Multiple-Licensed". +"Multiple-Licensed" means that the Initial Developer permits you to utilize +portions of the Covered Code under Your choice of the MPL or the alternative +licenses, if any, specified by the Initial Developer in the file described +in Exhibit A. Exhibit A - Mozilla Public License. + +" The contents of this file are subject to the Mozilla Public License Version +1.1 (the "License"); you may not use this file except in compliance with the +License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ + +Software distributed under the License is distributed on an "AS IS" basis, +WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for +the specific language governing rights and limitations under the License. + +The Original Code is ______________________________________ . + +The Initial Developer of the Original Code is ________________________ . + +Portions created by ______________________ are Copyright (C) ______ . All +Rights Reserved. + +Contributor(s): ______________________________________ . + +Alternatively, the contents of this file may be used under the terms of the +_____ license (the " [___] License"), in which case the provisions of [______] +License are applicable instead of those above. If you wish to allow use of +your version of this file only under the terms of the [____] License and not +to allow others to use your version of this file under the MPL, indicate your +decision by deleting the provisions above and replace them with the notice +and other provisions required by the [___] License. If you do not delete the +provisions above, a recipient may use your version of this file under either +the MPL or the [___] License. " + +NOTE: The text of this Exhibit A may differ slightly from the text of the +notices in the Source Code files of the Original Code. You should use the +text of this Exhibit A rather than the text found in the Original Code Source +Code for Your Modifications. diff --git a/_clang-format b/_clang-format index 1cc4f940ca..5f7e9ca8ee 100644 --- a/_clang-format +++ b/_clang-format @@ -1,4 +1,5 @@ --- +# SPDX-License-Identifier: GPL-2.0-or-later # BasedOnStyle: LLVM AccessModifierOffset: -2 ConstructorInitializerIndentWidth: 4 diff --git a/astylerc b/astylerc index 55e466ada9..9f8c6360f4 100644 --- a/astylerc +++ b/astylerc @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + # Inkscape coding style options for the Artistic Style formatter # See http://astyle.sourceforge.net/ # See https://inkscape.org/de/develop/coding-style/ diff --git a/config.h.cmake b/config.h.cmake index 1ddee24704..bd563c9332 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef _CONFIG_H_ #define _CONFIG_H_ diff --git a/download-gtest.sh b/download-gtest.sh index d25d5c16fd..4ce795e6d9 100755 --- a/download-gtest.sh +++ b/download-gtest.sh @@ -1,4 +1,5 @@ #!/bin/bash +# SPDX-License-Identifier: GPL-2.0-or-later if ! test -e gtest ; then mkdir gtest fi diff --git a/inkscape.appdata.xml.in b/inkscape.appdata.xml.in index 980ed61d82..8e8eeb7cf9 100644 --- a/inkscape.appdata.xml.in +++ b/inkscape.appdata.xml.in @@ -1,5 +1,6 @@ + org.inkscape.Inkscape inkscape.desktop diff --git a/inkscape.desktop.in b/inkscape.desktop.in index cea49a4f26..b0523adc93 100644 --- a/inkscape.desktop.in +++ b/inkscape.desktop.in @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later [Desktop Entry] Version=1.0 _Name=Inkscape diff --git a/inkscape.desktop.template b/inkscape.desktop.template index 4abd6f6eb5..a35fa37c3e 100644 --- a/inkscape.desktop.template +++ b/inkscape.desktop.template @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later [Desktop Entry] Version=1.0 Name=Inkscape diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt index 8ee1548e4c..01553cb529 100644 --- a/man/CMakeLists.txt +++ b/man/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later # Load AUTHORS file contents into $INKSCAPE_AUTHORS file(READ ${CMAKE_SOURCE_DIR}/AUTHORS content) string(REGEX REPLACE "^([^\n#]+)\n" "\\1;\n" content_list "${content}") diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index 35bda545f8..26e2a7c1f8 100644 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -293,9 +293,9 @@ Section "$(Core)" SecCore ; Mandatory Inkscape core files section {{{ File /a ${INKSCAPE_DIST_DIR}\inkview.com File /a ${INKSCAPE_DIST_DIR}\AUTHORS File /a ${INKSCAPE_DIST_DIR}\COPYING - File /a ${INKSCAPE_DIST_DIR}\GPL2.txt - File /a ${INKSCAPE_DIST_DIR}\GPL3.txt - File /a ${INKSCAPE_DIST_DIR}\LGPL2.1.txt + File /a ${INKSCAPE_DIST_DIR}\GPL-2.0.txt + File /a ${INKSCAPE_DIST_DIR}\GPL-3.0.txt + File /a ${INKSCAPE_DIST_DIR}\LGPL-2.1.txt File /a ${INKSCAPE_DIST_DIR}\NEWS.md File /a ${INKSCAPE_DIST_DIR}\gspawn-win${BITNESS}-helper.exe File /a ${INKSCAPE_DIST_DIR}\gspawn-win${BITNESS}-helper-console.exe diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index e244076347..794136b359 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -1,4 +1,5 @@ # process and install .po files +# SPDX-License-Identifier: GPL-2.0-or-later file(GLOB LANGUAGES *.po) foreach(language ${LANGUAGES}) string(REGEX REPLACE "(.+(\\\\|/))+" "" language ${language}) diff --git a/share/CMakeLists.txt b/share/CMakeLists.txt index e32424f4fd..eb54170147 100644 --- a/share/CMakeLists.txt +++ b/share/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later add_subdirectory(attributes) add_subdirectory(branding) add_subdirectory(examples) diff --git a/share/attributes/CMakeLists.txt b/share/attributes/CMakeLists.txt index 7235a5ef05..7ce6e461cb 100644 --- a/share/attributes/CMakeLists.txt +++ b/share/attributes/CMakeLists.txt @@ -1,2 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-or-later set(_FILES "svgprops" "cssprops" "css_defaults" "README") install(FILES ${_FILES} DESTINATION ${INKSCAPE_SHARE_INSTALL}/attributes) diff --git a/share/branding/CMakeLists.txt b/share/branding/CMakeLists.txt index cdff3a43ae..fbd4d30455 100644 --- a/share/branding/CMakeLists.txt +++ b/share/branding/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later file(GLOB _FILES "README" "*.svg") install(FILES ${_FILES} DESTINATION ${INKSCAPE_SHARE_INSTALL}/branding) diff --git a/share/examples/CMakeLists.txt b/share/examples/CMakeLists.txt index 4187f839e0..944466d909 100644 --- a/share/examples/CMakeLists.txt +++ b/share/examples/CMakeLists.txt @@ -1,2 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-or-later file(GLOB _FILES "README" "*.svg" "*.svgz" "*.pov") install(FILES ${_FILES} DESTINATION ${INKSCAPE_SHARE_INSTALL}/examples) diff --git a/share/filters/CMakeLists.txt b/share/filters/CMakeLists.txt index dc3e19c972..fd0c478c0b 100644 --- a/share/filters/CMakeLists.txt +++ b/share/filters/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later add_custom_command( OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/filters.svg.h COMMAND python ${CMAKE_CURRENT_SOURCE_DIR}/i18n.py ${CMAKE_CURRENT_SOURCE_DIR}/filters.svg > ${CMAKE_CURRENT_SOURCE_DIR}/filters.svg.h diff --git a/share/fonts/CMakeLists.txt b/share/fonts/CMakeLists.txt index 42068f6e03..76f3b95f75 100644 --- a/share/fonts/CMakeLists.txt +++ b/share/fonts/CMakeLists.txt @@ -1 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0-or-later install(FILES "README" DESTINATION ${INKSCAPE_SHARE_INSTALL}/fonts) diff --git a/share/gradients/CMakeLists.txt b/share/gradients/CMakeLists.txt index 96640f52f3..cd235477f3 100644 --- a/share/gradients/CMakeLists.txt +++ b/share/gradients/CMakeLists.txt @@ -1 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0-or-later install(FILES "README" DESTINATION ${INKSCAPE_SHARE_INSTALL}/gradients) diff --git a/share/icons/application/CMakeLists.txt b/share/icons/application/CMakeLists.txt index 3a01264b4c..b999f552c2 100644 --- a/share/icons/application/CMakeLists.txt +++ b/share/icons/application/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later set(PIXMAP_SIZES "16x16" "22x22" "24x24" "32x32" "48x48" "256x256") set(THEME hicolor) foreach(pixmap_size ${PIXMAP_SIZES}) diff --git a/share/keys/CMakeLists.txt b/share/keys/CMakeLists.txt index 34b83a5091..0d770cd796 100644 --- a/share/keys/CMakeLists.txt +++ b/share/keys/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later file(GLOB _FILES "*.xml") install(FILES ${_FILES} DESTINATION ${INKSCAPE_SHARE_INSTALL}/keys) diff --git a/share/markers/CMakeLists.txt b/share/markers/CMakeLists.txt index e5b4fe8842..8f9c0df423 100644 --- a/share/markers/CMakeLists.txt +++ b/share/markers/CMakeLists.txt @@ -1,2 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-or-later file(GLOB _FILES "*.svg") install(FILES ${_FILES} DESTINATION ${INKSCAPE_SHARE_INSTALL}/markers) diff --git a/share/palettes/CMakeLists.txt b/share/palettes/CMakeLists.txt index f734564ac5..c02bc38131 100644 --- a/share/palettes/CMakeLists.txt +++ b/share/palettes/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later set(I18N_FILES "inkscape.gpl" "svg.gpl" "Tango-Palette.gpl") add_custom_command( diff --git a/share/patterns/CMakeLists.txt b/share/patterns/CMakeLists.txt index 10bb848b67..7bd4e0c71f 100644 --- a/share/patterns/CMakeLists.txt +++ b/share/patterns/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later add_custom_command( OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/patterns.svg.h COMMAND python ${CMAKE_CURRENT_SOURCE_DIR}/i18n.py ${CMAKE_CURRENT_SOURCE_DIR}/patterns.svg > ${CMAKE_CURRENT_SOURCE_DIR}/patterns.svg.h diff --git a/share/pixmaps/CMakeLists.txt b/share/pixmaps/CMakeLists.txt index 4cec1a6f71..5e53719ac4 100644 --- a/share/pixmaps/CMakeLists.txt +++ b/share/pixmaps/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later file(GLOB _FILES "*.svg" "*.jpg" "*.png" "README") install(FILES ${_FILES} DESTINATION ${INKSCAPE_SHARE_INSTALL}/pixmaps) diff --git a/share/screens/CMakeLists.txt b/share/screens/CMakeLists.txt index e5fd5e847b..95e643a825 100644 --- a/share/screens/CMakeLists.txt +++ b/share/screens/CMakeLists.txt @@ -1,2 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-or-later file(GLOB _FILES "README" "*.svg") install(FILES ${_FILES} DESTINATION ${INKSCAPE_SHARE_INSTALL}/screens) diff --git a/share/symbols/CMakeLists.txt b/share/symbols/CMakeLists.txt index 5a7eb1c9e8..3d2a3d6585 100644 --- a/share/symbols/CMakeLists.txt +++ b/share/symbols/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later file(GLOB _FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.svg") add_custom_command( diff --git a/share/templates/CMakeLists.txt b/share/templates/CMakeLists.txt index 4af166bf18..3f31809dc0 100644 --- a/share/templates/CMakeLists.txt +++ b/share/templates/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later file(GLOB _FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.svg") add_custom_command( diff --git a/share/tutorials/CMakeLists.txt b/share/tutorials/CMakeLists.txt index 624e463872..14f86d0321 100644 --- a/share/tutorials/CMakeLists.txt +++ b/share/tutorials/CMakeLists.txt @@ -1,2 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-or-later file(GLOB _FILES "README" "*.svg" "*.jpg" "*.png") install(FILES ${_FILES} DESTINATION ${INKSCAPE_SHARE_INSTALL}/tutorials) diff --git a/share/ui/CMakeLists.txt b/share/ui/CMakeLists.txt index e3eb742b24..7b1450bd59 100644 --- a/share/ui/CMakeLists.txt +++ b/share/ui/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later file(GLOB _FILES "*.xml" "*.rc" "*.css" "*.ui" "*.glade") install(FILES ${_FILES} DESTINATION ${INKSCAPE_SHARE_INSTALL}/ui) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 6cf27957c6..1529a58bfa 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later name: inkscape version-script: packaging/snappy/version.sh version: devel # Replaced at build time ^^^ diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2700068a74..ba3fc37d1e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later # ----------------------------------------------------------------------------- # Define the main source # ----------------------------------------------------------------------------- diff --git a/src/attribute-rel-css.cpp b/src/attribute-rel-css.cpp index 430324f4af..4a110f5e9c 100644 --- a/src/attribute-rel-css.cpp +++ b/src/attribute-rel-css.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ /* * attribute-rel-css.cpp * diff --git a/src/attribute-rel-css.h b/src/attribute-rel-css.h index dfce37f852..d7af4deaef 100644 --- a/src/attribute-rel-css.h +++ b/src/attribute-rel-css.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef __SP_ATTRIBUTE_REL_CSS_H__ #define __SP_ATTRIBUTE_REL_CSS_H__ diff --git a/src/attribute-rel-svg.cpp b/src/attribute-rel-svg.cpp index f4270ccc46..90ec53f4d7 100644 --- a/src/attribute-rel-svg.cpp +++ b/src/attribute-rel-svg.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ /* * attribute-rel-svg.cpp * diff --git a/src/attribute-rel-svg.h b/src/attribute-rel-svg.h index 1ec2b50e35..2f04c5c7b9 100644 --- a/src/attribute-rel-svg.h +++ b/src/attribute-rel-svg.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef __SP_ATTRIBUTE_REL_SVG_H__ #define __SP_ATTRIBUTE_REL_SVG_H__ diff --git a/src/attribute-rel-util.cpp b/src/attribute-rel-util.cpp index f428cc9f7c..d0efe02345 100644 --- a/src/attribute-rel-util.cpp +++ b/src/attribute-rel-util.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ /* * attribute-rel-util.h * diff --git a/src/attribute-rel-util.h b/src/attribute-rel-util.h index b8b1f68753..d3c7f5e2be 100644 --- a/src/attribute-rel-util.h +++ b/src/attribute-rel-util.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2016 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef __SP_ATTRIBUTE_REL_UTIL_H__ #define __SP_ATTRIBUTE_REL_UTIL_H__ diff --git a/src/attribute-sort-util.cpp b/src/attribute-sort-util.cpp index 5df78eab6c..6dad860077 100644 --- a/src/attribute-sort-util.cpp +++ b/src/attribute-sort-util.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ /* * attribute-sort-util.cpp * diff --git a/src/attribute-sort-util.h b/src/attribute-sort-util.h index 0b2f81ed9e..5a5d280deb 100644 --- a/src/attribute-sort-util.h +++ b/src/attribute-sort-util.h @@ -1,12 +1,16 @@ -#ifndef __SP_ATTRIBUTE_SORT_UTIL_H__ -#define __SP_ATTRIBUTE_SORT_UTIL_H__ - -/* - * attribute-sort-util.h +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: + * see git history + * Tavmjong Bah * - * Created on: Jun 10, 2016 - * Author: Tavmjong Bah + * Copyright (C) 2016 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ +#ifndef __SP_ATTRIBUTE_SORT_UTIL_H__ +#define __SP_ATTRIBUTE_SORT_UTIL_H__ #include #include "xml/sp-css-attr.h" diff --git a/src/attributes.cpp b/src/attributes.cpp index 4347517cb2..1c90682ef3 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * Author: * Lauris Kaplinski @@ -5,7 +6,7 @@ * Copyright (C) 2006 Johan Engelen * Copyright (C) 2002 Lauris Kaplinski * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include // g_assert() diff --git a/src/attributes.h b/src/attributes.h index b6637c27e0..2c4e74b503 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef __SP_ATTRIBUTES_H__ #define __SP_ATTRIBUTES_H__ @@ -11,7 +12,7 @@ * Copyright (C) 2006 Johan Engelen * Copyright (C) 2002 Lauris Kaplinski * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/axis-manip.cpp b/src/axis-manip.cpp index 2332bc0a3e..66b5c82438 100644 --- a/src/axis-manip.cpp +++ b/src/axis-manip.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * Generic auxiliary routines for 3D axes * @@ -6,7 +7,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/axis-manip.h b/src/axis-manip.h index 032ee04ba1..a0d0191101 100644 --- a/src/axis-manip.h +++ b/src/axis-manip.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Generic auxiliary routines for 3D axes * @@ -6,7 +7,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_AXIS_MANIP_H diff --git a/src/bad-uri-exception.h b/src/bad-uri-exception.h index 4502071870..2930b224f8 100644 --- a/src/bad-uri-exception.h +++ b/src/bad-uri-exception.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_BAD_URI_EXCEPTION_H #define SEEN_BAD_URI_EXCEPTION_H diff --git a/src/cms-color-types.h b/src/cms-color-types.h index 9d9ff73a2a..f312fa686e 100644 --- a/src/cms-color-types.h +++ b/src/cms-color-types.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_CMS_COLOR_TYPES_H #define SEEN_CMS_COLOR_TYPES_H diff --git a/src/cms-system.h b/src/cms-system.h index 27eb8e3e64..a986bb3574 100644 --- a/src/cms-system.h +++ b/src/cms-system.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2017 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_COLOR_PROFILE_FNS_H #define SEEN_COLOR_PROFILE_FNS_H diff --git a/src/color-profile-cms-fns.h b/src/color-profile-cms-fns.h index 09a8f274f3..4dd321b221 100644 --- a/src/color-profile-cms-fns.h +++ b/src/color-profile-cms-fns.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2012 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_COLOR_PROFILE_CMS_FNS_H #define SEEN_COLOR_PROFILE_CMS_FNS_H diff --git a/src/color-rgba.h b/src/color-rgba.h index 8b439fca30..b893e701a5 100644 --- a/src/color-rgba.h +++ b/src/color-rgba.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* Authors: bulia byak Copyright (C) 2004 Authors - Released under GNU GPL, read the file 'COPYING' for more information + Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_COLOR_RGBA_H #define SEEN_COLOR_RGBA_H diff --git a/src/color.cpp b/src/color.cpp index 149e659e21..6baf6470cf 100644 --- a/src/color.cpp +++ b/src/color.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Colors. * @@ -9,7 +10,7 @@ * Copyright (C) 2001-2002 Lauris Kaplinski * Copyright (C) 2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/color.h b/src/color.h index 1bc29673f9..60708d2426 100644 --- a/src/color.h +++ b/src/color.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_COLOR_H #define SEEN_SP_COLOR_H @@ -10,7 +11,7 @@ * Copyright (C) 2001-2002 Lauris Kaplinski * Copyright (C) 2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/colorspace.h b/src/colorspace.h index 5b47f77377..bed120b5e2 100644 --- a/src/colorspace.h +++ b/src/colorspace.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_COLOR_SPACE_H #define SEEN_COLOR_SPACE_H @@ -7,7 +8,7 @@ * * Copyright (C) 2013 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/composite-undo-stack-observer.cpp b/src/composite-undo-stack-observer.cpp index 621ab43062..ce272b2f53 100644 --- a/src/composite-undo-stack-observer.cpp +++ b/src/composite-undo-stack-observer.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Heavily inspired by Inkscape::XML::CompositeNodeObserver. * @@ -6,7 +7,7 @@ * * Copyright (c) 2005 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/composite-undo-stack-observer.h b/src/composite-undo-stack-observer.h index d4d2386a9f..daf73b976d 100644 --- a/src/composite-undo-stack-observer.h +++ b/src/composite-undo-stack-observer.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * David Yip * * Copyright (c) 2005 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_COMPOSITE_UNDO_COMMIT_OBSERVER_H diff --git a/src/conditions.cpp b/src/conditions.cpp index 9109cd1fbc..38349f592b 100644 --- a/src/conditions.cpp +++ b/src/conditions.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG conditional attribute evaluation * @@ -7,7 +8,7 @@ * * Copyright (C) 2006 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/conditions.h b/src/conditions.h index 15e9f3d58d..939532ac70 100644 --- a/src/conditions.h +++ b/src/conditions.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef CONDITIONS_H_ #define CONDITIONS_H_ diff --git a/src/conn-avoid-ref.cpp b/src/conn-avoid-ref.cpp index 6e30506ecd..087bd93faa 100644 --- a/src/conn-avoid-ref.cpp +++ b/src/conn-avoid-ref.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * A class for handling shape interaction with libavoid. * @@ -7,7 +8,7 @@ * * Copyright (C) 2005 Michael Wybrow * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ diff --git a/src/conn-avoid-ref.h b/src/conn-avoid-ref.h index f221e3fdc0..75f3d97654 100644 --- a/src/conn-avoid-ref.h +++ b/src/conn-avoid-ref.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_CONN_AVOID_REF #define SEEN_CONN_AVOID_REF @@ -10,7 +11,7 @@ * * Copyright (C) 2005 Michael Wybrow * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/point.h> diff --git a/src/console-output-undo-observer.cpp b/src/console-output-undo-observer.cpp index 2099970033..16f99c962b 100644 --- a/src/console-output-undo-observer.cpp +++ b/src/console-output-undo-observer.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::ConsoleOutputUndoObserver - observer for tracing calls to * SPDocumentUndo::undo, SPDocumentUndo::redo, SPDocumentUndo::maybe_done @@ -8,7 +9,7 @@ * * Copyright (c) 2006 Authors * - * Released under GNU GPL, see the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "console-output-undo-observer.h" diff --git a/src/console-output-undo-observer.h b/src/console-output-undo-observer.h index 675706e08e..b48a667120 100644 --- a/src/console-output-undo-observer.h +++ b/src/console-output-undo-observer.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * David Yip @@ -5,7 +6,7 @@ * * Copyright (c) 2006 Authors * - * Released under GNU GPL, see the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_CONSOLE_OUTPUT_UNDO_OBSERVER_H diff --git a/src/context-fns.cpp b/src/context-fns.cpp index 971bc5dddd..5e9711f898 100644 --- a/src/context-fns.cpp +++ b/src/context-fns.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include #include "context-fns.h" diff --git a/src/context-fns.h b/src/context-fns.h index 82554a6c91..21ef313e33 100644 --- a/src/context-fns.h +++ b/src/context-fns.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_CONTEXT_FNS_H #define SEEN_CONTEXT_FNS_H @@ -5,9 +6,9 @@ * * Authors: * - * Copyright (C) + * Copyright (C) * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/forward.h> diff --git a/src/debug/CMakeLists.txt b/src/debug/CMakeLists.txt index 5c0354fce8..954df1f331 100644 --- a/src/debug/CMakeLists.txt +++ b/src/debug/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later set(debug_SRC demangle.cpp diff --git a/src/debug/demangle.cpp b/src/debug/demangle.cpp index a5f868a760..28b5d26d42 100644 --- a/src/debug/demangle.cpp +++ b/src/debug/demangle.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Debug::demangle - demangle C++ symbol names * @@ -6,7 +7,7 @@ * * Copyright (C) 2006 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/debug/demangle.h b/src/debug/demangle.h index c5e160caa0..95042446f5 100644 --- a/src/debug/demangle.h +++ b/src/debug/demangle.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Debug::demangle - demangle C++ symbol names * @@ -6,7 +7,7 @@ * * Copyright (C) 2006 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DEBUG_DEMANGLE_H diff --git a/src/debug/event-tracker.h b/src/debug/event-tracker.h index 8a2e6242ac..e70e2adf02 100644 --- a/src/debug/event-tracker.h +++ b/src/debug/event-tracker.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Debug::EventTracker - semi-automatically track event lifetimes * @@ -6,7 +7,7 @@ * * Copyright (C) 2005 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DEBUG_EVENT_TRACKER_H diff --git a/src/debug/event.h b/src/debug/event.h index 1ddcb8b555..e9fa5ae2e3 100644 --- a/src/debug/event.h +++ b/src/debug/event.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Debug::Event - event for debug tracing * @@ -6,7 +7,7 @@ * * Copyright (C) 2005 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DEBUG_EVENT_H diff --git a/src/debug/gc-heap.h b/src/debug/gc-heap.h index 88de2b7e84..155e13eb1f 100644 --- a/src/debug/gc-heap.h +++ b/src/debug/gc-heap.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Debug::GCHeap - heap statistics for libgc heap * @@ -6,7 +7,7 @@ * * Copyright (C) 2004 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DEBUG_GC_HEAP_H diff --git a/src/debug/gdk-event-latency-tracker.cpp b/src/debug/gdk-event-latency-tracker.cpp index 4679f05f1d..57d3e1f256 100644 --- a/src/debug/gdk-event-latency-tracker.cpp +++ b/src/debug/gdk-event-latency-tracker.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Debug::GdkEventLatencyTracker - tracks backlog of GDK events * @@ -6,7 +7,7 @@ * * Copyright (C) 2008 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/debug/gdk-event-latency-tracker.h b/src/debug/gdk-event-latency-tracker.h index 75a861a408..9c1cd1fb38 100644 --- a/src/debug/gdk-event-latency-tracker.h +++ b/src/debug/gdk-event-latency-tracker.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Debug::GdkEventLatencyTracker - tracks backlog of GDK events * @@ -6,7 +7,7 @@ * * Copyright (C) 2008 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DEBUG_GDK_EVENT_LATENCY_TRACKER_H diff --git a/src/debug/heap.cpp b/src/debug/heap.cpp index d543a18f63..ce9cacfa98 100644 --- a/src/debug/heap.cpp +++ b/src/debug/heap.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Debug::Heap - interface for gathering heap statistics * @@ -6,7 +7,7 @@ * * Copyright (C) 2005 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "inkgc/gc-alloc.h" diff --git a/src/debug/heap.h b/src/debug/heap.h index 959578893c..72aae1603d 100644 --- a/src/debug/heap.h +++ b/src/debug/heap.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Debug::Heap - interface for gathering heap statistics * @@ -6,7 +7,7 @@ * * Copyright (C) 2005 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DEBUG_HEAP_H diff --git a/src/debug/log-display-config.cpp b/src/debug/log-display-config.cpp index a2e07e2074..e96802847c 100644 --- a/src/debug/log-display-config.cpp +++ b/src/debug/log-display-config.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Debug::log_display_config - log display configuration * @@ -6,7 +7,7 @@ * * Copyright (C) 2007 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/debug/log-display-config.h b/src/debug/log-display-config.h index 6a598ac0f4..9adef3347d 100644 --- a/src/debug/log-display-config.h +++ b/src/debug/log-display-config.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Debug::log_display_config - log display configuration * @@ -6,7 +7,7 @@ * * Copyright (C) 2007 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DEBUG_LOG_DISPLAY_CONFIG_H diff --git a/src/debug/logger.cpp b/src/debug/logger.cpp index e89d895b86..742ad6e584 100644 --- a/src/debug/logger.cpp +++ b/src/debug/logger.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Debug::Logger - debug logging facility * @@ -6,7 +7,7 @@ * * Copyright (C) 2005 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/debug/logger.h b/src/debug/logger.h index b5970e1ba6..ab6c826418 100644 --- a/src/debug/logger.h +++ b/src/debug/logger.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Debug::Logger - debug logging facility * @@ -6,7 +7,7 @@ * * Copyright (C) 2005 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DEBUG_LOGGER_H diff --git a/src/debug/simple-event.h b/src/debug/simple-event.h index 7870ca0d1c..7dc706fe79 100644 --- a/src/debug/simple-event.h +++ b/src/debug/simple-event.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Debug::SimpleEvent - trivial implementation of Debug::Event * @@ -6,7 +7,7 @@ * * Copyright (C) 2005 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DEBUG_SIMPLE_EVENT_H diff --git a/src/debug/sysv-heap.cpp b/src/debug/sysv-heap.cpp index 2731a931ed..41455e62a5 100644 --- a/src/debug/sysv-heap.cpp +++ b/src/debug/sysv-heap.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Debug::SysVHeap - malloc() statistics via System V interface * @@ -6,7 +7,7 @@ * * Copyright (C) 2005 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/debug/sysv-heap.h b/src/debug/sysv-heap.h index 6f95b74c46..3829eb11d3 100644 --- a/src/debug/sysv-heap.h +++ b/src/debug/sysv-heap.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Debug::SysVHeap - malloc() statistics via System V interface * @@ -6,7 +7,7 @@ * * Copyright (C) 2005 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DEBUG_SYSV_HEAP_H diff --git a/src/debug/timestamp.cpp b/src/debug/timestamp.cpp index cdd47e881c..e22f8dedea 100644 --- a/src/debug/timestamp.cpp +++ b/src/debug/timestamp.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Debug::SimpleEvent - trivial implementation of Debug::Event * @@ -6,7 +7,7 @@ * * Copyright (C) 2007 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ diff --git a/src/debug/timestamp.h b/src/debug/timestamp.h index c145ffbc94..281c31b4ce 100644 --- a/src/debug/timestamp.h +++ b/src/debug/timestamp.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Debug::timestamp - timestamp strings * @@ -6,7 +7,7 @@ * * Copyright (C) 2007 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DEBUG_TIMESTAMP_H diff --git a/src/deptool.cpp b/src/deptool.cpp index a2b2bb9d22..a01e5c732b 100644 --- a/src/deptool.cpp +++ b/src/deptool.cpp @@ -1,26 +1,14 @@ -/* +// SPDX-License-Identifier: LGPL-2.1-or-later +/** @file * DepTool dependency tool * * This is a simple dependency generator coded in C++ - * + *//* * Authors: * Bob Jamison * - * Copyright (C) 2006 Bob Jamison - * - * 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 St, Fifth Floor, Boston, MA 02110-1301 USA + * Copyright (C) 2018 Authors + * Released under GNU LGPL v2.1+, read the file 'COPYING' for more information. */ /* diff --git a/src/desktop-events.cpp b/src/desktop-events.cpp index ca9190b5c2..aee445d185 100644 --- a/src/desktop-events.cpp +++ b/src/desktop-events.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Event handlers for SPDesktop. @@ -9,7 +10,7 @@ * Copyright (C) 1999-2002 Lauris Kaplinski * Copyright (C) 1999-2010 Others * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/desktop-events.h b/src/desktop-events.h index 8dae9b4060..71799fe6fb 100644 --- a/src/desktop-events.h +++ b/src/desktop-events.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef __DESKTOP_EVENTS_H__ #define __DESKTOP_EVENTS_H__ @@ -10,7 +11,7 @@ * Copyright (C) 1999-2002 authors * Copyright (C) 2001-2002 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/desktop-style.cpp b/src/desktop-style.cpp index ae2afe141c..46ef82469a 100644 --- a/src/desktop-style.cpp +++ b/src/desktop-style.cpp @@ -1,15 +1,16 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Desktop style management * * Authors: * bulia byak * verbalshadow - * Jon A. Cruz + * Jon A. Cruz * Abhishek Sharma * * Copyright (C) 2004, 2006 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/desktop-style.h b/src/desktop-style.h index 6674e53292..033c87cd9a 100644 --- a/src/desktop-style.h +++ b/src/desktop-style.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_DESKTOP_STYLE_H #define SEEN_SP_DESKTOP_STYLE_H @@ -10,7 +11,7 @@ * * Copyright (C) 2004, 2006 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/desktop.cpp b/src/desktop.cpp index 335afa17d1..de537ce8b6 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Editable view implementation * @@ -18,7 +19,7 @@ * Copyright (C) 1999-2002 Lauris Kaplinski * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/desktop.h b/src/desktop.h index 61d1f875d1..ffee1ecf69 100644 --- a/src/desktop.h +++ b/src/desktop.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_DESKTOP_H #define SEEN_SP_DESKTOP_H @@ -17,7 +18,7 @@ * Copyright (C) 1999-2005 authors * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. * */ diff --git a/src/device-manager.cpp b/src/device-manager.cpp index 5ed11b9b27..c896a04abd 100644 --- a/src/device-manager.cpp +++ b/src/device-manager.cpp @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::DeviceManager - a view of input devices available. * * Copyright 2010 Jon A. Cruz * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "device-manager.h" diff --git a/src/device-manager.h b/src/device-manager.h index 66e4264fae..07f4508cec 100644 --- a/src/device-manager.h +++ b/src/device-manager.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::DeviceManager - a view of input devices available. * * Copyright 2010 Jon A. Cruz * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DEVICE_MANAGER_H diff --git a/src/display/CMakeLists.txt b/src/display/CMakeLists.txt index 8eaaee99a2..b82eab9b51 100644 --- a/src/display/CMakeLists.txt +++ b/src/display/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later set(display_SRC cairo-utils.cpp diff --git a/src/display/cairo-templates.h b/src/display/cairo-templates.h index 1d32771136..9a3dd66da0 100644 --- a/src/display/cairo-templates.h +++ b/src/display/cairo-templates.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Cairo software blending templates. @@ -6,7 +7,7 @@ * Krzysztof Kosiński * * Copyright (C) 2010 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DISPLAY_CAIRO_TEMPLATES_H diff --git a/src/display/cairo-utils.cpp b/src/display/cairo-utils.cpp index 36f2d3f912..397d6d4b46 100644 --- a/src/display/cairo-utils.cpp +++ b/src/display/cairo-utils.cpp @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Helper functions to use cairo with inkscape * * Copyright (C) 2007 bulia byak * Copyright (C) 2008 Johan Engelen * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. * */ diff --git a/src/display/cairo-utils.h b/src/display/cairo-utils.h index 9c4c9b68b4..61f2365939 100644 --- a/src/display/cairo-utils.h +++ b/src/display/cairo-utils.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Cairo integration helpers. @@ -6,7 +7,7 @@ * Krzysztof Kosiński * * Copyright (C) 2010 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DISPLAY_CAIRO_UTILS_H diff --git a/src/display/canvas-arena.cpp b/src/display/canvas-arena.cpp index 72415d82d3..734cbf9106 100644 --- a/src/display/canvas-arena.cpp +++ b/src/display/canvas-arena.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * RGBA display list system for inkscape * @@ -8,7 +9,7 @@ * Copyright (C) 2001-2002 Lauris Kaplinski * Copyright (C) 2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/canvas-arena.h b/src/display/canvas-arena.h index 27df38d8c7..8d40964bed 100644 --- a/src/display/canvas-arena.h +++ b/src/display/canvas-arena.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_CANVAS_ARENA_H #define SEEN_SP_CANVAS_ARENA_H @@ -10,7 +11,7 @@ * Copyright (C) 2001-2002 Lauris Kaplinski * Copyright (C) 2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/rect.h> diff --git a/src/display/canvas-axonomgrid.cpp b/src/display/canvas-axonomgrid.cpp index 2bbc8bc37e..db894d7115 100644 --- a/src/display/canvas-axonomgrid.cpp +++ b/src/display/canvas-axonomgrid.cpp @@ -1,17 +1,18 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Johan Engelen * * Copyright (C) 2006-2012 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ - /* - * Current limits are: one axis (y-axis) is always vertical. The other two - * axes are bound to a certain range of angles. The z-axis always has an angle - * smaller than 90 degrees (measured from horizontal, 0 degrees being a line extending - * to the right). The x-axis will always have an angle between 0 and 90 degrees. - */ +/* + * Current limits are: one axis (y-axis) is always vertical. The other two + * axes are bound to a certain range of angles. The z-axis always has an angle + * smaller than 90 degrees (measured from horizontal, 0 degrees being a line extending + * to the right). The x-axis will always have an angle between 0 and 90 degrees. + */ #include #include diff --git a/src/display/canvas-axonomgrid.h b/src/display/canvas-axonomgrid.h index a4598f0872..ce4a19edf5 100644 --- a/src/display/canvas-axonomgrid.h +++ b/src/display/canvas-axonomgrid.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef CANVAS_AXONOMGRID_H #define CANVAS_AXONOMGRID_H @@ -6,7 +7,7 @@ * Johan Engelen * * Copyright (C) 2006-2012 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "line-snapper.h" diff --git a/src/display/canvas-bpath.cpp b/src/display/canvas-bpath.cpp index b12e617f58..327bb1c06d 100644 --- a/src/display/canvas-bpath.cpp +++ b/src/display/canvas-bpath.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Simple bezier bpath CanvasItem for inkscape * @@ -7,7 +8,7 @@ * * Copyright (C) 2001 Lauris Kaplinski and Ximian, Inc. * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. * */ diff --git a/src/display/canvas-bpath.h b/src/display/canvas-bpath.h index 74f8bb7bac..4dc98315cc 100644 --- a/src/display/canvas-bpath.h +++ b/src/display/canvas-bpath.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_CANVAS_BPATH_H #define SEEN_SP_CANVAS_BPATH_H @@ -11,7 +12,7 @@ * Copyright (C) 2001 Lauris Kaplinski and Ximian, Inc. * Copyright (C) 2010 authors * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. * */ diff --git a/src/display/canvas-debug.cpp b/src/display/canvas-debug.cpp index a4ca196739..03db61f69c 100644 --- a/src/display/canvas-debug.cpp +++ b/src/display/canvas-debug.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * A simple surface for debugging the canvas. Shows how tiles are drawn. * @@ -6,7 +7,7 @@ * * Copyright (C) 2017 Tavmjong Bah * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "canvas-debug.h" diff --git a/src/display/canvas-debug.h b/src/display/canvas-debug.h index 784c36a8db..19ccd154ca 100644 --- a/src/display/canvas-debug.h +++ b/src/display/canvas-debug.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_CANVAS_DEBUG_H #define SEEN_SP_CANVAS_DEBUG_H @@ -9,7 +10,7 @@ * * Copyright (C) 2017 Tavmjong Bah * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-canvas-item.h" diff --git a/src/display/canvas-grid.cpp b/src/display/canvas-grid.cpp index 68a721ce33..479bc6893c 100644 --- a/src/display/canvas-grid.cpp +++ b/src/display/canvas-grid.cpp @@ -1,11 +1,16 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file - * Cartesian grid implementation. - */ -/* Copyright (C) Johan Engelen 2006-2007 + * Cartesian grid item for the Inkscape canvas. + *//* + * Authors: + * see git history + * Copyright (C) Johan Engelen 2006-2007 * Copyright (C) Lauris Kaplinski 2000 * Abhishek Sharma * Jon A. Cruz * Copyright (C) Tavmong Bah 2017 + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /* As a general comment, I am not exactly proud of how things are done. diff --git a/src/display/canvas-grid.h b/src/display/canvas-grid.h index 0fe8ce3783..3cd5a76b50 100644 --- a/src/display/canvas-grid.h +++ b/src/display/canvas-grid.h @@ -1,8 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * Cartesian grid item for the Inkscape canvas. - */ -/* Copyright (C) Johan Engelen 2006-2007 + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Copyright (C) Johan Engelen 2006-2007 * Copyright (C) Lauris Kaplinski 2000 + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_CANVAS_GRID_H diff --git a/src/display/canvas-rotate.cpp b/src/display/canvas-rotate.cpp index 9d5e5f0ac1..f747c66f54 100644 --- a/src/display/canvas-rotate.cpp +++ b/src/display/canvas-rotate.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Temporary surface for previewing rotated canvas. * @@ -6,7 +7,7 @@ * * Copyright (C) 2017 Tavmjong Bah * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "inkscape.h" diff --git a/src/display/canvas-rotate.h b/src/display/canvas-rotate.h index a830e888a5..b45eae2850 100644 --- a/src/display/canvas-rotate.h +++ b/src/display/canvas-rotate.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_CANVAS_ROTATE_H #define SEEN_SP_CANVAS_ROTATE_H @@ -9,7 +10,7 @@ * * Copyright (C) 2017 Tavmjong Bah * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-canvas-item.h" diff --git a/src/display/canvas-temporary-item-list.cpp b/src/display/canvas-temporary-item-list.cpp index 60ead11ce8..ad112cdbbd 100644 --- a/src/display/canvas-temporary-item-list.cpp +++ b/src/display/canvas-temporary-item-list.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Provides a class that can contain active TemporaryItem's on a desktop * Code inspired by message-stack.cpp @@ -7,7 +8,7 @@ * * Copyright (C) Johan Engelen 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/canvas-temporary-item.h" diff --git a/src/display/canvas-temporary-item-list.h b/src/display/canvas-temporary-item-list.h index c3e936b19a..4681c592f7 100644 --- a/src/display/canvas-temporary-item-list.h +++ b/src/display/canvas-temporary-item-list.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_CANVAS_TEMPORARY_ITEM_LIST_H #define INKSCAPE_CANVAS_TEMPORARY_ITEM_LIST_H @@ -7,7 +8,7 @@ * * Copyright (C) Johan Engelen 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/canvas-temporary-item.cpp b/src/display/canvas-temporary-item.cpp index cb7145d61b..38266872bd 100644 --- a/src/display/canvas-temporary-item.cpp +++ b/src/display/canvas-temporary-item.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Provides a class that can contain active TemporaryItem's on a desktop * When the object is deleted, it also deletes the canvasitem it contains! @@ -11,7 +12,7 @@ * * Copyright (C) Johan Engelen 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/canvas-temporary-item.h" diff --git a/src/display/canvas-temporary-item.h b/src/display/canvas-temporary-item.h index 92b16b1ab9..b18ab0588a 100644 --- a/src/display/canvas-temporary-item.h +++ b/src/display/canvas-temporary-item.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_CANVAS_TEMPORARY_ITEM_H #define INKSCAPE_CANVAS_TEMPORARY_ITEM_H @@ -7,7 +8,7 @@ * * Copyright (C) Johan Engelen 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ diff --git a/src/display/canvas-text.cpp b/src/display/canvas-text.cpp index 25a0f56a0a..e725a1f93c 100644 --- a/src/display/canvas-text.cpp +++ b/src/display/canvas-text.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Canvas text * @@ -9,7 +10,7 @@ * Copyright (C) 2000-2002 Lauris Kaplinski * Copyright (C) 2008 Maximilian Albert * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/canvas-text.h b/src/display/canvas-text.h index b2ab1f876e..257f360a68 100644 --- a/src/display/canvas-text.h +++ b/src/display/canvas-text.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_CANVASTEXT_H #define SEEN_SP_CANVASTEXT_H @@ -11,7 +12,7 @@ * Copyright (C) 2000-2002 Lauris Kaplinski * Copyright (C) 2008 Maximilian Albert * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-canvas-item.h" diff --git a/src/display/curve-test.h b/src/display/curve-test.h index f921a5361a..d338e2883c 100644 --- a/src/display/curve-test.h +++ b/src/display/curve-test.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2015 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include #include "display/curve.h" diff --git a/src/display/curve.cpp b/src/display/curve.cpp index 211eaaa531..619e7ec37d 100644 --- a/src/display/curve.cpp +++ b/src/display/curve.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * Authors: * Lauris Kaplinski @@ -8,7 +9,7 @@ * Copyright (C) 2002 Lauris Kaplinski * Copyright (C) 2008 Johan Engelen * - * Released under GNU GPL, see file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/curve.h" diff --git a/src/display/curve.h b/src/display/curve.h index 0e6a0ec86c..e9c58e610f 100644 --- a/src/display/curve.h +++ b/src/display/curve.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * Authors: * Lauris Kaplinski @@ -7,7 +8,7 @@ * Copyright (C) 2002 Lauris Kaplinski * Copyright (C) 2008 Johan Engelen * - * Released under GNU GPL, see file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_DISPLAY_CURVE_H diff --git a/src/display/drawing-context.cpp b/src/display/drawing-context.cpp index 16263b607d..d6b42ab618 100644 --- a/src/display/drawing-context.cpp +++ b/src/display/drawing-context.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Cairo drawing context with Inkscape extensions. @@ -6,7 +7,7 @@ * Krzysztof Kosiński * * Copyright (C) 2011 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/drawing-context.h" diff --git a/src/display/drawing-context.h b/src/display/drawing-context.h index 12d192a7cb..1095fa1a34 100644 --- a/src/display/drawing-context.h +++ b/src/display/drawing-context.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Cairo drawing context with Inkscape extensions. @@ -6,7 +7,7 @@ * Krzysztof Kosiński * * Copyright (C) 2011 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DISPLAY_DRAWING_CONTEXT_H diff --git a/src/display/drawing-group.cpp b/src/display/drawing-group.cpp index 22a6c42ed6..3a2eeb0189 100644 --- a/src/display/drawing-group.cpp +++ b/src/display/drawing-group.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Group belonging to an SVG drawing element. @@ -6,7 +7,7 @@ * Krzysztof Kosiński * * Copyright (C) 2011 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/drawing.h" diff --git a/src/display/drawing-group.h b/src/display/drawing-group.h index a66ea16a94..1f5f283934 100644 --- a/src/display/drawing-group.h +++ b/src/display/drawing-group.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Group belonging to an SVG drawing element. @@ -6,7 +7,7 @@ * Krzysztof Kosiński * * Copyright (C) 2011 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DISPLAY_DRAWING_GROUP_H diff --git a/src/display/drawing-image.cpp b/src/display/drawing-image.cpp index 3d3a54bd38..a575cc7d03 100644 --- a/src/display/drawing-image.cpp +++ b/src/display/drawing-image.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Bitmap image belonging to an SVG drawing. @@ -6,7 +7,7 @@ * Krzysztof Kosiński * * Copyright (C) 2011 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/bezier-curve.h> diff --git a/src/display/drawing-image.h b/src/display/drawing-image.h index 966ff11456..fd962dbb51 100644 --- a/src/display/drawing-image.h +++ b/src/display/drawing-image.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Bitmap image belonging to an SVG drawing. @@ -6,7 +7,7 @@ * Krzysztof Kosiński * * Copyright (C) 2011 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DISPLAY_DRAWING_IMAGE_H diff --git a/src/display/drawing-item.cpp b/src/display/drawing-item.cpp index 86bd0c7f9f..dd3d962bb2 100644 --- a/src/display/drawing-item.cpp +++ b/src/display/drawing-item.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Canvas item belonging to an SVG drawing element. @@ -6,7 +7,7 @@ * Krzysztof Kosiński * * Copyright (C) 2011 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/drawing-item.h b/src/display/drawing-item.h index 5cd6c987f3..3c3bf8b3f8 100644 --- a/src/display/drawing-item.h +++ b/src/display/drawing-item.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Canvas item belonging to an SVG drawing element. @@ -6,7 +7,7 @@ * Krzysztof Kosiński * * Copyright (C) 2011 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DISPLAY_DRAWING_ITEM_H diff --git a/src/display/drawing-pattern.cpp b/src/display/drawing-pattern.cpp index 2cb86440e2..15bdc6139c 100644 --- a/src/display/drawing-pattern.cpp +++ b/src/display/drawing-pattern.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Canvas belonging to SVG pattern. @@ -6,7 +7,7 @@ * Tomasz Boczkowski * * Copyright (C) 2014 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/cairo-utils.h" diff --git a/src/display/drawing-pattern.h b/src/display/drawing-pattern.h index a5795eca61..86b881ae1f 100644 --- a/src/display/drawing-pattern.h +++ b/src/display/drawing-pattern.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Canvas belonging to SVG pattern. @@ -6,7 +7,7 @@ * Tomasz Boczkowski * * Copyright (C) 2014 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DISPLAY_DRAWING_PATTERN_H diff --git a/src/display/drawing-shape.cpp b/src/display/drawing-shape.cpp index 612593ad8f..c3b41ac1ec 100644 --- a/src/display/drawing-shape.cpp +++ b/src/display/drawing-shape.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Shape (styled path) belonging to an SVG drawing. @@ -6,7 +7,7 @@ * Krzysztof Kosiński * * Copyright (C) 2011 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/drawing-shape.h b/src/display/drawing-shape.h index 8b0d1b082a..f8a3d23efe 100644 --- a/src/display/drawing-shape.h +++ b/src/display/drawing-shape.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Group belonging to an SVG drawing element. @@ -6,7 +7,7 @@ * Krzysztof Kosiński * * Copyright (C) 2011 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DISPLAY_DRAWING_SHAPE_H diff --git a/src/display/drawing-surface.cpp b/src/display/drawing-surface.cpp index 0616410153..24fc525b17 100644 --- a/src/display/drawing-surface.cpp +++ b/src/display/drawing-surface.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Cairo surface that remembers its origin. @@ -6,7 +7,7 @@ * Krzysztof Kosiński * * Copyright (C) 2011 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ //#include diff --git a/src/display/drawing-surface.h b/src/display/drawing-surface.h index ae9a576e71..f93920d7c7 100644 --- a/src/display/drawing-surface.h +++ b/src/display/drawing-surface.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Cairo surface that remembers its origin. @@ -6,7 +7,7 @@ * Krzysztof Kosiński * * Copyright (C) 2011 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DISPLAY_DRAWING_SURFACE_H diff --git a/src/display/drawing-text.cpp b/src/display/drawing-text.cpp index 5a8a06ede0..34af7452e6 100644 --- a/src/display/drawing-text.cpp +++ b/src/display/drawing-text.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Group belonging to an SVG drawing element. @@ -6,7 +7,7 @@ * Krzysztof Kosiński * * Copyright (C) 2011 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ //#include "display/cairo-utils.h" diff --git a/src/display/drawing-text.h b/src/display/drawing-text.h index fdfab122f9..d557cad77a 100644 --- a/src/display/drawing-text.h +++ b/src/display/drawing-text.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Group belonging to an SVG drawing element. @@ -6,7 +7,7 @@ * Krzysztof Kosiński * * Copyright (C) 2011 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DISPLAY_DRAWING_TEXT_H diff --git a/src/display/drawing.cpp b/src/display/drawing.cpp index 4b2a2cadfc..6bce7c12b4 100644 --- a/src/display/drawing.cpp +++ b/src/display/drawing.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * SVG drawing for display. @@ -7,7 +8,7 @@ * Johan Engelen * * Copyright (C) 2011-2012 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/drawing.h b/src/display/drawing.h index 931fe8e468..0204b4e4eb 100644 --- a/src/display/drawing.h +++ b/src/display/drawing.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * SVG drawing for display. @@ -6,7 +7,7 @@ * Krzysztof Kosiński * * Copyright (C) 2011 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DISPLAY_DRAWING_H diff --git a/src/display/gnome-canvas-acetate.cpp b/src/display/gnome-canvas-acetate.cpp index 50d26a0685..5157ab8b2f 100644 --- a/src/display/gnome-canvas-acetate.cpp +++ b/src/display/gnome-canvas-acetate.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Infinite invisible canvas item * @@ -10,7 +11,7 @@ * Copyright (C) 1998-1999 The Free Software Foundation * Copyright (C) 2002 Lauris Kaplinski * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "gnome-canvas-acetate.h" diff --git a/src/display/gnome-canvas-acetate.h b/src/display/gnome-canvas-acetate.h index 6fae8bbd0f..d08667daa1 100644 --- a/src/display/gnome-canvas-acetate.h +++ b/src/display/gnome-canvas-acetate.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_CANVAS_ACETATE_H #define SEEN_SP_CANVAS_ACETATE_H @@ -12,7 +13,7 @@ * Copyright (C) 1998-1999 The Free Software Foundation * Copyright (C) 2002 Lauris Kaplinski * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/sp-canvas-item.h" diff --git a/src/display/grayscale.cpp b/src/display/grayscale.cpp index 5978dbf2a8..f00157c9d9 100644 --- a/src/display/grayscale.cpp +++ b/src/display/grayscale.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * Provide methods to calculate grayscale values (e.g. convert rgba value to grayscale rgba value) */ @@ -8,7 +9,7 @@ * * Copyright (C) 2011 Author * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/grayscale.h" diff --git a/src/display/grayscale.h b/src/display/grayscale.h index 0ffe727da8..fad1205211 100644 --- a/src/display/grayscale.h +++ b/src/display/grayscale.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_DISPLAY_GRAYSCALE_H #define SEEN_DISPLAY_GRAYSCALE_H @@ -7,7 +8,7 @@ * * Copyright (C) 2011 Author * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ typedef unsigned int guint32; diff --git a/src/display/guideline.cpp b/src/display/guideline.cpp index 8091f83698..bb0acf1dd6 100644 --- a/src/display/guideline.cpp +++ b/src/display/guideline.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Horizontal/vertical but can also be angled line * @@ -12,7 +13,7 @@ * Copyright (C) 2009 Maximilian Albert * Copyright (C) 2017 Tavmjong Bah * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/coord.h> diff --git a/src/display/guideline.h b/src/display/guideline.h index 44aed88d9f..e81cb35f5b 100644 --- a/src/display/guideline.h +++ b/src/display/guideline.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_GUIDELINE_H #define SEEN_SP_GUIDELINE_H @@ -11,7 +12,7 @@ * Copyright (C) 2000-2002 Lauris Kaplinski * Copyright (C) 2007 Johan Engelen * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/point.h> diff --git a/src/display/nr-3dutils.cpp b/src/display/nr-3dutils.cpp index d2ac7d82b8..3c0eb5eeb0 100644 --- a/src/display/nr-3dutils.cpp +++ b/src/display/nr-3dutils.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * 3D utils. * @@ -6,7 +7,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/nr-3dutils.h b/src/display/nr-3dutils.h index eb773a9ada..21fcf5fc8b 100644 --- a/src/display/nr-3dutils.h +++ b/src/display/nr-3dutils.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_3DUTILS_H #define SEEN_NR_3DUTILS_H @@ -11,7 +12,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/forward.h> diff --git a/src/display/nr-filter-blend.cpp b/src/display/nr-filter-blend.cpp index fb9d2471a3..c94fd0f7d9 100644 --- a/src/display/nr-filter-blend.cpp +++ b/src/display/nr-filter-blend.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * SVG feBlend renderer *//* @@ -13,7 +14,7 @@ * * Copyright (C) 2007-2008 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/nr-filter-blend.h b/src/display/nr-filter-blend.h index e6be8b67e9..26667622a0 100644 --- a/src/display/nr-filter-blend.h +++ b/src/display/nr-filter-blend.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_FILTER_BLEND_H #define SEEN_NR_FILTER_BLEND_H @@ -14,7 +15,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/nr-filter-colormatrix.cpp b/src/display/nr-filter-colormatrix.cpp index d27e6104aa..eff5d93a64 100644 --- a/src/display/nr-filter-colormatrix.cpp +++ b/src/display/nr-filter-colormatrix.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * feColorMatrix filter primitive renderer * @@ -7,7 +8,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/nr-filter-colormatrix.h b/src/display/nr-filter-colormatrix.h index cb85c8b71b..8e35a358e3 100644 --- a/src/display/nr-filter-colormatrix.h +++ b/src/display/nr-filter-colormatrix.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_FILTER_COLOR_MATRIX_H #define SEEN_NR_FILTER_COLOR_MATRIX_H @@ -9,7 +10,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/nr-filter-component-transfer.cpp b/src/display/nr-filter-component-transfer.cpp index 38b66e230e..a9439ec931 100644 --- a/src/display/nr-filter-component-transfer.cpp +++ b/src/display/nr-filter-component-transfer.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * feComponentTransfer filter primitive renderer * @@ -7,7 +8,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/nr-filter-component-transfer.h b/src/display/nr-filter-component-transfer.h index bd7720563d..9d1ea1456e 100644 --- a/src/display/nr-filter-component-transfer.h +++ b/src/display/nr-filter-component-transfer.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_FILTER_COMPONENT_TRANSFER_H #define SEEN_NR_FILTER_COMPONENT_TRANSFER_H @@ -9,7 +10,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/nr-filter-composite.cpp b/src/display/nr-filter-composite.cpp index 0eabde3ae2..2feab65601 100644 --- a/src/display/nr-filter-composite.cpp +++ b/src/display/nr-filter-composite.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * feComposite filter effect renderer * @@ -6,7 +7,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/nr-filter-composite.h b/src/display/nr-filter-composite.h index 8a08c3dd2b..a76f4cc413 100644 --- a/src/display/nr-filter-composite.h +++ b/src/display/nr-filter-composite.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_FILTER_COMPOSITE_H #define SEEN_NR_FILTER_COMPOSITE_H @@ -9,7 +10,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "object/filters/composite.h" diff --git a/src/display/nr-filter-convolve-matrix.cpp b/src/display/nr-filter-convolve-matrix.cpp index 3ab5f74f70..1e9bdb0c67 100644 --- a/src/display/nr-filter-convolve-matrix.cpp +++ b/src/display/nr-filter-convolve-matrix.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * feConvolveMatrix filter primitive renderer * @@ -7,7 +8,7 @@ * * Copyright (C) 2007,2009 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/nr-filter-convolve-matrix.h b/src/display/nr-filter-convolve-matrix.h index 85a2b8c41c..26b2bf3224 100644 --- a/src/display/nr-filter-convolve-matrix.h +++ b/src/display/nr-filter-convolve-matrix.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_FILTER_CONVOLVE_MATRIX_H #define SEEN_NR_FILTER_CONVOLVE_MATRIX_H @@ -9,7 +10,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/nr-filter-primitive.h" diff --git a/src/display/nr-filter-diffuselighting.cpp b/src/display/nr-filter-diffuselighting.cpp index 95e83a5c21..cfb8091af0 100644 --- a/src/display/nr-filter-diffuselighting.cpp +++ b/src/display/nr-filter-diffuselighting.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * feDiffuseLighting renderer * @@ -8,7 +9,7 @@ * * Copyright (C) 2007-2010 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/display/nr-filter-diffuselighting.h b/src/display/nr-filter-diffuselighting.h index 095d9bccb4..5bf777b795 100644 --- a/src/display/nr-filter-diffuselighting.h +++ b/src/display/nr-filter-diffuselighting.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_FILTER_DIFFUSELIGHTING_H #define SEEN_NR_FILTER_DIFFUSELIGHTING_H @@ -10,7 +11,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/nr-light-types.h" diff --git a/src/display/nr-filter-displacement-map.cpp b/src/display/nr-filter-displacement-map.cpp index 18b6c28105..a72e60db5b 100644 --- a/src/display/nr-filter-displacement-map.cpp +++ b/src/display/nr-filter-displacement-map.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * feDisplacementMap filter primitive renderer * @@ -6,7 +7,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/cairo-templates.h" diff --git a/src/display/nr-filter-displacement-map.h b/src/display/nr-filter-displacement-map.h index c825ea0f9f..32afcfb764 100644 --- a/src/display/nr-filter-displacement-map.h +++ b/src/display/nr-filter-displacement-map.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_FILTER_DISPLACEMENT_MAP_H #define SEEN_NR_FILTER_DISPLACEMENT_MAP_H @@ -9,7 +10,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "object/filters/displacementmap.h" diff --git a/src/display/nr-filter-flood.cpp b/src/display/nr-filter-flood.cpp index 8617723524..eb00d6ea3d 100644 --- a/src/display/nr-filter-flood.cpp +++ b/src/display/nr-filter-flood.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * feFlood filter primitive renderer * @@ -7,7 +8,7 @@ * * Copyright (C) 2007, 2011 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/display/nr-filter-flood.h b/src/display/nr-filter-flood.h index 87708b73ff..c2f51fa210 100644 --- a/src/display/nr-filter-flood.h +++ b/src/display/nr-filter-flood.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_FILTER_FLOOD_H #define SEEN_NR_FILTER_FLOOD_H @@ -9,7 +10,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/nr-filter-primitive.h" diff --git a/src/display/nr-filter-gaussian.cpp b/src/display/nr-filter-gaussian.cpp index 0bebd6da87..3a1e4a6218 100644 --- a/src/display/nr-filter-gaussian.cpp +++ b/src/display/nr-filter-gaussian.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Gaussian blur renderer * @@ -8,7 +9,7 @@ * * Copyright (C) 2006-2008 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/display/nr-filter-gaussian.h b/src/display/nr-filter-gaussian.h index ee0ad4cdde..28ffb00db0 100644 --- a/src/display/nr-filter-gaussian.h +++ b/src/display/nr-filter-gaussian.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_FILTER_GAUSSIAN_H #define SEEN_NR_FILTER_GAUSSIAN_H @@ -11,7 +12,7 @@ * * Copyright (C) 2006 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/forward.h> diff --git a/src/display/nr-filter-image.cpp b/src/display/nr-filter-image.cpp index b8b45b40b7..29c2c475f5 100644 --- a/src/display/nr-filter-image.cpp +++ b/src/display/nr-filter-image.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * feImage filter primitive renderer * @@ -8,7 +9,7 @@ * * Copyright (C) 2007-2011 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/nr-filter-image.h" #include "document.h" diff --git a/src/display/nr-filter-image.h b/src/display/nr-filter-image.h index 23663c71c8..6080bb4a2d 100644 --- a/src/display/nr-filter-image.h +++ b/src/display/nr-filter-image.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_FILTER_IMAGE_H #define SEEN_NR_FILTER_IMAGE_H @@ -9,7 +10,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/nr-filter-primitive.h" diff --git a/src/display/nr-filter-merge.cpp b/src/display/nr-filter-merge.cpp index 1dc8bad827..fb2d6ba854 100644 --- a/src/display/nr-filter-merge.cpp +++ b/src/display/nr-filter-merge.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * feMerge filter effect renderer * @@ -6,7 +7,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/nr-filter-merge.h b/src/display/nr-filter-merge.h index 5bb397aec9..72356dcea9 100644 --- a/src/display/nr-filter-merge.h +++ b/src/display/nr-filter-merge.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_FILTER_MERGE_H #define SEEN_NR_FILTER_MERGE_H @@ -9,7 +10,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/nr-filter-morphology.cpp b/src/display/nr-filter-morphology.cpp index 2604796997..700d69f093 100644 --- a/src/display/nr-filter-morphology.cpp +++ b/src/display/nr-filter-morphology.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * feMorphology filter primitive renderer * @@ -6,7 +7,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/display/nr-filter-morphology.h b/src/display/nr-filter-morphology.h index a45fcfd962..f91192b51d 100644 --- a/src/display/nr-filter-morphology.h +++ b/src/display/nr-filter-morphology.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_FILTER_MORPHOLOGY_H #define SEEN_NR_FILTER_MORPHOLOGY_H @@ -9,7 +10,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/nr-filter-primitive.h" diff --git a/src/display/nr-filter-offset.cpp b/src/display/nr-filter-offset.cpp index 01c3e4c5c4..2f733893cb 100644 --- a/src/display/nr-filter-offset.cpp +++ b/src/display/nr-filter-offset.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * feOffset filter primitive renderer * @@ -6,7 +7,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/cairo-utils.h" diff --git a/src/display/nr-filter-offset.h b/src/display/nr-filter-offset.h index 5c28691c13..30e852707b 100644 --- a/src/display/nr-filter-offset.h +++ b/src/display/nr-filter-offset.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_FILTER_OFFSET_H #define SEEN_NR_FILTER_OFFSET_H @@ -9,7 +10,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/nr-filter-primitive.h" diff --git a/src/display/nr-filter-primitive.cpp b/src/display/nr-filter-primitive.cpp index c6be75e16d..65133eace2 100644 --- a/src/display/nr-filter-primitive.cpp +++ b/src/display/nr-filter-primitive.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG filters rendering * @@ -7,7 +8,7 @@ * * Copyright (C) 2006 Niko Kiirala * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/nr-filter-primitive.h" diff --git a/src/display/nr-filter-primitive.h b/src/display/nr-filter-primitive.h index cba1fdf204..89cffac49a 100644 --- a/src/display/nr-filter-primitive.h +++ b/src/display/nr-filter-primitive.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG filters rendering * @@ -6,7 +7,7 @@ * * Copyright (C) 2006-2007 Niko Kiirala * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_NR_FILTER_PRIMITIVE_H #define SEEN_NR_FILTER_PRIMITIVE_H diff --git a/src/display/nr-filter-skeleton.cpp b/src/display/nr-filter-skeleton.cpp index 491c7f52a9..072abc155b 100644 --- a/src/display/nr-filter-skeleton.cpp +++ b/src/display/nr-filter-skeleton.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Filter primitive renderer skeleton class * You can create your new filter primitive renderer by replacing @@ -18,7 +19,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/nr-filter-skeleton.h" diff --git a/src/display/nr-filter-skeleton.h b/src/display/nr-filter-skeleton.h index 6c92a4a093..83f1807484 100644 --- a/src/display/nr-filter-skeleton.h +++ b/src/display/nr-filter-skeleton.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_FILTER_SKELETON_H #define SEEN_NR_FILTER_SKELETON_H @@ -21,7 +22,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/nr-filter-primitive.h" diff --git a/src/display/nr-filter-slot.cpp b/src/display/nr-filter-slot.cpp index 4f522402b6..91a55639f5 100644 --- a/src/display/nr-filter-slot.cpp +++ b/src/display/nr-filter-slot.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * A container class for filter slots. Allows for simple getting and * setting images in filter slots without having to bother with @@ -8,7 +9,7 @@ * * Copyright (C) 2006,2007 Niko Kiirala * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/nr-filter-slot.h b/src/display/nr-filter-slot.h index 480a0ac3c6..1a695c4565 100644 --- a/src/display/nr-filter-slot.h +++ b/src/display/nr-filter-slot.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_FILTER_SLOT_H #define SEEN_NR_FILTER_SLOT_H @@ -11,7 +12,7 @@ * * Copyright (C) 2006,2007 Niko Kiirala * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/nr-filter-specularlighting.cpp b/src/display/nr-filter-specularlighting.cpp index 55076c745a..54bc50d5f6 100644 --- a/src/display/nr-filter-specularlighting.cpp +++ b/src/display/nr-filter-specularlighting.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * feSpecularLighting renderer * @@ -7,7 +8,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/display/nr-filter-specularlighting.h b/src/display/nr-filter-specularlighting.h index ed468110ec..86fd8b59ef 100644 --- a/src/display/nr-filter-specularlighting.h +++ b/src/display/nr-filter-specularlighting.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_FILTER_SPECULARLIGHTING_H #define SEEN_NR_FILTER_SPECULARLIGHTING_H @@ -7,10 +8,10 @@ * Authors: * Niko Kiirala * Jean-Rene Reinhard - * + * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/nr-light-types.h" diff --git a/src/display/nr-filter-tile.cpp b/src/display/nr-filter-tile.cpp index bff404b4e7..4605ddeec6 100644 --- a/src/display/nr-filter-tile.cpp +++ b/src/display/nr-filter-tile.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * feTile filter primitive renderer * @@ -6,7 +7,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/nr-filter-tile.h b/src/display/nr-filter-tile.h index fbc319cd07..867d129630 100644 --- a/src/display/nr-filter-tile.h +++ b/src/display/nr-filter-tile.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_FILTER_TILE_H #define SEEN_NR_FILTER_TILE_H @@ -9,7 +10,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/nr-filter-primitive.h" diff --git a/src/display/nr-filter-turbulence.cpp b/src/display/nr-filter-turbulence.cpp index 2c76686315..e1b6fbfd35 100644 --- a/src/display/nr-filter-turbulence.cpp +++ b/src/display/nr-filter-turbulence.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * feTurbulence filter primitive renderer * @@ -14,7 +15,7 @@ * http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 * * Copyright (C) 2007 authors - * Released under GNU GPL version 2 (or later), read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/cairo-templates.h" diff --git a/src/display/nr-filter-turbulence.h b/src/display/nr-filter-turbulence.h index 45b4d881dc..de21c5801e 100644 --- a/src/display/nr-filter-turbulence.h +++ b/src/display/nr-filter-turbulence.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_FILTER_TURBULENCE_H #define SEEN_NR_FILTER_TURBULENCE_H @@ -18,7 +19,7 @@ * http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 * * Copyright (C) 2007 authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/point.h> diff --git a/src/display/nr-filter-types.h b/src/display/nr-filter-types.h index 2e35d6da8e..34cfdeb848 100644 --- a/src/display/nr-filter-types.h +++ b/src/display/nr-filter-types.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2014 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_NR_FILTER_TYPES_H #define SEEN_NR_FILTER_TYPES_H diff --git a/src/display/nr-filter-units.cpp b/src/display/nr-filter-units.cpp index e924b6c90f..7fdf936d60 100644 --- a/src/display/nr-filter-units.cpp +++ b/src/display/nr-filter-units.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Utilities for handling coordinate system transformations in filters * @@ -6,7 +7,7 @@ * * Copyright (C) 2007 Niko Kiirala * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/nr-filter-units.h b/src/display/nr-filter-units.h index 474d1e787a..432e681732 100644 --- a/src/display/nr-filter-units.h +++ b/src/display/nr-filter-units.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_FILTER_UNITS_H #define SEEN_NR_FILTER_UNITS_H @@ -9,7 +10,7 @@ * * Copyright (C) 2007 Niko Kiirala * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "object/sp-filter-units.h" diff --git a/src/display/nr-filter-utils.h b/src/display/nr-filter-utils.h index 52b6bd11a0..0e7612dee9 100644 --- a/src/display/nr-filter-utils.h +++ b/src/display/nr-filter-utils.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_FILTER_UTILS_H #define SEEN_NR_FILTER_UTILS_H @@ -11,7 +12,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ namespace Inkscape { diff --git a/src/display/nr-filter.cpp b/src/display/nr-filter.cpp index 6f8798a2a3..c6bbf3b81f 100644 --- a/src/display/nr-filter.cpp +++ b/src/display/nr-filter.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG filters rendering * @@ -6,7 +7,7 @@ * * Copyright (C) 2006-2008 Niko Kiirala * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/nr-filter.h b/src/display/nr-filter.h index 573e6ca93b..caa718897c 100644 --- a/src/display/nr-filter.h +++ b/src/display/nr-filter.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NR_FILTER_H #define SEEN_NR_FILTER_H @@ -9,7 +10,7 @@ * * Copyright (C) 2006 Niko Kiirala * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ //#include "display/nr-arena-item.h" diff --git a/src/display/nr-light-types.h b/src/display/nr-light-types.h index 8cc92db77a..8de142f7ca 100644 --- a/src/display/nr-light-types.h +++ b/src/display/nr-light-types.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2014 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_NR_LIGHT_TYPES_H #define SEEN_NR_LIGHT_TYPES_H diff --git a/src/display/nr-light.cpp b/src/display/nr-light.cpp index 271e4f9671..300995570c 100644 --- a/src/display/nr-light.cpp +++ b/src/display/nr-light.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Light rendering helpers * @@ -6,7 +7,7 @@ * * Copyright (C) 2006 Jean-Rene Reinhard * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/nr-light.h b/src/display/nr-light.h index 2eacdc92b4..3b782261f1 100644 --- a/src/display/nr-light.h +++ b/src/display/nr-light.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2017 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_NR_LIGHT_H #define SEEN_NR_LIGHT_H diff --git a/src/display/nr-style.cpp b/src/display/nr-style.cpp index 58ef29a451..b25cc80c6c 100644 --- a/src/display/nr-style.cpp +++ b/src/display/nr-style.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Style information for rendering. @@ -6,7 +7,7 @@ * Krzysztof Kosiński * * Copyright (C) 2010 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/nr-style.h" diff --git a/src/display/nr-style.h b/src/display/nr-style.h index 354b9dd8b3..813f3aeb7f 100644 --- a/src/display/nr-style.h +++ b/src/display/nr-style.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Style information for rendering. @@ -7,7 +8,7 @@ * Krzysztof Kosiński * * Copyright (C) 2010 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DISPLAY_NR_ARENA_STYLE_H diff --git a/src/display/nr-svgfonts.cpp b/src/display/nr-svgfonts.cpp index 2c17a7adae..e9679f30d7 100644 --- a/src/display/nr-svgfonts.cpp +++ b/src/display/nr-svgfonts.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVGFonts rendering implementation * @@ -7,7 +8,7 @@ * * Copyright (C) 2008 Felipe C. da S. Sanches * - * Released under GNU GPL version 2 or later. + * Released under GNU GPL v2+, read the file 'COPYING' for more information. * Read the file 'COPYING' for more information. */ diff --git a/src/display/nr-svgfonts.h b/src/display/nr-svgfonts.h index d4488fb174..48185b9548 100644 --- a/src/display/nr-svgfonts.h +++ b/src/display/nr-svgfonts.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef NR_SVGFONTS_H_SEEN #define NR_SVGFONTS_H_SEEN /* @@ -8,7 +9,7 @@ * * Copyright (C) 2008 Felipe C. da S. Sanches * - * Released under GNU GPL version 2 or later. + * Released under GNU GPL v2+, read the file 'COPYING' for more information. * Read the file 'COPYING' for more information. */ diff --git a/src/display/rendermode.h b/src/display/rendermode.h index 80e6da2ddc..66130de592 100644 --- a/src/display/rendermode.h +++ b/src/display/rendermode.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2011 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ /* * RenderMode enumeration. * diff --git a/src/display/snap-indicator.cpp b/src/display/snap-indicator.cpp index 79a1191b97..4039a3717a 100644 --- a/src/display/snap-indicator.cpp +++ b/src/display/snap-indicator.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Provides a class that shows a temporary indicator on the canvas of where the snap was, and what kind of snap * @@ -8,7 +9,7 @@ * Copyright (C) Johan Engelen 2009 * Copyright (C) Diederik van Lierop 2010 - 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/snap-indicator.h" diff --git a/src/display/snap-indicator.h b/src/display/snap-indicator.h index d4a144002c..463acaf9f2 100644 --- a/src/display/snap-indicator.h +++ b/src/display/snap-indicator.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_DISPLAY_SNAP_INDICATOR_H #define INKSCAPE_DISPLAY_SNAP_INDICATOR_H @@ -13,7 +14,7 @@ * Copyright (C) Johan Engelen 2008 * Copyright (C) Diederik van Lierop 2010 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "snapped-point.h" diff --git a/src/display/sodipodi-ctrl.cpp b/src/display/sodipodi-ctrl.cpp index 45db82a939..c267d6c84e 100644 --- a/src/display/sodipodi-ctrl.cpp +++ b/src/display/sodipodi-ctrl.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ /* * SPCtrl * diff --git a/src/display/sodipodi-ctrl.h b/src/display/sodipodi-ctrl.h index 37688479cd..50973dc988 100644 --- a/src/display/sodipodi-ctrl.h +++ b/src/display/sodipodi-ctrl.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef INKSCAPE_CTRL_H #define INKSCAPE_CTRL_H diff --git a/src/display/sodipodi-ctrlrect.cpp b/src/display/sodipodi-ctrlrect.cpp index f097203fd7..683b2fb15e 100644 --- a/src/display/sodipodi-ctrlrect.cpp +++ b/src/display/sodipodi-ctrlrect.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Simple non-transformed rectangle, usable for rubberband * @@ -12,7 +13,7 @@ * Copyright (C) 2000-2001 Ximian, Inc. * Copyright (C) 2017 Tavmjong Bah * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. * */ diff --git a/src/display/sodipodi-ctrlrect.h b/src/display/sodipodi-ctrlrect.h index 02fc85647c..39290e3b38 100644 --- a/src/display/sodipodi-ctrlrect.h +++ b/src/display/sodipodi-ctrlrect.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INKSCAPE_CTRLRECT_H #define SEEN_INKSCAPE_CTRLRECT_H @@ -16,7 +17,7 @@ * Copyright (C) 2000-2001 Ximian, Inc. * Copyright (C) 2017 Tavmjong Bah * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. * */ diff --git a/src/display/sp-canvas-group.h b/src/display/sp-canvas-group.h index a6a2c99c12..ff85b4e7e9 100644 --- a/src/display/sp-canvas-group.h +++ b/src/display/sp-canvas-group.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_CANVAS_GROUP_H #define SEEN_SP_CANVAS_GROUP_H @@ -16,7 +17,7 @@ * Copyright (C) 2002 Lauris Kaplinski * Copyright (C) 2010 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/sp-canvas-item.h b/src/display/sp-canvas-item.h index 5591291cf7..65bd1cc05c 100644 --- a/src/display/sp-canvas-item.h +++ b/src/display/sp-canvas-item.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_CANVAS_ITEM_H #define SEEN_SP_CANVAS_ITEM_H @@ -16,7 +17,7 @@ * Copyright (C) 2002 Lauris Kaplinski * Copyright (C) 2010 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/rect.h> diff --git a/src/display/sp-canvas-util.cpp b/src/display/sp-canvas-util.cpp index e6c6ea8390..dee7d8dc71 100644 --- a/src/display/sp-canvas-util.cpp +++ b/src/display/sp-canvas-util.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Helper stuff for SPCanvas * @@ -8,7 +9,7 @@ * Copyright (C) 1999-2002 authors * Copyright (C) 2001-2002 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ diff --git a/src/display/sp-canvas-util.h b/src/display/sp-canvas-util.h index 73135ed79f..f58deb12f9 100644 --- a/src/display/sp-canvas-util.h +++ b/src/display/sp-canvas-util.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_CANVAS_UTILS_H #define SEEN_SP_CANVAS_UTILS_H @@ -10,7 +11,7 @@ * Copyright (C) 1999-2002 authors * Copyright (C) 2001-2002 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index bc22f1a5a0..947a2a6e3e 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Port of GnomeCanvas for Inkscape needs * @@ -14,7 +15,7 @@ * Copyright (C) 2002-2006 authors * Copyright (C) 2016 Google Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/display/sp-canvas.h b/src/display/sp-canvas.h index ef2df22923..9459d633db 100644 --- a/src/display/sp-canvas.h +++ b/src/display/sp-canvas.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_CANVAS_H #define SEEN_SP_CANVAS_H @@ -17,7 +18,7 @@ * Copyright (C) 2002 Lauris Kaplinski * Copyright (C) 2016 Google Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/display/sp-ctrlcurve.cpp b/src/display/sp-ctrlcurve.cpp index 961ccec0bd..41572cdc65 100644 --- a/src/display/sp-ctrlcurve.cpp +++ b/src/display/sp-ctrlcurve.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Simple bezier curve used for Mesh Gradients * @@ -8,7 +9,7 @@ * Copyright (C) 2007 Johan Engelen * Copyright (C) 1999-2002 Lauris Kaplinski * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/sp-ctrlcurve.h" diff --git a/src/display/sp-ctrlcurve.h b/src/display/sp-ctrlcurve.h index 56b3089d98..a499d52adc 100644 --- a/src/display/sp-ctrlcurve.h +++ b/src/display/sp-ctrlcurve.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INKSCAPE_CTRLCURVE_H #define SEEN_INKSCAPE_CTRLCURVE_H @@ -12,7 +13,7 @@ * Copyright (C) 2007 Johan Engelen * Copyright (C) 1999-2002 Lauris Kaplinski * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/sp-ctrlline.h" diff --git a/src/display/sp-ctrlline.cpp b/src/display/sp-ctrlline.cpp index 0f0868f103..504e3d0196 100644 --- a/src/display/sp-ctrlline.cpp +++ b/src/display/sp-ctrlline.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Simple straight line * @@ -9,7 +10,7 @@ * Copyright (C) 2007 Johan Engelen * Copyright (C) 1999-2002 Lauris Kaplinski * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /* diff --git a/src/display/sp-ctrlline.h b/src/display/sp-ctrlline.h index bac0cfa545..5ecd1ca229 100644 --- a/src/display/sp-ctrlline.h +++ b/src/display/sp-ctrlline.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INKSCAPE_CTRLLINE_H #define SEEN_INKSCAPE_CTRLLINE_H @@ -13,7 +14,7 @@ * Copyright (C) 2007 Johan Engelen * Copyright (C) 1999-2002 Lauris Kaplinski * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-canvas-item.h" diff --git a/src/display/sp-ctrlquadr.cpp b/src/display/sp-ctrlquadr.cpp index a7ac72087c..ffca867d81 100644 --- a/src/display/sp-ctrlquadr.cpp +++ b/src/display/sp-ctrlquadr.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Quadrilateral * @@ -7,7 +8,7 @@ * * Copyright (C) 2005 authors * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-canvas-item.h" diff --git a/src/display/sp-ctrlquadr.h b/src/display/sp-ctrlquadr.h index e76f845793..502227ae84 100644 --- a/src/display/sp-ctrlquadr.h +++ b/src/display/sp-ctrlquadr.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef __INKSCAPE_CTRLQUADR_H__ #define __INKSCAPE_CTRLQUADR_H__ @@ -9,7 +10,7 @@ * * Copyright (C) 2005 authors * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/geom.h> diff --git a/src/document-subset.cpp b/src/document-subset.cpp index b16c1879f3..713af9aa72 100644 --- a/src/document-subset.cpp +++ b/src/document-subset.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::DocumentSubset - view of a document including only a subset * of nodes @@ -5,7 +6,7 @@ * Copyright 2006 MenTaLguY * Abhishek Sharma * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/document-subset.h b/src/document-subset.h index 9c19967956..bbdf32e768 100644 --- a/src/document-subset.h +++ b/src/document-subset.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::DocumentSubset - view of a document including only a subset * of nodes * * Copyright 2006 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_DOCUMENT_SUBSET_H diff --git a/src/document-undo.cpp b/src/document-undo.cpp index b64e75dd05..9753c49704 100644 --- a/src/document-undo.cpp +++ b/src/document-undo.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Undo/Redo stack implementation * @@ -10,7 +11,7 @@ * Copyright (C) 1999-2003 authors * Copyright (C) 2001-2002 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. * * Using the split document model gives sodipodi a very simple and clean * undo implementation. Whenever mutation occurs in the XML tree, diff --git a/src/document-undo.h b/src/document-undo.h index 85b44d5621..1651bcfbae 100644 --- a/src/document-undo.h +++ b/src/document-undo.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_SP_DOCUMENT_UNDO_H #define SEEN_SP_DOCUMENT_UNDO_H diff --git a/src/document.cpp b/src/document.cpp index 388c89d945..6032415061 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SPDocument manipulation * @@ -14,7 +15,7 @@ * Copyright (C) 2000-2001 Ximian, Inc. * Copyright (C) 2012 Tavmjong Bah * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /** \class SPDocument diff --git a/src/document.h b/src/document.h index 08ca712f40..6c14d51988 100644 --- a/src/document.h +++ b/src/document.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_DOCUMENT_H #define SEEN_SP_DOCUMENT_H @@ -14,7 +15,7 @@ * Copyright (C) 1999-2002 Lauris Kaplinski * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/doxygen-main.dox b/src/doxygen-main.dox index 36b005f81b..6d31f1fadb 100644 --- a/src/doxygen-main.dox +++ b/src/doxygen-main.dox @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Doxygen documentation - main page and namespace documentation. @@ -8,7 +9,7 @@ * * Copyright (C) 2005-2008 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ // Note: % before a word prevents that word from being linkified diff --git a/src/ege-color-prof-tracker.cpp b/src/ege-color-prof-tracker.cpp index f4a1e46df3..f416cd4ed7 100644 --- a/src/ege-color-prof-tracker.cpp +++ b/src/ege-color-prof-tracker.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MPL-1.1 OR LGPL-2.1-or-later /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * */ diff --git a/src/ege-color-prof-tracker.h b/src/ege-color-prof-tracker.h index 9b8babf181..65cd41f317 100644 --- a/src/ege-color-prof-tracker.h +++ b/src/ege-color-prof-tracker.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MPL-1.1 OR LGPL-2.1-or-later #ifndef SEEN_EGE_COLOR_PROF_TRACKER #define SEEN_EGE_COLOR_PROF_TRACKER /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- diff --git a/src/enums.h b/src/enums.h index aa2bd9ed33..6e0c769246 100644 --- a/src/enums.h +++ b/src/enums.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef __SP_ENUMS_H__ #define __SP_ENUMS_H__ @@ -9,7 +10,7 @@ * * Copyright (C) 1999-2003 Lauris Kaplinski * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /* Anchor types (imported from Gtk) */ diff --git a/src/event-log.cpp b/src/event-log.cpp index b12f286c61..a3ee8cd125 100644 --- a/src/event-log.cpp +++ b/src/event-log.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Author: * Gustav Broberg @@ -5,7 +6,7 @@ * * Copyright (c) 2014 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "util/signal-blocker.h" diff --git a/src/event-log.h b/src/event-log.h index 8a47035542..4bfdd2bcfd 100644 --- a/src/event-log.h +++ b/src/event-log.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Author: * Gustav Broberg @@ -5,7 +6,7 @@ * * Copyright (c) 2014 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_EVENT_LOG_H diff --git a/src/event.h b/src/event.h index 03c64509dd..65a128da9f 100644 --- a/src/event.h +++ b/src/event.h @@ -1,16 +1,17 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_EVENT_H #define INKSCAPE_EVENT_H /* * Inkscape::Event -- Container for an XML::Event along with some additional information -* describing it. - * + * describing it. + * * Author: * Gustav Broberg * * Copyright (c) 2006 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ diff --git a/src/extension/CMakeLists.txt b/src/extension/CMakeLists.txt index bf547be8a7..8f0f1bcc4d 100644 --- a/src/extension/CMakeLists.txt +++ b/src/extension/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later set(extension_SRC db.cpp diff --git a/src/extension/db.cpp b/src/extension/db.cpp index de9e248df9..2c1ab953ec 100644 --- a/src/extension/db.cpp +++ b/src/extension/db.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Functions to keep a listing of all modules in the system. Has its * own file mostly for abstraction reasons, but is pretty simple @@ -9,7 +10,7 @@ * * Copyright (C) 2002-2004 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "db.h" diff --git a/src/extension/db.h b/src/extension/db.h index 19595e8406..4efc74f8b3 100644 --- a/src/extension/db.h +++ b/src/extension/db.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Functions to keep a listing of all modules in the system. Has its * own file mostly for abstraction reasons, but is pretty simple @@ -9,7 +10,7 @@ * * Copyright (C) 2002-2004 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_MODULES_DB_H diff --git a/src/extension/dbus/CMakeLists.txt b/src/extension/dbus/CMakeLists.txt index ad9e1fd7d0..f189180d62 100644 --- a/src/extension/dbus/CMakeLists.txt +++ b/src/extension/dbus/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later if(WITH_DBUS) include_directories(${CMAKE_BINARY_DIR}/src/extension/dbus) set(dbus_SRC "") diff --git a/src/extension/dbus/application-interface.cpp b/src/extension/dbus/application-interface.cpp index afaf9aedf8..1b4be697d3 100644 --- a/src/extension/dbus/application-interface.cpp +++ b/src/extension/dbus/application-interface.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * This is where the implementation of the DBus based application API lives. * All the methods in here are designed to be called remotly via DBus. @@ -12,9 +13,9 @@ * * Copyright (C) 2009 Soren Berg * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ - + #include "application-interface.h" #include #include "dbus-init.h" diff --git a/src/extension/dbus/application-interface.h b/src/extension/dbus/application-interface.h index 74c37cdd3d..9e97585618 100644 --- a/src/extension/dbus/application-interface.h +++ b/src/extension/dbus/application-interface.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * This is where the implementation of the DBus based application API lives. * All the methods in here are designed to be called remotly via DBus. @@ -12,7 +13,7 @@ * * Copyright (C) 2009 Soren Berg * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_EXTENSION_APPLICATION_INTERFACE_H_ diff --git a/src/extension/dbus/application-interface.xml b/src/extension/dbus/application-interface.xml index 1553971cc3..38d763074b 100644 --- a/src/extension/dbus/application-interface.xml +++ b/src/extension/dbus/application-interface.xml @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later doc/org.inkscape.application.ref.xml && xsltproc doc/spec-to-docbook.xsl document-interface.xml > doc/org.inkscape.document.ref.xml && xsltproc doc/spec-to-docbook.xsl proposed-interface.xml > doc/org.inkscape.proposed.ref.xml && diff --git a/src/extension/dbus/dbus-init.cpp b/src/extension/dbus/dbus-init.cpp index 43830762c4..29db295d72 100644 --- a/src/extension/dbus/dbus-init.cpp +++ b/src/extension/dbus/dbus-init.cpp @@ -1,5 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* - * This is where Inkscape connects to the DBus when it starts and + * This is where Inkscape connects to the DBus when it starts and * registers the main interface. * * Also where new interfaces are registered when a new document is created. @@ -10,9 +11,9 @@ * * Copyright (C) 2009 Soren Berg * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ - + #include // this is reguired so that giomm headers won't barf #undef DBUS_MESSAGE_TYPE_INVALID diff --git a/src/extension/dbus/dbus-init.h b/src/extension/dbus/dbus-init.h index 7862ad3c37..c67a97dadc 100644 --- a/src/extension/dbus/dbus-init.h +++ b/src/extension/dbus/dbus-init.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Soren Berg * * Copyright (C) 2009 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_EXTENSION_DBUS_INIT_H__ diff --git a/src/extension/dbus/doc/config.xsl b/src/extension/dbus/doc/config.xsl index 26949c4ef4..09cf8de5db 100644 --- a/src/extension/dbus/doc/config.xsl +++ b/src/extension/dbus/doc/config.xsl @@ -1,4 +1,5 @@ + diff --git a/src/extension/dbus/doc/dbus-introspect-docs.dtd b/src/extension/dbus/doc/dbus-introspect-docs.dtd index 47816713eb..3355d4d859 100644 --- a/src/extension/dbus/doc/dbus-introspect-docs.dtd +++ b/src/extension/dbus/doc/dbus-introspect-docs.dtd @@ -1,4 +1,5 @@ + diff --git a/src/extension/dbus/doc/docbook.css b/src/extension/dbus/doc/docbook.css index aed08dce16..0a1b7eefae 100644 --- a/src/extension/dbus/doc/docbook.css +++ b/src/extension/dbus/doc/docbook.css @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ body { font-family: sans-serif; diff --git a/src/extension/dbus/doc/spec-to-docbook.xsl b/src/extension/dbus/doc/spec-to-docbook.xsl index a4e792df08..5282167e75 100644 --- a/src/extension/dbus/doc/spec-to-docbook.xsl +++ b/src/extension/dbus/doc/spec-to-docbook.xsl @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later diff --git a/src/extension/dbus/document-interface.cpp b/src/extension/dbus/document-interface.cpp index 7a1f3939d6..a02aa5089c 100644 --- a/src/extension/dbus/document-interface.cpp +++ b/src/extension/dbus/document-interface.cpp @@ -1,6 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * This is where the implementation of the DBus based document API lives. - * All the methods in here (except in the helper section) are + * All the methods in here (except in the helper section) are * designed to be called remotely via DBus. application-interface.cpp * has the methods used to connect to the bus and get a document instance. * @@ -12,7 +13,7 @@ * * Copyright (C) 2009 Soren Berg * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/dbus/document-interface.h b/src/extension/dbus/document-interface.h index 0150dae7e4..f2229a9aa1 100644 --- a/src/extension/dbus/document-interface.h +++ b/src/extension/dbus/document-interface.h @@ -1,6 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * This is where the implementation of the DBus based document API lives. - * All the methods in here (except in the helper section) are + * All the methods in here (except in the helper section) are * designed to be called remotly via DBus. application-interface.cpp * has the methods used to connect to the bus and get a document instance. * @@ -12,9 +13,9 @@ * * Copyright (C) 2009 Soren Berg * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ - + #ifndef INKSCAPE_EXTENSION_DOCUMENT_INTERFACE_H_ #define INKSCAPE_EXTENSION_DOCUMENT_INTERFACE_H_ diff --git a/src/extension/dbus/document-interface.xml b/src/extension/dbus/document-interface.xml index 26fa7b117e..64ff4223c2 100644 --- a/src/extension/dbus/document-interface.xml +++ b/src/extension/dbus/document-interface.xml @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later diff --git a/src/extension/dbus/org.inkscape.service.in b/src/extension/dbus/org.inkscape.service.in index 484c8e516f..9fffa025e7 100644 --- a/src/extension/dbus/org.inkscape.service.in +++ b/src/extension/dbus/org.inkscape.service.in @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later [D-BUS Service] Name=org.inkscape Exec=bindir/bin/inkscape diff --git a/src/extension/dbus/proposed-interface.xml b/src/extension/dbus/proposed-interface.xml index 2a45c1d524..0fe995cac0 100644 --- a/src/extension/dbus/proposed-interface.xml +++ b/src/extension/dbus/proposed-interface.xml @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #include diff --git a/src/extension/dbus/wrapper/inkscape-dbus-wrapper.h b/src/extension/dbus/wrapper/inkscape-dbus-wrapper.h index 20830bd653..e2abd305e0 100644 --- a/src/extension/dbus/wrapper/inkscape-dbus-wrapper.h +++ b/src/extension/dbus/wrapper/inkscape-dbus-wrapper.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2013 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef INKSCAPE_EXTENSION_DOCUMENT_INTERFACE_H_ #define INKSCAPE_EXTENSION_DOCUMENT_INTERFACE_H_ diff --git a/src/extension/dependency.cpp b/src/extension/dependency.cpp index fde6ee86f1..2a04a030ac 100644 --- a/src/extension/dependency.cpp +++ b/src/extension/dependency.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Author: * Ted Gould @@ -5,7 +6,7 @@ * Copyright (C) 2006 Johan Engelen, johan@shouraizou.nl * Copyright (C) 2004 Author * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/dependency.h b/src/extension/dependency.h index 1cba8aff93..6c360785ba 100644 --- a/src/extension/dependency.h +++ b/src/extension/dependency.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould * * Copyright (C) 2004 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_EXTENSION_DEPENDENCY_H__ diff --git a/src/extension/effect.cpp b/src/extension/effect.cpp index c86bc5db1c..0ca9a7bcf4 100644 --- a/src/extension/effect.cpp +++ b/src/extension/effect.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould @@ -5,7 +6,7 @@ * * Copyright (C) 2002-2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "prefdialog.h" diff --git a/src/extension/effect.h b/src/extension/effect.h index d0666dc7d6..8a52838f57 100644 --- a/src/extension/effect.h +++ b/src/extension/effect.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould * * Copyright (C) 2002-2004 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ diff --git a/src/extension/error-file.cpp b/src/extension/error-file.cpp index 0611ad62ff..ad65457b2d 100644 --- a/src/extension/error-file.cpp +++ b/src/extension/error-file.cpp @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould * * Copyright (C) 2005 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "ui/dialog/extensions.h" diff --git a/src/extension/error-file.h b/src/extension/error-file.h index c4983e7e73..442bc8f86a 100644 --- a/src/extension/error-file.h +++ b/src/extension/error-file.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould * * Copyright (C) 2005 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_EXTENSION_ERROR_FILE_H__ diff --git a/src/extension/execution-env.cpp b/src/extension/execution-env.cpp index 622dd340a4..ca770e1f6f 100644 --- a/src/extension/execution-env.cpp +++ b/src/extension/execution-env.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould @@ -5,7 +6,7 @@ * * Copyright (C) 2007-2008 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/execution-env.h b/src/extension/execution-env.h index c843958145..15d2cce353 100644 --- a/src/extension/execution-env.h +++ b/src/extension/execution-env.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould * * Copyright (C) 2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_EXTENSION_EXECUTION_ENV_H__ diff --git a/src/extension/extension.cpp b/src/extension/extension.cpp index 2e8df0791b..73ae9c3c8e 100644 --- a/src/extension/extension.cpp +++ b/src/extension/extension.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * * Inkscape::Extension::Extension: @@ -12,7 +13,7 @@ * * Copyright (C) 2002-2005 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/extension.h b/src/extension/extension.h index 1607f606b3..619cb588e2 100644 --- a/src/extension/extension.h +++ b/src/extension/extension.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INK_EXTENSION_H #define INK_EXTENSION_H @@ -11,7 +12,7 @@ * * Copyright (C) 2002-2005 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/find_extension_by_mime.h b/src/extension/find_extension_by_mime.h index bc963001ee..f58580e6f3 100644 --- a/src/extension/find_extension_by_mime.h +++ b/src/extension/find_extension_by_mime.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Find an extension by its mime type. @@ -16,7 +17,7 @@ * Copyright (C) 2004 David Turner * Copyright (C) 2001-2002 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "input.h" diff --git a/src/extension/implementation/implementation.cpp b/src/extension/implementation/implementation.cpp index 79b2bb84c0..9494512937 100644 --- a/src/extension/implementation/implementation.cpp +++ b/src/extension/implementation/implementation.cpp @@ -1,8 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* Author: Ted Gould Copyright (c) 2003-2005,2007 - This code is licensed under the GNU GPL. See COPYING for details. + Released under GNU GPL v2+, read the file 'COPYING' for more information. This file is the backend to the extensions system. These are the parts of the system that most users will never see, but are diff --git a/src/extension/implementation/implementation.h b/src/extension/implementation/implementation.h index 88afa0d270..e4922a0836 100644 --- a/src/extension/implementation/implementation.h +++ b/src/extension/implementation/implementation.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* Author: Ted Gould Copyright (c) 2003-2005,2007 - This code is licensed under the GNU GPL. See COPYING for details. - + Released under GNU GPL v2+, read the file 'COPYING' for more information. + This file is the backend to the extensions system. These are the parts of the system that most users will never see, but are important for implementing the extensions themselves. This file diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp index fe3b14093b..82b6b577ad 100644 --- a/src/extension/implementation/script.cpp +++ b/src/extension/implementation/script.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * Code for handling extensions (i.e. scripts). * @@ -9,7 +10,7 @@ * * Copyright (C) 2002-2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/implementation/script.h b/src/extension/implementation/script.h index fba1df1366..9a3b402780 100644 --- a/src/extension/implementation/script.h +++ b/src/extension/implementation/script.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Code for handling extensions (i.e., scripts) * @@ -7,7 +8,7 @@ * * Copyright (C) 2002-2005 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_EXTENSION_IMPEMENTATION_SCRIPT_H_SEEN diff --git a/src/extension/implementation/xslt.cpp b/src/extension/implementation/xslt.cpp index f50124e09f..7d4bff11a3 100644 --- a/src/extension/implementation/xslt.cpp +++ b/src/extension/implementation/xslt.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * Code for handling XSLT extensions. */ @@ -9,7 +10,7 @@ * * Copyright (C) 2006-2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/implementation/xslt.h b/src/extension/implementation/xslt.h index eb24436ae0..f4fc871a9b 100644 --- a/src/extension/implementation/xslt.h +++ b/src/extension/implementation/xslt.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Code for handling XSLT extensions * @@ -6,7 +7,7 @@ * * Copyright (C) 2006-2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef __INKSCAPE_EXTENSION_IMPEMENTATION_XSLT_H__ diff --git a/src/extension/init.cpp b/src/extension/init.cpp index 3ac73f05af..8e3c757f8d 100644 --- a/src/extension/init.cpp +++ b/src/extension/init.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * This is what gets executed to initialize all of the modules. For * the internal modules this involves executing their initialization @@ -9,7 +10,7 @@ * * Copyright (C) 2002-2004 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/extension/init.h b/src/extension/init.h index d89ad6ddde..328ee89d78 100644 --- a/src/extension/init.h +++ b/src/extension/init.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * This is what gets executed to initialize all of the modules. For * the internal modules this invovles executing their initialization @@ -9,7 +10,7 @@ * * Copyright (C) 2002-2004 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_EXTENSION_INIT_H__ diff --git a/src/extension/input.cpp b/src/extension/input.cpp index a13b6c4ea2..708324de2d 100644 --- a/src/extension/input.cpp +++ b/src/extension/input.cpp @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould * * Copyright (C) 2002-2005 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/extension/input.h b/src/extension/input.h index 6db5a98b90..93b0003885 100644 --- a/src/extension/input.h +++ b/src/extension/input.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould * * Copyright (C) 2002-2004 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ diff --git a/src/extension/internal/bitmap/adaptiveThreshold.cpp b/src/extension/internal/bitmap/adaptiveThreshold.cpp index 3d7475cb3e..a632ba2263 100644 --- a/src/extension/internal/bitmap/adaptiveThreshold.cpp +++ b/src/extension/internal/bitmap/adaptiveThreshold.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/adaptiveThreshold.h b/src/extension/internal/bitmap/adaptiveThreshold.h index 75501720b6..631c8e2e0f 100644 --- a/src/extension/internal/bitmap/adaptiveThreshold.h +++ b/src/extension/internal/bitmap/adaptiveThreshold.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/addNoise.cpp b/src/extension/internal/bitmap/addNoise.cpp index 02bb877b7e..606099638b 100644 --- a/src/extension/internal/bitmap/addNoise.cpp +++ b/src/extension/internal/bitmap/addNoise.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/addNoise.h b/src/extension/internal/bitmap/addNoise.h index b1ac6a9f52..ab7936432c 100644 --- a/src/extension/internal/bitmap/addNoise.h +++ b/src/extension/internal/bitmap/addNoise.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/blur.cpp b/src/extension/internal/bitmap/blur.cpp index 37a56b8a99..712d135a04 100644 --- a/src/extension/internal/bitmap/blur.cpp +++ b/src/extension/internal/bitmap/blur.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/blur.h b/src/extension/internal/bitmap/blur.h index be58ba5bad..269d575679 100644 --- a/src/extension/internal/bitmap/blur.h +++ b/src/extension/internal/bitmap/blur.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/channel.cpp b/src/extension/internal/bitmap/channel.cpp index 57ef0421b8..4ca666814b 100644 --- a/src/extension/internal/bitmap/channel.cpp +++ b/src/extension/internal/bitmap/channel.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/channel.h b/src/extension/internal/bitmap/channel.h index 898d3af465..067a5fd3b7 100644 --- a/src/extension/internal/bitmap/channel.h +++ b/src/extension/internal/bitmap/channel.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/charcoal.cpp b/src/extension/internal/bitmap/charcoal.cpp index 2cfd741d12..69b76614b1 100644 --- a/src/extension/internal/bitmap/charcoal.cpp +++ b/src/extension/internal/bitmap/charcoal.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/charcoal.h b/src/extension/internal/bitmap/charcoal.h index 2bedba76ef..5c2a8d5136 100644 --- a/src/extension/internal/bitmap/charcoal.h +++ b/src/extension/internal/bitmap/charcoal.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/colorize.cpp b/src/extension/internal/bitmap/colorize.cpp index 1c4b8a696f..b7ce01a2a1 100644 --- a/src/extension/internal/bitmap/colorize.cpp +++ b/src/extension/internal/bitmap/colorize.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Christopher Brown @@ -5,7 +6,7 @@ * * Copyright (C) 2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/colorize.h b/src/extension/internal/bitmap/colorize.h index 5b55a1814f..5faccf5a91 100644 --- a/src/extension/internal/bitmap/colorize.h +++ b/src/extension/internal/bitmap/colorize.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Christopher Brown @@ -5,7 +6,7 @@ * * Copyright (C) 2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/contrast.cpp b/src/extension/internal/bitmap/contrast.cpp index a3be778082..35d04f50d1 100644 --- a/src/extension/internal/bitmap/contrast.cpp +++ b/src/extension/internal/bitmap/contrast.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/contrast.h b/src/extension/internal/bitmap/contrast.h index 53a6366477..c8099176f5 100644 --- a/src/extension/internal/bitmap/contrast.h +++ b/src/extension/internal/bitmap/contrast.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/crop.cpp b/src/extension/internal/bitmap/crop.cpp index 99faef9d3a..7b36bd3409 100644 --- a/src/extension/internal/bitmap/crop.cpp +++ b/src/extension/internal/bitmap/crop.cpp @@ -1,8 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2011 Authors: * Nicolas Dufour * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "2geom/transforms.h" diff --git a/src/extension/internal/bitmap/crop.h b/src/extension/internal/bitmap/crop.h index ce9b92797e..168c093c54 100644 --- a/src/extension/internal/bitmap/crop.h +++ b/src/extension/internal/bitmap/crop.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2010 Authors: * Christopher Brown * Ted Gould * Nicolas Dufour * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/cycleColormap.cpp b/src/extension/internal/bitmap/cycleColormap.cpp index 8d55087a66..f7198eba53 100644 --- a/src/extension/internal/bitmap/cycleColormap.cpp +++ b/src/extension/internal/bitmap/cycleColormap.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/cycleColormap.h b/src/extension/internal/bitmap/cycleColormap.h index 7d8f49504c..eacbb8c850 100644 --- a/src/extension/internal/bitmap/cycleColormap.h +++ b/src/extension/internal/bitmap/cycleColormap.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/despeckle.cpp b/src/extension/internal/bitmap/despeckle.cpp index c40e6e2270..e0b2ed7e6d 100644 --- a/src/extension/internal/bitmap/despeckle.cpp +++ b/src/extension/internal/bitmap/despeckle.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/despeckle.h b/src/extension/internal/bitmap/despeckle.h index 7a9be90a33..0c846b6519 100644 --- a/src/extension/internal/bitmap/despeckle.h +++ b/src/extension/internal/bitmap/despeckle.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/edge.cpp b/src/extension/internal/bitmap/edge.cpp index 486ce0e4e2..4212dee0da 100644 --- a/src/extension/internal/bitmap/edge.cpp +++ b/src/extension/internal/bitmap/edge.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/edge.h b/src/extension/internal/bitmap/edge.h index 40277a89e1..8c7b8f9d13 100644 --- a/src/extension/internal/bitmap/edge.h +++ b/src/extension/internal/bitmap/edge.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/emboss.cpp b/src/extension/internal/bitmap/emboss.cpp index 9518cf320b..44f65b0493 100644 --- a/src/extension/internal/bitmap/emboss.cpp +++ b/src/extension/internal/bitmap/emboss.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/emboss.h b/src/extension/internal/bitmap/emboss.h index 4dcfc89d41..ff897089b1 100644 --- a/src/extension/internal/bitmap/emboss.h +++ b/src/extension/internal/bitmap/emboss.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/enhance.cpp b/src/extension/internal/bitmap/enhance.cpp index 5b06a2d278..8c7dc52fdf 100644 --- a/src/extension/internal/bitmap/enhance.cpp +++ b/src/extension/internal/bitmap/enhance.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/enhance.h b/src/extension/internal/bitmap/enhance.h index 3f5df47f6b..574781fbea 100644 --- a/src/extension/internal/bitmap/enhance.h +++ b/src/extension/internal/bitmap/enhance.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/equalize.cpp b/src/extension/internal/bitmap/equalize.cpp index 6098f74b1b..25d5e3c452 100644 --- a/src/extension/internal/bitmap/equalize.cpp +++ b/src/extension/internal/bitmap/equalize.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/equalize.h b/src/extension/internal/bitmap/equalize.h index 22cadf5540..ea897dafb9 100644 --- a/src/extension/internal/bitmap/equalize.h +++ b/src/extension/internal/bitmap/equalize.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/gaussianBlur.cpp b/src/extension/internal/bitmap/gaussianBlur.cpp index d68cd59bcc..944d848388 100644 --- a/src/extension/internal/bitmap/gaussianBlur.cpp +++ b/src/extension/internal/bitmap/gaussianBlur.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/gaussianBlur.h b/src/extension/internal/bitmap/gaussianBlur.h index 3b6ca21379..2227fde5b9 100644 --- a/src/extension/internal/bitmap/gaussianBlur.h +++ b/src/extension/internal/bitmap/gaussianBlur.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/imagemagick.cpp b/src/extension/internal/bitmap/imagemagick.cpp index 270fb2f351..e476a73702 100644 --- a/src/extension/internal/bitmap/imagemagick.cpp +++ b/src/extension/internal/bitmap/imagemagick.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Christopher Brown @@ -5,7 +6,7 @@ * * Copyright (C) 2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/internal/bitmap/imagemagick.h b/src/extension/internal/bitmap/imagemagick.h index 86c828d297..2793e457ec 100644 --- a/src/extension/internal/bitmap/imagemagick.h +++ b/src/extension/internal/bitmap/imagemagick.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_EXTENSION_INTERNAL_BITMAP_IMAGEMAGICK_H #define INKSCAPE_EXTENSION_INTERNAL_BITMAP_IMAGEMAGICK_H @@ -6,7 +7,7 @@ * Christopher Brown * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/implementation/implementation.h" diff --git a/src/extension/internal/bitmap/implode.cpp b/src/extension/internal/bitmap/implode.cpp index c24fb7bf5c..b48fb47cc4 100644 --- a/src/extension/internal/bitmap/implode.cpp +++ b/src/extension/internal/bitmap/implode.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/implode.h b/src/extension/internal/bitmap/implode.h index b25b354124..24218dc9f8 100644 --- a/src/extension/internal/bitmap/implode.h +++ b/src/extension/internal/bitmap/implode.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/level.cpp b/src/extension/internal/bitmap/level.cpp index 168328e8f3..cc4ade5830 100644 --- a/src/extension/internal/bitmap/level.cpp +++ b/src/extension/internal/bitmap/level.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/level.h b/src/extension/internal/bitmap/level.h index 111e83af7e..600a82a793 100644 --- a/src/extension/internal/bitmap/level.h +++ b/src/extension/internal/bitmap/level.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/levelChannel.cpp b/src/extension/internal/bitmap/levelChannel.cpp index d5c6360593..ddaf2e9580 100644 --- a/src/extension/internal/bitmap/levelChannel.cpp +++ b/src/extension/internal/bitmap/levelChannel.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/levelChannel.h b/src/extension/internal/bitmap/levelChannel.h index 832619d5f6..5e2b20ca73 100644 --- a/src/extension/internal/bitmap/levelChannel.h +++ b/src/extension/internal/bitmap/levelChannel.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/medianFilter.cpp b/src/extension/internal/bitmap/medianFilter.cpp index 64837850db..eb7c374a9c 100644 --- a/src/extension/internal/bitmap/medianFilter.cpp +++ b/src/extension/internal/bitmap/medianFilter.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/medianFilter.h b/src/extension/internal/bitmap/medianFilter.h index befc570018..343a11d3c2 100644 --- a/src/extension/internal/bitmap/medianFilter.h +++ b/src/extension/internal/bitmap/medianFilter.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/modulate.cpp b/src/extension/internal/bitmap/modulate.cpp index 3b3a2495cf..086b0aafa3 100644 --- a/src/extension/internal/bitmap/modulate.cpp +++ b/src/extension/internal/bitmap/modulate.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/modulate.h b/src/extension/internal/bitmap/modulate.h index f7c6fe9a59..1eb69cbdb7 100644 --- a/src/extension/internal/bitmap/modulate.h +++ b/src/extension/internal/bitmap/modulate.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/negate.cpp b/src/extension/internal/bitmap/negate.cpp index 4737e64436..0465c7f2c9 100644 --- a/src/extension/internal/bitmap/negate.cpp +++ b/src/extension/internal/bitmap/negate.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/negate.h b/src/extension/internal/bitmap/negate.h index 7ebe3b79ef..c8464664a5 100644 --- a/src/extension/internal/bitmap/negate.h +++ b/src/extension/internal/bitmap/negate.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/normalize.cpp b/src/extension/internal/bitmap/normalize.cpp index 1444aa654f..91029aa2c4 100644 --- a/src/extension/internal/bitmap/normalize.cpp +++ b/src/extension/internal/bitmap/normalize.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/normalize.h b/src/extension/internal/bitmap/normalize.h index 0637dbf441..5da81ed388 100644 --- a/src/extension/internal/bitmap/normalize.h +++ b/src/extension/internal/bitmap/normalize.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/oilPaint.cpp b/src/extension/internal/bitmap/oilPaint.cpp index 88c85a5909..66c8941c94 100644 --- a/src/extension/internal/bitmap/oilPaint.cpp +++ b/src/extension/internal/bitmap/oilPaint.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/oilPaint.h b/src/extension/internal/bitmap/oilPaint.h index 822119d004..77d4ad10e2 100644 --- a/src/extension/internal/bitmap/oilPaint.h +++ b/src/extension/internal/bitmap/oilPaint.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/opacity.cpp b/src/extension/internal/bitmap/opacity.cpp index a25e99543c..bcffbc497a 100644 --- a/src/extension/internal/bitmap/opacity.cpp +++ b/src/extension/internal/bitmap/opacity.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/opacity.h b/src/extension/internal/bitmap/opacity.h index 2c3a4ecb30..287b10f8c2 100644 --- a/src/extension/internal/bitmap/opacity.h +++ b/src/extension/internal/bitmap/opacity.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/raise.cpp b/src/extension/internal/bitmap/raise.cpp index e85cc747a1..55d2d6e7d0 100644 --- a/src/extension/internal/bitmap/raise.cpp +++ b/src/extension/internal/bitmap/raise.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/raise.h b/src/extension/internal/bitmap/raise.h index 81a6c65c3b..fca23ccb13 100644 --- a/src/extension/internal/bitmap/raise.h +++ b/src/extension/internal/bitmap/raise.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/reduceNoise.cpp b/src/extension/internal/bitmap/reduceNoise.cpp index b0d8b9c2d3..43846b8167 100644 --- a/src/extension/internal/bitmap/reduceNoise.cpp +++ b/src/extension/internal/bitmap/reduceNoise.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/reduceNoise.h b/src/extension/internal/bitmap/reduceNoise.h index 0a4847d636..f7270db25c 100644 --- a/src/extension/internal/bitmap/reduceNoise.h +++ b/src/extension/internal/bitmap/reduceNoise.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/sample.cpp b/src/extension/internal/bitmap/sample.cpp index 081303b733..f75dd966f3 100644 --- a/src/extension/internal/bitmap/sample.cpp +++ b/src/extension/internal/bitmap/sample.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/sample.h b/src/extension/internal/bitmap/sample.h index a378229d97..a87929ea88 100644 --- a/src/extension/internal/bitmap/sample.h +++ b/src/extension/internal/bitmap/sample.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/shade.cpp b/src/extension/internal/bitmap/shade.cpp index 927a3a5786..1db1ce90ff 100644 --- a/src/extension/internal/bitmap/shade.cpp +++ b/src/extension/internal/bitmap/shade.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/shade.h b/src/extension/internal/bitmap/shade.h index 2f83492659..a7580a23c3 100644 --- a/src/extension/internal/bitmap/shade.h +++ b/src/extension/internal/bitmap/shade.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/sharpen.cpp b/src/extension/internal/bitmap/sharpen.cpp index d397d46c84..4c9c38d9b6 100644 --- a/src/extension/internal/bitmap/sharpen.cpp +++ b/src/extension/internal/bitmap/sharpen.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/sharpen.h b/src/extension/internal/bitmap/sharpen.h index b8f92ddb3d..56baff42bf 100644 --- a/src/extension/internal/bitmap/sharpen.h +++ b/src/extension/internal/bitmap/sharpen.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/solarize.cpp b/src/extension/internal/bitmap/solarize.cpp index 5f8cdd17c4..994f4b48b2 100644 --- a/src/extension/internal/bitmap/solarize.cpp +++ b/src/extension/internal/bitmap/solarize.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/solarize.h b/src/extension/internal/bitmap/solarize.h index 4acdf3c5c4..8e161c532a 100644 --- a/src/extension/internal/bitmap/solarize.h +++ b/src/extension/internal/bitmap/solarize.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/spread.cpp b/src/extension/internal/bitmap/spread.cpp index e38e2a927f..87ce357963 100644 --- a/src/extension/internal/bitmap/spread.cpp +++ b/src/extension/internal/bitmap/spread.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/spread.h b/src/extension/internal/bitmap/spread.h index 82d9558908..dd65913369 100644 --- a/src/extension/internal/bitmap/spread.h +++ b/src/extension/internal/bitmap/spread.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/swirl.cpp b/src/extension/internal/bitmap/swirl.cpp index 98efa62383..199359f9e5 100644 --- a/src/extension/internal/bitmap/swirl.cpp +++ b/src/extension/internal/bitmap/swirl.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/swirl.h b/src/extension/internal/bitmap/swirl.h index b54b835812..320c31214a 100644 --- a/src/extension/internal/bitmap/swirl.h +++ b/src/extension/internal/bitmap/swirl.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/threshold.cpp b/src/extension/internal/bitmap/threshold.cpp index 9f10b2c427..0f06c7c797 100644 --- a/src/extension/internal/bitmap/threshold.cpp +++ b/src/extension/internal/bitmap/threshold.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/threshold.h b/src/extension/internal/bitmap/threshold.h index 2e65a7a6fb..13221ed33e 100644 --- a/src/extension/internal/bitmap/threshold.h +++ b/src/extension/internal/bitmap/threshold.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/unsharpmask.cpp b/src/extension/internal/bitmap/unsharpmask.cpp index c5a7e9291d..c54008342a 100644 --- a/src/extension/internal/bitmap/unsharpmask.cpp +++ b/src/extension/internal/bitmap/unsharpmask.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/unsharpmask.h b/src/extension/internal/bitmap/unsharpmask.h index 5d3a47ecf4..29c0c42531 100644 --- a/src/extension/internal/bitmap/unsharpmask.h +++ b/src/extension/internal/bitmap/unsharpmask.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bitmap/wave.cpp b/src/extension/internal/bitmap/wave.cpp index 1ccaa1d5ec..c3a81a4e0f 100644 --- a/src/extension/internal/bitmap/wave.cpp +++ b/src/extension/internal/bitmap/wave.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/effect.h" diff --git a/src/extension/internal/bitmap/wave.h b/src/extension/internal/bitmap/wave.h index 5bbde9e487..d88ce68d61 100644 --- a/src/extension/internal/bitmap/wave.h +++ b/src/extension/internal/bitmap/wave.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2007 Authors: * Christopher Brown * Ted Gould - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "imagemagick.h" diff --git a/src/extension/internal/bluredge.cpp b/src/extension/internal/bluredge.cpp index 150dce1957..42fb067b66 100644 --- a/src/extension/internal/bluredge.cpp +++ b/src/extension/internal/bluredge.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file bluredge.cpp - - A plug-in to add an effect to blur the edges of an object. + + A plug-in to add an effect to blur the edges of an object. */ /* * Authors: @@ -9,7 +10,7 @@ * * Copyright (C) 2005 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/internal/bluredge.h b/src/extension/internal/bluredge.h index ceeace5552..b74b7535b2 100644 --- a/src/extension/internal/bluredge.h +++ b/src/extension/internal/bluredge.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould * * Copyright (C) 2005 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/implementation/implementation.h" diff --git a/src/extension/internal/cairo-png-out.cpp b/src/extension/internal/cairo-png-out.cpp index c7cb9aff53..446e593ca8 100644 --- a/src/extension/internal/cairo-png-out.cpp +++ b/src/extension/internal/cairo-png-out.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * A quick hack to use the Cairo renderer to write out a file. This * then makes 'save as...' PNG. @@ -10,7 +11,7 @@ * * Copyright (C) 2004-2006 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/extension/internal/cairo-png-out.h b/src/extension/internal/cairo-png-out.h index d59bf54071..12ebdae64d 100644 --- a/src/extension/internal/cairo-png-out.h +++ b/src/extension/internal/cairo-png-out.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * A quick hack to use the print output to write out a file. This * then makes 'save as...' PNG. @@ -8,7 +9,7 @@ * * Copyright (C) 2004-2006 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef EXTENSION_INTERNAL_CAIRO_PNG_OUT_H diff --git a/src/extension/internal/cairo-ps-out.cpp b/src/extension/internal/cairo-ps-out.cpp index 8604c2ca77..ed5be808cf 100644 --- a/src/extension/internal/cairo-ps-out.cpp +++ b/src/extension/internal/cairo-ps-out.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * A quick hack to use the Cairo renderer to write out a file. This * then makes 'save as...' PS. @@ -11,7 +12,7 @@ * * Copyright (C) 2004-2006 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/extension/internal/cairo-ps-out.h b/src/extension/internal/cairo-ps-out.h index 3b8df63349..b0e14e5a83 100644 --- a/src/extension/internal/cairo-ps-out.h +++ b/src/extension/internal/cairo-ps-out.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * A quick hack to use the print output to write out a file. This * then makes 'save as...' PS. @@ -10,7 +11,7 @@ * * Copyright (C) 2004-2006 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef EXTENSION_INTERNAL_CAIRO_PS_OUT_H diff --git a/src/extension/internal/cairo-render-context.cpp b/src/extension/internal/cairo-render-context.cpp index 5e4a64e7d9..ff375dcb9e 100644 --- a/src/extension/internal/cairo-render-context.cpp +++ b/src/extension/internal/cairo-render-context.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * Rendering with Cairo. */ @@ -9,7 +10,7 @@ * * Copyright (C) 2006 Miklos Erdelyi * - * Licensed under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H @@ -1934,8 +1935,6 @@ _write_callback(void *closure, const unsigned char *data, unsigned int length) #undef TRACE #undef TEST -/* End of GNU GPL code */ - /* Local Variables: diff --git a/src/extension/internal/cairo-render-context.h b/src/extension/internal/cairo-render-context.h index fe9ab72212..57b4926a37 100644 --- a/src/extension/internal/cairo-render-context.h +++ b/src/extension/internal/cairo-render-context.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef EXTENSION_INTERNAL_CAIRO_RENDER_CONTEXT_H_SEEN #define EXTENSION_INTERNAL_CAIRO_RENDER_CONTEXT_H_SEEN @@ -10,7 +11,7 @@ * * Copyright (C) 2006 Miklos Erdelyi * - * Licensed under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/extension.h" diff --git a/src/extension/internal/cairo-renderer-pdf-out.cpp b/src/extension/internal/cairo-renderer-pdf-out.cpp index ab5aaa7e52..d2e96e31ab 100644 --- a/src/extension/internal/cairo-renderer-pdf-out.cpp +++ b/src/extension/internal/cairo-renderer-pdf-out.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * A quick hack to use the Cairo renderer to write out a file. This * then makes 'save as...' PDF. @@ -11,7 +12,7 @@ * * Copyright (C) 2004-2010 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/extension/internal/cairo-renderer-pdf-out.h b/src/extension/internal/cairo-renderer-pdf-out.h index 7fb93f9d18..c69b86ef6c 100644 --- a/src/extension/internal/cairo-renderer-pdf-out.h +++ b/src/extension/internal/cairo-renderer-pdf-out.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * A quick hack to use the Cairo renderer to write out a file. This * then makes 'save as...' PDF. @@ -8,7 +9,7 @@ * * Copyright (C) 2004-2006 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef EXTENSION_INTERNAL_CAIRO_RENDERER_PDF_OUT_H diff --git a/src/extension/internal/cairo-renderer.cpp b/src/extension/internal/cairo-renderer.cpp index c7d4a5bde5..3f045f42b8 100644 --- a/src/extension/internal/cairo-renderer.cpp +++ b/src/extension/internal/cairo-renderer.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * Rendering with Cairo. */ @@ -9,7 +10,7 @@ * * Copyright (C) 2006 Miklos Erdelyi * - * Licensed under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H @@ -841,7 +842,6 @@ calculatePreserveAspectRatio(unsigned int aspect_align, unsigned int aspect_clip #undef TRACE -/* End of GNU GPL code */ /* Local Variables: diff --git a/src/extension/internal/cairo-renderer.h b/src/extension/internal/cairo-renderer.h index f93cb4f5fb..d70f8f5513 100644 --- a/src/extension/internal/cairo-renderer.h +++ b/src/extension/internal/cairo-renderer.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef EXTENSION_INTERNAL_CAIRO_RENDERER_H_SEEN #define EXTENSION_INTERNAL_CAIRO_RENDERER_H_SEEN @@ -10,8 +11,8 @@ * Abhishek Sharma * * Copyright (C) 2006 Miklos Erdelyi - * - * Licensed under GNU GPL + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/extension.h" diff --git a/src/extension/internal/cdr-input.cpp b/src/extension/internal/cdr-input.cpp index 851ca16a6e..adb7dbf7ba 100644 --- a/src/extension/internal/cdr-input.cpp +++ b/src/extension/internal/cdr-input.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * This file came from libwpg as a source, their utility wpg2svg * specifically. It has been modified to work as an Inkscape extension. @@ -9,7 +10,7 @@ * * Copyright (C) 2012 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. * */ diff --git a/src/extension/internal/cdr-input.h b/src/extension/internal/cdr-input.h index fbc27c1a4d..546151fac0 100644 --- a/src/extension/internal/cdr-input.h +++ b/src/extension/internal/cdr-input.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * This code abstracts the libwpg interfaces into the Inkscape * input extension interface. @@ -7,7 +8,7 @@ * * Copyright (C) 2012 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef __EXTENSION_INTERNAL_CDROUTPUT_H__ diff --git a/src/extension/internal/clear-n_.h b/src/extension/internal/clear-n_.h index 21017f9dd4..ecd8eaaa70 100644 --- a/src/extension/internal/clear-n_.h +++ b/src/extension/internal/clear-n_.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file clear-n_.h - + A way to clear the N_ macro, which is defined as an inline function. - Unfortunately, this makes it so it is hard to use in static strings - where you only want to translate a small part. Including this - turns it back into a a macro. + Unfortunately, this makes it so it is hard to use in static strings + where you only want to translate a small part. Including this + turns it back into a a macro. */ /* * Authors: @@ -12,7 +13,7 @@ * * Copyright (C) 2006 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef N_ diff --git a/src/extension/internal/emf-inout.cpp b/src/extension/internal/emf-inout.cpp index 44625ac5d8..0f96b4583b 100644 --- a/src/extension/internal/emf-inout.cpp +++ b/src/extension/internal/emf-inout.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief Windows-only Enhanced Metafile input and output. */ @@ -9,7 +10,7 @@ * * Copyright (C) 2006-2008 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. * * References: * - How to Create & Play Enhanced Metafiles in Win32 diff --git a/src/extension/internal/emf-inout.h b/src/extension/internal/emf-inout.h index c365495d57..1891e8b5ef 100644 --- a/src/extension/internal/emf-inout.h +++ b/src/extension/internal/emf-inout.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief Enhanced Metafile Input/Output */ @@ -7,7 +8,7 @@ * * Copyright (C) 2006-2008 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_EXTENSION_INTERNAL_EMF_H #define SEEN_EXTENSION_INTERNAL_EMF_H diff --git a/src/extension/internal/emf-print.cpp b/src/extension/internal/emf-print.cpp index ded78cb60e..41f44e7382 100644 --- a/src/extension/internal/emf-print.cpp +++ b/src/extension/internal/emf-print.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief Enhanced Metafile printing *//* @@ -9,7 +10,7 @@ * * Copyright (C) 2006-2009 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. * * References: * - How to Create & Play Enhanced Metafiles in Win32 diff --git a/src/extension/internal/emf-print.h b/src/extension/internal/emf-print.h index 683cdfc288..e48e332dd7 100644 --- a/src/extension/internal/emf-print.h +++ b/src/extension/internal/emf-print.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief Enhanced Metafile printing - implementation */ @@ -7,7 +8,7 @@ * * Copyright (C) 2006-2008 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_EXTENSION_INTERNAL_EMF_PRINT_H #define SEEN_INKSCAPE_EXTENSION_INTERNAL_EMF_PRINT_H diff --git a/src/extension/internal/filter/bevels.h b/src/extension/internal/filter/bevels.h index 3670fc6c59..767e4e9076 100644 --- a/src/extension/internal/filter/bevels.h +++ b/src/extension/internal/filter/bevels.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_BEVELS_H__ #define SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_BEVELS_H__ /* Change the 'BEVELS' above to be your file name */ @@ -12,7 +13,7 @@ * Matte jelly * Specular light * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /* ^^^ Change the copyright to be you and your e-mail address ^^^ */ diff --git a/src/extension/internal/filter/blurs.h b/src/extension/internal/filter/blurs.h index ac87bc539e..7db128b7c4 100644 --- a/src/extension/internal/filter/blurs.h +++ b/src/extension/internal/filter/blurs.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_BLURS_H__ #define SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_BLURS_H__ /* Change the 'BLURS' above to be your file name */ @@ -14,7 +15,7 @@ * Feather * Out of focus * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /* ^^^ Change the copyright to be you and your e-mail address ^^^ */ diff --git a/src/extension/internal/filter/bumps.h b/src/extension/internal/filter/bumps.h index b8e887c260..bcde765420 100644 --- a/src/extension/internal/filter/bumps.h +++ b/src/extension/internal/filter/bumps.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_BUMPS_H__ #define SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_BUMPS_H__ /* Change the 'BUMPS' above to be your file name */ @@ -11,7 +12,7 @@ * Bump * Wax bump * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /* ^^^ Change the copyright to be you and your e-mail address ^^^ */ diff --git a/src/extension/internal/filter/color.h b/src/extension/internal/filter/color.h index fc1948853f..a98311e385 100644 --- a/src/extension/internal/filter/color.h +++ b/src/extension/internal/filter/color.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_COLOR_H__ #define SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_COLOR_H__ /* Change the 'COLOR' above to be your file name */ @@ -28,7 +29,7 @@ * Solarize * Tritone * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /* ^^^ Change the copyright to be you and your e-mail address ^^^ */ diff --git a/src/extension/internal/filter/distort.h b/src/extension/internal/filter/distort.h index f677e334a5..fffa3fbec3 100644 --- a/src/extension/internal/filter/distort.h +++ b/src/extension/internal/filter/distort.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_DISTORT_H__ #define SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_DISTORT_H__ /* Change the 'DISTORT' above to be your file name */ @@ -11,7 +12,7 @@ * Felt Feather * Roughen * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /* ^^^ Change the copyright to be you and your e-mail address ^^^ */ diff --git a/src/extension/internal/filter/filter-all.cpp b/src/extension/internal/filter/filter-all.cpp index 3f1d2fb97f..5aa3900b08 100644 --- a/src/extension/internal/filter/filter-all.cpp +++ b/src/extension/internal/filter/filter-all.cpp @@ -1,8 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2008 Authors: * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "filter.h" diff --git a/src/extension/internal/filter/filter-file.cpp b/src/extension/internal/filter/filter-file.cpp index d95bbf184e..df08550766 100644 --- a/src/extension/internal/filter/filter-file.cpp +++ b/src/extension/internal/filter/filter-file.cpp @@ -1,8 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2008 Authors: * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "filter.h" diff --git a/src/extension/internal/filter/filter.cpp b/src/extension/internal/filter/filter.cpp index ab1025ffad..0859bb6ff2 100644 --- a/src/extension/internal/filter/filter.cpp +++ b/src/extension/internal/filter/filter.cpp @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould * * Copyright (C) 2008 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "desktop.h" diff --git a/src/extension/internal/filter/filter.h b/src/extension/internal/filter/filter.h index 0df8b02512..35a73900ca 100644 --- a/src/extension/internal/filter/filter.h +++ b/src/extension/internal/filter/filter.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_EXTENSION_INTERNAL_FILTER_FILTER_H #define INKSCAPE_EXTENSION_INTERNAL_FILTER_FILTER_H @@ -5,7 +6,7 @@ * Copyright (C) 2008 Authors: * Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/internal/filter/image.h b/src/extension/internal/filter/image.h index 2c715768c8..e9dcb1d8e9 100644 --- a/src/extension/internal/filter/image.h +++ b/src/extension/internal/filter/image.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_IMAGE_H__ #define SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_IMAGE_H__ /* Change the 'IMAGE' above to be your file name */ @@ -10,7 +11,7 @@ * Image filters * Edge detect * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /* ^^^ Change the copyright to be you and your e-mail address ^^^ */ diff --git a/src/extension/internal/filter/morphology.h b/src/extension/internal/filter/morphology.h index 49df9c2a65..fc71b6ea2c 100644 --- a/src/extension/internal/filter/morphology.h +++ b/src/extension/internal/filter/morphology.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_MORPHOLOGY_H__ #define SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_MORPHOLOGY_H__ /* Change the 'MORPHOLOGY' above to be your file name */ @@ -11,7 +12,7 @@ * Cross-smooth * Outline * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /* ^^^ Change the copyright to be you and your e-mail address ^^^ */ diff --git a/src/extension/internal/filter/overlays.h b/src/extension/internal/filter/overlays.h index b451ec65d3..0dbf79db89 100644 --- a/src/extension/internal/filter/overlays.h +++ b/src/extension/internal/filter/overlays.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_OVERLAYS_H__ #define SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_OVERLAYS_H__ /* Change the 'OVERLAYS' above to be your file name */ @@ -10,7 +11,7 @@ * Overlays filters * Noise fill * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /* ^^^ Change the copyright to be you and your e-mail address ^^^ */ diff --git a/src/extension/internal/filter/paint.h b/src/extension/internal/filter/paint.h index afa3b5b124..06a05f167d 100644 --- a/src/extension/internal/filter/paint.h +++ b/src/extension/internal/filter/paint.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_PAINT_H__ #define SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_PAINT_H__ /* Change the 'PAINT' above to be your file name */ @@ -17,7 +18,7 @@ * Posterize * Posterize basic * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /* ^^^ Change the copyright to be you and your e-mail address ^^^ */ diff --git a/src/extension/internal/filter/protrusions.h b/src/extension/internal/filter/protrusions.h index 8df7924caa..1934f93f3b 100644 --- a/src/extension/internal/filter/protrusions.h +++ b/src/extension/internal/filter/protrusions.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_PROTRUSIONS_H__ #define SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_PROTRUSIONS_H__ /* Change the 'PROTRUSIONS' above to be your file name */ @@ -12,7 +13,7 @@ * Protrusion filters * Snow * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /* ^^^ Change the copyright to be you and your e-mail address ^^^ */ diff --git a/src/extension/internal/filter/shadows.h b/src/extension/internal/filter/shadows.h index 18ee531580..79e6e87128 100644 --- a/src/extension/internal/filter/shadows.h +++ b/src/extension/internal/filter/shadows.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_SHADOWS_H__ #define SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_SHADOWS_H__ /* Change the 'SHADOWS' above to be your file name */ @@ -10,7 +11,7 @@ * Shadow filters * Drop shadow * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /* ^^^ Change the copyright to be you and your e-mail address ^^^ */ diff --git a/src/extension/internal/filter/textures.h b/src/extension/internal/filter/textures.h index d7108c5521..31e76df6c7 100644 --- a/src/extension/internal/filter/textures.h +++ b/src/extension/internal/filter/textures.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_TEXTURES_H__ #define SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_TEXTURES_H__ /* Change the 'TEXTURES' above to be your file name */ @@ -10,7 +11,7 @@ * Protrusion filters * Ink blot * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /* ^^^ Change the copyright to be you and your e-mail address ^^^ */ diff --git a/src/extension/internal/filter/transparency.h b/src/extension/internal/filter/transparency.h index 68388fc06e..2fb02a01a1 100644 --- a/src/extension/internal/filter/transparency.h +++ b/src/extension/internal/filter/transparency.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_TRANSPARENCY_H__ #define SEEN_INKSCAPE_EXTENSION_INTERNAL_FILTER_TRANSPARENCY_H__ /* Change the 'TRANSPARENCY' above to be your file name */ @@ -14,7 +15,7 @@ * Opacity * Silhouette * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /* ^^^ Change the copyright to be you and your e-mail address ^^^ */ diff --git a/src/extension/internal/gdkpixbuf-input.cpp b/src/extension/internal/gdkpixbuf-input.cpp index e3c7f1f897..26d5a3b85c 100644 --- a/src/extension/internal/gdkpixbuf-input.cpp +++ b/src/extension/internal/gdkpixbuf-input.cpp @@ -1,3 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ + #include #include diff --git a/src/extension/internal/gdkpixbuf-input.h b/src/extension/internal/gdkpixbuf-input.h index 347277e901..1980700258 100644 --- a/src/extension/internal/gdkpixbuf-input.h +++ b/src/extension/internal/gdkpixbuf-input.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef INKSCAPE_EXTENSION_INTERNAL_GDKPIXBUF_INPUT_H #define INKSCAPE_EXTENSION_INTERNAL_GDKPIXBUF_INPUT_H diff --git a/src/extension/internal/gimpgrad.cpp b/src/extension/internal/gimpgrad.cpp index 4110fc8ade..b5a95441cd 100644 --- a/src/extension/internal/gimpgrad.cpp +++ b/src/extension/internal/gimpgrad.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * Inkscape::Extension::Internal::GimpGrad implementation */ @@ -9,7 +10,7 @@ * * Copyright (C) 2004-2005 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/internal/gimpgrad.h b/src/extension/internal/gimpgrad.h index 790c43b750..8daadefeb9 100644 --- a/src/extension/internal/gimpgrad.h +++ b/src/extension/internal/gimpgrad.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould * * Copyright (C) 2004-2005 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ // TODO add include guard #include diff --git a/src/extension/internal/grid.cpp b/src/extension/internal/grid.cpp index 03bc8eb06c..89881fa0bb 100644 --- a/src/extension/internal/grid.cpp +++ b/src/extension/internal/grid.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file grid.cpp @@ -8,7 +9,7 @@ * Copyright (C) 2007 MenTaLguY * Abhishek Sharma * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/internal/grid.h b/src/extension/internal/grid.h index 950615ce25..16f4cd76ea 100644 --- a/src/extension/internal/grid.h +++ b/src/extension/internal/grid.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould * * Copyright (C) 2004-2005 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/implementation/implementation.h" diff --git a/src/extension/internal/image-resolution.cpp b/src/extension/internal/image-resolution.cpp index d1618d3b51..3ca596c27d 100644 --- a/src/extension/internal/image-resolution.cpp +++ b/src/extension/internal/image-resolution.cpp @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Daniel Wagenaar * * Copyright (C) 2012 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/extension/internal/image-resolution.h b/src/extension/internal/image-resolution.h index 6c4928a35a..ad69df031b 100644 --- a/src/extension/internal/image-resolution.h +++ b/src/extension/internal/image-resolution.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Daniel Wagenaar * * Copyright (C) 2012 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ diff --git a/src/extension/internal/javafx-out.cpp b/src/extension/internal/javafx-out.cpp index cc5fc12bbb..1c592d3548 100644 --- a/src/extension/internal/javafx-out.cpp +++ b/src/extension/internal/javafx-out.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * A simple utility for exporting Inkscape svg Shapes as JavaFX paths. * @@ -13,7 +14,7 @@ * * Copyright (C) 2008,2009 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/internal/javafx-out.h b/src/extension/internal/javafx-out.h index f6035f7c3e..594886004d 100644 --- a/src/extension/internal/javafx-out.h +++ b/src/extension/internal/javafx-out.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * A simple utility for exporting an Inkscape svg image as a JavaFX * scene tree. @@ -9,7 +10,7 @@ * * Copyright (C) 2008 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef EXTENSION_INTERNAL_JAVAFX_OUT_H diff --git a/src/extension/internal/latex-pstricks-out.cpp b/src/extension/internal/latex-pstricks-out.cpp index ef11f3b1ab..5bc4e8d24c 100644 --- a/src/extension/internal/latex-pstricks-out.cpp +++ b/src/extension/internal/latex-pstricks-out.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Michael Forbes @@ -6,7 +7,7 @@ * * Copyright (C) 2004 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "latex-pstricks-out.h" diff --git a/src/extension/internal/latex-pstricks-out.h b/src/extension/internal/latex-pstricks-out.h index b34d5c321b..670904b104 100644 --- a/src/extension/internal/latex-pstricks-out.h +++ b/src/extension/internal/latex-pstricks-out.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * * Authors: @@ -5,7 +6,7 @@ * * Copyright (C) 2004 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef EXTENSION_INTERNAL_LATEX_OUT_H diff --git a/src/extension/internal/latex-pstricks.cpp b/src/extension/internal/latex-pstricks.cpp index 46bae094bc..e8bee1981a 100644 --- a/src/extension/internal/latex-pstricks.cpp +++ b/src/extension/internal/latex-pstricks.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * LaTeX Printing * @@ -6,8 +7,8 @@ * Abhishek Sharma * * Copyright (C) 2004 Authors - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/pathvector.h> diff --git a/src/extension/internal/latex-pstricks.h b/src/extension/internal/latex-pstricks.h index 50ec8560a9..37d08b8213 100644 --- a/src/extension/internal/latex-pstricks.h +++ b/src/extension/internal/latex-pstricks.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef __INKSCAPE_EXTENSION_INTERNAL_PRINT_LATEX_H__ #define __INKSCAPE_EXTENSION_INTERNAL_PRINT_LATEX_H__ @@ -6,10 +7,10 @@ * * Author: * Michael Forbes - * + * * Copyright (C) 2004 Authors - * - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/internal/latex-text-renderer.cpp b/src/extension/internal/latex-text-renderer.cpp index 665e402d06..58f5476fda 100644 --- a/src/extension/internal/latex-text-renderer.cpp +++ b/src/extension/internal/latex-text-renderer.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * Rendering LaTeX file (pdf/eps/ps+latex output) * @@ -12,7 +13,7 @@ * * Copyright (C) 2006-2011 Authors * - * Licensed under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "latex-text-renderer.h" diff --git a/src/extension/internal/latex-text-renderer.h b/src/extension/internal/latex-text-renderer.h index f011f6f299..a96a2631a4 100644 --- a/src/extension/internal/latex-text-renderer.h +++ b/src/extension/internal/latex-text-renderer.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef EXTENSION_INTERNAL_LATEX_TEXT_RENDERER_H_SEEN #define EXTENSION_INTERNAL_LATEX_TEXT_RENDERER_H_SEEN @@ -9,8 +10,8 @@ * Johan Engelen * * Copyright (C) 2010 Authors - * - * Licensed under GNU GPL + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "extension/extension.h" diff --git a/src/extension/internal/metafile-inout.cpp b/src/extension/internal/metafile-inout.cpp index a9f738f1ff..ea4acb1985 100644 --- a/src/extension/internal/metafile-inout.cpp +++ b/src/extension/internal/metafile-inout.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief Metafile input - common routines *//* @@ -5,7 +6,7 @@ * David Mathog * * Copyright (C) 2013 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/internal/metafile-inout.h b/src/extension/internal/metafile-inout.h index e3af760457..c742a64dfc 100644 --- a/src/extension/internal/metafile-inout.h +++ b/src/extension/internal/metafile-inout.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief Metafile input - common functions *//* @@ -5,7 +6,7 @@ * David Mathog * * Copyright (C) 2013 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_EXTENSION_INTERNAL_METAFILE_INOUT_H diff --git a/src/extension/internal/metafile-print.cpp b/src/extension/internal/metafile-print.cpp index 823060f1a3..6270f63e4e 100644 --- a/src/extension/internal/metafile-print.cpp +++ b/src/extension/internal/metafile-print.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief Metafile printing - common routines *//* @@ -5,7 +6,7 @@ * Krzysztof Kosiński * * Copyright (C) 2013 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/internal/metafile-print.h b/src/extension/internal/metafile-print.h index d7bcf330c7..d3f525d7e5 100644 --- a/src/extension/internal/metafile-print.h +++ b/src/extension/internal/metafile-print.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief Metafile printing - common functions *//* @@ -5,7 +6,7 @@ * Krzysztof Kosiński * * Copyright (C) 2013 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_EXTENSION_INTERNAL_METAFILE_PRINT_H diff --git a/src/extension/internal/odf.cpp b/src/extension/internal/odf.cpp index ae4dfc47c3..ee3da99b4b 100644 --- a/src/extension/internal/odf.cpp +++ b/src/extension/internal/odf.cpp @@ -1,6 +1,16 @@ -/* - * OpenDocument input and output +// SPDX-License-Identifier: LGPL-2.1-or-later +/** @file + * OpenDocument (drawing) input and output + *//* + * Authors: + * Bob Jamison + * Abhishek Sharma + * Kris De Gussem * + * Copyright (C) 2018 Authors + * Released under GNU LGPL v2.1+, read the file 'COPYING' for more information. + */ +/* * This is an an entry in the extensions mechanism to begin to enable * the inputting and outputting of OpenDocument Format (ODF) files from * within Inkscape. Although the initial implementations will be very lossy @@ -12,27 +22,6 @@ * * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/idl-definitions.html * - * Authors: - * Bob Jamison - * Abhishek Sharma - * Kris De Gussem - * - * Copyright (C) 2006, 2007 Bob Jamison - * Copyright (C) 2013 Kris De Gussem - * - * 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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "odf.h" diff --git a/src/extension/internal/odf.h b/src/extension/internal/odf.h index a1aca35314..2745d70f01 100644 --- a/src/extension/internal/odf.h +++ b/src/extension/internal/odf.h @@ -1,23 +1,13 @@ -/* +// SPDX-License-Identifier: LGPL-2.1-or-later +/** @file + * OpenDocument (drawing) input and output + *//* * Authors: * Bob Jamison * Abhishek Sharma * - * Copyright (C) 2006 Bob Jamison - * - * 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 St, Fifth Floor, Boston, MA 02110-1301 USA + * Copyright (C) 2018 Authors + * Released under GNU LGPL v2.1+, read the file 'COPYING' for more information. */ #ifndef EXTENSION_INTERNAL_ODG_OUT_H diff --git a/src/extension/internal/pdfinput/pdf-input.cpp b/src/extension/internal/pdfinput/pdf-input.cpp index 1c9dd92239..8b4cc5aa7a 100644 --- a/src/extension/internal/pdfinput/pdf-input.cpp +++ b/src/extension/internal/pdfinput/pdf-input.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Native PDF import using libpoppler. * @@ -7,7 +8,7 @@ * * Copyright (C) 2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. * */ diff --git a/src/extension/internal/pdfinput/pdf-input.h b/src/extension/internal/pdfinput/pdf-input.h index ecd9966326..ab9a928a2e 100644 --- a/src/extension/internal/pdfinput/pdf-input.h +++ b/src/extension/internal/pdfinput/pdf-input.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_EXTENSION_INTERNAL_PDFINPUT_H #define SEEN_EXTENSION_INTERNAL_PDFINPUT_H @@ -7,7 +8,7 @@ * * Copyright (C) 2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/extension/internal/pdfinput/pdf-parser.cpp b/src/extension/internal/pdfinput/pdf-parser.cpp index bc7ad8a6ee..1f609377f1 100644 --- a/src/extension/internal/pdfinput/pdf-parser.cpp +++ b/src/extension/internal/pdfinput/pdf-parser.cpp @@ -1,14 +1,13 @@ - /* +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file * PDF parsing using libpoppler. - * - * Derived from poppler's Gfx.cc - * + *//* * Authors: - * Jon A. Cruz - * - * Copyright 2012 authors - * Copyright 1996-2003 Glyph & Cog, LLC + * Derived from poppler's Gfx.cc, which was derived from Xpdf by 1996-2003 Glyph & Cog, LLC + * Jon A. Cruz * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/extension/internal/pdfinput/pdf-parser.h b/src/extension/internal/pdfinput/pdf-parser.h index 2414bd376a..2d4441a22c 100644 --- a/src/extension/internal/pdfinput/pdf-parser.h +++ b/src/extension/internal/pdfinput/pdf-parser.h @@ -1,8 +1,14 @@ - /* - * Derived from Gfx.h - * - * Copyright 1996-2003 Glyph & Cog, LLC +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * PDF parsing using libpoppler. + *//* + * Authors: + * see git history + * + * Derived from Gfx.h from poppler (?) which derives from Xpdf, Copyright 1996-2003 Glyph & Cog, LLC, which is under GPL2+. * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef PDF_PARSER_H diff --git a/src/extension/internal/pdfinput/poppler-transition-api.h b/src/extension/internal/pdfinput/poppler-transition-api.h index 4437052593..5141bf8a73 100644 --- a/src/extension/internal/pdfinput/poppler-transition-api.h +++ b/src/extension/internal/pdfinput/poppler-transition-api.h @@ -1,3 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO short description + *//* + * Authors: + * see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ + #ifndef SEEN_POPPLER_TRANSITION_API_H #define SEEN_POPPLER_TRANSITION_API_H diff --git a/src/extension/internal/pdfinput/svg-builder.cpp b/src/extension/internal/pdfinput/svg-builder.cpp index 481e1b95db..373df6a390 100644 --- a/src/extension/internal/pdfinput/svg-builder.cpp +++ b/src/extension/internal/pdfinput/svg-builder.cpp @@ -1,13 +1,14 @@ - /* +// SPDX-License-Identifier: GPL-2.0-or-later +/* * Native PDF import using libpoppler. - * + * * Authors: * miklos erdelyi * Jon A. Cruz * * Copyright (C) 2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. * */ diff --git a/src/extension/internal/pdfinput/svg-builder.h b/src/extension/internal/pdfinput/svg-builder.h index c61f2cc407..8168617f61 100644 --- a/src/extension/internal/pdfinput/svg-builder.h +++ b/src/extension/internal/pdfinput/svg-builder.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_EXTENSION_INTERNAL_PDFINPUT_SVGBUILDER_H #define SEEN_EXTENSION_INTERNAL_PDFINPUT_SVGBUILDER_H @@ -7,7 +8,7 @@ * * Copyright (C) 2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/extension/internal/pov-out.cpp b/src/extension/internal/pov-out.cpp index 458e68f1d5..7ee8cd2358 100644 --- a/src/extension/internal/pov-out.cpp +++ b/src/extension/internal/pov-out.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * A simple utility for exporting Inkscape svg Shapes as PovRay bezier * prisms. Note that this is output-only, and would thus seem to be @@ -14,7 +15,7 @@ * * Copyright (C) 2004-2008 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "pov-out.h" diff --git a/src/extension/internal/pov-out.h b/src/extension/internal/pov-out.h index d4f7991e7d..3dee88be8c 100644 --- a/src/extension/internal/pov-out.h +++ b/src/extension/internal/pov-out.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * A simple utility for exporting Inkscape svg Shapes as PovRay bezier * prisms. Note that this is output-only, and would thus seem to be @@ -10,7 +11,7 @@ * * Copyright (C) 2004-2008 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef EXTENSION_INTERNAL_POV_OUT_H diff --git a/src/extension/internal/svg.cpp b/src/extension/internal/svg.cpp index 4d6a24b40f..e45966afa6 100644 --- a/src/extension/internal/svg.cpp +++ b/src/extension/internal/svg.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * This is the code that moves all of the SVG loading and saving into * the module format. Really Inkscape is built to handle these formats @@ -11,7 +12,7 @@ * * Copyright (C) 2002-2003 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/internal/svg.h b/src/extension/internal/svg.h index 17f3f7bb2b..1eb4f51e8d 100644 --- a/src/extension/internal/svg.h +++ b/src/extension/internal/svg.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * This is the code that moves all of the SVG loading and saving into * the module format. Really Sodipodi is built to handle these formats @@ -9,7 +10,7 @@ * * Copyright (C) 2002-2003 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef __SVG_H__ diff --git a/src/extension/internal/svgz.cpp b/src/extension/internal/svgz.cpp index 9b5a7ff085..18b6e5b026 100644 --- a/src/extension/internal/svgz.cpp +++ b/src/extension/internal/svgz.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Code to handle compressed SVG loading and saving. Almost identical to svg * routines, but separated for simpler extension maintenance. @@ -9,7 +10,7 @@ * * Copyright (C) 2002-2005 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "svgz.h" diff --git a/src/extension/internal/svgz.h b/src/extension/internal/svgz.h index 2b917968e7..e923c4ce1e 100644 --- a/src/extension/internal/svgz.h +++ b/src/extension/internal/svgz.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Code to handle compressed SVG loading and saving. Almost identical to svg * routines, but separated for simpler extension maintenance. @@ -9,7 +10,7 @@ * * Copyright (C) 2002-2005 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_SVGZ_H diff --git a/src/extension/internal/text_reassemble.c b/src/extension/internal/text_reassemble.c index 397a0c4d30..9fdd0a5784 100644 --- a/src/extension/internal/text_reassemble.c +++ b/src/extension/internal/text_reassemble.c @@ -1,3 +1,15 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * text_reassemble.c from libTERE + *//* + * Authors: see below + * + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2.0+, read the file 'COPYING' for more information. + */ + + /** @file text_reassemble.c diff --git a/src/extension/internal/text_reassemble.h b/src/extension/internal/text_reassemble.h index 1c6c17c78f..b4e870295c 100644 --- a/src/extension/internal/text_reassemble.h +++ b/src/extension/internal/text_reassemble.h @@ -1,3 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * text_reassemble.h from libTERE + *//* + * Authors: see below + * + * + * Copyright (C) 2017 Authors + * Released under GNU GPL v2.0+, read the file 'COPYING' for more information. + */ /** @file text_reassemble.h libTERE headers. diff --git a/src/extension/internal/vsd-input.cpp b/src/extension/internal/vsd-input.cpp index eb3dde3f49..a70a590a04 100644 --- a/src/extension/internal/vsd-input.cpp +++ b/src/extension/internal/vsd-input.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * This file came from libwpg as a source, their utility wpg2svg * specifically. It has been modified to work as an Inkscape extension. @@ -9,7 +10,7 @@ * * Copyright (C) 2012 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. * */ diff --git a/src/extension/internal/vsd-input.h b/src/extension/internal/vsd-input.h index 972c2d4890..f30c905f67 100644 --- a/src/extension/internal/vsd-input.h +++ b/src/extension/internal/vsd-input.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * This code abstracts the libwpg interfaces into the Inkscape * input extension interface. @@ -7,7 +8,7 @@ * * Copyright (C) 2012 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef __EXTENSION_INTERNAL_VSDOUTPUT_H__ diff --git a/src/extension/internal/wmf-inout.cpp b/src/extension/internal/wmf-inout.cpp index 2e4b392990..4db33f5503 100644 --- a/src/extension/internal/wmf-inout.cpp +++ b/src/extension/internal/wmf-inout.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief Windows-only Enhanced Metafile input and output. */ @@ -9,7 +10,7 @@ * * Copyright (C) 2006-2008 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. * * References: * - How to Create & Play Enhanced Metafiles in Win32 diff --git a/src/extension/internal/wmf-inout.h b/src/extension/internal/wmf-inout.h index 4ec3a98eba..6190129de0 100644 --- a/src/extension/internal/wmf-inout.h +++ b/src/extension/internal/wmf-inout.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief Windows Metafile Input/Output */ @@ -6,7 +7,7 @@ * * Copyright (C) 2006-2008 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_EXTENSION_INTERNAL_WMF_H #define SEEN_EXTENSION_INTERNAL_WMF_H diff --git a/src/extension/internal/wmf-print.cpp b/src/extension/internal/wmf-print.cpp index 2c84fd9c8e..1604a8d485 100644 --- a/src/extension/internal/wmf-print.cpp +++ b/src/extension/internal/wmf-print.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief Windows Metafile printing */ @@ -9,7 +10,7 @@ * * Copyright (C) 2006-2009 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /* * References: diff --git a/src/extension/internal/wmf-print.h b/src/extension/internal/wmf-print.h index 4f2de2f966..92f5577f31 100644 --- a/src/extension/internal/wmf-print.h +++ b/src/extension/internal/wmf-print.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief Windows Metafile printing - implementation */ @@ -6,7 +7,7 @@ * * Copyright (C) 2006-2008 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_EXTENSION_INTERNAL_WMF_PRINT_H #define SEEN_INKSCAPE_EXTENSION_INTERNAL_WMF_PRINT_H diff --git a/src/extension/internal/wpg-input.cpp b/src/extension/internal/wpg-input.cpp index 2f25481a0c..2041cd22ea 100644 --- a/src/extension/internal/wpg-input.cpp +++ b/src/extension/internal/wpg-input.cpp @@ -1,4 +1,5 @@ -/* +// SPDX-License-Identifier: GPL-2.0-or-later +/* * This file came from libwpg as a source, their utility wpg2svg * specifically. It has been modified to work as an Inkscape extension. * The Inkscape extension code is covered by this copyright, but the @@ -10,7 +11,7 @@ * * Copyright (C) 2006 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. * */ diff --git a/src/extension/internal/wpg-input.h b/src/extension/internal/wpg-input.h index c81396ffc7..67e4d9185e 100644 --- a/src/extension/internal/wpg-input.h +++ b/src/extension/internal/wpg-input.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * This code abstracts the libwpg interfaces into the Inkscape * input extension interface. @@ -7,7 +8,7 @@ * * Copyright (C) 2006 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef __EXTENSION_INTERNAL_WPGOUTPUT_H__ diff --git a/src/extension/loader.cpp b/src/extension/loader.cpp index fc9b7ee29e..a9270c43c8 100644 --- a/src/extension/loader.cpp +++ b/src/extension/loader.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Loader for external plug-ins. * @@ -6,7 +7,7 @@ * * Copyright (C) 2016 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "loader.h" diff --git a/src/extension/loader.h b/src/extension/loader.h index 0eecc02b98..65e5885f6f 100644 --- a/src/extension/loader.h +++ b/src/extension/loader.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * Loader for external plug-ins. *//* @@ -7,7 +8,7 @@ * * Copyright (C) 2016 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_EXTENSION_LOADER_H_ diff --git a/src/extension/output.cpp b/src/extension/output.cpp index e863c77fc3..c6cf399b84 100644 --- a/src/extension/output.cpp +++ b/src/extension/output.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould @@ -5,7 +6,7 @@ * Copyright (C) 2006 Johan Engelen * Copyright (C) 2002-2004 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "prefdialog.h" diff --git a/src/extension/output.h b/src/extension/output.h index a67a3cc308..5ce27a265e 100644 --- a/src/extension/output.h +++ b/src/extension/output.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould @@ -5,7 +6,7 @@ * Copyright (C) 2006 Johan Engelen * Copyright (C) 2002-2004 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ diff --git a/src/extension/param/bool.cpp b/src/extension/param/bool.cpp index 1ba9f66334..10121f7ab2 100644 --- a/src/extension/param/bool.cpp +++ b/src/extension/param/bool.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2005-2007 Authors: * Ted Gould * Johan Engelen * * Jon A. Cruz - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/param/bool.h b/src/extension/param/bool.h index f987621d5b..9864cac387 100644 --- a/src/extension/param/bool.h +++ b/src/extension/param/bool.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INK_EXTENSION_PARAMBOOL_H #define SEEN_INK_EXTENSION_PARAMBOOL_H /* @@ -5,7 +6,7 @@ * Ted Gould * Johan Engelen * * Jon A. Cruz - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "parameter.h" diff --git a/src/extension/param/color.cpp b/src/extension/param/color.cpp index 6ce5d78b1a..f71670cb21 100644 --- a/src/extension/param/color.cpp +++ b/src/extension/param/color.cpp @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2005-2007 Authors: * Ted Gould * Johan Engelen * Christopher Brown * Jon A. Cruz - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/param/color.h b/src/extension/param/color.h index f3b44b4120..c2d3c2ccb8 100644 --- a/src/extension/param/color.h +++ b/src/extension/param/color.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INK_EXTENSION_PARAMCOLOR_H__ #define SEEN_INK_EXTENSION_PARAMCOLOR_H__ /* @@ -5,7 +6,7 @@ * Ted Gould * Johan Engelen * * Jon A. Cruz - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "parameter.h" diff --git a/src/extension/param/description.cpp b/src/extension/param/description.cpp index 5726962c76..154c172df0 100644 --- a/src/extension/param/description.cpp +++ b/src/extension/param/description.cpp @@ -1,8 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2005-2007 Authors: * Ted Gould * Johan Engelen * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef linux // does the dollar sign need escaping when passed as string parameter? diff --git a/src/extension/param/description.h b/src/extension/param/description.h index 84e402890e..822370b825 100644 --- a/src/extension/param/description.h +++ b/src/extension/param/description.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef __INK_EXTENSION_PARAMDESCRIPTION_H__ #define __INK_EXTENSION_PARAMDESCRIPTION_H__ @@ -5,7 +6,7 @@ * Copyright (C) 2005-2007 Authors: * Ted Gould * Johan Engelen * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "parameter.h" diff --git a/src/extension/param/enum.cpp b/src/extension/param/enum.cpp index 277d05c442..5ba3e57722 100644 --- a/src/extension/param/enum.cpp +++ b/src/extension/param/enum.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * extension parameter for enumerations. * @@ -11,7 +12,7 @@ * * Copyright (C) 2006-2007 Johan Engelen * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/param/enum.h b/src/extension/param/enum.h index 6d93c8e83d..329bb26f92 100644 --- a/src/extension/param/enum.h +++ b/src/extension/param/enum.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INK_EXTENSION_PARAMENUM_H_SEEN #define INK_EXTENSION_PARAMENUM_H_SEEN @@ -12,7 +13,7 @@ * * Copyright (C) 2006-2007 Johan Engelen * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/param/float.cpp b/src/extension/param/float.cpp index f71e716a04..2886ad7927 100644 --- a/src/extension/param/float.cpp +++ b/src/extension/param/float.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2005-2007 Authors: * Ted Gould * Johan Engelen * * Jon A. Cruz - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/param/float.h b/src/extension/param/float.h index ce92d8c289..c1d0f0f79a 100644 --- a/src/extension/param/float.h +++ b/src/extension/param/float.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INK_EXTENSION_PARAMFLOAT_H_SEEN #define INK_EXTENSION_PARAMFLOAT_H_SEEN @@ -6,7 +7,7 @@ * Ted Gould * Johan Engelen * * Jon A. Cruz - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "parameter.h" diff --git a/src/extension/param/int.cpp b/src/extension/param/int.cpp index d79b2916c4..1c41c08344 100644 --- a/src/extension/param/int.cpp +++ b/src/extension/param/int.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2005-2007 Authors: * Ted Gould * Johan Engelen * * Jon A. Cruz - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/param/int.h b/src/extension/param/int.h index e6f4ac3dbd..fac4812678 100644 --- a/src/extension/param/int.h +++ b/src/extension/param/int.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INK_EXTENSION_PARAMINT_H_SEEN #define INK_EXTENSION_PARAMINT_H_SEEN @@ -6,7 +7,7 @@ * Ted Gould * Johan Engelen * * Jon A. Cruz - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "parameter.h" diff --git a/src/extension/param/notebook.cpp b/src/extension/param/notebook.cpp index abfdee4570..fed093f60c 100644 --- a/src/extension/param/notebook.cpp +++ b/src/extension/param/notebook.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * Notebook and NotebookPage parameters for extensions. */ @@ -9,7 +10,7 @@ * * Copyright (C) 2006 Author * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/param/notebook.h b/src/extension/param/notebook.h index 1d676615b5..dd7154f063 100644 --- a/src/extension/param/notebook.h +++ b/src/extension/param/notebook.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INK_EXTENSION_PARAMNOTEBOOK_H_SEEN #define INK_EXTENSION_PARAMNOTEBOOK_H_SEEN @@ -12,7 +13,7 @@ * * Copyright (C) 2006 Author * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "parameter.h" diff --git a/src/extension/param/parameter.cpp b/src/extension/param/parameter.cpp index 4b5a23a8d0..a1afd6b181 100644 --- a/src/extension/param/parameter.cpp +++ b/src/extension/param/parameter.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * Parameters for extensions. */ @@ -8,7 +9,7 @@ * * Copyright (C) 2005-2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef linux // does the dollar sign need escaping when passed as string parameter? diff --git a/src/extension/param/parameter.h b/src/extension/param/parameter.h index f784fdd010..c37d1539ae 100644 --- a/src/extension/param/parameter.h +++ b/src/extension/param/parameter.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * Parameters for extensions. */ @@ -7,7 +8,7 @@ * * Copyright (C) 2005-2006 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INK_EXTENSION_PARAM_H__ diff --git a/src/extension/param/radiobutton.cpp b/src/extension/param/radiobutton.cpp index cc539dd923..8c1d6a5f7d 100644 --- a/src/extension/param/radiobutton.cpp +++ b/src/extension/param/radiobutton.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * extension parameter for radiobuttons. * @@ -11,7 +12,7 @@ * Copyright (C) 2006-2007 Johan Engelen * Copyright (C) 2008 Jon A. Cruz * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/param/radiobutton.h b/src/extension/param/radiobutton.h index 5958be8a44..48d470a014 100644 --- a/src/extension/param/radiobutton.h +++ b/src/extension/param/radiobutton.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INK_EXTENSION_PARAMRADIOBUTTON_H_SEEN #define INK_EXTENSION_PARAMRADIOBUTTON_H_SEEN @@ -12,7 +13,7 @@ * * Copyright (C) 2006-2007 Johan Engelen * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "parameter.h" diff --git a/src/extension/param/string.cpp b/src/extension/param/string.cpp index 5699a2fdb3..6a3de1d045 100644 --- a/src/extension/param/string.cpp +++ b/src/extension/param/string.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2005-2007 Authors: * Ted Gould * Johan Engelen * * Jon A. Cruz - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/param/string.h b/src/extension/param/string.h index 20bfd849c4..195496ba38 100644 --- a/src/extension/param/string.h +++ b/src/extension/param/string.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INK_EXTENSION_PARAMSTRING_H_SEEN #define INK_EXTENSION_PARAMSTRING_H_SEEN @@ -6,7 +7,7 @@ * Ted Gould * Johan Engelen * * Jon A. Cruz - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "parameter.h" diff --git a/src/extension/patheffect.cpp b/src/extension/patheffect.cpp index c112e68438..89925f73ba 100644 --- a/src/extension/patheffect.cpp +++ b/src/extension/patheffect.cpp @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould * * Copyright (C) 2006 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ diff --git a/src/extension/patheffect.h b/src/extension/patheffect.h index d9aea7f59c..734f0c58a8 100644 --- a/src/extension/patheffect.h +++ b/src/extension/patheffect.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould * * Copyright (C) 2006 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_EXTENSION_PATHEFFECT_H__ diff --git a/src/extension/plugins/CMakeLists.txt b/src/extension/plugins/CMakeLists.txt index 78f268c6b3..dc15b4ae4c 100644 --- a/src/extension/plugins/CMakeLists.txt +++ b/src/extension/plugins/CMakeLists.txt @@ -1 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0-or-later add_subdirectory(grid2) diff --git a/src/extension/plugins/grid2/CMakeLists.txt b/src/extension/plugins/grid2/CMakeLists.txt index eb200e96e8..1d23d8384e 100644 --- a/src/extension/plugins/grid2/CMakeLists.txt +++ b/src/extension/plugins/grid2/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later set(grid_PART_SRCS grid.cpp) include_directories( ${CMAKE_BINARY_DIR}/src ) diff --git a/src/extension/plugins/grid2/grid.cpp b/src/extension/plugins/grid2/grid.cpp index 0b43e3ef1b..597cff570e 100644 --- a/src/extension/plugins/grid2/grid.cpp +++ b/src/extension/plugins/grid2/grid.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file grid.cpp @@ -8,7 +9,7 @@ * Copyright (C) 2007 MenTaLguY * Abhishek Sharma * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/plugins/grid2/grid.h b/src/extension/plugins/grid2/grid.h index 8f139b9174..7dffae98ec 100644 --- a/src/extension/plugins/grid2/grid.h +++ b/src/extension/plugins/grid2/grid.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould * * Copyright (C) 2004-2005 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef __GRID_H diff --git a/src/extension/plugins/grid2/libgrid2.inx b/src/extension/plugins/grid2/libgrid2.inx index 0360d37e3d..db95cd5093 100644 --- a/src/extension/plugins/grid2/libgrid2.inx +++ b/src/extension/plugins/grid2/libgrid2.inx @@ -1,4 +1,5 @@ + <_name>Grid2 org.inkscape.effect.grid2 diff --git a/src/extension/prefdialog.cpp b/src/extension/prefdialog.cpp index 2d1192d04d..de58545fbb 100644 --- a/src/extension/prefdialog.cpp +++ b/src/extension/prefdialog.cpp @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould * * Copyright (C) 2005-2008 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "prefdialog.h" diff --git a/src/extension/prefdialog.h b/src/extension/prefdialog.h index bc5742fd50..087900fbeb 100644 --- a/src/extension/prefdialog.h +++ b/src/extension/prefdialog.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould * * Copyright (C) 2005,2007-2008 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_EXTENSION_DIALOG_H__ diff --git a/src/extension/print.cpp b/src/extension/print.cpp index 7337f77fb0..32fb5ea2ca 100644 --- a/src/extension/print.cpp +++ b/src/extension/print.cpp @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould * * Copyright (C) 2002-2004 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "implementation/implementation.h" diff --git a/src/extension/print.h b/src/extension/print.h index 65719baf70..aaad3cf4e8 100644 --- a/src/extension/print.h +++ b/src/extension/print.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould @@ -5,7 +6,7 @@ * * Copyright (C) 2002-2004 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_EXTENSION_PRINT_H__ diff --git a/src/extension/system.cpp b/src/extension/system.cpp index 6c39dda6c9..02f6f8177a 100644 --- a/src/extension/system.cpp +++ b/src/extension/system.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * This is file is kind of the junk file. Basically everything that * didn't fit in one of the other well defined areas, well, it's now @@ -13,7 +14,7 @@ * Copyright (C) 2006-2007 Johan Engelen * Copyright (C) 2002-2004 Ted Gould * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "ui/interface.h" diff --git a/src/extension/system.h b/src/extension/system.h index 6b405b5d08..456f1721e6 100644 --- a/src/extension/system.h +++ b/src/extension/system.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * This is file is kind of the junk file. Basically everything that * didn't fit in one of the other well defined areas, well, it's now @@ -9,7 +10,7 @@ * * Copyright (C) 2002-2004 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_EXTENSION_SYSTEM_H__ diff --git a/src/extension/timer.cpp b/src/extension/timer.cpp index 867faf2055..7ed856ec4e 100644 --- a/src/extension/timer.cpp +++ b/src/extension/timer.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Here is where the extensions can get timed on when they load and * unload. All of the timing is done in here. @@ -7,7 +8,7 @@ * * Copyright (C) 2004 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/extension/timer.h b/src/extension/timer.h index c8a5be4387..a4f9bfea99 100644 --- a/src/extension/timer.h +++ b/src/extension/timer.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Here is where the extensions can get timed on when they load and * unload. All of the timing is done in here. @@ -7,7 +8,7 @@ * * Copyright (C) 2004 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_EXTENSION_TIMER_H__ diff --git a/src/extract-uri.cpp b/src/extract-uri.cpp index e640e530d0..228e0c1c9d 100644 --- a/src/extract-uri.cpp +++ b/src/extract-uri.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include #include diff --git a/src/extract-uri.h b/src/extract-uri.h index ee4520ec95..a4de3c8565 100644 --- a/src/extract-uri.h +++ b/src/extract-uri.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_EXTRACT_URI_H #define SEEN_EXTRACT_URI_H diff --git a/src/file-update.cpp b/src/file-update.cpp index de09047bd8..fc05732e38 100644 --- a/src/file-update.cpp +++ b/src/file-update.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ /** * @file-update * Operations to bump files from the pre-0.92 era into the 0.92+ era diff --git a/src/file.cpp b/src/file.cpp index 5ea62f742f..3e14fcd0a8 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * File/Print operations. @@ -18,7 +19,7 @@ * Copyright (C) 2004 David Turner * Copyright (C) 2001-2002 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /** @file diff --git a/src/file.h b/src/file.h index fadbb09dac..183233a1b7 100644 --- a/src/file.h +++ b/src/file.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_FILE_H #define SEEN_SP_FILE_H @@ -12,7 +13,7 @@ * Copyright (C) 2001-2002 Ximian, Inc. * Copyright (C) 1999-2002 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/fill-or-stroke.h b/src/fill-or-stroke.h index a38dfc32d1..43849b379b 100644 --- a/src/fill-or-stroke.h +++ b/src/fill-or-stroke.h @@ -1,5 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file - * @brief Definition of the FillOrStroke enum. + * Definition of the FillOrStroke enum. + *//* + * Authors: see git history + * + * Copyright (C) 2010 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_FILL_OR_STROKE_H diff --git a/src/filter-chemistry.cpp b/src/filter-chemistry.cpp index 2157bac927..e0d7f312c7 100644 --- a/src/filter-chemistry.cpp +++ b/src/filter-chemistry.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Various utility methods for filters * @@ -10,7 +11,7 @@ * * Copyright (C) 2006-2008 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "filter-chemistry.h" diff --git a/src/filter-chemistry.h b/src/filter-chemistry.h index 1040168455..613bfbe471 100644 --- a/src/filter-chemistry.h +++ b/src/filter-chemistry.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Various utility methods for filters * @@ -8,7 +9,7 @@ * * Copyright (C) 2006,2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_SP_FILTER_CHEMISTRY_H diff --git a/src/filter-enums.cpp b/src/filter-enums.cpp index ae11aa64f9..d43ca4bcdb 100644 --- a/src/filter-enums.cpp +++ b/src/filter-enums.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Conversion data for filter and filter primitive enumerations * @@ -6,7 +7,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/filter-enums.h b/src/filter-enums.h index fb289c8981..2af0ce5cec 100644 --- a/src/filter-enums.h +++ b/src/filter-enums.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef __SP_FILTER_ENUMS_H__ #define __SP_FILTER_ENUMS_H__ @@ -9,7 +10,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/nr-filter-blend.h" diff --git a/src/gc-anchored.cpp b/src/gc-anchored.cpp index d70a554051..3f80bccded 100644 --- a/src/gc-anchored.cpp +++ b/src/gc-anchored.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::GC::Anchored - base class for anchored GC-managed objects * @@ -6,7 +7,7 @@ * * Copyright (C) 2004 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/gc-anchored.h b/src/gc-anchored.h index b8494254ba..7871dfb09a 100644 --- a/src/gc-anchored.h +++ b/src/gc-anchored.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * MenTaLguY * * Copyright (C) 2004 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_GC_ANCHORED_H diff --git a/src/gc-finalized.cpp b/src/gc-finalized.cpp index 1deadcb1f7..3d4304862d 100644 --- a/src/gc-finalized.cpp +++ b/src/gc-finalized.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ /* * Inkscape::GC::Finalized - mixin for GC-managed objects with non-trivial * destructors diff --git a/src/gc-finalized.h b/src/gc-finalized.h index 34dc387adb..6bd702cf82 100644 --- a/src/gc-finalized.h +++ b/src/gc-finalized.h @@ -1,16 +1,14 @@ -/* +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file * Inkscape::GC::Finalized - mixin for GC-managed objects with non-trivial * destructors + *//* + * Authors: + * see git history + * MenTaLguY * - * Copyright 2004 MenTaLguY - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * See the file COPYING for details. - * + * Copyright (C) 2004-2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_GC_FINALIZED_H diff --git a/src/gradient-chemistry.cpp b/src/gradient-chemistry.cpp index 8b5d2d1ff5..8b3ff4d8af 100644 --- a/src/gradient-chemistry.cpp +++ b/src/gradient-chemistry.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Various utility methods for gradients * @@ -15,7 +16,7 @@ * Copyright (C) 2001-2005 authors * Copyright (C) 2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/gradient-chemistry.h b/src/gradient-chemistry.h index 4da56af136..c80b6370d4 100644 --- a/src/gradient-chemistry.h +++ b/src/gradient-chemistry.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_GRADIENT_CHEMISTRY_H #define SEEN_SP_GRADIENT_CHEMISTRY_H @@ -15,7 +16,7 @@ * Copyright (C) 2001-2002 Lauris Kaplinski * Copyright (C) 2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "object/sp-gradient.h" diff --git a/src/gradient-drag.cpp b/src/gradient-drag.cpp index d2762f218c..f27ac1efec 100644 --- a/src/gradient-drag.cpp +++ b/src/gradient-drag.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * On-canvas gradient dragging * @@ -11,7 +12,7 @@ * Copyright (C) 2007 Johan Engelen * Copyright (C) 2005,2010 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/gradient-drag.h b/src/gradient-drag.h index 691fb05536..ee3b390be8 100644 --- a/src/gradient-drag.h +++ b/src/gradient-drag.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_GRADIENT_DRAG_H #define SEEN_GRADIENT_DRAG_H @@ -14,7 +15,7 @@ * Copyright (C) 2007 Johan Engelen * Copyright (C) 2005 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/graphlayout.cpp b/src/graphlayout.cpp index 1cb2442e8f..6173854d98 100644 --- a/src/graphlayout.cpp +++ b/src/graphlayout.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Interface between Inkscape code (SPItem) and graphlayout functions. @@ -9,7 +10,7 @@ * * Copyright (C) 2005 Authors * - * Released under GNU GPL. Read the file 'COPYING' for more information. + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/graphlayout.h b/src/graphlayout.h index dfef453594..b403b7724f 100644 --- a/src/graphlayout.h +++ b/src/graphlayout.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * graph layout functions. @@ -8,7 +9,7 @@ * * Copyright (C) 2005 Authors * - * Released under GNU GPL. Read the file 'COPYING' for more information. + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_GRAPHLAYOUT_H diff --git a/src/guide-snapper.cpp b/src/guide-snapper.cpp index 1842f37631..9131b70a19 100644 --- a/src/guide-snapper.cpp +++ b/src/guide-snapper.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Snapping things to guides. * @@ -8,7 +9,7 @@ * * Copyright (C) 1999-2002 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "desktop.h" diff --git a/src/guide-snapper.h b/src/guide-snapper.h index 15338048fb..94863fa4d7 100644 --- a/src/guide-snapper.h +++ b/src/guide-snapper.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_GUIDE_SNAPPER_H #define SEEN_GUIDE_SNAPPER_H /* @@ -8,7 +9,7 @@ * * Copyright (C) 1999-2002 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "line-snapper.h" diff --git a/src/help.cpp b/src/help.cpp index d118796e40..a9f1fe9aac 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * Help/About window * @@ -8,7 +9,7 @@ * Copyright (C) 1999-2005 authors * Copyright (C) 2000-2002 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/help.h b/src/help.h index 3f83e3367f..810cec4e6e 100644 --- a/src/help.h +++ b/src/help.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * Authors: * Lauris Kaplinski @@ -5,7 +6,7 @@ * Copyright (C) 1999-2003 authors * Copyright (C) 2000-2002 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_HELP_H diff --git a/src/helper-fns.h b/src/helper-fns.h index 79771a0012..2d9fbfaa88 100644 --- a/src/helper-fns.h +++ b/src/helper-fns.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_HELPER_FNS_H #define SEEN_HELPER_FNS_H /* @@ -7,7 +8,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/helper/CMakeLists.txt b/src/helper/CMakeLists.txt index 7b6b548b9f..f1a2e71050 100644 --- a/src/helper/CMakeLists.txt +++ b/src/helper/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later include(${CMAKE_SOURCE_DIR}/CMakeScripts/UseGlibMarshal.cmake) diff --git a/src/helper/action-context.cpp b/src/helper/action-context.cpp index e9299f7eb0..648101540b 100644 --- a/src/helper/action-context.cpp +++ b/src/helper/action-context.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * ActionContext implementation. * @@ -6,7 +7,7 @@ * * Copyright (C) 2013 Eric Greveson * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "desktop.h" diff --git a/src/helper/action-context.h b/src/helper/action-context.h index bb538f4139..2660bc59c5 100644 --- a/src/helper/action-context.h +++ b/src/helper/action-context.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * Inkscape UI action context implementation *//* @@ -6,7 +7,7 @@ * * Copyright (C) 2013 Eric Greveson * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_ACTION_CONTEXT_H diff --git a/src/helper/action.cpp b/src/helper/action.cpp index 6d14037f08..7df15c9c1e 100644 --- a/src/helper/action.cpp +++ b/src/helper/action.cpp @@ -1,12 +1,13 @@ -/* - * SPAction implementation. - * - * Author: - * Lauris Kaplinski - * - * Copyright (C) 2003 Lauris Kaplinski +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * Inkscape UI action implementation + *//* + * Authors: + * see git history + * Lauris Kaplinski * - * This code is in public domain + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "helper/action.h" diff --git a/src/helper/action.h b/src/helper/action.h index d731f28842..1f871dbaae 100644 --- a/src/helper/action.h +++ b/src/helper/action.h @@ -1,12 +1,13 @@ -/** \file +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file * Inkscape UI action implementation *//* - * Author: - * Lauris Kaplinski + * Authors: + * see git history + * Lauris Kaplinski * - * Copyright (C) 2003 Lauris Kaplinski - * - * This code is in public domain + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_SP_ACTION_H diff --git a/src/helper/geom-curves.h b/src/helper/geom-curves.h index 7357403f7c..08403e2ae1 100644 --- a/src/helper/geom-curves.h +++ b/src/helper/geom-curves.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_HELPER_GEOM_CURVES_H #define INKSCAPE_HELPER_GEOM_CURVES_H @@ -11,7 +12,7 @@ * * Copyright (C) 2008-2009 Johan Engelen * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/line.h> diff --git a/src/helper/geom-nodetype.cpp b/src/helper/geom-nodetype.cpp index da620b3fdb..e04b08dbd0 100644 --- a/src/helper/geom-nodetype.cpp +++ b/src/helper/geom-nodetype.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Specific nodetype geometry functions for Inkscape, not provided my lib2geom. * @@ -6,7 +7,7 @@ * * Copyright (C) 2008 Johan Engelen * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "helper/geom-nodetype.h" diff --git a/src/helper/geom-nodetype.h b/src/helper/geom-nodetype.h index e3953a65d2..d7d4d4c023 100644 --- a/src/helper/geom-nodetype.h +++ b/src/helper/geom-nodetype.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_HELPER_GEOM_NODETYPE_H #define INKSCAPE_HELPER_GEOM_NODETYPE_H @@ -11,7 +12,7 @@ * * Copyright (C) 2008 Johan Engelen * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/forward.h> diff --git a/src/helper/geom-pathstroke.cpp b/src/helper/geom-pathstroke.cpp index 1736f9b166..d1ed7898da 100644 --- a/src/helper/geom-pathstroke.cpp +++ b/src/helper/geom-pathstroke.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* Authors: * Liam P. White * Tavmjong Bah @@ -5,7 +6,7 @@ * * Copyright (C) 2014-2015 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/helper/geom-pathstroke.h b/src/helper/geom-pathstroke.h index 4e4b8b91e2..73d35b4025 100644 --- a/src/helper/geom-pathstroke.h +++ b/src/helper/geom-pathstroke.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_HELPER_PATH_STROKE_H #define INKSCAPE_HELPER_PATH_STROKE_H @@ -7,7 +8,7 @@ * * Copyright (C) 2014-2015 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/path.h> diff --git a/src/helper/geom-pathvectorsatellites.cpp b/src/helper/geom-pathvectorsatellites.cpp index 861af0e049..2516181cb4 100644 --- a/src/helper/geom-pathvectorsatellites.cpp +++ b/src/helper/geom-pathvectorsatellites.cpp @@ -1,18 +1,21 @@ -/** - * \file - * \brief PathVectorSatellites a class to manage satellites -per node extra data- in a pathvector - */ /* - * Authors: - * Jabiertxof - * Nathan Hurst - * Johan Engelen - * Josh Andler - * suv - * Mc- - * Liam P. White - * Krzysztof Kosiński - * This code is in public domain - */ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * PathVectorSatellites a class to manage satellites -per node extra data- in a pathvector + *//* + * Authors: see git history + * Jabiertxof + * Nathan Hurst + * Johan Engelen + * Josh Andler + * suv + * Mc- + * Liam P. White + * Krzysztof Kosiński + * This code is in public domain + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include #include "util/units.h" diff --git a/src/helper/geom-pathvectorsatellites.h b/src/helper/geom-pathvectorsatellites.h index e95458a91c..3009081bbe 100644 --- a/src/helper/geom-pathvectorsatellites.h +++ b/src/helper/geom-pathvectorsatellites.h @@ -1,18 +1,21 @@ -/** - * \file +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file * \brief PathVectorSatellites a class to manage satellites -per node extra data- in a pathvector - */ /* - * Authors: - * Jabiertxof - * Nathan Hurst - * Johan Engelen - * Josh Andler - * suv - * Mc- - * Liam P. White - * Krzysztof Kosiński - * This code is in public domain - */ + *//* + * Authors: see git history + * Jabiertxof + * Nathan Hurst + * Johan Engelen + * Josh Andler + * suv + * Mc- + * Liam P. White + * Krzysztof Kosiński + * + * Copyright (C) 2017 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ + #ifndef SEEN_PATHVECTORSATELLITES_H #define SEEN_PATHVECTORSATELLITES_H diff --git a/src/helper/geom-satellite.cpp b/src/helper/geom-satellite.cpp index 9cd6a38891..8049c861d7 100644 --- a/src/helper/geom-satellite.cpp +++ b/src/helper/geom-satellite.cpp @@ -1,12 +1,14 @@ -/** - * \file +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file * \brief Satellite a per node holder of data. - */ /* - * Authors: - * 2015 Jabier Arraiza Cenoz - * - * This code is in public domain - */ + *//* + * Authors: + * see git history + * 2015 Jabier Arraiza Cenoz + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include #include <2geom/curve.h> @@ -15,7 +17,7 @@ #include <2geom/sbasis-to-bezier.h> #include <2geom/ray.h> #include -//log cache +// log cache #ifdef _WIN32 #include #else diff --git a/src/helper/geom-satellite.h b/src/helper/geom-satellite.h index c9cf843086..5fbcae159e 100644 --- a/src/helper/geom-satellite.h +++ b/src/helper/geom-satellite.h @@ -1,12 +1,14 @@ -/** - * \file - * \brief Satellite a per node holder of data. - */ /* - * Authors: - * 2015 Jabier Arraiza Cenoz - * - * This code is in public domain - */ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * Satellite -- a per node holder of data. + *//* + * Authors: + * see git history + * Jabier Arraiza Cenoz + * + * Copyright (C) 2017 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_SATELLITE_H #define SEEN_SATELLITE_H diff --git a/src/helper/geom.cpp b/src/helper/geom.cpp index 253188f1dd..e1d48580c1 100644 --- a/src/helper/geom.cpp +++ b/src/helper/geom.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Specific geometry functions for Inkscape, not provided my lib2geom. * @@ -6,7 +7,7 @@ * * Copyright (C) 2008 Johan Engelen * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/helper/geom.h b/src/helper/geom.h index b3d907e513..b0e3f2b7d3 100644 --- a/src/helper/geom.h +++ b/src/helper/geom.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_HELPER_GEOM_H #define INKSCAPE_HELPER_GEOM_H @@ -11,7 +12,7 @@ * * Copyright (C) 2008 Johan Engelen * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/forward.h> diff --git a/src/helper/gettext.cpp b/src/helper/gettext.cpp index 0bd3da06a8..dd27f9f785 100644 --- a/src/helper/gettext.cpp +++ b/src/helper/gettext.cpp @@ -1,26 +1,13 @@ -/** - * \file - * \brief helper functions for gettext +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * helper functions for gettext *//* * Authors: + * see git history * Eduard Braun * - * Copyright 2017 Authors - * - * This file is part of Inkscape. - * - * Inkscape is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * Inkscape is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Inkscape. If not, see . + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/helper/gettext.h b/src/helper/gettext.h index ecffcdc072..5a37163862 100644 --- a/src/helper/gettext.h +++ b/src/helper/gettext.h @@ -1,26 +1,13 @@ -/** - * \file +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file * \brief helper functions for gettext *//* * Authors: + * see git history * Eduard Braun * - * Copyright 2017 Authors - * - * This file is part of Inkscape. - * - * Inkscape is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * Inkscape is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Inkscape. If not, see . + * Copyright (C) 2017 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_GETTEXT_HELPER_H @@ -43,4 +30,4 @@ namespace Inkscape { fill-column:99 End: */ -// vim:filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99: \ No newline at end of file +// vim:filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99: diff --git a/src/helper/icon-loader.cpp b/src/helper/icon-loader.cpp index 25c6eb32b0..7116c2eaf3 100644 --- a/src/helper/icon-loader.cpp +++ b/src/helper/icon-loader.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Icon Loader * @@ -6,7 +7,7 @@ * Authors: * Jabiertxo Arraiza * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "icon-loader.h" diff --git a/src/helper/icon-loader.h b/src/helper/icon-loader.h index 38a41fcfb1..1555871c33 100644 --- a/src/helper/icon-loader.h +++ b/src/helper/icon-loader.h @@ -1,15 +1,17 @@ -#ifndef SEEN_INK_ICON_LOADER_H -#define SEEN_INK_ICON_LOADER_H - -/* +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file * Icon Loader - * - * + *//* * Authors: - * Jabiertxo Arraiza - * + * see git history + * Jabiertxo Arraiza * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ +#ifndef SEEN_INK_ICON_LOADER_H +#define SEEN_INK_ICON_LOADER_H + #include #include #include diff --git a/src/helper/mathfns.h b/src/helper/mathfns.h index 8fb88dc263..3fa51a09b8 100644 --- a/src/helper/mathfns.h +++ b/src/helper/mathfns.h @@ -1,12 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* - * ... some mathmatical functions + * ... some mathmatical functions * * Authors: * Johan Engelen * * Copyright (C) 2007 Johan Engelen * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_UTIL_MATHFNS_H diff --git a/src/helper/pixbuf-ops.cpp b/src/helper/pixbuf-ops.cpp index 3a853ed236..cfb6f8836f 100644 --- a/src/helper/pixbuf-ops.cpp +++ b/src/helper/pixbuf-ops.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Helpers for SPItem -> gdk_pixbuf related stuff * @@ -8,7 +9,7 @@ * * Copyright (C) 2008 John Cliff * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/transforms.h> diff --git a/src/helper/pixbuf-ops.h b/src/helper/pixbuf-ops.h index 6f326a286a..d56579ef97 100644 --- a/src/helper/pixbuf-ops.h +++ b/src/helper/pixbuf-ops.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef __SP_PIXBUF_OPS_H__ #define __SP_PIXBUF_OPS_H__ @@ -9,7 +10,7 @@ * * Copyright (C) 2008 John Cliff * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/helper/png-write.cpp b/src/helper/png-write.cpp index 0358bc5d78..6af505278b 100644 --- a/src/helper/png-write.cpp +++ b/src/helper/png-write.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * PNG file format utilities * @@ -10,7 +11,7 @@ * * Copyright (C) 1999-2002 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/helper/png-write.h b/src/helper/png-write.h index b886158c97..8d1aa97e9a 100644 --- a/src/helper/png-write.h +++ b/src/helper/png-write.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_PNG_WRITE_H #define SEEN_SP_PNG_WRITE_H @@ -11,7 +12,7 @@ * * Copyright (C) 1999-2002 Lauris Kaplinski * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/forward.h> diff --git a/src/helper/sp-marshal.list b/src/helper/sp-marshal.list index ba5c3a889c..340d2c5c49 100644 --- a/src/helper/sp-marshal.list +++ b/src/helper/sp-marshal.list @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later # marshallers for inkscape VOID:POINTER,UINT BOOLEAN:POINTER diff --git a/src/helper/stock-items.cpp b/src/helper/stock-items.cpp index dbd9e68265..16b90c23f1 100644 --- a/src/helper/stock-items.cpp +++ b/src/helper/stock-items.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Stock-items * @@ -11,7 +12,7 @@ * Copyright 2004 John Cliff * * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #define noSP_SS_VERBOSE diff --git a/src/helper/stock-items.h b/src/helper/stock-items.h index a0e5cc2a38..0d1bb20fc9 100644 --- a/src/helper/stock-items.h +++ b/src/helper/stock-items.h @@ -1,17 +1,16 @@ -#ifndef SEEN_INK_STOCK_ITEMS_H -#define SEEN_INK_STOCK_ITEMS_H - -/* - * Stock-items - * - * Stock Item management code - * +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* * Authors: - * John Cliff - * - * Copyright 2004 John Cliff + * see git history + * John Cliff * + * Copyright (C) 2012 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ +#ifndef SEEN_INK_STOCK_ITEMS_H +#define SEEN_INK_STOCK_ITEMS_H #include diff --git a/src/helper/window.cpp b/src/helper/window.cpp index 28fc256064..d51e92358b 100644 --- a/src/helper/window.cpp +++ b/src/helper/window.cpp @@ -1,10 +1,13 @@ -/** +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file * Generic window implementation + *//* + * Authors: + * see git history + * Lauris Kaplinski * - * Author: - * Lauris Kaplinski - * - * This code is in public domain + * Copyright (C) 2017 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/helper/window.h b/src/helper/window.h index a0efcd2926..cd303d0b94 100644 --- a/src/helper/window.h +++ b/src/helper/window.h @@ -1,14 +1,16 @@ -#ifndef SEEN_SP_WINDOW_H -#define SEEN_SP_WINDOW_H - -/** - * Generic window implementation +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: + * see git history + * Lauris Kaplinski * - * Author: - * Lauris Kaplinski - * - * This code is in public domain + * Copyright (C) 2014 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ +#ifndef SEEN_SP_WINDOW_H +#define SEEN_SP_WINDOW_H struct _GtkWidget; typedef _GtkWidget GtkWidget; diff --git a/src/id-clash.cpp b/src/id-clash.cpp index 1dba84fd97..2ee358d49e 100644 --- a/src/id-clash.cpp +++ b/src/id-clash.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Routines for resolving ID clashes when importing or pasting. * @@ -8,7 +9,7 @@ * * Copyright (C) 2008 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/id-clash.h b/src/id-clash.h index f93bd3d723..1fe1af86db 100644 --- a/src/id-clash.h +++ b/src/id-clash.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2012 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_ID_CLASH_H #define SEEN_ID_CLASH_H diff --git a/src/include/CMakeLists.txt b/src/include/CMakeLists.txt index f63079edf0..ed5c1aeea5 100644 --- a/src/include/CMakeLists.txt +++ b/src/include/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later set(include_SRC gtkmm_version.h macros.h diff --git a/src/include/macros.h b/src/include/macros.h index 71a81848f5..21ddaff9ee 100644 --- a/src/include/macros.h +++ b/src/include/macros.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_MACROS_H #define SEEN_MACROS_H @@ -9,7 +10,7 @@ * * Copyright (C) 2002 Lauris Kaplinski * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ // I'm of the opinion that this file should be removed, so I will in the future take the necessary steps to wipe it out. diff --git a/src/inkgc/CMakeLists.txt b/src/inkgc/CMakeLists.txt index a4b96d5ee3..f0ec2ff4bc 100644 --- a/src/inkgc/CMakeLists.txt +++ b/src/inkgc/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later set(libgc_SRC gc.cpp diff --git a/src/inkgc/gc-alloc.h b/src/inkgc/gc-alloc.h index 5600c1ead6..8935c1220a 100644 --- a/src/inkgc/gc-alloc.h +++ b/src/inkgc/gc-alloc.h @@ -1,15 +1,13 @@ -/* +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file * Inkscape::GC::Alloc - GC-aware STL allocator + *//* + * Authors: + * see git history + * MenTaLguY * - * Copyright 2004 MenTaLguY - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * See the file COPYING for details. - * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_GC_ALLOC_H diff --git a/src/inkgc/gc-core.h b/src/inkgc/gc-core.h index a9a3ec3a54..cbd4b7ef4c 100644 --- a/src/inkgc/gc-core.h +++ b/src/inkgc/gc-core.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief Wrapper for Boehm GC */ @@ -6,7 +7,7 @@ * * Copyright (C) 2004 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_GC_CORE_H diff --git a/src/inkgc/gc-managed.h b/src/inkgc/gc-managed.h index 97b2b816e7..2c2ef7ccc6 100644 --- a/src/inkgc/gc-managed.h +++ b/src/inkgc/gc-managed.h @@ -1,14 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file - * @brief Base class for GC-managed objects - */ -/* Copyright 2004 MenTaLguY - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * Base class for GC-managed objects + *//* + * Authors: + * see git history + * MenTaLguY * - * See the file COPYING for details. + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_GC_MANAGED_H diff --git a/src/inkgc/gc-soft-ptr.h b/src/inkgc/gc-soft-ptr.h index 9d71f389c4..b245d81738 100644 --- a/src/inkgc/gc-soft-ptr.h +++ b/src/inkgc/gc-soft-ptr.h @@ -1,13 +1,13 @@ -/* - * Copyright 2006 MenTaLguY - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * See the file COPYING for details. +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: + * see git history + * MenTaLguY * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_GC_SOFT_PTR_H diff --git a/src/inkgc/gc.cpp b/src/inkgc/gc.cpp index d446470667..a290423062 100644 --- a/src/inkgc/gc.cpp +++ b/src/inkgc/gc.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * Wrapper for Boehm GC. */ @@ -6,7 +7,7 @@ * * Copyright (C) 2004 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "inkgc/gc-core.h" diff --git a/src/inkscape-version.cpp.in b/src/inkscape-version.cpp.in index 455a0fe99b..dbf01c2e1b 100644 --- a/src/inkscape-version.cpp.in +++ b/src/inkscape-version.cpp.in @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifdef HAVE_CONFIG_H # include #endif diff --git a/src/inkscape-version.h b/src/inkscape-version.h index ff219047e8..6804a6f720 100644 --- a/src/inkscape-version.h +++ b/src/inkscape-version.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief Mini static library that contains the version of Inkscape * @@ -8,7 +9,7 @@ * Krzysztof Kosiński * * Copyright (C) 2008 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_INKSCAPE_VERSION_H diff --git a/src/inkscape.cpp b/src/inkscape.cpp index 14247f9d04..027dd9dce3 100644 --- a/src/inkscape.cpp +++ b/src/inkscape.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Interface to main application. @@ -11,7 +12,7 @@ * c++ port Copyright (C) 2003 Nathan Hurst * c++ification Copyright (C) 2014 Liam P. White * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/inkscape.h b/src/inkscape.h index 59532b2f6f..9f3a0948ae 100644 --- a/src/inkscape.h +++ b/src/inkscape.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef __INKSCAPE_H__ #define __INKSCAPE_H__ @@ -10,7 +11,7 @@ * * Copyright (C) 1999-2014 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/inkview-application.cpp b/src/inkview-application.cpp index 8f6bee105a..1982ca4549 100644 --- a/src/inkview-application.cpp +++ b/src/inkview-application.cpp @@ -1,9 +1,16 @@ -/* +// SPDX-License-Identifier: GPL-2.0-or-later +/** + * @file * Inkview - An SVG file viewer. + */ +/* + * Authors: + * Tavmjong Bah * - * Copyright (C) 2018 Tavmjong Bah + * Copyright (C) 2018 Authors * * The contents of this file may be used under the GNU General Public License Version 2 or later. + * Read the file 'COPYING' for more information. * */ diff --git a/src/inkview-application.h b/src/inkview-application.h index e6041ba77a..d22ea7c89a 100644 --- a/src/inkview-application.h +++ b/src/inkview-application.h @@ -1,12 +1,20 @@ -/* +// SPDX-License-Identifier: GPL-2.0-or-later +/** + * @file * Inkview - An SVG file viewer. + */ +/* + * Authors: + * Tavmjong Bah * - * Copyright (C) 2018 Tavmjong Bah + * Copyright (C) 2018 Authors * * The contents of this file may be used under the GNU General Public License Version 2 or later. + * Read the file 'COPYING' for more information. * */ + #ifndef INKVIEW_APPLICATION_H #define INKVIEW_APPLICATION_H diff --git a/src/inkview-main.cpp b/src/inkview-main.cpp index ed694596df..1774b16b45 100644 --- a/src/inkview-main.cpp +++ b/src/inkview-main.cpp @@ -1,12 +1,20 @@ -/* +// SPDX-License-Identifier: GPL-2.0-or-later +/** + * @file * Inkview - An SVG file viewer. + */ +/* + * Authors: + * Tavmjong Bah * - * Copyright (C) 2018 Tavmjong Bah + * Copyright (C) 2018 Authors * * The contents of this file may be used under the GNU General Public License Version 2 or later. + * Read the file 'COPYING' for more information. * */ + #include "inkview-application.h" int main(int argc, char *argv[]) diff --git a/src/inkview-window.cpp b/src/inkview-window.cpp index d0b8804a51..c68db9302f 100644 --- a/src/inkview-window.cpp +++ b/src/inkview-window.cpp @@ -1,12 +1,20 @@ -/* +// SPDX-License-Identifier: GPL-2.0-or-later +/** + * @file * Inkview - An SVG file viewer. + */ +/* + * Authors: + * Tavmjong Bah * - * Copyright (C) 2018 Tavmjong Bah + * Copyright (C) 2018 Authors * * The contents of this file may be used under the GNU General Public License Version 2 or later. + * Read the file 'COPYING' for more information. * */ + #include "inkview-window.h" #include diff --git a/src/inkview-window.h b/src/inkview-window.h index 5e76f17412..dc110f381d 100644 --- a/src/inkview-window.h +++ b/src/inkview-window.h @@ -1,9 +1,16 @@ -/* +// SPDX-License-Identifier: GPL-2.0-or-later +/** + * @file * Inkview - An SVG file viewer. + */ +/* + * Authors: + * Tavmjong Bah * - * Copyright (C) 2018 Tavmjong Bah + * Copyright (C) 2018 Authors * * The contents of this file may be used under the GNU General Public License Version 2 or later. + * Read the file 'COPYING' for more information. * */ diff --git a/src/io/CMakeLists.txt b/src/io/CMakeLists.txt index 51e0b2e328..f31788b220 100644 --- a/src/io/CMakeLists.txt +++ b/src/io/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later set(io_SRC bufferstream.cpp diff --git a/src/io/Makefile.tst b/src/io/Makefile.tst index 1d6789fd26..2e3142d427 100644 --- a/src/io/Makefile.tst +++ b/src/io/Makefile.tst @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later ############################################## # # Test makefile for InkscapeStreams diff --git a/src/io/bufferstream.cpp b/src/io/bufferstream.cpp index 235c0de77b..1723ee1ff2 100644 --- a/src/io/bufferstream.cpp +++ b/src/io/bufferstream.cpp @@ -1,4 +1,6 @@ -/* +// SPDX-License-Identifier: LGPL-2.1-or-later +/** + * @file * Phoebe DOM Implementation. * * This is a C++ approximation of the W3C DOM model, which follows @@ -6,25 +8,13 @@ * which are provided for reference. Most important is this one: * * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/idl-definitions.html - * + *//* * Authors: + * see git history * Bob Jamison * - * Copyright (C) 2006 Bob Jamison - * - * 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 St, Fifth Floor, Boston, MA 02110-1301 USA + * Copyright (C) 2018 Authors + * Released under GNU LGPL v2.1+, read the file 'COPYING' for more information. */ /** diff --git a/src/io/bufferstream.h b/src/io/bufferstream.h index 81b278a51a..811ab0d574 100644 --- a/src/io/bufferstream.h +++ b/src/io/bufferstream.h @@ -1,5 +1,4 @@ -#ifndef SEEN_BUFFERSTREAM_H -#define SEEN_BUFFERSTREAM_H +// SPDX-License-Identifier: LGPL-2.1-or-later /** * @file * Phoebe DOM Implementation. @@ -9,27 +8,17 @@ * which are provided for reference. Most important is this one: * * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/idl-definitions.html - */ -/* + *//* * Authors: + * see git history * Bob Jamison * - * Copyright (C) 2006 Bob Jamison - * - * 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 St, Fifth Floor, Boston, MA 02110-1301 USA + * Copyright (C) 2018 Authors + * Released under GNU LGPL v2.1+, read the file 'COPYING' for more information. */ +#ifndef SEEN_BUFFERSTREAM_H +#define SEEN_BUFFERSTREAM_H + #include #include "inkscapestream.h" diff --git a/src/io/dir-util.cpp b/src/io/dir-util.cpp index 44c9a58d8c..69a01f1fb3 100644 --- a/src/io/dir-util.cpp +++ b/src/io/dir-util.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ /** * @file * Utility functions for filenames. diff --git a/src/io/dir-util.h b/src/io/dir-util.h index 327e1ad5f0..91f07c882c 100644 --- a/src/io/dir-util.h +++ b/src/io/dir-util.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2016 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_DIR_UTIL_H #define SEEN_DIR_UTIL_H diff --git a/src/io/doc2html.xsl b/src/io/doc2html.xsl index f8734a1c22..9a98c23f25 100644 --- a/src/io/doc2html.xsl +++ b/src/io/doc2html.xsl @@ -1,4 +1,5 @@ + diff --git a/src/io/gzipstream.cpp b/src/io/gzipstream.cpp index 82e20a08fc..03960b004a 100644 --- a/src/io/gzipstream.cpp +++ b/src/io/gzipstream.cpp @@ -1,29 +1,19 @@ -/* +// SPDX-License-Identifier: LGPL-2.1-or-later +/** @file * Zlib-enabled input and output streams + *//* + * Authors: + * see git history + * Bob Jamison + * * + * Copyright (C) 2018 Authors + * Released under GNU LGPL v2.1+, read the file 'COPYING' for more information. + */ +/* * This is a thin wrapper of libz calls, in order * to provide a simple interface to our developers * for gzip input and output. - * - * Authors: - * Bob Jamison - * - * Copyright (C) 2004 - * - - * 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 St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "gzipstream.h" diff --git a/src/io/gzipstream.h b/src/io/gzipstream.h index 26eee2af41..fc80f974cc 100644 --- a/src/io/gzipstream.h +++ b/src/io/gzipstream.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INKSCAPE_IO_GZIPSTREAM_H #define SEEN_INKSCAPE_IO_GZIPSTREAM_H /** @@ -14,7 +15,7 @@ * * Copyright (C) 2004 Inkscape.org * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/io/http.cpp b/src/io/http.cpp index 164c967833..6fdb24c056 100644 --- a/src/io/http.cpp +++ b/src/io/http.cpp @@ -1,18 +1,11 @@ -/* +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file * Inkscape::IO::HTTP - make internet requests using libsoup + *//* + * Authors: see git history * - * Authors: - * Martin Owens - * - * Copyright (C) 2017 Authors - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * See the file COPYING for details. - * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /* diff --git a/src/io/http.h b/src/io/http.h index 70676e1562..398d699b1e 100644 --- a/src/io/http.h +++ b/src/io/http.h @@ -1,16 +1,11 @@ -/* - * Authors: - * Martin Owens - * - * Copyright (C) 2017 Authors - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * See the file COPYING for details. +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * Inkscape::IO::HTTP - make internet requests using libsoup + *//* + * Authors: see git history * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_IO_HTTP_H diff --git a/src/io/inkscapestream.cpp b/src/io/inkscapestream.cpp index 63cea38abf..56ef7854e4 100644 --- a/src/io/inkscapestream.cpp +++ b/src/io/inkscapestream.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Our base input/output stream classes. These are is directly * inherited from iostreams, and includes any extra @@ -8,7 +9,7 @@ * * Copyright (C) 2004 Inkscape.org * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/io/inkscapestream.h b/src/io/inkscapestream.h index b2e836267c..68c28baa12 100644 --- a/src/io/inkscapestream.h +++ b/src/io/inkscapestream.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INKSCAPE_IO_INKSCAPESTREAM_H #define SEEN_INKSCAPE_IO_INKSCAPESTREAM_H /* @@ -6,7 +7,7 @@ * * Copyright (C) 2004 Inkscape.org * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/io/registrytool.cpp b/src/io/registrytool.cpp index 89442bc36b..169e497215 100644 --- a/src/io/registrytool.cpp +++ b/src/io/registrytool.cpp @@ -1,24 +1,13 @@ -/* - * Inkscape Registry Tool - * +// SPDX-License-Identifier: GPL-2.0-or-later +/** \file + * Inkscape registry tool + *//* * Authors: + * see git history * Bob Jamison - * - * Copyright (C) 2005-2008 Bob Jamison - * - * 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 St, Fifth Floor, Boston, MA 02110-1301 USA + * Copyright (C) 2005-2018 Authors + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "registrytool.h" diff --git a/src/io/registrytool.h b/src/io/registrytool.h index 335a8bd520..3bb7d101a1 100644 --- a/src/io/registrytool.h +++ b/src/io/registrytool.h @@ -1,26 +1,18 @@ -#ifndef SEEN_REGISTRYTOOL_H -#define SEEN_REGISTRYTOOL_H -/* +// SPDX-License-Identifier: GPL-2.0-or-later +/** \file + * Inkscape registry tool + *//* * Authors: + * see git history * Bob Jamison - * - * Copyright (C) 2005 Bob Jamison - * - * 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 St, Fifth Floor, Boston, MA 02110-1301 USA + * Copyright (C) 2005-2018 Authors + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ +#ifndef SEEN_REGISTRYTOOL_H +#define SEEN_REGISTRYTOOL_H + namespace Glib { class ustring; } diff --git a/src/io/resource-manager.cpp b/src/io/resource-manager.cpp index 6a455a8cc2..ada60390eb 100644 --- a/src/io/resource-manager.cpp +++ b/src/io/resource-manager.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::ResourceManager - tracks external resources such as image and css files. * * Copyright 2011 Jon A. Cruz * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/io/resource-manager.h b/src/io/resource-manager.h index b4d88c7e67..48f0687b23 100644 --- a/src/io/resource-manager.h +++ b/src/io/resource-manager.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::ResourceManager - Manages external resources such as image and css files. * * Copyright 2011 Jon A. Cruz * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_RESOURCE_MANAGER_H diff --git a/src/io/resource.cpp b/src/io/resource.cpp index a373a658fd..7ca9e79c35 100644 --- a/src/io/resource.cpp +++ b/src/io/resource.cpp @@ -1,19 +1,13 @@ -/* +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file * Inkscape::IO::Resource - simple resource API - * + *//* * Authors: * MenTaLguY * Martin Owens * - * Copyright (C) 2006-2017 Authors - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * See the file COPYING for details. - * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/io/resource.h b/src/io/resource.h index 7a11fd8fa0..1b409b6ec8 100644 --- a/src/io/resource.h +++ b/src/io/resource.h @@ -1,17 +1,13 @@ -/* +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* * Authors: * MenTaLguY * Martin Owens * - * Copyright (C) 2006-2017 Authors - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * See the file COPYING for details. - * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_IO_RESOURCE_H diff --git a/src/io/streamtest.cpp b/src/io/streamtest.cpp index ec59ac4a67..5d270580b8 100644 --- a/src/io/streamtest.cpp +++ b/src/io/streamtest.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2015 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include diff --git a/src/io/stringstream.cpp b/src/io/stringstream.cpp index 360cc7fc9a..0259869f79 100644 --- a/src/io/stringstream.cpp +++ b/src/io/stringstream.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Our base String stream classes. We implement these to * be based on Glib::ustring @@ -7,7 +8,7 @@ * * Copyright (C) 2004 Inkscape.org * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ diff --git a/src/io/stringstream.h b/src/io/stringstream.h index 215e9b6a0e..3afb9a8705 100644 --- a/src/io/stringstream.h +++ b/src/io/stringstream.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef __INKSCAPE_IO_STRINGSTREAM_H__ #define __INKSCAPE_IO_STRINGSTREAM_H__ diff --git a/src/io/sys.cpp b/src/io/sys.cpp index 47b6d4e78d..ee1956fc5b 100644 --- a/src/io/sys.cpp +++ b/src/io/sys.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * System abstraction utility routines @@ -7,7 +8,7 @@ * * Copyright (C) 2004-2005 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ diff --git a/src/io/sys.h b/src/io/sys.h index 39ba399f52..f159ac66bd 100644 --- a/src/io/sys.h +++ b/src/io/sys.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SYS_H #define SEEN_SYS_H @@ -9,7 +10,7 @@ * * Copyright (C) 2004-2005 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/io/uristream.cpp b/src/io/uristream.cpp index dc797472d8..2ff7460e04 100644 --- a/src/io/uristream.cpp +++ b/src/io/uristream.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Our base String stream classes. We implement these to * be based on Glib::ustring @@ -7,7 +8,7 @@ * * Copyright (C) 2004 Inkscape.org * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ diff --git a/src/io/uristream.h b/src/io/uristream.h index bcd5990127..f0544d876c 100644 --- a/src/io/uristream.h +++ b/src/io/uristream.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INKSCAPE_IO_URISTREAM_H #define SEEN_INKSCAPE_IO_URISTREAM_H /** @@ -11,7 +12,7 @@ * * Copyright (C) 2004 Inkscape.org * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ diff --git a/src/io/xsltstream.cpp b/src/io/xsltstream.cpp index 916cb0ed0c..882db30b2c 100644 --- a/src/io/xsltstream.cpp +++ b/src/io/xsltstream.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * XSL Transforming input and output classes * @@ -6,7 +7,7 @@ * * Copyright (C) 2004-2008 Inkscape.org * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ diff --git a/src/io/xsltstream.h b/src/io/xsltstream.h index 7ee3f9a9d5..7410ddcee5 100644 --- a/src/io/xsltstream.h +++ b/src/io/xsltstream.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INKSCAPE_IO_XSLTSTREAM_H #define SEEN_INKSCAPE_IO_XSLTSTREAM_H /** @@ -10,7 +11,7 @@ * * Copyright (C) 2004-2008 Inkscape.org * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ diff --git a/src/knot-enums.h b/src/knot-enums.h index 6f88f1c011..47ae978a32 100644 --- a/src/knot-enums.h +++ b/src/knot-enums.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_KNOT_ENUMS_H #define SEEN_KNOT_ENUMS_H @@ -12,7 +13,7 @@ * Copyright (C) 1999-2002 authors * Copyright (C) 2001-2002 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ enum SPKnotShapeType { diff --git a/src/knot-holder-entity.cpp b/src/knot-holder-entity.cpp index 9408e7942c..7abd16cbaf 100644 --- a/src/knot-holder-entity.cpp +++ b/src/knot-holder-entity.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * KnotHolderEntity definition. * @@ -12,7 +13,7 @@ * Copyright (C) 2004 Monash University * Copyright (C) 2008 Maximilian Albert * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "knot-holder-entity.h" diff --git a/src/knot-holder-entity.h b/src/knot-holder-entity.h index 5e7868b70b..f34a31d68b 100644 --- a/src/knot-holder-entity.h +++ b/src/knot-holder-entity.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_KNOT_HOLDER_ENTITY_H #define SEEN_KNOT_HOLDER_ENTITY_H /* @@ -11,7 +12,7 @@ * Copyright (C) 2004 Monash University * Copyright (C) 2008 Maximilian Albert * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/forward.h> diff --git a/src/knot-ptr.cpp b/src/knot-ptr.cpp index de8118ba76..8e275ac583 100644 --- a/src/knot-ptr.cpp +++ b/src/knot-ptr.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include #include #include diff --git a/src/knot-ptr.h b/src/knot-ptr.h index 5895dfd2e9..5141822440 100644 --- a/src/knot-ptr.h +++ b/src/knot-ptr.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2014 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef KNOT_PTR_DETECTOR #define KNOT_PTR_DETECTOR diff --git a/src/knot.cpp b/src/knot.cpp index ab83eff426..caec9c8296 100644 --- a/src/knot.cpp +++ b/src/knot.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SPKnot implementation * @@ -9,7 +10,7 @@ * Copyright (C) 1999-2005 authors * Copyright (C) 2001-2002 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/knot.h b/src/knot.h index 0d9e95d89c..b09061cbe9 100644 --- a/src/knot.h +++ b/src/knot.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_KNOT_H #define SEEN_SP_KNOT_H @@ -11,7 +12,7 @@ * Copyright (C) 1999-2002 authors * Copyright (C) 2001-2002 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/point.h> diff --git a/src/knotholder.cpp b/src/knotholder.cpp index 7d62ff6a59..5793afeeee 100644 --- a/src/knotholder.cpp +++ b/src/knotholder.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Container for SPKnot visual handles. * @@ -10,7 +11,7 @@ * * Copyright (C) 2001-2008 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "knotholder.h" diff --git a/src/knotholder.h b/src/knotholder.h index 05adb2241f..5e02c7fc14 100644 --- a/src/knotholder.h +++ b/src/knotholder.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_KNOTHOLDER_H #define SEEN_SP_KNOTHOLDER_H @@ -13,7 +14,7 @@ * Copyright (C) 2001 Mitsuru Oka * Copyright (C) 2008 Maximilian Albert * - * Released under GNU GPL + * Released under GNU GPL v2+, read the file 'COPYING' for more information. * */ diff --git a/src/layer-fns.cpp b/src/layer-fns.cpp index 3b94287799..dfb003727d 100644 --- a/src/layer-fns.cpp +++ b/src/layer-fns.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::SelectionDescriber - shows messages describing selection * @@ -7,7 +8,7 @@ * * Copyright (C) 2004 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "document.h" diff --git a/src/layer-fns.h b/src/layer-fns.h index 63b1147a60..1b9cd7e7a7 100644 --- a/src/layer-fns.h +++ b/src/layer-fns.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * assorted functions related to layers * @@ -6,7 +7,7 @@ * * Copyright (C) 2004 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_LAYER_FNS_H diff --git a/src/layer-manager.cpp b/src/layer-manager.cpp index 63f4f55edc..18bf8d8a20 100644 --- a/src/layer-manager.cpp +++ b/src/layer-manager.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::LayerManager - a view of a document's layers, relative * to a particular desktop @@ -5,7 +6,7 @@ * Copyright 2006 MenTaLguY * Abhishek Sharma * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/layer-manager.h b/src/layer-manager.h index 7333f4424d..7bc9d2e21d 100644 --- a/src/layer-manager.h +++ b/src/layer-manager.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::LayerManager - a view of a document's layers, relative * to a particular desktop * * Copyright 2006 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_LAYER_MANAGER_H diff --git a/src/layer-model.cpp b/src/layer-model.cpp index d6f57a6b46..5b064543f2 100644 --- a/src/layer-model.cpp +++ b/src/layer-model.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Editable view implementation * @@ -18,7 +19,7 @@ * Copyright (C) 1999-2002 Lauris Kaplinski * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "layer-model.h" diff --git a/src/layer-model.h b/src/layer-model.h index 86aba63ef8..8e7153875a 100644 --- a/src/layer-model.h +++ b/src/layer-model.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_INKSCAPE_LAYER_MODEL_H #define SEEN_INKSCAPE_LAYER_MODEL_H @@ -18,7 +19,7 @@ * Copyright (C) 1999-2013 authors * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. * */ diff --git a/src/libnrtype/CMakeLists.txt b/src/libnrtype/CMakeLists.txt index 3061e9304e..42ff9d2cae 100644 --- a/src/libnrtype/CMakeLists.txt +++ b/src/libnrtype/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later set(nrtype_SRC FontFactory.cpp diff --git a/src/libnrtype/FontFactory.cpp b/src/libnrtype/FontFactory.cpp index 74b68fc3f3..27f8b57d06 100644 --- a/src/libnrtype/FontFactory.cpp +++ b/src/libnrtype/FontFactory.cpp @@ -1,11 +1,13 @@ -/* - * FontFactory.cpp - * testICU - * - * Authors: +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: * fred * bulia byak * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/libnrtype/FontFactory.h b/src/libnrtype/FontFactory.h index 0854101693..547b8aa832 100644 --- a/src/libnrtype/FontFactory.h +++ b/src/libnrtype/FontFactory.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ /* * FontFactory.h * testICU diff --git a/src/libnrtype/FontInstance.cpp b/src/libnrtype/FontInstance.cpp index 7358deac0d..c2abfb3f22 100644 --- a/src/libnrtype/FontInstance.cpp +++ b/src/libnrtype/FontInstance.cpp @@ -1,11 +1,13 @@ -/* - * FontInstance.cpp - * testICU - * - * Authors: +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: * fred * bulia byak * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/libnrtype/Layout-TNG-Compute.cpp b/src/libnrtype/Layout-TNG-Compute.cpp index e9cf22e31e..54780b5fc6 100644 --- a/src/libnrtype/Layout-TNG-Compute.cpp +++ b/src/libnrtype/Layout-TNG-Compute.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Text::Layout::Calculator - text layout engine meaty bits * @@ -6,7 +7,7 @@ * * Copyright (C) 2005 Richard Hughes * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "Layout-TNG.h" #include "style.h" diff --git a/src/libnrtype/Layout-TNG-Input.cpp b/src/libnrtype/Layout-TNG-Input.cpp index cdaee3ad81..a20fdde531 100644 --- a/src/libnrtype/Layout-TNG-Input.cpp +++ b/src/libnrtype/Layout-TNG-Input.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Text::Layout - text layout engine input functions * @@ -6,7 +7,7 @@ * * Copyright (C) 2005 Richard Hughes * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/libnrtype/Layout-TNG-OutIter.cpp b/src/libnrtype/Layout-TNG-OutIter.cpp index e28c9b1688..d565bb9230 100644 --- a/src/libnrtype/Layout-TNG-OutIter.cpp +++ b/src/libnrtype/Layout-TNG-OutIter.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Text::Layout - text layout engine output functions using iterators * @@ -6,7 +7,7 @@ * * Copyright (C) 2005 Richard Hughes * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "Layout-TNG.h" #include "livarot/Path.h" diff --git a/src/libnrtype/Layout-TNG-Output.cpp b/src/libnrtype/Layout-TNG-Output.cpp index 81710b4719..014c2c5211 100644 --- a/src/libnrtype/Layout-TNG-Output.cpp +++ b/src/libnrtype/Layout-TNG-Output.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Text::Layout - text layout engine output functions * @@ -6,7 +7,7 @@ * * Copyright (C) 2005 Richard Hughes * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/libnrtype/Layout-TNG-Scanline-Maker.h b/src/libnrtype/Layout-TNG-Scanline-Maker.h index dea9aa3c55..c8c8232491 100644 --- a/src/libnrtype/Layout-TNG-Scanline-Maker.h +++ b/src/libnrtype/Layout-TNG-Scanline-Maker.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Text::Layout::ScanlineMaker - text layout engine shape measurers * @@ -6,7 +7,7 @@ * * Copyright (C) 2005 Richard Hughes * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef __LAYOUT_TNG_SCANLINE_MAKER_H__ #define __LAYOUT_TNG_SCANLINE_MAKER_H__ diff --git a/src/libnrtype/Layout-TNG-Scanline-Makers.cpp b/src/libnrtype/Layout-TNG-Scanline-Makers.cpp index 78b8050039..8398bf1456 100644 --- a/src/libnrtype/Layout-TNG-Scanline-Makers.cpp +++ b/src/libnrtype/Layout-TNG-Scanline-Makers.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Text::Layout::ScanlineMaker - text layout engine shape measurers * @@ -6,7 +7,7 @@ * * Copyright (C) 2005 Richard Hughes * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "Layout-TNG-Scanline-Maker.h" #include "livarot/Shape.h" diff --git a/src/libnrtype/Layout-TNG.cpp b/src/libnrtype/Layout-TNG.cpp index a9e70a74b7..e937e9da9c 100644 --- a/src/libnrtype/Layout-TNG.cpp +++ b/src/libnrtype/Layout-TNG.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Text::Layout - text layout engine misc * @@ -6,7 +7,7 @@ * * Copyright (C) 2005 Richard Hughes * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "Layout-TNG.h" diff --git a/src/libnrtype/Layout-TNG.h b/src/libnrtype/Layout-TNG.h index 6c68ae9132..e5317b5010 100644 --- a/src/libnrtype/Layout-TNG.h +++ b/src/libnrtype/Layout-TNG.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape::Text::Layout - text layout engine * @@ -6,7 +7,7 @@ * * Copyright (C) 2005 Richard Hughes * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef __LAYOUT_TNG_H__ #define __LAYOUT_TNG_H__ diff --git a/src/libnrtype/OpenTypeUtil.cpp b/src/libnrtype/OpenTypeUtil.cpp index 25e4f7094b..08cec54689 100644 --- a/src/libnrtype/OpenTypeUtil.cpp +++ b/src/libnrtype/OpenTypeUtil.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef USE_PANGO_WIN32 diff --git a/src/libnrtype/OpenTypeUtil.h b/src/libnrtype/OpenTypeUtil.h index ef32e76f39..5c8ca7d80a 100644 --- a/src/libnrtype/OpenTypeUtil.h +++ b/src/libnrtype/OpenTypeUtil.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_OPENTYPEUTIL_H #define SEEN_OPENTYPEUTIL_H diff --git a/src/libnrtype/font-glyph.h b/src/libnrtype/font-glyph.h index 3f136daaf9..5dcb933217 100644 --- a/src/libnrtype/font-glyph.h +++ b/src/libnrtype/font-glyph.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2011 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_LIBNRTYPE_FONT_GLYPH_H #define SEEN_LIBNRTYPE_FONT_GLYPH_H diff --git a/src/libnrtype/font-instance.h b/src/libnrtype/font-instance.h index 0834ace04d..1dd77dfb25 100644 --- a/src/libnrtype/font-instance.h +++ b/src/libnrtype/font-instance.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_LIBNRTYPE_FONT_INSTANCE_H #define SEEN_LIBNRTYPE_FONT_INSTANCE_H diff --git a/src/libnrtype/font-lister.cpp b/src/libnrtype/font-lister.cpp index 3cd97fa8e4..739b0b14b1 100644 --- a/src/libnrtype/font-lister.cpp +++ b/src/libnrtype/font-lister.cpp @@ -1,3 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ + #include #include diff --git a/src/libnrtype/font-lister.h b/src/libnrtype/font-lister.h index 358340c76d..16c34d94c7 100644 --- a/src/libnrtype/font-lister.h +++ b/src/libnrtype/font-lister.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef FONT_LISTER_H #define FONT_LISTER_H @@ -13,7 +14,7 @@ * Copyright (C) 2002 Lauris Kaplinski * Copyright (C) 2013 Tavmjong Bah * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/libnrtype/font-style.h b/src/libnrtype/font-style.h index 1ed82e89ce..23a26d60f0 100644 --- a/src/libnrtype/font-style.h +++ b/src/libnrtype/font-style.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_LIBNRTYPE_FONT_STYLE_H #define SEEN_LIBNRTYPE_FONT_STYLE_H diff --git a/src/line-geometry.cpp b/src/line-geometry.cpp index 822b24d592..f75d177ee7 100644 --- a/src/line-geometry.cpp +++ b/src/line-geometry.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Routines for dealing with lines (intersections, etc.) * @@ -6,7 +7,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "line-geometry.h" diff --git a/src/line-geometry.h b/src/line-geometry.h index 7c9958a90d..3709c5853b 100644 --- a/src/line-geometry.h +++ b/src/line-geometry.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Routines for dealing with lines (intersections, etc.) * @@ -6,7 +7,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_LINE_GEOMETRY_H diff --git a/src/line-snapper.cpp b/src/line-snapper.cpp index 6be447a4f0..bc47efff02 100644 --- a/src/line-snapper.cpp +++ b/src/line-snapper.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * LineSnapper class. * @@ -7,7 +8,7 @@ * * Copyright (C) 1999-2012 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/line.h> diff --git a/src/line-snapper.h b/src/line-snapper.h index d22b0044c3..ea98124c95 100644 --- a/src/line-snapper.h +++ b/src/line-snapper.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_LINE_SNAPPER_H #define SEEN_LINE_SNAPPER_H /* @@ -7,7 +8,7 @@ * * Copyright (C) 1999-2008 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information. + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "snapper.h" diff --git a/src/livarot/AVL.cpp b/src/livarot/AVL.cpp index 8c36283a64..9bf6eb4c57 100644 --- a/src/livarot/AVL.cpp +++ b/src/livarot/AVL.cpp @@ -1,9 +1,13 @@ -/* - * AVL.cpp - * nlivarot - * - * Created by fred on Mon Jun 16 2003. +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: + * see git history + * Fred * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "AVL.h" diff --git a/src/livarot/AVL.h b/src/livarot/AVL.h index 741abfaf2c..5e0856c163 100644 --- a/src/livarot/AVL.h +++ b/src/livarot/AVL.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2014 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ /* * AVL.h * nlivarot diff --git a/src/livarot/AlphaLigne.cpp b/src/livarot/AlphaLigne.cpp index e2265ec8c0..7ae72c17e3 100644 --- a/src/livarot/AlphaLigne.cpp +++ b/src/livarot/AlphaLigne.cpp @@ -1,10 +1,13 @@ -/* - * AlphaLigne.cpp - * nlivarot - * - * Created by fred on Fri Jul 25 2003. - * public domain +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: + * see git history + * Fred * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "AlphaLigne.h" diff --git a/src/livarot/AlphaLigne.h b/src/livarot/AlphaLigne.h index e0eef308ac..a192e1cb3b 100644 --- a/src/livarot/AlphaLigne.h +++ b/src/livarot/AlphaLigne.h @@ -1,10 +1,13 @@ -/* - * AlphaLigne.h - * nlivarot - * - * Created by fred on Fri Jul 25 2003. - * public domain +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: + * see git history + * Fred * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef my_alpha_ligne diff --git a/src/livarot/BitLigne.cpp b/src/livarot/BitLigne.cpp index 53ab06c1d9..2e44359f8c 100644 --- a/src/livarot/BitLigne.cpp +++ b/src/livarot/BitLigne.cpp @@ -1,10 +1,13 @@ -/* - * BitLigne.cpp - * nlivarot - * - * Created by fred on Wed Jul 23 2003. - * public domain +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: + * see git history + * Fred * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "BitLigne.h" diff --git a/src/livarot/BitLigne.h b/src/livarot/BitLigne.h index 86505c0a75..7a7fcbeb21 100644 --- a/src/livarot/BitLigne.h +++ b/src/livarot/BitLigne.h @@ -1,10 +1,13 @@ -/* - * BitLigne.h - * nlivarot - * - * Created by fred on Wed Jul 23 2003. - * public domain +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: + * see git history + * Fred * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef my_bit_ligne diff --git a/src/livarot/CMakeLists.txt b/src/livarot/CMakeLists.txt index f1b83f30e8..185ae8acb5 100644 --- a/src/livarot/CMakeLists.txt +++ b/src/livarot/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later set(livarot_SRC AlphaLigne.cpp diff --git a/src/livarot/Livarot.h b/src/livarot/Livarot.h index 24a7024236..80cc6bae74 100644 --- a/src/livarot/Livarot.h +++ b/src/livarot/Livarot.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2010 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ /* * Livarot.h * nlivarot diff --git a/src/livarot/LivarotDefs.h b/src/livarot/LivarotDefs.h index 994eff44e4..1cabb74f72 100644 --- a/src/livarot/LivarotDefs.h +++ b/src/livarot/LivarotDefs.h @@ -1,9 +1,13 @@ -/* - * LivarotDefs.h - * nlivarot - * - * Created by fred on Tue Jun 17 2003. +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: + * see git history + * Fred * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef my_defs diff --git a/src/livarot/Path.cpp b/src/livarot/Path.cpp index 856a369f83..c046a1af15 100644 --- a/src/livarot/Path.cpp +++ b/src/livarot/Path.cpp @@ -1,9 +1,13 @@ -/* - * Path.cpp - * nlivarot - * - * Created by fred on Tue Jun 17 2003. +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: + * see git history + * Fred * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/livarot/Path.h b/src/livarot/Path.h index 32ee71ffc0..eced78ec5a 100644 --- a/src/livarot/Path.h +++ b/src/livarot/Path.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2014 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ /* * Path.h * nlivarot diff --git a/src/livarot/PathConversion.cpp b/src/livarot/PathConversion.cpp index b31cee14a9..88a8c56600 100644 --- a/src/livarot/PathConversion.cpp +++ b/src/livarot/PathConversion.cpp @@ -1,9 +1,13 @@ -/* - * PathConversion.cpp - * nlivarot - * - * Created by fred on Mon Nov 03 2003. +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: + * see git history + * Fred * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/livarot/PathCutting.cpp b/src/livarot/PathCutting.cpp index d99091adea..baf9bd71da 100644 --- a/src/livarot/PathCutting.cpp +++ b/src/livarot/PathCutting.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * PathCutting.cpp * nlivarot @@ -10,7 +11,7 @@ * * Copyright (C) 2005 Richard Hughes * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/livarot/PathOutline.cpp b/src/livarot/PathOutline.cpp index c6d050f018..a1bc7db130 100644 --- a/src/livarot/PathOutline.cpp +++ b/src/livarot/PathOutline.cpp @@ -1,9 +1,11 @@ -/* - * PathOutline.cpp - * nlivarot - * - * Created by fred on Fri Nov 28 2003. +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "livarot/Path.h" diff --git a/src/livarot/PathSimplify.cpp b/src/livarot/PathSimplify.cpp index c142aae0ad..dd86b50906 100644 --- a/src/livarot/PathSimplify.cpp +++ b/src/livarot/PathSimplify.cpp @@ -1,9 +1,13 @@ -/* - * PathSimplify.cpp - * nlivarot - * - * Created by fred on Fri Dec 12 2003. +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: + * see git history + * Fred * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/livarot/PathStroke.cpp b/src/livarot/PathStroke.cpp index 4b65463ddc..e70ce36a85 100644 --- a/src/livarot/PathStroke.cpp +++ b/src/livarot/PathStroke.cpp @@ -1,9 +1,13 @@ -/* - * PathStroke.cpp - * nlivarot - * - * Created by fred on Tue Jun 17 2003. +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: + * see git history + * Fred * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "Path.h" diff --git a/src/livarot/Shape.cpp b/src/livarot/Shape.cpp index 55ed6f08b3..4b287caac3 100644 --- a/src/livarot/Shape.cpp +++ b/src/livarot/Shape.cpp @@ -1,9 +1,13 @@ -/* - * Shape.cpp - * nlivarot - * - * Created by fred on Thu Jun 12 2003. +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: + * see git history + * Fred * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/livarot/Shape.h b/src/livarot/Shape.h index 3c2fdd0a3a..e2bc0b99ee 100644 --- a/src/livarot/Shape.h +++ b/src/livarot/Shape.h @@ -1,9 +1,11 @@ -/* - * Digraph.h - * nlivarot - * - * Created by fred on Thu Jun 12 2003. +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef my_shape diff --git a/src/livarot/ShapeDraw.cpp b/src/livarot/ShapeDraw.cpp index d222cc49c7..79d070bbfc 100644 --- a/src/livarot/ShapeDraw.cpp +++ b/src/livarot/ShapeDraw.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ /* * ShapeDraw.cpp * nlivarot diff --git a/src/livarot/ShapeMisc.cpp b/src/livarot/ShapeMisc.cpp index 63700e1ba2..db5c192971 100644 --- a/src/livarot/ShapeMisc.cpp +++ b/src/livarot/ShapeMisc.cpp @@ -1,9 +1,13 @@ -/* - * ShapeMisc.cpp - * nlivarot - * - * Created by fred on Sun Jul 20 2003. +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: + * see git history + * Fred * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "livarot/Shape.h" diff --git a/src/livarot/ShapeRaster.cpp b/src/livarot/ShapeRaster.cpp index 4588fb7224..292b0a7f10 100644 --- a/src/livarot/ShapeRaster.cpp +++ b/src/livarot/ShapeRaster.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ /* * ShapeRaster.cpp * nlivarot diff --git a/src/livarot/ShapeSweep.cpp b/src/livarot/ShapeSweep.cpp index e5ebb9099a..df78195cc1 100644 --- a/src/livarot/ShapeSweep.cpp +++ b/src/livarot/ShapeSweep.cpp @@ -1,9 +1,13 @@ -/* - * ShapeSweep.cpp - * nlivarot - * - * Created by fred on Thu Jun 19 2003. +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: + * see git history + * Fred * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/livarot/float-line.cpp b/src/livarot/float-line.cpp index b0b36cf522..6a5e4f9316 100644 --- a/src/livarot/float-line.cpp +++ b/src/livarot/float-line.cpp @@ -1,12 +1,13 @@ -/** - * \file livarot/float-line.cpp - * +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file * Implementation of coverage with floating-point values. + *//* + * Authors: + * see git history + * Fred * - * \author Fred - * - * public domain - * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef faster_flatten diff --git a/src/livarot/float-line.h b/src/livarot/float-line.h index 2359db95c6..8d7faf13d7 100644 --- a/src/livarot/float-line.h +++ b/src/livarot/float-line.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2010 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef INKSCAPE_LIVAROT_FLOAT_LINE_H #define INKSCAPE_LIVAROT_FLOAT_LINE_H diff --git a/src/livarot/int-line.cpp b/src/livarot/int-line.cpp index ff9e26790b..c37e28cfde 100644 --- a/src/livarot/int-line.cpp +++ b/src/livarot/int-line.cpp @@ -1,12 +1,13 @@ -/** - * \file livarot/int-line.cpp - * +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file * Implementation of coverage with integer boundaries. + *//* + * Authors: + * see git history + * Fred * - * \author Fred - * - * public domain - * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/livarot/int-line.h b/src/livarot/int-line.h index 0a52d46397..576cfcff96 100644 --- a/src/livarot/int-line.h +++ b/src/livarot/int-line.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef INKSCAPE_LIVAROT_INT_LINE_H #define INKSCAPE_LIVAROT_INT_LINE_H diff --git a/src/livarot/path-description.cpp b/src/livarot/path-description.cpp index c34965a5c8..ecf50cac72 100644 --- a/src/livarot/path-description.cpp +++ b/src/livarot/path-description.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2011 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include "livarot/path-description.h" #include <2geom/affine.h> diff --git a/src/livarot/path-description.h b/src/livarot/path-description.h index 5ded5167ec..dd957ec387 100644 --- a/src/livarot/path-description.h +++ b/src/livarot/path-description.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_INKSCAPE_LIVAROT_PATH_DESCRIPTION_H #define SEEN_INKSCAPE_LIVAROT_PATH_DESCRIPTION_H diff --git a/src/livarot/sweep-event-queue.h b/src/livarot/sweep-event-queue.h index 28bec9065a..759727a5e7 100644 --- a/src/livarot/sweep-event-queue.h +++ b/src/livarot/sweep-event-queue.h @@ -1,8 +1,14 @@ -#ifndef SEEN_LIVAROT_SWEEP_EVENT_QUEUE_H -#define SEEN_LIVAROT_SWEEP_EVENT_QUEUE_H -/** \file +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file * A container of intersection events. + *//* + * Authors: see git history + * + * Copyright (C) 2010 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ +#ifndef SEEN_LIVAROT_SWEEP_EVENT_QUEUE_H +#define SEEN_LIVAROT_SWEEP_EVENT_QUEUE_H #include <2geom/forward.h> class SweepEvent; diff --git a/src/livarot/sweep-event.cpp b/src/livarot/sweep-event.cpp index 6b6e8f8353..db08bb2fa7 100644 --- a/src/livarot/sweep-event.cpp +++ b/src/livarot/sweep-event.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include #include "livarot/sweep-event-queue.h" #include "livarot/sweep-tree.h" diff --git a/src/livarot/sweep-event.h b/src/livarot/sweep-event.h index d2e8909eeb..492c4e84be 100644 --- a/src/livarot/sweep-event.h +++ b/src/livarot/sweep-event.h @@ -1,6 +1,15 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef INKSCAPE_LIVAROT_SWEEP_EVENT_H #define INKSCAPE_LIVAROT_SWEEP_EVENT_H -/** \file +/** \file * Intersection events. */ diff --git a/src/livarot/sweep-tree-list.cpp b/src/livarot/sweep-tree-list.cpp index 020a4e1101..97640fd86c 100644 --- a/src/livarot/sweep-tree-list.cpp +++ b/src/livarot/sweep-tree-list.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include #include "livarot/sweep-tree.h" #include "livarot/sweep-tree-list.h" diff --git a/src/livarot/sweep-tree-list.h b/src/livarot/sweep-tree-list.h index 7ae7b1ab47..84939c4777 100644 --- a/src/livarot/sweep-tree-list.h +++ b/src/livarot/sweep-tree-list.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2010 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ /** @file * @brief SweepTreeList definition */ diff --git a/src/livarot/sweep-tree.cpp b/src/livarot/sweep-tree.cpp index 6aec2a7f61..dc350c4dab 100644 --- a/src/livarot/sweep-tree.cpp +++ b/src/livarot/sweep-tree.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include "livarot/sweep-event-queue.h" #include "livarot/sweep-tree-list.h" #include "livarot/sweep-tree.h" diff --git a/src/livarot/sweep-tree.h b/src/livarot/sweep-tree.h index 3197638098..13e1f76fc9 100644 --- a/src/livarot/sweep-tree.h +++ b/src/livarot/sweep-tree.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef INKSCAPE_LIVAROT_SWEEP_TREE_H #define INKSCAPE_LIVAROT_SWEEP_TREE_H diff --git a/src/live_effects/CMakeLists.txt b/src/live_effects/CMakeLists.txt index b0afa14f42..84fdd5fa94 100644 --- a/src/live_effects/CMakeLists.txt +++ b/src/live_effects/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later set(live_effects_SRC effect.cpp lpe-angle_bisector.cpp diff --git a/src/live_effects/effect-enum.h b/src/live_effects/effect-enum.h index 493e3bd8ce..80d38c7590 100644 --- a/src/live_effects/effect-enum.h +++ b/src/live_effects/effect-enum.h @@ -1,12 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_ENUM_H #define INKSCAPE_LIVEPATHEFFECT_ENUM_H /* * Inkscape::LivePathEffect::EffectType * -* Copyright (C) Johan Engelen 2008 + * Copyright (C) Johan Engelen 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "util/enums.h" diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 4c18e3124e..a54f9007da 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -1,8 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Johan Engelen 2007 * Abhishek Sharma * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h index cb3ee0afcc..ae0913f2cf 100644 --- a/src/live_effects/effect.h +++ b/src/live_effects/effect.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_H #define INKSCAPE_LIVEPATHEFFECT_H /* * Copyright (C) Johan Engelen 2007-2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/lpe-angle_bisector.cpp b/src/live_effects/lpe-angle_bisector.cpp index f7c7928c66..723c0c4046 100644 --- a/src/live_effects/lpe-angle_bisector.cpp +++ b/src/live_effects/lpe-angle_bisector.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Maximilian Albert @@ -5,7 +6,7 @@ * * Copyright (C) Authors 2007-2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-angle_bisector.h" diff --git a/src/live_effects/lpe-angle_bisector.h b/src/live_effects/lpe-angle_bisector.h index a35f5b370e..b780fcee7e 100644 --- a/src/live_effects/lpe-angle_bisector.h +++ b/src/live_effects/lpe-angle_bisector.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_ANGLE_BISECTOR_H #define INKSCAPE_LPE_ANGLE_BISECTOR_H @@ -8,7 +9,7 @@ * * Copyright (C) Authors 2007-2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-attach-path.cpp b/src/live_effects/lpe-attach-path.cpp index c50341f796..e266b0a0fe 100644 --- a/src/live_effects/lpe-attach-path.cpp +++ b/src/live_effects/lpe-attach-path.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Theodore Janeczko 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/lpe-attach-path.h b/src/live_effects/lpe-attach-path.h index bed209426e..fc8d95c995 100644 --- a/src/live_effects/lpe-attach-path.h +++ b/src/live_effects/lpe-attach-path.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_ATTACH_PATH_H #define INKSCAPE_LPE_ATTACH_PATH_H @@ -6,7 +7,7 @@ * * Copyright (C) Ted Janeczko 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-bendpath.cpp b/src/live_effects/lpe-bendpath.cpp index 6ff40be26b..6f4dcf6c3b 100644 --- a/src/live_effects/lpe-bendpath.cpp +++ b/src/live_effects/lpe-bendpath.cpp @@ -1,8 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Johan Engelen 2007 * Copyright (C) Steren Giannini 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-bendpath.h" diff --git a/src/live_effects/lpe-bendpath.h b/src/live_effects/lpe-bendpath.h index e8f1b40cac..146687ab9e 100644 --- a/src/live_effects/lpe-bendpath.h +++ b/src/live_effects/lpe-bendpath.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_BENDPATH_H #define INKSCAPE_LPE_BENDPATH_H @@ -7,7 +8,7 @@ * Copyright (C) Johan Engelen 2007 * Copyright (C) Steren Giannini 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/enum.h" diff --git a/src/live_effects/lpe-bool.cpp b/src/live_effects/lpe-bool.cpp index a76463742b..6ff27b0aa6 100644 --- a/src/live_effects/lpe-bool.cpp +++ b/src/live_effects/lpe-bool.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Boolean operation live path effect * * Copyright (C) 2016-2017 Michael Soegtrop * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/lpe-bool.h b/src/live_effects/lpe-bool.h index 7742dca3f8..627d3194b6 100644 --- a/src/live_effects/lpe-bool.h +++ b/src/live_effects/lpe-bool.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Boolean operation live path effect * * Copyright (C) 2016 Michael Soegtrop * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_LPE_BOOL_H diff --git a/src/live_effects/lpe-bounding-box.cpp b/src/live_effects/lpe-bounding-box.cpp index b7b2e596d2..106ba24156 100644 --- a/src/live_effects/lpe-bounding-box.cpp +++ b/src/live_effects/lpe-bounding-box.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Theodore Janeczko 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-bounding-box.h" diff --git a/src/live_effects/lpe-bounding-box.h b/src/live_effects/lpe-bounding-box.h index 4b3d14f9c7..c5230b4dcc 100644 --- a/src/live_effects/lpe-bounding-box.h +++ b/src/live_effects/lpe-bounding-box.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_BOUNDING_BOX_H #define INKSCAPE_LPE_BOUNDING_BOX_H @@ -6,7 +7,7 @@ * * Copyright (C) Theodore Janeczko 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-bspline.cpp b/src/live_effects/lpe-bspline.cpp index 77c5ae66ce..e6d4315e3a 100644 --- a/src/live_effects/lpe-bspline.cpp +++ b/src/live_effects/lpe-bspline.cpp @@ -1,5 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include #include "live_effects/lpe-bspline.h" diff --git a/src/live_effects/lpe-bspline.h b/src/live_effects/lpe-bspline.h index a1c91d512f..7aebb08263 100644 --- a/src/live_effects/lpe-bspline.h +++ b/src/live_effects/lpe-bspline.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_BSPLINE_H #define INKSCAPE_LPE_BSPLINE_H /* * Inkscape::LPEBSpline * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-circle_3pts.cpp b/src/live_effects/lpe-circle_3pts.cpp index 2f601fb00b..7982abdf13 100644 --- a/src/live_effects/lpe-circle_3pts.cpp +++ b/src/live_effects/lpe-circle_3pts.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE "Circle through 3 points" implementation */ @@ -9,7 +10,7 @@ * Copyright (C) Johan Engelen 2007 * Copyright (C) Maximilian Albert 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-circle_3pts.h" diff --git a/src/live_effects/lpe-circle_3pts.h b/src/live_effects/lpe-circle_3pts.h index bf2c26c7c5..bf89b9fadd 100644 --- a/src/live_effects/lpe-circle_3pts.h +++ b/src/live_effects/lpe-circle_3pts.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_CIRCLE_3PTS_H #define INKSCAPE_LPE_CIRCLE_3PTS_H @@ -12,7 +13,7 @@ * Copyright (C) Johan Engelen 2007 * Copyright (C) Maximilian Albert 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-circle_with_radius.cpp b/src/live_effects/lpe-circle_with_radius.cpp index 99ade0da13..1a6b3a803d 100644 --- a/src/live_effects/lpe-circle_with_radius.cpp +++ b/src/live_effects/lpe-circle_with_radius.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * LPE effect that draws a circle based on two points and a radius. @@ -8,7 +9,7 @@ * * Copyright (C) 2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-circle_with_radius.h" diff --git a/src/live_effects/lpe-circle_with_radius.h b/src/live_effects/lpe-circle_with_radius.h index 18215ae9b5..dc9a8b9b6a 100644 --- a/src/live_effects/lpe-circle_with_radius.h +++ b/src/live_effects/lpe-circle_with_radius.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief LPE effect that draws a circle based on two points and a radius */ @@ -6,7 +7,7 @@ * * Copyright (C) 2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_LPE_CIRCLE_WITH_RADIUS_H diff --git a/src/live_effects/lpe-clone-original.cpp b/src/live_effects/lpe-clone-original.cpp index 54b7dd0907..2ce8600612 100644 --- a/src/live_effects/lpe-clone-original.cpp +++ b/src/live_effects/lpe-clone-original.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Johan Engelen 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-clone-original.h" diff --git a/src/live_effects/lpe-clone-original.h b/src/live_effects/lpe-clone-original.h index 0518ab16e3..bf5fa8d731 100644 --- a/src/live_effects/lpe-clone-original.h +++ b/src/live_effects/lpe-clone-original.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_CLONE_ORIGINAL_H #define INKSCAPE_LPE_CLONE_ORIGINAL_H @@ -6,7 +7,7 @@ * * Copyright (C) Johan Engelen 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" #include "live_effects/parameter/enum.h" diff --git a/src/live_effects/lpe-constructgrid.cpp b/src/live_effects/lpe-constructgrid.cpp index 4759dde5f5..e7586191d4 100644 --- a/src/live_effects/lpe-constructgrid.cpp +++ b/src/live_effects/lpe-constructgrid.cpp @@ -1,13 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE Construct Grid implementation */ /* * Authors: * Johan Engelen -* -* Copyright (C) Johan Engelen 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Copyright (C) Johan Engelen 2008 + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-constructgrid.h" diff --git a/src/live_effects/lpe-constructgrid.h b/src/live_effects/lpe-constructgrid.h index b074a5c639..5865402dd2 100644 --- a/src/live_effects/lpe-constructgrid.h +++ b/src/live_effects/lpe-constructgrid.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_CONSTRUCTGRID_H #define INKSCAPE_LPE_CONSTRUCTGRID_H @@ -8,10 +9,10 @@ /* * Authors: * Johan Engelen -* -* Copyright (C) Johan Engelen 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Copyright (C) Johan Engelen 2008 + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-copy_rotate.cpp b/src/live_effects/lpe-copy_rotate.cpp index f74e76211e..aff0cdb833 100644 --- a/src/live_effects/lpe-copy_rotate.cpp +++ b/src/live_effects/lpe-copy_rotate.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE implementation */ @@ -8,7 +9,7 @@ * Jabiertxo Arraiza Cenoz * Copyright (C) Authors 2007-2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/lpe-copy_rotate.h b/src/live_effects/lpe-copy_rotate.h index ae0d957798..e742f547d1 100644 --- a/src/live_effects/lpe-copy_rotate.h +++ b/src/live_effects/lpe-copy_rotate.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_COPY_ROTATE_H #define INKSCAPE_LPE_COPY_ROTATE_H @@ -11,7 +12,7 @@ * * Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-curvestitch.cpp b/src/live_effects/lpe-curvestitch.cpp index d5947be4d6..0d0e373927 100644 --- a/src/live_effects/lpe-curvestitch.cpp +++ b/src/live_effects/lpe-curvestitch.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE Curve Stitching implementation, used as an example for a base starting class * when implementing new LivePathEffects. @@ -6,10 +7,10 @@ /* * Authors: * Johan Engelen -* -* Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Copyright (C) Johan Engelen 2007 + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "ui/widget/scalar.h" diff --git a/src/live_effects/lpe-curvestitch.h b/src/live_effects/lpe-curvestitch.h index e59c91889c..ad40a08fa2 100644 --- a/src/live_effects/lpe-curvestitch.h +++ b/src/live_effects/lpe-curvestitch.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_CURVESTITCH_H #define INKSCAPE_LPE_CURVESTITCH_H @@ -8,10 +9,10 @@ /* * Authors: * Johan Engelen -* -* Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Copyright (C) Johan Engelen 2007 + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-dash-stroke.cpp b/src/live_effects/lpe-dash-stroke.cpp index dd30d05a46..e55fdae7fb 100644 --- a/src/live_effects/lpe-dash-stroke.cpp +++ b/src/live_effects/lpe-dash-stroke.cpp @@ -1,5 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-dash-stroke.h" #include "2geom/pathvector.h" diff --git a/src/live_effects/lpe-dash-stroke.h b/src/live_effects/lpe-dash-stroke.h index c84bd19605..3bc64d0cdd 100644 --- a/src/live_effects/lpe-dash-stroke.h +++ b/src/live_effects/lpe-dash-stroke.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_DASH_STROKE_H #define INKSCAPE_LPE_DASH_STROKE_H /* * Inkscape::LPEDashStroke * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-dynastroke.cpp b/src/live_effects/lpe-dynastroke.cpp index 276fd10df9..52b09fe044 100644 --- a/src/live_effects/lpe-dynastroke.cpp +++ b/src/live_effects/lpe-dynastroke.cpp @@ -1,13 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE implementation */ /* * Authors: * JF Barraud -* -* Copyright (C) JF Barraud 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Copyright (C) JF Barraud 2007 + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-dynastroke.h" diff --git a/src/live_effects/lpe-dynastroke.h b/src/live_effects/lpe-dynastroke.h index 8362746a0f..ae1c511b24 100644 --- a/src/live_effects/lpe-dynastroke.h +++ b/src/live_effects/lpe-dynastroke.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_DYNASTROKE_H #define INKSCAPE_LPE_DYNASTROKE_H @@ -11,7 +12,7 @@ * * Copyright (C) JF Barraud 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/enum.h" diff --git a/src/live_effects/lpe-ellipse_5pts.cpp b/src/live_effects/lpe-ellipse_5pts.cpp index 5f89644f50..29288f8a8e 100644 --- a/src/live_effects/lpe-ellipse_5pts.cpp +++ b/src/live_effects/lpe-ellipse_5pts.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE "Ellipse through 5 points" implementation */ @@ -8,7 +9,7 @@ * * Copyright (C) Theodore Janeczko 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-ellipse_5pts.h" diff --git a/src/live_effects/lpe-ellipse_5pts.h b/src/live_effects/lpe-ellipse_5pts.h index 8b9eabc0e6..843a9c41f9 100644 --- a/src/live_effects/lpe-ellipse_5pts.h +++ b/src/live_effects/lpe-ellipse_5pts.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_ELLIPSE_5PTS_H #define INKSCAPE_LPE_ELLIPSE_5PTS_H @@ -11,7 +12,7 @@ * * Copyright (C) Theodore Janeczko 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-embrodery-stitch-ordering.cpp b/src/live_effects/lpe-embrodery-stitch-ordering.cpp index 6d788870f8..5761c47018 100644 --- a/src/live_effects/lpe-embrodery-stitch-ordering.cpp +++ b/src/live_effects/lpe-embrodery-stitch-ordering.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Sub-path Ordering functions for embroidery stitch LPE (Implementation) * * Copyright (C) 2016 Michael Soegtrop * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-embrodery-stitch-ordering.h" diff --git a/src/live_effects/lpe-embrodery-stitch-ordering.h b/src/live_effects/lpe-embrodery-stitch-ordering.h index c5c71e50c8..af0f7adcc7 100644 --- a/src/live_effects/lpe-embrodery-stitch-ordering.h +++ b/src/live_effects/lpe-embrodery-stitch-ordering.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Sub-path Ordering functions for embroidery stitch LPE * * Copyright (C) 2016 Michael Soegtrop * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_LPE_EMBRODERY_STITCH_ORDERING_H diff --git a/src/live_effects/lpe-embrodery-stitch.cpp b/src/live_effects/lpe-embrodery-stitch.cpp index 00d1928d79..6a0818db6c 100644 --- a/src/live_effects/lpe-embrodery-stitch.cpp +++ b/src/live_effects/lpe-embrodery-stitch.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Embroidery stitch live path effect (Implementation) * * Copyright (C) 2016 Michael Soegtrop * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "ui/widget/scalar.h" diff --git a/src/live_effects/lpe-embrodery-stitch.h b/src/live_effects/lpe-embrodery-stitch.h index 271ef553d1..47403b26cd 100644 --- a/src/live_effects/lpe-embrodery-stitch.h +++ b/src/live_effects/lpe-embrodery-stitch.h @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Embroidery stitch live path effect * * Copyright (C) 2016 Michael Soegtrop * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_LPE_EMBRODERY_STITCH_H diff --git a/src/live_effects/lpe-envelope.cpp b/src/live_effects/lpe-envelope.cpp index 6fc9084f85..6b94352b1d 100644 --- a/src/live_effects/lpe-envelope.cpp +++ b/src/live_effects/lpe-envelope.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Steren Giannini 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-envelope.h" diff --git a/src/live_effects/lpe-envelope.h b/src/live_effects/lpe-envelope.h index 8777505596..c9fb8bb452 100644 --- a/src/live_effects/lpe-envelope.h +++ b/src/live_effects/lpe-envelope.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_ENVELOPE_H #define INKSCAPE_LPE_ENVELOPE_H @@ -6,7 +7,7 @@ * * Copyright (C) Steren Giannini 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/enum.h" diff --git a/src/live_effects/lpe-extrude.cpp b/src/live_effects/lpe-extrude.cpp index 53ecc8dfd2..8cc9b74683 100644 --- a/src/live_effects/lpe-extrude.cpp +++ b/src/live_effects/lpe-extrude.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * LPE effect for extruding paths (making them "3D"). @@ -8,7 +9,7 @@ * * Copyright (C) 2009 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-extrude.h" diff --git a/src/live_effects/lpe-extrude.h b/src/live_effects/lpe-extrude.h index 34a8681a7a..d666138b06 100644 --- a/src/live_effects/lpe-extrude.h +++ b/src/live_effects/lpe-extrude.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief LPE effect for extruding paths (making them "3D"). */ @@ -6,7 +7,7 @@ * * Copyright (C) 2009 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_LPE_EXTRUDE_H diff --git a/src/live_effects/lpe-fill-between-many.cpp b/src/live_effects/lpe-fill-between-many.cpp index 223bc631e8..4f1ae553b8 100644 --- a/src/live_effects/lpe-fill-between-many.cpp +++ b/src/live_effects/lpe-fill-between-many.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Theodore Janeczko 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ diff --git a/src/live_effects/lpe-fill-between-many.h b/src/live_effects/lpe-fill-between-many.h index 1a56b87010..833fb45da1 100644 --- a/src/live_effects/lpe-fill-between-many.h +++ b/src/live_effects/lpe-fill-between-many.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_FILL_BETWEEN_MANY_H #define INKSCAPE_LPE_FILL_BETWEEN_MANY_H @@ -6,7 +7,7 @@ * * Copyright (C) Theodore Janeczko 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-fill-between-strokes.cpp b/src/live_effects/lpe-fill-between-strokes.cpp index 68abe52c7f..3a59f6858a 100644 --- a/src/live_effects/lpe-fill-between-strokes.cpp +++ b/src/live_effects/lpe-fill-between-strokes.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Theodore Janeczko 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-fill-between-strokes.h" diff --git a/src/live_effects/lpe-fill-between-strokes.h b/src/live_effects/lpe-fill-between-strokes.h index 18ba28fe3e..bcb5f16a1d 100644 --- a/src/live_effects/lpe-fill-between-strokes.h +++ b/src/live_effects/lpe-fill-between-strokes.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_FILL_BETWEEN_STROKES_H #define INKSCAPE_LPE_FILL_BETWEEN_STROKES_H @@ -6,7 +7,7 @@ * * Copyright (C) Theodore Janeczko 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-fillet-chamfer.cpp b/src/live_effects/lpe-fillet-chamfer.cpp index ad489042b4..0574b5b4b1 100644 --- a/src/live_effects/lpe-fillet-chamfer.cpp +++ b/src/live_effects/lpe-fillet-chamfer.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Author(s): * Jabiertxo Arraiza Cenoz @@ -5,7 +6,7 @@ * Copyright (C) 2014 Author(s) * * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-fillet-chamfer.h" diff --git a/src/live_effects/lpe-fillet-chamfer.h b/src/live_effects/lpe-fillet-chamfer.h index cb8a859fcd..68ea6d57a8 100644 --- a/src/live_effects/lpe-fillet-chamfer.h +++ b/src/live_effects/lpe-fillet-chamfer.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_FILLET_CHAMFER_H #define INKSCAPE_LPE_FILLET_CHAMFER_H @@ -9,7 +10,7 @@ * * Jabiertxof:Thanks to all people help me * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/enum.h" diff --git a/src/live_effects/lpe-gears.cpp b/src/live_effects/lpe-gears.cpp index 4566869fe5..f1e2877042 100644 --- a/src/live_effects/lpe-gears.cpp +++ b/src/live_effects/lpe-gears.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Johan Engelen 2007 * Copyright 2006 Michael G. Sloan * Copyright 2006 Aaron Spike * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-gears.h" diff --git a/src/live_effects/lpe-gears.h b/src/live_effects/lpe-gears.h index 8d54a699e8..eb5ec8a2ca 100644 --- a/src/live_effects/lpe-gears.h +++ b/src/live_effects/lpe-gears.h @@ -1,14 +1,15 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_GEARS_H #define INKSCAPE_LPE_GEARS_H /* * Inkscape::LPEGears * -* Copyright (C) Johan Engelen 2007 + * Copyright (C) Johan Engelen 2007 + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + * * - * Released under GNU GPL, read the file 'COPYING' for more information -* -* */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-interpolate.cpp b/src/live_effects/lpe-interpolate.cpp index c3aff543a3..bded3433e5 100644 --- a/src/live_effects/lpe-interpolate.cpp +++ b/src/live_effects/lpe-interpolate.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE interpolate implementation */ @@ -7,7 +8,7 @@ * * Copyright (C) Johan Engelen 2007-2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-interpolate.h" diff --git a/src/live_effects/lpe-interpolate.h b/src/live_effects/lpe-interpolate.h index 21c6f9ac88..4d0755034a 100644 --- a/src/live_effects/lpe-interpolate.h +++ b/src/live_effects/lpe-interpolate.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_INTERPOLATE_H #define INKSCAPE_LPE_INTERPOLATE_H @@ -11,7 +12,7 @@ * * Copyright (C) Johan Engelen 2007-2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-interpolate_points.cpp b/src/live_effects/lpe-interpolate_points.cpp index 937b928375..d1e94a3926 100644 --- a/src/live_effects/lpe-interpolate_points.cpp +++ b/src/live_effects/lpe-interpolate_points.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE interpolate_points implementation * Interpolates between knots of the input path. @@ -8,7 +9,7 @@ * * Copyright (C) Johan Engelen 2014 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-interpolate_points.h" diff --git a/src/live_effects/lpe-interpolate_points.h b/src/live_effects/lpe-interpolate_points.h index fd78f07b03..9b563cc448 100644 --- a/src/live_effects/lpe-interpolate_points.h +++ b/src/live_effects/lpe-interpolate_points.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_INTERPOLATEPOINTS_H #define INKSCAPE_LPE_INTERPOLATEPOINTS_H @@ -11,7 +12,7 @@ * * Copyright (C) Johan Engelen 2014 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/enum.h" diff --git a/src/live_effects/lpe-jointype.cpp b/src/live_effects/lpe-jointype.cpp index 3b233fb51e..ad3fcb9f68 100644 --- a/src/live_effects/lpe-jointype.cpp +++ b/src/live_effects/lpe-jointype.cpp @@ -1,11 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* Authors: -* -* Liam P White -* -* Copyright (C) 2014 Authors -* -* Released under GNU GPL v2+, read the file 'COPYING' for more information -*/ + * + * Liam P White + * + * Copyright (C) 2014 Authors + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include "live_effects/parameter/enum.h" #include "helper/geom-pathstroke.h" diff --git a/src/live_effects/lpe-jointype.h b/src/live_effects/lpe-jointype.h index 5f73dc4e77..5ea6445a50 100644 --- a/src/live_effects/lpe-jointype.h +++ b/src/live_effects/lpe-jointype.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* Authors: * Liam P White * diff --git a/src/live_effects/lpe-knot.cpp b/src/live_effects/lpe-knot.cpp index 951be285c8..f16c11bb2a 100644 --- a/src/live_effects/lpe-knot.cpp +++ b/src/live_effects/lpe-knot.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * LPE knot effect implementation. @@ -9,7 +10,7 @@ * * Copyright (C) 2007-2012 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/curve.h" diff --git a/src/live_effects/lpe-knot.h b/src/live_effects/lpe-knot.h index 89a357ff1b..6768d7906a 100644 --- a/src/live_effects/lpe-knot.h +++ b/src/live_effects/lpe-knot.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE knot effect implementation, see lpe-knot.cpp. */ @@ -7,7 +8,7 @@ * * Copyright (C) Authors 2007-2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_LPE_KNOT_H diff --git a/src/live_effects/lpe-lattice.cpp b/src/live_effects/lpe-lattice.cpp index 223afa4cdc..3dcc703fed 100644 --- a/src/live_effects/lpe-lattice.cpp +++ b/src/live_effects/lpe-lattice.cpp @@ -1,6 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE implementation - + */ /* * Authors: @@ -8,10 +9,10 @@ * Steren Giannini * No� Falzon * Victor Navez -* -* Copyright (C) 2007-2008 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Copyright (C) 2007-2008 Authors + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-lattice.h" diff --git a/src/live_effects/lpe-lattice.h b/src/live_effects/lpe-lattice.h index ba47c25e4f..1d81355a9d 100644 --- a/src/live_effects/lpe-lattice.h +++ b/src/live_effects/lpe-lattice.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_LATTICE_H #define INKSCAPE_LPE_LATTICE_H @@ -11,10 +12,10 @@ * Steren Giannini * Noé Falzon * Victor Navez -* -* Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Copyright (C) Johan Engelen 2007 + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/enum.h" diff --git a/src/live_effects/lpe-lattice2.cpp b/src/live_effects/lpe-lattice2.cpp index 79cb1e32ad..befda50c2b 100644 --- a/src/live_effects/lpe-lattice2.cpp +++ b/src/live_effects/lpe-lattice2.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE implementation @@ -10,10 +11,10 @@ * Victor Navez * ~suv * Jabiertxo Arraiza -* -* Copyright (C) 2007-2008 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Copyright (C) 2007-2008 Authors + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/lpe-lattice2.h b/src/live_effects/lpe-lattice2.h index f51ece4cdf..319a0dc02c 100644 --- a/src/live_effects/lpe-lattice2.h +++ b/src/live_effects/lpe-lattice2.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_LATTICE2_H #define INKSCAPE_LPE_LATTICE2_H @@ -13,10 +14,10 @@ * Victor Navez * ~suv * Jabiertxo Arraiza -* -* Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Copyright (C) Johan Engelen 2007 + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-line_segment.cpp b/src/live_effects/lpe-line_segment.cpp index 535fc2f475..5c24aa9bed 100644 --- a/src/live_effects/lpe-line_segment.cpp +++ b/src/live_effects/lpe-line_segment.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE implementation */ @@ -8,7 +9,7 @@ * * Copyright (C) Maximilian Albert 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-line_segment.h" diff --git a/src/live_effects/lpe-line_segment.h b/src/live_effects/lpe-line_segment.h index bde36f2ee2..c8d3080f26 100644 --- a/src/live_effects/lpe-line_segment.h +++ b/src/live_effects/lpe-line_segment.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_LINE_SEGMENT_H #define INKSCAPE_LPE_LINE_SEGMENT_H @@ -11,7 +12,7 @@ * * Copyright (C) Maximilian Albert 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/enum.h" diff --git a/src/live_effects/lpe-measure-segments.cpp b/src/live_effects/lpe-measure-segments.cpp index 3e241d077c..fccce1fc64 100644 --- a/src/live_effects/lpe-measure-segments.cpp +++ b/src/live_effects/lpe-measure-segments.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Author(s): * Jabiertxo Arraiza Cenoz @@ -6,7 +7,7 @@ * https://github.com/Rutzmoser/inkscape_dimensioning * Copyright (C) 2014 Author(s) - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpeobject.h" diff --git a/src/live_effects/lpe-measure-segments.h b/src/live_effects/lpe-measure-segments.h index 6d6afae306..4aa62dacc2 100644 --- a/src/live_effects/lpe-measure-segments.h +++ b/src/live_effects/lpe-measure-segments.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_MEASURE_SEGMENTS_H #define INKSCAPE_LPE_MEASURE_SEGMENTS_H @@ -7,7 +8,7 @@ * * Copyright (C) 2014 Author(s) * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-mirror_symmetry.cpp b/src/live_effects/lpe-mirror_symmetry.cpp index ae205dfc0a..0635a271f3 100644 --- a/src/live_effects/lpe-mirror_symmetry.cpp +++ b/src/live_effects/lpe-mirror_symmetry.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE implementation: mirrors a path with respect to a given line. */ @@ -11,7 +12,7 @@ * Copyright (C) Johan Engelen 2007 * Copyright (C) Maximilin Albert 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/lpe-mirror_symmetry.h b/src/live_effects/lpe-mirror_symmetry.h index 4ebf878ef7..875602c05a 100644 --- a/src/live_effects/lpe-mirror_symmetry.h +++ b/src/live_effects/lpe-mirror_symmetry.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_MIRROR_SYMMETRY_H #define INKSCAPE_LPE_MIRROR_SYMMETRY_H @@ -13,7 +14,7 @@ * Copyright (C) Johan Engelen 2007 * Copyright (C) Maximilin Albert 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-offset.cpp b/src/live_effects/lpe-offset.cpp index 2b2b872811..e8a1e7df78 100644 --- a/src/live_effects/lpe-offset.cpp +++ b/src/live_effects/lpe-offset.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE implementation */ @@ -10,7 +11,7 @@ * Copyright (C) Maximilian Albert 2008 * Copyright (C) Jabierto Arraiza 2015 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/enum.h" @@ -31,7 +32,7 @@ #include "knotholder.h" #include "knot.h" #include -//this is only to flatten nonzero fillrule +// this is only to flatten nonzero fillrule #include "livarot/Path.h" #include "livarot/Shape.h" diff --git a/src/live_effects/lpe-offset.h b/src/live_effects/lpe-offset.h index b7303d7abb..82fecbc939 100644 --- a/src/live_effects/lpe-offset.h +++ b/src/live_effects/lpe-offset.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_OFFSET_H #define INKSCAPE_LPE_OFFSET_H @@ -13,7 +14,7 @@ * Copyright (C) Johan Engelen 2007 * Copyright (C) Maximilian Albert 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpegroupbbox.h" diff --git a/src/live_effects/lpe-parallel.cpp b/src/live_effects/lpe-parallel.cpp index f136d19ba4..1abf76af82 100644 --- a/src/live_effects/lpe-parallel.cpp +++ b/src/live_effects/lpe-parallel.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE implementation */ @@ -8,7 +9,7 @@ * Copyright (C) Johan Engelen 2007-2012 * Copyright (C) Maximilian Albert 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-parallel.h" diff --git a/src/live_effects/lpe-parallel.h b/src/live_effects/lpe-parallel.h index 1decf30467..0a2f65e806 100644 --- a/src/live_effects/lpe-parallel.h +++ b/src/live_effects/lpe-parallel.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_PARALLEL_H #define INKSCAPE_LPE_PARALLEL_H @@ -12,7 +13,7 @@ * Copyright (C) Johan Engelen 2007 * Copyright (C) Maximilian Albert 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-path_length.cpp b/src/live_effects/lpe-path_length.cpp index b9a5282b2e..3a4ca88f76 100644 --- a/src/live_effects/lpe-path_length.cpp +++ b/src/live_effects/lpe-path_length.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE implementation. */ @@ -8,7 +9,7 @@ * * Copyright (C) 2007-2008 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-path_length.h" diff --git a/src/live_effects/lpe-path_length.h b/src/live_effects/lpe-path_length.h index ba61279c2b..115bf5ca1a 100644 --- a/src/live_effects/lpe-path_length.h +++ b/src/live_effects/lpe-path_length.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_PATH_LENGTH_H #define INKSCAPE_LPE_PATH_LENGTH_H @@ -11,7 +12,7 @@ * * Copyright (C) 2007-2008 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-patternalongpath.cpp b/src/live_effects/lpe-patternalongpath.cpp index 41b0b144a7..a89dd6bba0 100644 --- a/src/live_effects/lpe-patternalongpath.cpp +++ b/src/live_effects/lpe-patternalongpath.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/lpe-patternalongpath.h b/src/live_effects/lpe-patternalongpath.h index 8148bc140a..a5831afa0a 100644 --- a/src/live_effects/lpe-patternalongpath.h +++ b/src/live_effects/lpe-patternalongpath.h @@ -1,12 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_PATTERN_ALONG_PATH_H #define INKSCAPE_LPE_PATTERN_ALONG_PATH_H /* * Inkscape::LPEPatternAlongPath * -* Copyright (C) Johan Engelen 2007 + * Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/enum.h" diff --git a/src/live_effects/lpe-perp_bisector.cpp b/src/live_effects/lpe-perp_bisector.cpp index 48a7f5278d..6194d2b1b6 100644 --- a/src/live_effects/lpe-perp_bisector.cpp +++ b/src/live_effects/lpe-perp_bisector.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE implementation. */ @@ -9,7 +10,7 @@ * Copyright (C) Johan Engelen 2007 * Copyright (C) Maximilin Albert 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-perp_bisector.h" #include "display/curve.h" diff --git a/src/live_effects/lpe-perp_bisector.h b/src/live_effects/lpe-perp_bisector.h index 5604bef455..4d09f88604 100644 --- a/src/live_effects/lpe-perp_bisector.h +++ b/src/live_effects/lpe-perp_bisector.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_PERP_BISECTOR_H #define INKSCAPE_LPE_PERP_BISECTOR_H @@ -12,7 +13,7 @@ * Copyright (C) Johan Engelen 2007 * Copyright (C) Maximilin Albert 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-perspective-envelope.cpp b/src/live_effects/lpe-perspective-envelope.cpp index 24b0e8b014..b0ca8e521c 100644 --- a/src/live_effects/lpe-perspective-envelope.cpp +++ b/src/live_effects/lpe-perspective-envelope.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE implementation @@ -11,7 +12,7 @@ * * Copyright (C) 2007-2014 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/lpe-perspective-envelope.h b/src/live_effects/lpe-perspective-envelope.h index 6d0e4a9c48..f042e3d677 100644 --- a/src/live_effects/lpe-perspective-envelope.h +++ b/src/live_effects/lpe-perspective-envelope.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_PERSPECTIVE_ENVELOPE_H #define INKSCAPE_LPE_PERSPECTIVE_ENVELOPE_H @@ -14,7 +15,7 @@ * * Copyright (C) 2007-2014 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/enum.h" diff --git a/src/live_effects/lpe-perspective_path.cpp b/src/live_effects/lpe-perspective_path.cpp index a31d1319b9..533efa7418 100644 --- a/src/live_effects/lpe-perspective_path.cpp +++ b/src/live_effects/lpe-perspective_path.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * LPE perspective path effect implementation. @@ -8,7 +9,7 @@ * * Copyright (C) 2007-2012 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/lpe-perspective_path.h b/src/live_effects/lpe-perspective_path.h index b2de8be0ad..d050ce93b7 100644 --- a/src/live_effects/lpe-perspective_path.h +++ b/src/live_effects/lpe-perspective_path.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief LPE perspective path effect implementation */ @@ -7,7 +8,7 @@ * * Copyright (C) 2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_LPE_PERSPECTIVE_PATH_H diff --git a/src/live_effects/lpe-powerclip.cpp b/src/live_effects/lpe-powerclip.cpp index c278249383..c710de00f0 100644 --- a/src/live_effects/lpe-powerclip.cpp +++ b/src/live_effects/lpe-powerclip.cpp @@ -1,5 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-powerclip.h" #include "live_effects/lpeobject.h" diff --git a/src/live_effects/lpe-powerclip.h b/src/live_effects/lpe-powerclip.h index 2e67cbcd96..ac196a399e 100644 --- a/src/live_effects/lpe-powerclip.h +++ b/src/live_effects/lpe-powerclip.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_POWERCLIP_H #define INKSCAPE_LPE_POWERCLIP_H /* * Inkscape::LPEPowerClip * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-powermask.cpp b/src/live_effects/lpe-powermask.cpp index 6df0770a91..d35148425f 100644 --- a/src/live_effects/lpe-powermask.cpp +++ b/src/live_effects/lpe-powermask.cpp @@ -1,5 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-powermask.h" #include "live_effects/lpeobject.h" diff --git a/src/live_effects/lpe-powermask.h b/src/live_effects/lpe-powermask.h index 15533299dd..660e349af5 100644 --- a/src/live_effects/lpe-powermask.h +++ b/src/live_effects/lpe-powermask.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_POWERMASK_H #define INKSCAPE_LPE_POWERMASK_H /* * Inkscape::LPEPowerMask * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" #include "live_effects/parameter/bool.h" diff --git a/src/live_effects/lpe-powerstroke-interpolators.h b/src/live_effects/lpe-powerstroke-interpolators.h index 33c587a533..4828a0bbb0 100644 --- a/src/live_effects/lpe-powerstroke-interpolators.h +++ b/src/live_effects/lpe-powerstroke-interpolators.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * Interpolators for lists of points. */ @@ -6,7 +7,7 @@ * * Copyright (C) 2010-2011 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_LPE_POWERSTROKE_INTERPOLATORS_H diff --git a/src/live_effects/lpe-powerstroke.cpp b/src/live_effects/lpe-powerstroke.cpp index c204769229..37e91ab42a 100644 --- a/src/live_effects/lpe-powerstroke.cpp +++ b/src/live_effects/lpe-powerstroke.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * PowerStroke LPE implementation. Creates curves with modifiable stroke width. @@ -7,7 +8,7 @@ * * Copyright (C) 2010-2012 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-powerstroke.h" diff --git a/src/live_effects/lpe-powerstroke.h b/src/live_effects/lpe-powerstroke.h index d41f5672bd..21b0245815 100644 --- a/src/live_effects/lpe-powerstroke.h +++ b/src/live_effects/lpe-powerstroke.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief PowerStroke LPE effect, see lpe-powerstroke.cpp. */ @@ -6,7 +7,7 @@ * * Copyright (C) 2010-2011 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_LPE_POWERSTROKE_H diff --git a/src/live_effects/lpe-pts2ellipse.cpp b/src/live_effects/lpe-pts2ellipse.cpp index 2df3b20013..e1c87f2dd6 100644 --- a/src/live_effects/lpe-pts2ellipse.cpp +++ b/src/live_effects/lpe-pts2ellipse.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE "Points to Ellipse" implementation */ @@ -8,7 +9,7 @@ * * Copyright (C) Markus Schwienbacher 2013 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-pts2ellipse.h" diff --git a/src/live_effects/lpe-pts2ellipse.h b/src/live_effects/lpe-pts2ellipse.h index 9b8ba46586..f9fd90109c 100644 --- a/src/live_effects/lpe-pts2ellipse.h +++ b/src/live_effects/lpe-pts2ellipse.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_PTS_TO_ELLIPSE_H #define INKSCAPE_LPE_PTS_TO_ELLIPSE_H @@ -11,7 +12,7 @@ * * Copyright (C) Markus Schwienbacher 2013 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-recursiveskeleton.cpp b/src/live_effects/lpe-recursiveskeleton.cpp index 75a08c2508..b21738855d 100644 --- a/src/live_effects/lpe-recursiveskeleton.cpp +++ b/src/live_effects/lpe-recursiveskeleton.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Inspired by Hofstadter's 'Goedel Escher Bach', chapter V. @@ -7,7 +8,7 @@ * * Copyright (C) 2007-2009 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-recursiveskeleton.h" diff --git a/src/live_effects/lpe-recursiveskeleton.h b/src/live_effects/lpe-recursiveskeleton.h index 9745454b75..1347befd40 100644 --- a/src/live_effects/lpe-recursiveskeleton.h +++ b/src/live_effects/lpe-recursiveskeleton.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief see lpe-recursiveskeleton.cpp. */ @@ -6,7 +7,7 @@ * * Copyright (C) 2007-2009 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_LPE_RECURSIVESKELETON_H diff --git a/src/live_effects/lpe-rough-hatches.cpp b/src/live_effects/lpe-rough-hatches.cpp index 80dbbc54e1..de62b263dd 100644 --- a/src/live_effects/lpe-rough-hatches.cpp +++ b/src/live_effects/lpe-rough-hatches.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE Curve Stitching implementation, used as an example for a base starting class * when implementing new LivePathEffects. @@ -6,10 +7,10 @@ /* * Authors: * JF Barraud. -* -* Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Copyright (C) Johan Engelen 2007 + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "ui/widget/scalar.h" diff --git a/src/live_effects/lpe-rough-hatches.h b/src/live_effects/lpe-rough-hatches.h index 08e763d971..ea4b0c3261 100644 --- a/src/live_effects/lpe-rough-hatches.h +++ b/src/live_effects/lpe-rough-hatches.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_ROUGH_HATCHES_H #define INKSCAPE_LPE_ROUGH_HATCHES_H @@ -11,7 +12,7 @@ * * Copyright (C) JF Barraud 2008. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-roughen.cpp b/src/live_effects/lpe-roughen.cpp index de3ccef25f..9008230d4b 100644 --- a/src/live_effects/lpe-roughen.cpp +++ b/src/live_effects/lpe-roughen.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Roughen LPE implementation. Creates roughen paths. @@ -10,7 +11,7 @@ * * Copyright (C) 2014 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/lpe-roughen.h b/src/live_effects/lpe-roughen.h index 5e989766dc..3426b810af 100644 --- a/src/live_effects/lpe-roughen.h +++ b/src/live_effects/lpe-roughen.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief Roughen LPE effect, see lpe-roughen.cpp. */ @@ -6,7 +7,7 @@ * * Copyright (C) 2014 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_LPE_ROUGHEN_H diff --git a/src/live_effects/lpe-ruler.cpp b/src/live_effects/lpe-ruler.cpp index 8063f0cf32..0b7443de2e 100644 --- a/src/live_effects/lpe-ruler.cpp +++ b/src/live_effects/lpe-ruler.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE implementation, see lpe-ruler.cpp. */ @@ -8,7 +9,7 @@ * * Copyright (C) Maximilian Albert 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-ruler.h" diff --git a/src/live_effects/lpe-ruler.h b/src/live_effects/lpe-ruler.h index 15194f5621..37667172cf 100644 --- a/src/live_effects/lpe-ruler.h +++ b/src/live_effects/lpe-ruler.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_RULER_H #define INKSCAPE_LPE_RULER_H @@ -12,7 +13,7 @@ * * Copyright (C) Maximilian Albert 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/enum.h" diff --git a/src/live_effects/lpe-show_handles.cpp b/src/live_effects/lpe-show_handles.cpp index aa4b363f96..ccf0f80dd7 100644 --- a/src/live_effects/lpe-show_handles.cpp +++ b/src/live_effects/lpe-show_handles.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Jabier Arraiza Cenoz -* -* Copyright (C) Jabier Arraiza Cenoz 2014 - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Copyright (C) Jabier Arraiza Cenoz 2014 + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/lpe-show_handles.h b/src/live_effects/lpe-show_handles.h index 0ea9c142f1..865034ebc6 100644 --- a/src/live_effects/lpe-show_handles.h +++ b/src/live_effects/lpe-show_handles.h @@ -1,12 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_SHOW_HANDLES_H #define INKSCAPE_LPE_SHOW_HANDLES_H /* * Authors: * Jabier Arraiza Cenoz -* -* Copyright (C) Jabier Arraiza Cenoz 2014 - * Released under GNU GPL, read the file 'COPYING' for more information + * + * Copyright (C) Jabier Arraiza Cenoz 2014 + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "helper/geom-nodetype.h" #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-simplify.cpp b/src/live_effects/lpe-simplify.cpp index bcd0e1009d..d589f16d1a 100644 --- a/src/live_effects/lpe-simplify.cpp +++ b/src/live_effects/lpe-simplify.cpp @@ -1,5 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/lpe-simplify.h b/src/live_effects/lpe-simplify.h index 29f9ac07b0..2477e97cf6 100644 --- a/src/live_effects/lpe-simplify.h +++ b/src/live_effects/lpe-simplify.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_SIMPLIFY_H #define INKSCAPE_LPE_SIMPLIFY_H /* * Inkscape::LPESimplify * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" #include "live_effects/parameter/togglebutton.h" diff --git a/src/live_effects/lpe-skeleton.cpp b/src/live_effects/lpe-skeleton.cpp index 266ba2204c..302a6a2949 100644 --- a/src/live_effects/lpe-skeleton.cpp +++ b/src/live_effects/lpe-skeleton.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Minimal dummy LPE effect implementation, used as an example for a base @@ -15,7 +16,7 @@ * * Copyright (C) 2007-2012 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-skeleton.h" diff --git a/src/live_effects/lpe-skeleton.h b/src/live_effects/lpe-skeleton.h index 5487a6b67a..57d6d73734 100644 --- a/src/live_effects/lpe-skeleton.h +++ b/src/live_effects/lpe-skeleton.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief Minimal LPE effect, see lpe-skeleton.cpp. */ @@ -6,7 +7,7 @@ * * Copyright (C) 2007-2012 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_LPE_SKELETON_H diff --git a/src/live_effects/lpe-sketch.cpp b/src/live_effects/lpe-sketch.cpp index 4ddc56803e..7d0a4a5054 100644 --- a/src/live_effects/lpe-sketch.cpp +++ b/src/live_effects/lpe-sketch.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * LPE sketch effect implementation. @@ -8,7 +9,7 @@ * * Copyright (C) 2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-sketch.h" diff --git a/src/live_effects/lpe-sketch.h b/src/live_effects/lpe-sketch.h index 7d50020b3f..4d34088d06 100644 --- a/src/live_effects/lpe-sketch.h +++ b/src/live_effects/lpe-sketch.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * @brief LPE sketch effect implementation, see lpe-sketch.cpp. */ @@ -7,7 +8,7 @@ * * Copyright (C) 2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_LPE_SKETCH_H diff --git a/src/live_effects/lpe-spiro.cpp b/src/live_effects/lpe-spiro.cpp index 9d0c9476fb..06173d0119 100644 --- a/src/live_effects/lpe-spiro.cpp +++ b/src/live_effects/lpe-spiro.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #define INKSCAPE_LPE_SPIRO_C /* - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-spiro.h" diff --git a/src/live_effects/lpe-spiro.h b/src/live_effects/lpe-spiro.h index 31a35720dd..9b1ae76c39 100644 --- a/src/live_effects/lpe-spiro.h +++ b/src/live_effects/lpe-spiro.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_SPIRO_H #define INKSCAPE_LPE_SPIRO_H /* * Inkscape::LPESpiro * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-tangent_to_curve.cpp b/src/live_effects/lpe-tangent_to_curve.cpp index 38410d45e1..3a9454b5ba 100644 --- a/src/live_effects/lpe-tangent_to_curve.cpp +++ b/src/live_effects/lpe-tangent_to_curve.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * Implementation of tangent-to-curve LPE. */ @@ -10,7 +11,7 @@ * Copyright (C) Johan Engelen 2007 * Copyright (C) Maximilian Albert 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-tangent_to_curve.h" diff --git a/src/live_effects/lpe-tangent_to_curve.h b/src/live_effects/lpe-tangent_to_curve.h index 575a54c7df..32cacd1c4c 100644 --- a/src/live_effects/lpe-tangent_to_curve.h +++ b/src/live_effects/lpe-tangent_to_curve.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_TANGENT_TO_CURVE_H #define INKSCAPE_LPE_TANGENT_TO_CURVE_H @@ -13,7 +14,7 @@ * Copyright (C) Johan Engelen 2007 * Copyright (C) Maximilian Albert 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-taperstroke.cpp b/src/live_effects/lpe-taperstroke.cpp index 63225d7453..db1d36cbb4 100644 --- a/src/live_effects/lpe-taperstroke.cpp +++ b/src/live_effects/lpe-taperstroke.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * Taper Stroke path effect, provided as an alternative to Power Strokes @@ -8,7 +9,7 @@ * * Copyright (C) 2014 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-taperstroke.h" diff --git a/src/live_effects/lpe-taperstroke.h b/src/live_effects/lpe-taperstroke.h index 518f7a1d0e..a5e18646ee 100644 --- a/src/live_effects/lpe-taperstroke.h +++ b/src/live_effects/lpe-taperstroke.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief Taper Stroke path effect (meant as a replacement for using Power Strokes for tapering) */ @@ -5,7 +6,7 @@ * Liam P White * Copyright (C) 2014 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_LPE_TAPERSTROKE_H diff --git a/src/live_effects/lpe-test-doEffect-stack.cpp b/src/live_effects/lpe-test-doEffect-stack.cpp index d02a26fe4e..ffe507e340 100644 --- a/src/live_effects/lpe-test-doEffect-stack.cpp +++ b/src/live_effects/lpe-test-doEffect-stack.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-test-doEffect-stack.h" diff --git a/src/live_effects/lpe-test-doEffect-stack.h b/src/live_effects/lpe-test-doEffect-stack.h index 3b1916d7b2..1103e89319 100644 --- a/src/live_effects/lpe-test-doEffect-stack.h +++ b/src/live_effects/lpe-test-doEffect-stack.h @@ -1,16 +1,17 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_DOEFFECT_STACK_H #define INKSCAPE_LPE_DOEFFECT_STACK_H /* * Inkscape::LPEdoEffectStackTest * -* Copyright (C) Johan Engelen 2007 + * Copyright (C) Johan Engelen 2007 + * + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + * + * This effect is to test whether running up and down the doEffect stack does not change the original-d too much. + * i.e. for this effect, the output should match more or less exactly with the input. * - * Released under GNU GPL, read the file 'COPYING' for more information -* -* This effect is to test whether running up and down the doEffect stack does not change the original-d too much. -* i.e. for this effect, the output should match more or less exactly with the input. -* */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-text_label.cpp b/src/live_effects/lpe-text_label.cpp index b2845930c3..aa50296eae 100644 --- a/src/live_effects/lpe-text_label.cpp +++ b/src/live_effects/lpe-text_label.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE implementation */ @@ -8,7 +9,7 @@ * * Copyright (C) Maximilian Albert 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-text_label.h" diff --git a/src/live_effects/lpe-text_label.h b/src/live_effects/lpe-text_label.h index d399f40ac4..61fff9a1c4 100644 --- a/src/live_effects/lpe-text_label.h +++ b/src/live_effects/lpe-text_label.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_TEXT_LABEL_H #define INKSCAPE_LPE_TEXT_LABEL_H @@ -11,7 +12,7 @@ * * Copyright (C) Maximilian Albert 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-transform_2pts.cpp b/src/live_effects/lpe-transform_2pts.cpp index eac52943a9..640e1b1461 100644 --- a/src/live_effects/lpe-transform_2pts.cpp +++ b/src/live_effects/lpe-transform_2pts.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * LPE "Transform through 2 points" implementation */ @@ -7,7 +8,7 @@ * Jabier Arraiza Cenoz * * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/lpe-transform_2pts.h b/src/live_effects/lpe-transform_2pts.h index ca04ae589a..3975a24ffc 100644 --- a/src/live_effects/lpe-transform_2pts.h +++ b/src/live_effects/lpe-transform_2pts.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_TRANSFORM_2PTS_H #define INKSCAPE_LPE_TRANSFORM_2PTS_H @@ -10,7 +11,7 @@ * * * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpe-vonkoch.cpp b/src/live_effects/lpe-vonkoch.cpp index 33db7c14a9..f526458495 100644 --- a/src/live_effects/lpe-vonkoch.cpp +++ b/src/live_effects/lpe-vonkoch.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) JF Barraud 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpe-vonkoch.h" diff --git a/src/live_effects/lpe-vonkoch.h b/src/live_effects/lpe-vonkoch.h index 6ff5b6ae3c..7244253951 100644 --- a/src/live_effects/lpe-vonkoch.h +++ b/src/live_effects/lpe-vonkoch.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPE_VONKOCH_H #define INKSCAPE_LPE_VONKOCH_H @@ -6,7 +7,7 @@ * * Copyright (C) JF Barraud 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/effect.h" diff --git a/src/live_effects/lpegroupbbox.cpp b/src/live_effects/lpegroupbbox.cpp index a87baf4b43..bc2f63017d 100644 --- a/src/live_effects/lpegroupbbox.cpp +++ b/src/live_effects/lpegroupbbox.cpp @@ -1,8 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Steren Giannini 2008 * Abhishek Sharma * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "document.h" diff --git a/src/live_effects/lpegroupbbox.h b/src/live_effects/lpegroupbbox.h index de20138c93..8c71151d85 100644 --- a/src/live_effects/lpegroupbbox.h +++ b/src/live_effects/lpegroupbbox.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LPEGROUPBBOX_H #define INKSCAPE_LPEGROUPBBOX_H @@ -6,7 +7,7 @@ * * Copyright (C) Steren Giannini 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ class SPLPEItem; diff --git a/src/live_effects/lpeobject-reference.cpp b/src/live_effects/lpeobject-reference.cpp index 6b04b4c671..cd3e243d3c 100644 --- a/src/live_effects/lpeobject-reference.cpp +++ b/src/live_effects/lpeobject-reference.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * The reference corresponding to the inkscape:live-effect attribute * * Copyright (C) 2007 Johan Engelen * - * Released under GNU GPL, read the file 'COPYING' for more information. + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpeobject-reference.h" diff --git a/src/live_effects/lpeobject-reference.h b/src/live_effects/lpeobject-reference.h index a86c10eee2..a57d01a701 100644 --- a/src/live_effects/lpeobject-reference.h +++ b/src/live_effects/lpeobject-reference.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_LPEOBJECT_REFERENCE_H #define SEEN_LPEOBJECT_REFERENCE_H @@ -6,7 +7,7 @@ * * Copyright (C) 2007 Johan Engelen * - * Released under GNU GPL, read the file 'COPYING' for more information. + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/lpeobject.cpp b/src/live_effects/lpeobject.cpp index d3c49a3661..cb3e4ff55f 100644 --- a/src/live_effects/lpeobject.cpp +++ b/src/live_effects/lpeobject.cpp @@ -1,8 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Johan Engelen 2007-2008 * Abhishek Sharma * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/lpeobject.h" diff --git a/src/live_effects/lpeobject.h b/src/live_effects/lpeobject.h index 631aba68a3..50eac73cf1 100644 --- a/src/live_effects/lpeobject.h +++ b/src/live_effects/lpeobject.h @@ -1,14 +1,15 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_OBJECT_H #define INKSCAPE_LIVEPATHEFFECT_OBJECT_H /* * Inkscape::LivePathEffect * -* Copyright (C) Johan Engelen 2007-2008 + * Copyright (C) Johan Engelen 2007-2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ - + #include "effect-enum.h" diff --git a/src/live_effects/parameter/array.cpp b/src/live_effects/parameter/array.cpp index 3c1498fc30..376252f45c 100644 --- a/src/live_effects/parameter/array.cpp +++ b/src/live_effects/parameter/array.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Johan Engelen 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/array.h" diff --git a/src/live_effects/parameter/array.h b/src/live_effects/parameter/array.h index 3f4baf8b4b..6768bbade6 100644 --- a/src/live_effects/parameter/array.h +++ b/src/live_effects/parameter/array.h @@ -1,12 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_PARAMETER_ARRAY_H #define INKSCAPE_LIVEPATHEFFECT_PARAMETER_ARRAY_H /* * Inkscape::LivePathEffectParameters * -* Copyright (C) Johan Engelen 2008 + * Copyright (C) Johan Engelen 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/parameter/bool.cpp b/src/live_effects/parameter/bool.cpp index 9b84359414..26d27ebab3 100644 --- a/src/live_effects/parameter/bool.cpp +++ b/src/live_effects/parameter/bool.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "ui/widget/registered-widget.h" diff --git a/src/live_effects/parameter/bool.h b/src/live_effects/parameter/bool.h index dd474302c6..557511979f 100644 --- a/src/live_effects/parameter/bool.h +++ b/src/live_effects/parameter/bool.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_PARAMETER_BOOL_H #define INKSCAPE_LIVEPATHEFFECT_PARAMETER_BOOL_H @@ -6,7 +7,7 @@ * * Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/parameter/colorpicker.cpp b/src/live_effects/parameter/colorpicker.cpp index ec2b18389a..8163b36725 100644 --- a/src/live_effects/parameter/colorpicker.cpp +++ b/src/live_effects/parameter/colorpicker.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/parameter/colorpicker.h b/src/live_effects/parameter/colorpicker.h index 7fa1556a35..e24704718f 100644 --- a/src/live_effects/parameter/colorpicker.h +++ b/src/live_effects/parameter/colorpicker.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_PARAMETER_COLOR_BUTTON_H #define INKSCAPE_LIVEPATHEFFECT_PARAMETER_COLOR_BUTTON_H @@ -5,7 +6,7 @@ * Inkscape::LivePathEffectParameters * * Authors: - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include #include "live_effects/parameter/parameter.h" diff --git a/src/live_effects/parameter/enum.h b/src/live_effects/parameter/enum.h index cc100ad984..dcf42f258c 100644 --- a/src/live_effects/parameter/enum.h +++ b/src/live_effects/parameter/enum.h @@ -1,12 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_PARAMETER_ENUM_H #define INKSCAPE_LIVEPATHEFFECT_PARAMETER_ENUM_H /* * Inkscape::LivePathEffectParameters * -* Copyright (C) Johan Engelen 2007 + * Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "ui/widget/registered-enums.h" diff --git a/src/live_effects/parameter/fontbutton.cpp b/src/live_effects/parameter/fontbutton.cpp index 49edb850a3..07bc5d6ab1 100644 --- a/src/live_effects/parameter/fontbutton.cpp +++ b/src/live_effects/parameter/fontbutton.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/parameter/fontbutton.h b/src/live_effects/parameter/fontbutton.h index 27c9821596..1a5cc29662 100644 --- a/src/live_effects/parameter/fontbutton.h +++ b/src/live_effects/parameter/fontbutton.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_PARAMETER_FONT_H #define INKSCAPE_LIVEPATHEFFECT_PARAMETER_FONT_H @@ -5,7 +6,7 @@ * Inkscape::LivePathEffectParameters * * Authors: - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include #include "live_effects/parameter/parameter.h" diff --git a/src/live_effects/parameter/hidden.cpp b/src/live_effects/parameter/hidden.cpp index fd062d277f..5e1462aa4d 100644 --- a/src/live_effects/parameter/hidden.cpp +++ b/src/live_effects/parameter/hidden.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) jabiertxof 2017 * Copyright (C) Maximilian Albert 2008 @@ -7,7 +8,7 @@ * Maximilian Albert * Johan Engelen * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ diff --git a/src/live_effects/parameter/hidden.h b/src/live_effects/parameter/hidden.h index ecc5039b24..6429e9ef85 100644 --- a/src/live_effects/parameter/hidden.h +++ b/src/live_effects/parameter/hidden.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_HIDDEN_H #define INKSCAPE_LIVEPATHEFFECT_HIDDEN_H @@ -12,7 +13,7 @@ * Copyright (C) jabiertxof 2017 * Copyright (C) Maximilian Albert 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/parameter.h" diff --git a/src/live_effects/parameter/item-reference.cpp b/src/live_effects/parameter/item-reference.cpp index 6540245d37..cea49010d5 100644 --- a/src/live_effects/parameter/item-reference.cpp +++ b/src/live_effects/parameter/item-reference.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * The reference corresponding to href of LPE Item parameter. * * Copyright (C) 2008 Johan Engelen * - * Released under GNU GPL, read the file 'COPYING' for more information. + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/item-reference.h" diff --git a/src/live_effects/parameter/item-reference.h b/src/live_effects/parameter/item-reference.h index 50d4f9dab6..64aaac0a77 100644 --- a/src/live_effects/parameter/item-reference.h +++ b/src/live_effects/parameter/item-reference.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_LPE_ITEM_REFERENCE_H #define SEEN_LPE_ITEM_REFERENCE_H @@ -6,7 +7,7 @@ * Authors: Johan Engelen * Abhishek Sharma * - * Released under GNU GPL, read the file 'COPYING' for more information. + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "object/uri-references.h" diff --git a/src/live_effects/parameter/item.cpp b/src/live_effects/parameter/item.cpp index 5da934da62..bc467d843e 100644 --- a/src/live_effects/parameter/item.cpp +++ b/src/live_effects/parameter/item.cpp @@ -1,8 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Johan Engelen 2007 * Abhishek Sharma * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/item.h" diff --git a/src/live_effects/parameter/item.h b/src/live_effects/parameter/item.h index 315f7618d8..a09db38ff4 100644 --- a/src/live_effects/parameter/item.h +++ b/src/live_effects/parameter/item.h @@ -1,12 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_PARAMETER_ITEM_H #define INKSCAPE_LIVEPATHEFFECT_PARAMETER_ITEM_H /* * Inkscape::LivePathEffectParameters * -* Copyright (C) Johan Engelen 2007 + * Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/parameter/message.cpp b/src/live_effects/parameter/message.cpp index 37fe7d1456..f00e178171 100644 --- a/src/live_effects/parameter/message.cpp +++ b/src/live_effects/parameter/message.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/parameter/message.h b/src/live_effects/parameter/message.h index 28cd9642bf..439cce8f27 100644 --- a/src/live_effects/parameter/message.h +++ b/src/live_effects/parameter/message.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_PARAMETER_MESSAGE_H #define INKSCAPE_LIVEPATHEFFECT_PARAMETER_MESSAGE_H @@ -5,7 +6,7 @@ * Inkscape::LivePathEffectParameters * * Authors: - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include #include "live_effects/parameter/parameter.h" diff --git a/src/live_effects/parameter/originalitem.cpp b/src/live_effects/parameter/originalitem.cpp index 35a504dfc1..e71306b759 100644 --- a/src/live_effects/parameter/originalitem.cpp +++ b/src/live_effects/parameter/originalitem.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Johan Engelen 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/parameter/originalitem.h b/src/live_effects/parameter/originalitem.h index d070161ac8..26729f6de8 100644 --- a/src/live_effects/parameter/originalitem.h +++ b/src/live_effects/parameter/originalitem.h @@ -1,12 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_PARAMETER_ORIGINAL_ITEM_H #define INKSCAPE_LIVEPATHEFFECT_PARAMETER_ORIGINAL_ITEM_H /* * Inkscape::LiveItemEffectParameters * -* Copyright (C) Johan Engelen 2012 + * Copyright (C) Johan Engelen 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/item.h" diff --git a/src/live_effects/parameter/originalitemarray.cpp b/src/live_effects/parameter/originalitemarray.cpp index 0138f1558b..c6943d9da6 100644 --- a/src/live_effects/parameter/originalitemarray.cpp +++ b/src/live_effects/parameter/originalitemarray.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Theodore Janeczko 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/originalitemarray.h" diff --git a/src/live_effects/parameter/originalitemarray.h b/src/live_effects/parameter/originalitemarray.h index 968aeaff01..f55e180f35 100644 --- a/src/live_effects/parameter/originalitemarray.h +++ b/src/live_effects/parameter/originalitemarray.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_PARAMETER_ORIGINALITEMARRAY_H #define INKSCAPE_LIVEPATHEFFECT_PARAMETER_ORIGINALITEMARRAY_H @@ -6,7 +7,7 @@ * * Copyright (C) Theodore Janeczko 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/parameter/originalpath.cpp b/src/live_effects/parameter/originalpath.cpp index 61ca1e1ffb..dd292fee37 100644 --- a/src/live_effects/parameter/originalpath.cpp +++ b/src/live_effects/parameter/originalpath.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Johan Engelen 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/parameter/originalpath.h b/src/live_effects/parameter/originalpath.h index 4432d063dd..7bdc23c921 100644 --- a/src/live_effects/parameter/originalpath.h +++ b/src/live_effects/parameter/originalpath.h @@ -1,12 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_PARAMETER_ORIGINAL_PATH_H #define INKSCAPE_LIVEPATHEFFECT_PARAMETER_ORIGINAL_PATH_H /* * Inkscape::LivePathEffectParameters * -* Copyright (C) Johan Engelen 2012 + * Copyright (C) Johan Engelen 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/path.h" diff --git a/src/live_effects/parameter/originalpatharray.cpp b/src/live_effects/parameter/originalpatharray.cpp index 8716c42282..1618ace0fb 100644 --- a/src/live_effects/parameter/originalpatharray.cpp +++ b/src/live_effects/parameter/originalpatharray.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Theodore Janeczko 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/originalpatharray.h" diff --git a/src/live_effects/parameter/originalpatharray.h b/src/live_effects/parameter/originalpatharray.h index 23a41215f2..3af27136be 100644 --- a/src/live_effects/parameter/originalpatharray.h +++ b/src/live_effects/parameter/originalpatharray.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_PARAMETER_ORIGINALPATHARRAY_H #define INKSCAPE_LIVEPATHEFFECT_PARAMETER_ORIGINALPATHARRAY_H @@ -6,7 +7,7 @@ * * Copyright (C) Theodore Janeczko 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/parameter/parameter.cpp b/src/live_effects/parameter/parameter.cpp index 158db91a46..a6f8021b3c 100644 --- a/src/live_effects/parameter/parameter.cpp +++ b/src/live_effects/parameter/parameter.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ diff --git a/src/live_effects/parameter/parameter.h b/src/live_effects/parameter/parameter.h index db2b7e13f3..82250f652e 100644 --- a/src/live_effects/parameter/parameter.h +++ b/src/live_effects/parameter/parameter.h @@ -1,12 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_PARAMETER_H #define INKSCAPE_LIVEPATHEFFECT_PARAMETER_H /* * Inkscape::LivePathEffectParameters * -* Copyright (C) Johan Engelen 2007 + * Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/parameter/path-reference.cpp b/src/live_effects/parameter/path-reference.cpp index b169e5b32f..c3ce3d5d32 100644 --- a/src/live_effects/parameter/path-reference.cpp +++ b/src/live_effects/parameter/path-reference.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * The reference corresponding to href of LPE Path parameter. * * Copyright (C) 2008 Johan Engelen * - * Released under GNU GPL, read the file 'COPYING' for more information. + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/path-reference.h" diff --git a/src/live_effects/parameter/path-reference.h b/src/live_effects/parameter/path-reference.h index 8f8382b80d..0b33194906 100644 --- a/src/live_effects/parameter/path-reference.h +++ b/src/live_effects/parameter/path-reference.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_LPE_PATH_REFERENCE_H #define SEEN_LPE_PATH_REFERENCE_H @@ -6,7 +7,7 @@ * Authors: Johan Engelen * Abhishek Sharma * - * Released under GNU GPL, read the file 'COPYING' for more information. + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "object/uri-references.h" diff --git a/src/live_effects/parameter/path.cpp b/src/live_effects/parameter/path.cpp index ce06627c9e..c38f7d37cd 100644 --- a/src/live_effects/parameter/path.cpp +++ b/src/live_effects/parameter/path.cpp @@ -1,8 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Johan Engelen 2007 * Abhishek Sharma * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/path.h" diff --git a/src/live_effects/parameter/path.h b/src/live_effects/parameter/path.h index 99c0739979..3b34a6f90f 100644 --- a/src/live_effects/parameter/path.h +++ b/src/live_effects/parameter/path.h @@ -1,12 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_PARAMETER_PATH_H #define INKSCAPE_LIVEPATHEFFECT_PARAMETER_PATH_H /* * Inkscape::LivePathEffectParameters * -* Copyright (C) Johan Engelen 2007 + * Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/parameter/point.cpp b/src/live_effects/parameter/point.cpp index 3cdfd72c04..561e434958 100644 --- a/src/live_effects/parameter/point.cpp +++ b/src/live_effects/parameter/point.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/point.h" diff --git a/src/live_effects/parameter/point.h b/src/live_effects/parameter/point.h index 7c620f502f..9cccb94006 100644 --- a/src/live_effects/parameter/point.h +++ b/src/live_effects/parameter/point.h @@ -1,12 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_PARAMETER_POINT_H #define INKSCAPE_LIVEPATHEFFECT_PARAMETER_POINT_H /* * Inkscape::LivePathEffectParameters * -* Copyright (C) Johan Engelen 2007 + * Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/parameter/powerstrokepointarray.cpp b/src/live_effects/parameter/powerstrokepointarray.cpp index 6cc204bb93..08e17ed93c 100644 --- a/src/live_effects/parameter/powerstrokepointarray.cpp +++ b/src/live_effects/parameter/powerstrokepointarray.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "ui/dialog/lpe-powerstroke-properties.h" diff --git a/src/live_effects/parameter/powerstrokepointarray.h b/src/live_effects/parameter/powerstrokepointarray.h index e21945e7cc..51c94ae7aa 100644 --- a/src/live_effects/parameter/powerstrokepointarray.h +++ b/src/live_effects/parameter/powerstrokepointarray.h @@ -1,12 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_POWERSTROKE_POINT_ARRAY_H #define INKSCAPE_LIVEPATHEFFECT_POWERSTROKE_POINT_ARRAY_H /* * Inkscape::LivePathEffectParameters * -* Copyright (C) Johan Engelen 2007 + * Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/parameter/random.cpp b/src/live_effects/parameter/random.cpp index fe99285a0f..176790c65a 100644 --- a/src/live_effects/parameter/random.cpp +++ b/src/live_effects/parameter/random.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "ui/widget/registered-widget.h" diff --git a/src/live_effects/parameter/random.h b/src/live_effects/parameter/random.h index ae037083a9..0b902befe6 100644 --- a/src/live_effects/parameter/random.h +++ b/src/live_effects/parameter/random.h @@ -1,12 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_PARAMETER_RANDOM_H #define INKSCAPE_LIVEPATHEFFECT_PARAMETER_RANDOM_H /* * Inkscape::LivePathEffectParameters * -* Copyright (C) Johan Engelen 2007 + * Copyright (C) Johan Engelen 2007 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/parameter.h" diff --git a/src/live_effects/parameter/satellitesarray.cpp b/src/live_effects/parameter/satellitesarray.cpp index 6a46204c99..aa1644597b 100644 --- a/src/live_effects/parameter/satellitesarray.cpp +++ b/src/live_effects/parameter/satellitesarray.cpp @@ -1,9 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Author(s): * Jabiertxo Arraiza Cenoz * * Copyright (C) 2014 Author(s) - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "knotholder.h" diff --git a/src/live_effects/parameter/satellitesarray.h b/src/live_effects/parameter/satellitesarray.h index 459b499d31..d9f6ddbad4 100644 --- a/src/live_effects/parameter/satellitesarray.h +++ b/src/live_effects/parameter/satellitesarray.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_SATELLITES_ARRAY_H #define INKSCAPE_LIVEPATHEFFECT_SATELLITES_ARRAY_H @@ -8,14 +9,14 @@ * Also to ScislaC for pointing me to the idea * Also su_v for his constructive feedback and time * To Nathan Hurst for his review and help on refactor - * and finally to Liam P. White for his big help on coding, + * and finally to Liam P. White for his big help on coding, * that saved me a lot of hours * * * This parameter acts as a bridge from pathVectorSatellites class to serialize it as a LPE * parameter * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/array.h" diff --git a/src/live_effects/parameter/text.cpp b/src/live_effects/parameter/text.cpp index 37ae3a1d7c..6f98969810 100644 --- a/src/live_effects/parameter/text.cpp +++ b/src/live_effects/parameter/text.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Maximilian Albert 2008 * @@ -5,7 +6,7 @@ * Maximilian Albert * Johan Engelen * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "ui/widget/registered-widget.h" diff --git a/src/live_effects/parameter/text.h b/src/live_effects/parameter/text.h index 6591c54c8f..12e6295c0d 100644 --- a/src/live_effects/parameter/text.h +++ b/src/live_effects/parameter/text.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_PARAMETER_TEXT_H #define INKSCAPE_LIVEPATHEFFECT_PARAMETER_TEXT_H @@ -10,7 +11,7 @@ * * Copyright (C) Maximilian Albert 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/parameter/togglebutton.cpp b/src/live_effects/parameter/togglebutton.cpp index c92e1c437b..faeb27a552 100644 --- a/src/live_effects/parameter/togglebutton.cpp +++ b/src/live_effects/parameter/togglebutton.cpp @@ -1,8 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Johan Engelen 2007 * Copyright (C) Jabiertxo Arraiza Cenoz 2014 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "ui/widget/registered-widget.h" diff --git a/src/live_effects/parameter/togglebutton.h b/src/live_effects/parameter/togglebutton.h index 65fb5db342..3cae69f1d7 100644 --- a/src/live_effects/parameter/togglebutton.h +++ b/src/live_effects/parameter/togglebutton.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_PARAMETER_TOGGLEBUTTON_H #define INKSCAPE_LIVEPATHEFFECT_PARAMETER_TOGGLEBUTTON_H /* * Copyright (C) Jabiertxo Arraiza Cenoz 2014 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/parameter/transformedpoint.cpp b/src/live_effects/parameter/transformedpoint.cpp index d7e42e28bf..357ea6958a 100644 --- a/src/live_effects/parameter/transformedpoint.cpp +++ b/src/live_effects/parameter/transformedpoint.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Theodore Janeczko 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "ui/widget/registered-widget.h" diff --git a/src/live_effects/parameter/transformedpoint.h b/src/live_effects/parameter/transformedpoint.h index e732146a83..9046f1b46b 100644 --- a/src/live_effects/parameter/transformedpoint.h +++ b/src/live_effects/parameter/transformedpoint.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_PARAMETER_TRANSFORMED_POINT_H #define INKSCAPE_LIVEPATHEFFECT_PARAMETER_TRANSFORMED_POINT_H @@ -6,7 +7,7 @@ * * Copyright (C) Theodore Janeczko 2012 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/parameter/unit.cpp b/src/live_effects/parameter/unit.cpp index d6c545f3b0..109d7fcedf 100644 --- a/src/live_effects/parameter/unit.cpp +++ b/src/live_effects/parameter/unit.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Maximilian Albert 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "ui/widget/registered-widget.h" diff --git a/src/live_effects/parameter/unit.h b/src/live_effects/parameter/unit.h index 97514248e5..a3a78ed4c6 100644 --- a/src/live_effects/parameter/unit.h +++ b/src/live_effects/parameter/unit.h @@ -1,12 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_PARAMETER_UNIT_H #define INKSCAPE_LIVEPATHEFFECT_PARAMETER_UNIT_H /* * Inkscape::LivePathEffectParameters * -* Copyright (C) Maximilian Albert 2008 + * Copyright (C) Maximilian Albert 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "live_effects/parameter/parameter.h" diff --git a/src/live_effects/parameter/vector.cpp b/src/live_effects/parameter/vector.cpp index f5a156c713..6f689c7551 100644 --- a/src/live_effects/parameter/vector.cpp +++ b/src/live_effects/parameter/vector.cpp @@ -1,7 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) Johan Engelen 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "ui/widget/registered-widget.h" diff --git a/src/live_effects/parameter/vector.h b/src/live_effects/parameter/vector.h index 059f706e41..08a2241df1 100644 --- a/src/live_effects/parameter/vector.h +++ b/src/live_effects/parameter/vector.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_LIVEPATHEFFECT_PARAMETER_VECTOR_H #define INKSCAPE_LIVEPATHEFFECT_PARAMETER_VECTOR_H @@ -6,7 +7,7 @@ * * Copyright (C) Johan Engelen 2008 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/live_effects/spiro-converters.cpp b/src/live_effects/spiro-converters.cpp index ee214704ce..e0daf6d541 100644 --- a/src/live_effects/spiro-converters.cpp +++ b/src/live_effects/spiro-converters.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* Authors: * Johan Engelen * diff --git a/src/live_effects/spiro-converters.h b/src/live_effects/spiro-converters.h index ec53e085b6..98041a22c8 100644 --- a/src/live_effects/spiro-converters.h +++ b/src/live_effects/spiro-converters.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef INKSCAPE_SPIRO_CONVERTERS_H #define INKSCAPE_SPIRO_CONVERTERS_H diff --git a/src/live_effects/spiro.cpp b/src/live_effects/spiro.cpp index 008e2ad6aa..54bc021c7d 100644 --- a/src/live_effects/spiro.cpp +++ b/src/live_effects/spiro.cpp @@ -1,26 +1,14 @@ -/* -Copyright (C) 2007-2012 Authors - -Authors: Raph Levien - Johan Engelen - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU 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. - -*/ -/* C implementation of third-order polynomial spirals. */ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * C implementation of third-order polynomial spirals. + *//* + * Authors: see git history + * Raph Levien + * Johan Engelen + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include "spiro.h" diff --git a/src/live_effects/spiro.h b/src/live_effects/spiro.h index 3afa06941c..3ca1fb87bb 100644 --- a/src/live_effects/spiro.h +++ b/src/live_effects/spiro.h @@ -1,26 +1,14 @@ -/* -Copyright (C) 2007-2012 Authors - -Authors: Raph Levien - Johan Engelen - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU 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 +/** @file + * C implementation of third-order polynomial spirals. + *//* + * Authors: see git history + * Raph Levien + * Johan Engelen + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef INKSCAPE_SPIRO_H #define INKSCAPE_SPIRO_H diff --git a/src/main-cmdlineact.cpp b/src/main-cmdlineact.cpp index fac5c55632..fa050d632a 100644 --- a/src/main-cmdlineact.cpp +++ b/src/main-cmdlineact.cpp @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Ted Gould * * Copyright (C) 2007 Authors * - * Released under GNU GPL v2+, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/main-cmdlineact.h b/src/main-cmdlineact.h index b8151909d0..d880e52201 100644 --- a/src/main-cmdlineact.h +++ b/src/main-cmdlineact.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef __INK_MAIN_CMD_LINE_ACTIONS_H__ #define __INK_MAIN_CMD_LINE_ACTIONS_H__ @@ -12,7 +13,7 @@ * * Copyright (C) 2007 Authors * - * Released under GNU GPL v2+, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ namespace Inkscape { diff --git a/src/main-cmdlinexact.cpp b/src/main-cmdlinexact.cpp index 3d3eb98dba..8dac9bc096 100644 --- a/src/main-cmdlinexact.cpp +++ b/src/main-cmdlinexact.cpp @@ -1,10 +1,14 @@ -/* +// SPDX-License-Identifier: GPL-2.0-only +/** @file + * TODO: insert short description here + *//* * Authors: * Dmitry Zhulanov * * Copyright (C) 2016 Authors * - * Released under GNU GPL v2, read the file 'COPYING' for more information + * Released under GNU GPL v2 (ONLY?), read the file 'COPYING' for more information + * TODO: REQUIRES RELICENSING OR REMOVAL * * more details: http://wiki.inkscape.org/wiki/index.php/Using_xverbs */ diff --git a/src/main-cmdlinexact.h b/src/main-cmdlinexact.h index 8b9c137d99..8add540df6 100644 --- a/src/main-cmdlinexact.h +++ b/src/main-cmdlinexact.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only #ifndef __INK_MAIN_CMD_LINE_XACTIONS_H__ #define __INK_MAIN_CMD_LINE_XACTIONS_H__ @@ -17,7 +18,10 @@ * * Copyright (C) 2016 Authors * - * Released under GNU GPL v2.x, read the file 'COPYING' for more information + * Released under GNU GPL v2 (ONLY?), read the file 'COPYING' for more information + * TODO: REQUIRES RELICENSING OR REMOVAL + * + * more details: http://wiki.inkscape.org/wiki/index.php/Using_xverbs */ #include "main-cmdlineact.h" diff --git a/src/main.cpp b/src/main.cpp index 5de51a60aa..0f6269611b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape - an ambitious vector drawing program * @@ -20,7 +21,7 @@ * Copyright (C) 1999-2004 authors * Copyright (C) 2001-2002 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/media.cpp b/src/media.cpp index 89221d9c4a..75a67f5a4b 100644 --- a/src/media.cpp +++ b/src/media.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2010 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include "media.h" void diff --git a/src/media.h b/src/media.h index 23020a9b6e..5a9353a766 100644 --- a/src/media.h +++ b/src/media.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2010 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef INKSCAPE_MEDIA_H #define INKSCAPE_MEDIA_H diff --git a/src/menus-skeleton.h b/src/menus-skeleton.h index 05bbab1ca5..43ed8efde3 100644 --- a/src/menus-skeleton.h +++ b/src/menus-skeleton.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2017 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_MENUS_SKELETON_H #define SEEN_MENUS_SKELETON_H diff --git a/src/message-context.cpp b/src/message-context.cpp index 160a060bb8..1a878d55fc 100644 --- a/src/message-context.cpp +++ b/src/message-context.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * MessageContext - context for posting status messages * @@ -6,7 +7,7 @@ * * Copyright (C) 2004 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/message-context.h b/src/message-context.h index ea86c4ec0c..3873d3b64e 100644 --- a/src/message-context.h +++ b/src/message-context.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * Interface for locally managing a current status message */ @@ -8,7 +9,7 @@ * * Copyright (C) 2004 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_MESSAGE_CONTEXT_H diff --git a/src/message-stack.cpp b/src/message-stack.cpp index 9fc3045b22..cebd5f23c6 100644 --- a/src/message-stack.cpp +++ b/src/message-stack.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * MessageStack - manages stack of active status messages * @@ -6,7 +7,7 @@ * * Copyright (C) 2004 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/message-stack.h b/src/message-stack.h index 31842af705..7f145cf37f 100644 --- a/src/message-stack.h +++ b/src/message-stack.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * Raw stack of active status messages */ @@ -10,7 +11,7 @@ * Copyright (C) 2004 MenTaLguY * Copyright (C) 2011 Jon A. Cruz * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_MESSAGE_STACK_H diff --git a/src/message.h b/src/message.h index 956f2c03e9..fe16bbd5e5 100644 --- a/src/message.h +++ b/src/message.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * status-message-related types * @@ -6,7 +7,7 @@ * * Copyright (C) 2004 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_MESSAGE_H diff --git a/src/mod360.cpp b/src/mod360.cpp index 6a5ce3d205..182022dbbe 100644 --- a/src/mod360.cpp +++ b/src/mod360.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include #include diff --git a/src/mod360.h b/src/mod360.h index 0a8a91e98d..5dd14018a3 100644 --- a/src/mod360.h +++ b/src/mod360.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2010 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_MOD360_H #define SEEN_MOD360_H diff --git a/src/number-opt-number.h b/src/number-opt-number.h index 00b354d725..6bb97f6df3 100644 --- a/src/number-opt-number.h +++ b/src/number-opt-number.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_NUMBER_OPT_NUMBER_H #define SEEN_NUMBER_OPT_NUMBER_H @@ -10,7 +11,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object-hierarchy.cpp b/src/object-hierarchy.cpp index 4d6acd578b..c05bb6f33d 100644 --- a/src/object-hierarchy.cpp +++ b/src/object-hierarchy.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Object hierarchy implementation. * @@ -6,7 +7,7 @@ * * Copyright (C) 2004 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object-hierarchy.h b/src/object-hierarchy.h index 535cd3439b..e515a3db56 100644 --- a/src/object-hierarchy.h +++ b/src/object-hierarchy.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * MenTaLguY * * Copyright (C) 2004 MenTaLguY * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_OBJECT_HIERARCHY_H diff --git a/src/object-snapper.cpp b/src/object-snapper.cpp index 4bf8f5fbff..702ef4dd87 100644 --- a/src/object-snapper.cpp +++ b/src/object-snapper.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Snapping things to objects. * @@ -9,7 +10,7 @@ * * Copyright (C) 2005 - 2012 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/circle.h> diff --git a/src/object-snapper.h b/src/object-snapper.h index 58cb3b3a42..81649d46cd 100644 --- a/src/object-snapper.h +++ b/src/object-snapper.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_OBJECT_SNAPPER_H #define SEEN_OBJECT_SNAPPER_H /* @@ -7,7 +8,7 @@ * * Copyright (C) 2005 - 2011 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "snapper.h" diff --git a/src/object/CMakeLists.txt b/src/object/CMakeLists.txt index 3c347ce036..7a125bfbc2 100644 --- a/src/object/CMakeLists.txt +++ b/src/object/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later set(object_SRC diff --git a/src/object/box3d-side.cpp b/src/object/box3d-side.cpp index bfd698eb31..72566e617f 100644 --- a/src/object/box3d-side.cpp +++ b/src/object/box3d-side.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * 3D box face implementation * @@ -8,7 +9,7 @@ * * Copyright (C) 2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "box3d-side.h" diff --git a/src/object/box3d-side.h b/src/object/box3d-side.h index 36e2b75e0e..63420f8e2c 100644 --- a/src/object/box3d-side.h +++ b/src/object/box3d-side.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_BOX3D_SIDE_H #define SEEN_BOX3D_SIDE_H @@ -11,7 +12,7 @@ * * Copyright (C) 2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-polygon.h" diff --git a/src/object/box3d.cpp b/src/object/box3d.cpp index 94920e4199..4416a04743 100644 --- a/src/object/box3d.cpp +++ b/src/object/box3d.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG implementation * @@ -12,7 +13,7 @@ * Copyright (C) 1999-2002 Lauris Kaplinski * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "box3d.h" diff --git a/src/object/box3d.h b/src/object/box3d.h index 006571478a..96f1b359a6 100644 --- a/src/object/box3d.h +++ b/src/object/box3d.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_BOX3D_H #define SEEN_SP_BOX3D_H @@ -14,7 +15,7 @@ * Copyright (C) 1999-2002 Lauris Kaplinski * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-item-group.h" diff --git a/src/object/color-profile.cpp b/src/object/color-profile.cpp index 2475181eca..8e4e8978b7 100644 --- a/src/object/color-profile.cpp +++ b/src/object/color-profile.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifdef HAVE_CONFIG_H # include "config.h" // only include where actually required! #endif diff --git a/src/object/color-profile.h b/src/object/color-profile.h index 1abc02a335..a0b320b028 100644 --- a/src/object/color-profile.h +++ b/src/object/color-profile.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_COLOR_PROFILE_H #define SEEN_COLOR_PROFILE_H diff --git a/src/object/filters/CMakeLists.txt b/src/object/filters/CMakeLists.txt index 04c23abe7f..14ea76b82a 100644 --- a/src/object/filters/CMakeLists.txt +++ b/src/object/filters/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-or-later set(filters_SRC sp-filter-primitive.cpp diff --git a/src/object/filters/blend.cpp b/src/object/filters/blend.cpp index f28315e2c8..f866edf51e 100644 --- a/src/object/filters/blend.cpp +++ b/src/object/filters/blend.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG implementation. * @@ -10,7 +11,7 @@ * * Copyright (C) 2006,2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/filters/blend.h b/src/object/filters/blend.h index f8efa78a4c..b2a199bb3f 100644 --- a/src/object/filters/blend.h +++ b/src/object/filters/blend.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief SVG blend filter effect *//* @@ -7,7 +8,7 @@ * * Copyright (C) 2006,2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SP_FEBLEND_H_SEEN diff --git a/src/object/filters/colormatrix.cpp b/src/object/filters/colormatrix.cpp index cf9851dcf6..0783c18870 100644 --- a/src/object/filters/colormatrix.cpp +++ b/src/object/filters/colormatrix.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG implementation. * @@ -11,7 +12,7 @@ * Copyright (C) 2007 Felipe C. da S. Sanches * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/filters/colormatrix.h b/src/object/filters/colormatrix.h index cc2b6ef287..a44ea8a8bc 100644 --- a/src/object/filters/colormatrix.h +++ b/src/object/filters/colormatrix.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief SVG color matrix filter effect *//* @@ -6,7 +7,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SP_FECOLORMATRIX_H_SEEN #define SP_FECOLORMATRIX_H_SEEN diff --git a/src/object/filters/componenttransfer-funcnode.cpp b/src/object/filters/componenttransfer-funcnode.cpp index 547d6eae66..ed6ff88f10 100644 --- a/src/object/filters/componenttransfer-funcnode.cpp +++ b/src/object/filters/componenttransfer-funcnode.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG , , and implementations. */ @@ -10,7 +11,7 @@ * * Copyright (C) 2006, 2007, 2008 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/filters/componenttransfer-funcnode.h b/src/object/filters/componenttransfer-funcnode.h index 3597fc82a1..8022035c81 100644 --- a/src/object/filters/componenttransfer-funcnode.h +++ b/src/object/filters/componenttransfer-funcnode.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SP_FECOMPONENTTRANSFER_FUNCNODE_H_SEEN #define SP_FECOMPONENTTRANSFER_FUNCNODE_H_SEEN @@ -12,7 +13,7 @@ * * Copyright (C) 2006,2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "../sp-object.h" diff --git a/src/object/filters/componenttransfer.cpp b/src/object/filters/componenttransfer.cpp index 164e8c1904..1a3ce93f86 100644 --- a/src/object/filters/componenttransfer.cpp +++ b/src/object/filters/componenttransfer.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG implementation. * @@ -9,7 +10,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "attributes.h" diff --git a/src/object/filters/componenttransfer.h b/src/object/filters/componenttransfer.h index 20d5c1983f..b1ca47c116 100644 --- a/src/object/filters/componenttransfer.h +++ b/src/object/filters/componenttransfer.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief SVG component transferfilter effect *//* @@ -6,7 +7,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SP_FECOMPONENTTRANSFER_H_SEEN #define SP_FECOMPONENTTRANSFER_H_SEEN diff --git a/src/object/filters/composite.cpp b/src/object/filters/composite.cpp index deb06d7646..1bd5f34274 100644 --- a/src/object/filters/composite.cpp +++ b/src/object/filters/composite.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG implementation. * @@ -9,7 +10,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "composite.h" diff --git a/src/object/filters/composite.h b/src/object/filters/composite.h index adfed46550..1205b31831 100644 --- a/src/object/filters/composite.h +++ b/src/object/filters/composite.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief SVG composite filter effect *//* @@ -6,7 +7,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SP_FECOMPOSITE_H_SEEN #define SP_FECOMPOSITE_H_SEEN diff --git a/src/object/filters/convolvematrix.cpp b/src/object/filters/convolvematrix.cpp index a04033af19..5310db7388 100644 --- a/src/object/filters/convolvematrix.cpp +++ b/src/object/filters/convolvematrix.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG implementation. * @@ -10,7 +11,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/filters/convolvematrix.h b/src/object/filters/convolvematrix.h index c6a3edcab8..e19608a203 100644 --- a/src/object/filters/convolvematrix.h +++ b/src/object/filters/convolvematrix.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief SVG matrix convolution filter effect */ @@ -8,7 +9,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SP_FECONVOLVEMATRIX_H_SEEN #define SP_FECONVOLVEMATRIX_H_SEEN diff --git a/src/object/filters/diffuselighting.cpp b/src/object/filters/diffuselighting.cpp index 9f25c4d861..fedf4aef4f 100644 --- a/src/object/filters/diffuselighting.cpp +++ b/src/object/filters/diffuselighting.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG implementation. * @@ -11,7 +12,7 @@ * Copyright (C) 2006 Hugo Rodrigues * 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ // Same directory diff --git a/src/object/filters/diffuselighting.h b/src/object/filters/diffuselighting.h index dc4ebd631b..7905f640d9 100644 --- a/src/object/filters/diffuselighting.h +++ b/src/object/filters/diffuselighting.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief SVG diffuse lighting filter effect *//* @@ -6,7 +7,7 @@ * Jean-Rene Reinhard * * Copyright (C) 2006-2007 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SP_FEDIFFUSELIGHTING_H_SEEN diff --git a/src/object/filters/displacementmap.cpp b/src/object/filters/displacementmap.cpp index 7b6c32ddc4..7621fe2eb7 100644 --- a/src/object/filters/displacementmap.cpp +++ b/src/object/filters/displacementmap.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG implementation. * @@ -9,7 +10,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "displacementmap.h" diff --git a/src/object/filters/displacementmap.h b/src/object/filters/displacementmap.h index 2d88649bea..e9e0731bb7 100644 --- a/src/object/filters/displacementmap.h +++ b/src/object/filters/displacementmap.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG displacement map filter effect *//* @@ -6,7 +7,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SP_FEDISPLACEMENTMAP_H_SEEN diff --git a/src/object/filters/distantlight.cpp b/src/object/filters/distantlight.cpp index 7a2acf75fc..78629065da 100644 --- a/src/object/filters/distantlight.cpp +++ b/src/object/filters/distantlight.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG implementation. */ @@ -10,7 +11,7 @@ * * Copyright (C) 2006,2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/filters/distantlight.h b/src/object/filters/distantlight.h index 1a56226243..dfc193d4a9 100644 --- a/src/object/filters/distantlight.h +++ b/src/object/filters/distantlight.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SP_FEDISTANTLIGHT_H_SEEN #define SP_FEDISTANTLIGHT_H_SEEN @@ -12,7 +13,7 @@ * * Copyright (C) 2006,2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "../sp-object.h" diff --git a/src/object/filters/flood.cpp b/src/object/filters/flood.cpp index 663702dbf9..3fa09a98a9 100644 --- a/src/object/filters/flood.cpp +++ b/src/object/filters/flood.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG implementation. * @@ -9,7 +10,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "flood.h" diff --git a/src/object/filters/flood.h b/src/object/filters/flood.h index c60c107d0c..f36e6dbd99 100644 --- a/src/object/filters/flood.h +++ b/src/object/filters/flood.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief SVG flood filter effect *//* @@ -6,7 +7,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SP_FEFLOOD_H_SEEN diff --git a/src/object/filters/gaussian-blur.cpp b/src/object/filters/gaussian-blur.cpp index ddfe40201e..2cbbaa7adb 100644 --- a/src/object/filters/gaussian-blur.cpp +++ b/src/object/filters/gaussian-blur.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG implementation. * @@ -10,7 +11,7 @@ * * Copyright (C) 2006,2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "gaussian-blur.h" diff --git a/src/object/filters/gaussian-blur.h b/src/object/filters/gaussian-blur.h index abaf0d116d..a2ba281e4d 100644 --- a/src/object/filters/gaussian-blur.h +++ b/src/object/filters/gaussian-blur.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief SVG Gaussian blur filter effect *//* @@ -6,7 +7,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SP_GAUSSIANBLUR_H_SEEN diff --git a/src/object/filters/image.cpp b/src/object/filters/image.cpp index e29cbeab8b..c0169c94b9 100644 --- a/src/object/filters/image.cpp +++ b/src/object/filters/image.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG implementation. * @@ -11,7 +12,7 @@ * Copyright (C) 2007 Felipe Sanches * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "image.h" diff --git a/src/object/filters/image.h b/src/object/filters/image.h index 99a9446bfa..dcd78f32ee 100644 --- a/src/object/filters/image.h +++ b/src/object/filters/image.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief SVG image filter effect *//* @@ -7,7 +8,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SP_FEIMAGE_H_SEEN diff --git a/src/object/filters/merge.cpp b/src/object/filters/merge.cpp index a8331e45e7..9ed668a755 100644 --- a/src/object/filters/merge.cpp +++ b/src/object/filters/merge.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG implementation. * @@ -8,7 +9,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "attributes.h" diff --git a/src/object/filters/merge.h b/src/object/filters/merge.h index 03f0e9511a..a2c87afce9 100644 --- a/src/object/filters/merge.h +++ b/src/object/filters/merge.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG merge filter effect *//* @@ -5,7 +6,7 @@ * Hugo Rodrigues * * Copyright (C) 2006 Hugo Rodrigues - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SP_FEMERGE_H_SEEN #define SP_FEMERGE_H_SEEN diff --git a/src/object/filters/mergenode.cpp b/src/object/filters/mergenode.cpp index e464ae7c81..e5e2efc1ab 100644 --- a/src/object/filters/mergenode.cpp +++ b/src/object/filters/mergenode.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * feMergeNode implementation. A feMergeNode contains the name of one * input image for feMerge. @@ -10,7 +11,7 @@ * * Copyright (C) 2004,2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "mergenode.h" diff --git a/src/object/filters/mergenode.h b/src/object/filters/mergenode.h index e084e93353..36a4cc1dcd 100644 --- a/src/object/filters/mergenode.h +++ b/src/object/filters/mergenode.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SP_FEMERGENODE_H_SEEN #define SP_FEMERGENODE_H_SEEN @@ -12,7 +13,7 @@ * * Copyright (C) 2004,2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "object/sp-object.h" diff --git a/src/object/filters/morphology.cpp b/src/object/filters/morphology.cpp index fd34e0561a..c7d885e321 100644 --- a/src/object/filters/morphology.cpp +++ b/src/object/filters/morphology.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG implementation. * @@ -10,7 +11,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/filters/morphology.h b/src/object/filters/morphology.h index cb154d1520..94842c4235 100644 --- a/src/object/filters/morphology.h +++ b/src/object/filters/morphology.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * @brief SVG morphology filter effect *//* @@ -6,7 +7,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SP_FEMORPHOLOGY_H_SEEN diff --git a/src/object/filters/offset.cpp b/src/object/filters/offset.cpp index e2b47f8222..4d71de80d5 100644 --- a/src/object/filters/offset.cpp +++ b/src/object/filters/offset.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG implementation. * @@ -10,7 +11,7 @@ * * Copyright (C) 2006,2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "offset.h" diff --git a/src/object/filters/offset.h b/src/object/filters/offset.h index b48ecce6a5..7b9febbb1b 100644 --- a/src/object/filters/offset.h +++ b/src/object/filters/offset.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief SVG offset filter effect *//* @@ -6,7 +7,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SP_FEOFFSET_H_SEEN diff --git a/src/object/filters/pointlight.cpp b/src/object/filters/pointlight.cpp index 4905184133..1be7711c96 100644 --- a/src/object/filters/pointlight.cpp +++ b/src/object/filters/pointlight.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG implementation. */ @@ -10,7 +11,7 @@ * * Copyright (C) 2006,2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ // Same directory diff --git a/src/object/filters/pointlight.h b/src/object/filters/pointlight.h index 9d47d77ef9..6eb374b4bf 100644 --- a/src/object/filters/pointlight.h +++ b/src/object/filters/pointlight.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG implementation, see sp-filter.cpp. */ @@ -12,7 +13,7 @@ * * Copyright (C) 2006,2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "object/sp-object.h" diff --git a/src/object/filters/sp-filter-primitive.cpp b/src/object/filters/sp-filter-primitive.cpp index 4c3fae8b6b..25d993b7c8 100644 --- a/src/object/filters/sp-filter-primitive.cpp +++ b/src/object/filters/sp-filter-primitive.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * Superclass for all the filter primitives * @@ -10,7 +11,7 @@ * * Copyright (C) 2004-2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/filters/sp-filter-primitive.h b/src/object/filters/sp-filter-primitive.h index 4e7e5f17a8..ae33a02fb6 100644 --- a/src/object/filters/sp-filter-primitive.h +++ b/src/object/filters/sp-filter-primitive.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_FILTER_PRIMITIVE_H #define SEEN_SP_FILTER_PRIMITIVE_H @@ -11,7 +12,7 @@ * * Copyright (C) 2006,2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "../sp-object.h" diff --git a/src/object/filters/specularlighting.cpp b/src/object/filters/specularlighting.cpp index 41c50be97e..e89f247edb 100644 --- a/src/object/filters/specularlighting.cpp +++ b/src/object/filters/specularlighting.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG implementation. * @@ -11,7 +12,7 @@ * Copyright (C) 2006 Hugo Rodrigues * 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ // Same directory diff --git a/src/object/filters/specularlighting.h b/src/object/filters/specularlighting.h index 3f9c26883e..427cbce74b 100644 --- a/src/object/filters/specularlighting.h +++ b/src/object/filters/specularlighting.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief SVG specular lighting filter effect *//* @@ -8,7 +9,7 @@ * Copyright (C) 2006 Hugo Rodrigues * 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SP_FESPECULARLIGHTING_H_SEEN diff --git a/src/object/filters/spotlight.cpp b/src/object/filters/spotlight.cpp index fb81654690..dcc71b7183 100644 --- a/src/object/filters/spotlight.cpp +++ b/src/object/filters/spotlight.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG implementation. */ @@ -10,7 +11,7 @@ * * Copyright (C) 2006,2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ // Same directory diff --git a/src/object/filters/spotlight.h b/src/object/filters/spotlight.h index 0b522fa1e3..2169124bfa 100644 --- a/src/object/filters/spotlight.h +++ b/src/object/filters/spotlight.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SP_FESPOTLIGHT_H_SEEN #define SP_FESPOTLIGHT_H_SEEN @@ -12,7 +13,7 @@ * * Copyright (C) 2006,2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "object/sp-object.h" diff --git a/src/object/filters/tile.cpp b/src/object/filters/tile.cpp index 815ea3006d..4b1217a22b 100644 --- a/src/object/filters/tile.cpp +++ b/src/object/filters/tile.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG implementation. * @@ -8,7 +9,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "tile.h" diff --git a/src/object/filters/tile.h b/src/object/filters/tile.h index 63bb2eadfb..1f18c612a5 100644 --- a/src/object/filters/tile.h +++ b/src/object/filters/tile.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief SVG tile filter effect *//* @@ -6,7 +7,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SP_FETILE_H_SEEN diff --git a/src/object/filters/turbulence.cpp b/src/object/filters/turbulence.cpp index 5e3a205df3..9d3f594fb7 100644 --- a/src/object/filters/turbulence.cpp +++ b/src/object/filters/turbulence.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG implementation. * @@ -11,7 +12,7 @@ * Copyright (C) 2007 Felipe Sanches * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "attributes.h" diff --git a/src/object/filters/turbulence.h b/src/object/filters/turbulence.h index c6430e2821..c43e3224ca 100644 --- a/src/object/filters/turbulence.h +++ b/src/object/filters/turbulence.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @brief SVG turbulence filter effect *//* @@ -7,7 +8,7 @@ * * Copyright (C) 2006 Hugo Rodrigues * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SP_FETURBULENCE_H_SEEN diff --git a/src/object/object-set.cpp b/src/object/object-set.cpp index de45450a12..aebd0804b4 100644 --- a/src/object/object-set.cpp +++ b/src/object/object-set.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Multiindex container for selection * @@ -6,7 +7,7 @@ * * Copyright (C) 2016 Adrian Boguszewski * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/object-set.h b/src/object/object-set.h index d07ee21934..e688f51dbe 100644 --- a/src/object/object-set.h +++ b/src/object/object-set.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Multiindex container for selection * @@ -7,7 +8,7 @@ * * Copyright (C) 2016 Adrian Boguszewski * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef INKSCAPE_PROTOTYPE_OBJECTSET_H diff --git a/src/object/persp3d-reference.cpp b/src/object/persp3d-reference.cpp index 1ed45cafba..294c62dc8e 100644 --- a/src/object/persp3d-reference.cpp +++ b/src/object/persp3d-reference.cpp @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * The reference corresponding to the inkscape:perspectiveID attribute * * Copyright (C) 2007 Johan Engelen * Copyright (C) 2007 Maximilian Albert * - * Released under GNU GPL, read the file 'COPYING' for more information. + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "persp3d-reference.h" diff --git a/src/object/persp3d-reference.h b/src/object/persp3d-reference.h index ab6eca0625..8d254dd3c2 100644 --- a/src/object/persp3d-reference.h +++ b/src/object/persp3d-reference.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_PERSP3D_REFERENCE_H #define SEEN_PERSP3D_REFERENCE_H @@ -7,7 +8,7 @@ * Copyright (C) 2007 Johan Engelen * Copyright (C) 2007 Maximilian Albert * - * Released under GNU GPL, read the file 'COPYING' for more information. + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/persp3d.cpp b/src/object/persp3d.cpp index 0c4a3205a5..fa6196a469 100644 --- a/src/object/persp3d.cpp +++ b/src/object/persp3d.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Class modelling a 3D perspective as an SPObject * @@ -8,7 +9,7 @@ * * Copyright (C) 2007 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "persp3d.h" diff --git a/src/object/persp3d.h b/src/object/persp3d.h index a86c10618c..6da182c3f6 100644 --- a/src/object/persp3d.h +++ b/src/object/persp3d.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_PERSP3D_H #define SEEN_PERSP3D_H @@ -9,7 +10,7 @@ * * Copyright (C) 2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #define SP_PERSP3D(obj) (dynamic_cast((SPObject*)obj)) diff --git a/src/object/sp-anchor.cpp b/src/object/sp-anchor.cpp index 7a6274202c..9fd5569452 100644 --- a/src/object/sp-anchor.cpp +++ b/src/object/sp-anchor.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG element implementation * @@ -9,7 +10,7 @@ * Copyright (C) 2001-2002 Lauris Kaplinski * Copyright (C) 2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #define noSP_ANCHOR_VERBOSE diff --git a/src/object/sp-anchor.h b/src/object/sp-anchor.h index 67b2032440..0e88155c47 100644 --- a/src/object/sp-anchor.h +++ b/src/object/sp-anchor.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_ANCHOR_H #define SEEN_SP_ANCHOR_H @@ -10,7 +11,7 @@ * Copyright (C) 2001-2002 Lauris Kaplinski * Copyright (C) 2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-item-group.h" diff --git a/src/object/sp-clippath.cpp b/src/object/sp-clippath.cpp index 3b4169d346..432d2ff843 100644 --- a/src/object/sp-clippath.cpp +++ b/src/object/sp-clippath.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG implementation * @@ -9,7 +10,7 @@ * Copyright (C) 2001-2002 authors * Copyright (C) 2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/sp-clippath.h b/src/object/sp-clippath.h index d46fcb7792..87c9b7a3a7 100644 --- a/src/object/sp-clippath.h +++ b/src/object/sp-clippath.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_CLIPPATH_H #define SEEN_SP_CLIPPATH_H @@ -12,7 +13,7 @@ * Copyright (C) 2001-2002 authors * Copyright (C) 2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/sp-conn-end-pair.cpp b/src/object/sp-conn-end-pair.cpp index 160d48acad..a477361295 100644 --- a/src/object/sp-conn-end-pair.cpp +++ b/src/object/sp-conn-end-pair.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * A class for handling connector endpoint movement and libavoid interaction. * @@ -8,7 +9,7 @@ * * * Copyright (C) 2004-2005 Monash University * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/sp-conn-end-pair.h b/src/object/sp-conn-end-pair.h index 1670030266..889e11b44d 100644 --- a/src/object/sp-conn-end-pair.h +++ b/src/object/sp-conn-end-pair.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_CONN_END_PAIR #define SEEN_SP_CONN_END_PAIR @@ -9,7 +10,7 @@ * * * Copyright (C) 2004 Monash University * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/sp-conn-end.cpp b/src/object/sp-conn-end.cpp index d0c48edd37..90e6f40394 100644 --- a/src/object/sp-conn-end.cpp +++ b/src/object/sp-conn-end.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include "sp-conn-end.h" #include diff --git a/src/object/sp-conn-end.h b/src/object/sp-conn-end.h index 46f9e36fa0..039ae5a295 100644 --- a/src/object/sp-conn-end.h +++ b/src/object/sp-conn-end.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_SP_CONN_END #define SEEN_SP_CONN_END diff --git a/src/object/sp-defs.cpp b/src/object/sp-defs.cpp index ea507fe87e..5ad15dba1c 100644 --- a/src/object/sp-defs.cpp +++ b/src/object/sp-defs.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG implementation * @@ -8,7 +9,7 @@ * * Copyright (C) 2000-2002 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /* diff --git a/src/object/sp-defs.h b/src/object/sp-defs.h index 87e120f5d3..54025bf0f4 100644 --- a/src/object/sp-defs.h +++ b/src/object/sp-defs.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_DEFS_H #define SEEN_SP_DEFS_H @@ -10,7 +11,7 @@ * * Copyright (C) 2000-2002 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-object.h" diff --git a/src/object/sp-desc.cpp b/src/object/sp-desc.cpp index 08a08bb951..3b739c427f 100644 --- a/src/object/sp-desc.cpp +++ b/src/object/sp-desc.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG implementation * @@ -6,7 +7,7 @@ * * Copyright (C) 2008 Jeff Schiller * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-desc.h" diff --git a/src/object/sp-desc.h b/src/object/sp-desc.h index 8dbae9b8d2..8db0055b76 100644 --- a/src/object/sp-desc.h +++ b/src/object/sp-desc.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_DESC_H #define SEEN_SP_DESC_H @@ -9,7 +10,7 @@ * * Copyright (C) 2008 Jeff Schiller * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-object.h" diff --git a/src/object/sp-dimensions.cpp b/src/object/sp-dimensions.cpp index 60e6b6dfd2..a4d9585327 100644 --- a/src/object/sp-dimensions.cpp +++ b/src/object/sp-dimensions.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG dimensions implementation * @@ -10,7 +11,7 @@ * Copyright (C) 1999-2005 Authors * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-dimensions.h" diff --git a/src/object/sp-dimensions.h b/src/object/sp-dimensions.h index eb76df7391..2f2538c52d 100644 --- a/src/object/sp-dimensions.h +++ b/src/object/sp-dimensions.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SP_DIMENSIONS_H__ #define SP_DIMENSIONS_H__ diff --git a/src/object/sp-ellipse.cpp b/src/object/sp-ellipse.cpp index 23736b7868..70620b8887 100644 --- a/src/object/sp-ellipse.cpp +++ b/src/object/sp-ellipse.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG and related implementations * @@ -11,7 +12,7 @@ * Copyright (C) 2000-2001 Ximian, Inc. * Copyright (C) 2013 Tavmjong Bah * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/sp-ellipse.h b/src/object/sp-ellipse.h index 19670049e4..31fd5e1b91 100644 --- a/src/object/sp-ellipse.h +++ b/src/object/sp-ellipse.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * SVG and related implementations * @@ -10,7 +11,7 @@ * Copyright (C) 2000-2001 Ximian, Inc. * Copyright (C) 2013 Tavmjong Bah * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_SP_ELLIPSE_H diff --git a/src/object/sp-factory.cpp b/src/object/sp-factory.cpp index 09ef891380..cc635752ee 100644 --- a/src/object/sp-factory.cpp +++ b/src/object/sp-factory.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Factory for SPObject tree * @@ -5,7 +6,7 @@ * Markus Engel * * Copyright (C) 2013 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-factory.h" diff --git a/src/object/sp-factory.h b/src/object/sp-factory.h index 040fd14ae8..f87d84a26b 100644 --- a/src/object/sp-factory.h +++ b/src/object/sp-factory.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Factory for SPObject tree * @@ -5,7 +6,7 @@ * Markus Engel * * Copyright (C) 2013 Authors - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SP_FACTORY_SEEN diff --git a/src/object/sp-filter-reference.cpp b/src/object/sp-filter-reference.cpp index afb014820d..66e5e127a4 100644 --- a/src/object/sp-filter-reference.cpp +++ b/src/object/sp-filter-reference.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include "sp-filter.h" #include "sp-filter-reference.h" diff --git a/src/object/sp-filter-reference.h b/src/object/sp-filter-reference.h index f591b8bd8a..8e5805fdf2 100644 --- a/src/object/sp-filter-reference.h +++ b/src/object/sp-filter-reference.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_SP_FILTER_REFERENCE_H #define SEEN_SP_FILTER_REFERENCE_H diff --git a/src/object/sp-filter-units.h b/src/object/sp-filter-units.h index 415b893655..7bdd1db28a 100644 --- a/src/object/sp-filter-units.h +++ b/src/object/sp-filter-units.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_SP_FILTER_UNITS_H #define SEEN_SP_FILTER_UNITS_H diff --git a/src/object/sp-filter.cpp b/src/object/sp-filter.cpp index 4c012fbdf0..24f849cc66 100644 --- a/src/object/sp-filter.cpp +++ b/src/object/sp-filter.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG implementation. */ @@ -10,7 +11,7 @@ * * Copyright (C) 2006,2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-filter.h" diff --git a/src/object/sp-filter.h b/src/object/sp-filter.h index b90fbeafd6..c7af8bf45f 100644 --- a/src/object/sp-filter.h +++ b/src/object/sp-filter.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG element *//* @@ -7,7 +8,7 @@ * * Copyright (C) 2006,2007 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SP_FILTER_H_SEEN #define SP_FILTER_H_SEEN diff --git a/src/object/sp-flowdiv.cpp b/src/object/sp-flowdiv.cpp index 8730c29dda..366cdb0168 100644 --- a/src/object/sp-flowdiv.cpp +++ b/src/object/sp-flowdiv.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ /* */ diff --git a/src/object/sp-flowdiv.h b/src/object/sp-flowdiv.h index b4ccc83500..20c2bd183d 100644 --- a/src/object/sp-flowdiv.h +++ b/src/object/sp-flowdiv.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_SP_ITEM_FLOWDIV_H #define SEEN_SP_ITEM_FLOWDIV_H diff --git a/src/object/sp-flowregion.cpp b/src/object/sp-flowregion.cpp index 4ea9759c4b..c7e6a04221 100644 --- a/src/object/sp-flowregion.cpp +++ b/src/object/sp-flowregion.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ /* */ diff --git a/src/object/sp-flowregion.h b/src/object/sp-flowregion.h index a8201d0202..83464b16aa 100644 --- a/src/object/sp-flowregion.h +++ b/src/object/sp-flowregion.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_SP_ITEM_FLOWREGION_H #define SEEN_SP_ITEM_FLOWREGION_H diff --git a/src/object/sp-flowtext.cpp b/src/object/sp-flowtext.cpp index 865e242536..1cfe393616 100644 --- a/src/object/sp-flowtext.cpp +++ b/src/object/sp-flowtext.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ /* */ diff --git a/src/object/sp-flowtext.h b/src/object/sp-flowtext.h index 5160492204..386f0cc33b 100644 --- a/src/object/sp-flowtext.h +++ b/src/object/sp-flowtext.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_SP_ITEM_FLOWTEXT_H #define SEEN_SP_ITEM_FLOWTEXT_H diff --git a/src/object/sp-font-face.cpp b/src/object/sp-font-face.cpp index 0dec692e9a..18215cb4cd 100644 --- a/src/object/sp-font-face.cpp +++ b/src/object/sp-font-face.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG element implementation * @@ -11,7 +12,7 @@ * * Copyright (C) 2008, Felipe C. da S. Sanches * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "xml/repr.h" diff --git a/src/object/sp-font-face.h b/src/object/sp-font-face.h index 5b8c6d1fa2..e9461761ab 100644 --- a/src/object/sp-font-face.h +++ b/src/object/sp-font-face.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_FONTFACE_H #define SEEN_SP_FONTFACE_H @@ -7,7 +8,7 @@ * SVG element implementation * * Section 20.8.3 of the W3C SVG 1.1 spec - * available at: + * available at: * http://www.w3.org/TR/SVG/fonts.html#FontFaceElement * * Authors: @@ -15,7 +16,7 @@ * * Copyright (C) 2008 Felipe C. da S. Sanches * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-object.h" diff --git a/src/object/sp-font.cpp b/src/object/sp-font.cpp index 569c164b0d..9164bd3eaf 100644 --- a/src/object/sp-font.cpp +++ b/src/object/sp-font.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG element implementation * @@ -7,7 +8,7 @@ * * Copyright (C) 2008, Felipe C. da S. Sanches * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "xml/repr.h" diff --git a/src/object/sp-font.h b/src/object/sp-font.h index 9b0e593a8a..55176f16e4 100644 --- a/src/object/sp-font.h +++ b/src/object/sp-font.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SP_FONT_H_SEEN #define SP_FONT_H_SEEN @@ -9,7 +10,7 @@ * * Copyright (C) 2008 Felipe C. da S. Sanches * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-object.h" diff --git a/src/object/sp-glyph-kerning.cpp b/src/object/sp-glyph-kerning.cpp index c5eb8f16c5..a812396b67 100644 --- a/src/object/sp-glyph-kerning.cpp +++ b/src/object/sp-glyph-kerning.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * SVG and elements implementation * W3C SVG 1.1 spec, page 476, section 20.7 @@ -8,7 +9,7 @@ * * Copyright (C) 2008 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "xml/repr.h" diff --git a/src/object/sp-glyph-kerning.h b/src/object/sp-glyph-kerning.h index 1038b14f04..4e5df2035c 100644 --- a/src/object/sp-glyph-kerning.h +++ b/src/object/sp-glyph-kerning.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG and elements implementation * @@ -6,7 +7,7 @@ * * Copyright (C) 2008 Felipe C. da S. Sanches * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_SP_GLYPH_KERNING_H diff --git a/src/object/sp-glyph.cpp b/src/object/sp-glyph.cpp index 64e88130e4..472a2bdf2d 100644 --- a/src/object/sp-glyph.cpp +++ b/src/object/sp-glyph.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifdef HAVE_CONFIG_H #endif @@ -10,7 +11,7 @@ * * Copyright (C) 2008, Felipe C. da S. Sanches * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "xml/repr.h" diff --git a/src/object/sp-glyph.h b/src/object/sp-glyph.h index 1c91ab2566..6a6ce66178 100644 --- a/src/object/sp-glyph.h +++ b/src/object/sp-glyph.h @@ -1,10 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * Authors: * Felipe C. da S. Sanches * * Copyright (C) 2008 Felipe C. da S. Sanches * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_SP_GLYPH_H diff --git a/src/object/sp-gradient-reference.cpp b/src/object/sp-gradient-reference.cpp index 216ac73de2..95bd594de7 100644 --- a/src/object/sp-gradient-reference.cpp +++ b/src/object/sp-gradient-reference.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include "sp-gradient-reference.h" #include "sp-gradient.h" diff --git a/src/object/sp-gradient-reference.h b/src/object/sp-gradient-reference.h index e32bd6089d..925d559643 100644 --- a/src/object/sp-gradient-reference.h +++ b/src/object/sp-gradient-reference.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_SP_GRADIENT_REFERENCE_H #define SEEN_SP_GRADIENT_REFERENCE_H diff --git a/src/object/sp-gradient-spread.h b/src/object/sp-gradient-spread.h index 60e33b7c08..47ceee52bc 100644 --- a/src/object/sp-gradient-spread.h +++ b/src/object/sp-gradient-spread.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_SP_GRADIENT_SPREAD_H #define SEEN_SP_GRADIENT_SPREAD_H diff --git a/src/object/sp-gradient-units.h b/src/object/sp-gradient-units.h index 2f58897b0e..1a4335dc05 100644 --- a/src/object/sp-gradient-units.h +++ b/src/object/sp-gradient-units.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_SP_GRADIENT_UNITS_H #define SEEN_SP_GRADIENT_UNITS_H diff --git a/src/object/sp-gradient-vector.h b/src/object/sp-gradient-vector.h index e57820b568..82721aa00c 100644 --- a/src/object/sp-gradient-vector.h +++ b/src/object/sp-gradient-vector.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_SP_GRADIENT_VECTOR_H #define SEEN_SP_GRADIENT_VECTOR_H diff --git a/src/object/sp-gradient.cpp b/src/object/sp-gradient.cpp index 9aee288bef..eb9b551cb5 100644 --- a/src/object/sp-gradient.cpp +++ b/src/object/sp-gradient.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SPGradient, SPStop, SPLinearGradient, SPRadialGradient, * SPMeshGradient, SPMeshRow, SPMeshPatch @@ -17,7 +18,7 @@ * Copyright (C) 2009 Jasper van de Gronde * Copyright (C) 2011 Tavmjong Bah * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. * */ diff --git a/src/object/sp-gradient.h b/src/object/sp-gradient.h index a8d7ab87ea..3de9cbe179 100644 --- a/src/object/sp-gradient.h +++ b/src/object/sp-gradient.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_GRADIENT_H #define SEEN_SP_GRADIENT_H /* @@ -11,7 +12,7 @@ * Copyright (C) 1999-2002 Lauris Kaplinski * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/affine.h> diff --git a/src/object/sp-guide.cpp b/src/object/sp-guide.cpp index 6cd3f12483..e569a9878a 100644 --- a/src/object/sp-guide.cpp +++ b/src/object/sp-guide.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Inkscape guideline implementation * @@ -12,7 +13,7 @@ * Copyright (C) 2004 Monash University * Copyright (C) 2007 Johan Engelen * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/sp-guide.h b/src/object/sp-guide.h index 353269e2b7..57a52e627f 100644 --- a/src/object/sp-guide.h +++ b/src/object/sp-guide.h @@ -1,17 +1,18 @@ -#ifndef SEEN_SP_GUIDE_H -#define SEEN_SP_GUIDE_H - -/* - * SPGuide - * - * A guideline - * - * Copyright (C) Lauris Kaplinski 2000 - * Copyright (C) Johan Engelen 2007 +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * SPGuide -- a guideline + *//* + * Authors: + * Lauris Kaplinski 2000 + * Johan Engelen 2007 * Abhishek Sharma * Jon A. Cruz - * + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ +#ifndef SEEN_SP_GUIDE_H +#define SEEN_SP_GUIDE_H #include <2geom/point.h> #include diff --git a/src/object/sp-hatch-path.cpp b/src/object/sp-hatch-path.cpp index 76e7d4100e..c2fbc7ed03 100644 --- a/src/object/sp-hatch-path.cpp +++ b/src/object/sp-hatch-path.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * SVG implementation @@ -9,7 +10,7 @@ * * Copyright (C) 2014 Tomasz Boczkowski * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/sp-hatch-path.h b/src/object/sp-hatch-path.h index 2690cbc0f8..105259018a 100644 --- a/src/object/sp-hatch-path.h +++ b/src/object/sp-hatch-path.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * SVG implementation @@ -9,7 +10,7 @@ * * Copyright (C) 2014 Tomasz Boczkowski * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_SP_HATCH_PATH_H diff --git a/src/object/sp-hatch.cpp b/src/object/sp-hatch.cpp index 7183b561cd..3ed0e70726 100644 --- a/src/object/sp-hatch.cpp +++ b/src/object/sp-hatch.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * SVG implementation @@ -9,7 +10,7 @@ * * Copyright (C) 2014 Tomasz Boczkowski * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-hatch.h" diff --git a/src/object/sp-hatch.h b/src/object/sp-hatch.h index 8ff2064ce9..446be03578 100644 --- a/src/object/sp-hatch.h +++ b/src/object/sp-hatch.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** * @file * SVG implementation @@ -9,7 +10,7 @@ * * Copyright (C) 2014 Tomasz Boczkowski * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_SP_HATCH_H diff --git a/src/object/sp-image.cpp b/src/object/sp-image.cpp index 84106729b7..f3be15b53b 100644 --- a/src/object/sp-image.cpp +++ b/src/object/sp-image.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG implementation * @@ -10,7 +11,7 @@ * Copyright (C) 1999-2005 Authors * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H @@ -30,7 +31,7 @@ #include "display/drawing-image.h" #include "display/cairo-utils.h" #include "display/curve.h" -//Added for preserveAspectRatio support -- EAF +// Added for preserveAspectRatio support -- EAF #include "attributes.h" #include "print.h" #include "document.h" diff --git a/src/object/sp-image.h b/src/object/sp-image.h index 4ae9d7380c..2bc5e49a2c 100644 --- a/src/object/sp-image.h +++ b/src/object/sp-image.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * SVG implementation *//* @@ -8,7 +9,7 @@ * Copyright (C) 1999-2005 Authors * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_INKSCAPE_SP_IMAGE_H diff --git a/src/object/sp-item-group.cpp b/src/object/sp-item-group.cpp index 7852ea4fa1..fead942747 100644 --- a/src/object/sp-item-group.cpp +++ b/src/object/sp-item-group.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG implementation * @@ -11,7 +12,7 @@ * Copyright (C) 1999-2006 authors * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/sp-item-group.h b/src/object/sp-item-group.h index f2e4a0fb5b..5f9b1871f3 100644 --- a/src/object/sp-item-group.h +++ b/src/object/sp-item-group.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_ITEM_GROUP_H #define SEEN_SP_ITEM_GROUP_H @@ -10,7 +11,7 @@ * Copyright (C) 1999-2002 authors * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/sp-item-rm-unsatisfied-cns.cpp b/src/object/sp-item-rm-unsatisfied-cns.cpp index f0b5a863e2..88fe6ca568 100644 --- a/src/object/sp-item-rm-unsatisfied-cns.cpp +++ b/src/object/sp-item-rm-unsatisfied-cns.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include #include <2geom/coord.h> diff --git a/src/object/sp-item-rm-unsatisfied-cns.h b/src/object/sp-item-rm-unsatisfied-cns.h index 62f688b51f..ac03b74251 100644 --- a/src/object/sp-item-rm-unsatisfied-cns.h +++ b/src/object/sp-item-rm-unsatisfied-cns.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_SP_ITEM_RM_UNSATISFIED_CNS_H #define SEEN_SP_ITEM_RM_UNSATISFIED_CNS_H diff --git a/src/object/sp-item-transform.cpp b/src/object/sp-item-transform.cpp index 3675323ca3..2806931c01 100644 --- a/src/object/sp-item-transform.cpp +++ b/src/object/sp-item-transform.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Transforming single items * @@ -11,7 +12,7 @@ * * Copyright (C) 1999-2011 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/transforms.h> diff --git a/src/object/sp-item-transform.h b/src/object/sp-item-transform.h index d563c97683..f5a40c3ab9 100644 --- a/src/object/sp-item-transform.h +++ b/src/object/sp-item-transform.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_SP_ITEM_TRANSFORM_H #define SEEN_SP_ITEM_TRANSFORM_H diff --git a/src/object/sp-item-update-cns.cpp b/src/object/sp-item-update-cns.cpp index a7f7958c36..f70d91b9fd 100644 --- a/src/object/sp-item-update-cns.cpp +++ b/src/object/sp-item-update-cns.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include "satisfied-guide-cns.h" diff --git a/src/object/sp-item-update-cns.h b/src/object/sp-item-update-cns.h index d0b0805528..3ff0d62622 100644 --- a/src/object/sp-item-update-cns.h +++ b/src/object/sp-item-update-cns.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_SP_ITEM_UPDATE_CNS_H #define SEEN_SP_ITEM_UPDATE_CNS_H diff --git a/src/object/sp-item.cpp b/src/object/sp-item.cpp index bc5922b3fb..e9ec95252e 100644 --- a/src/object/sp-item.cpp +++ b/src/object/sp-item.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Authors: * Lauris Kaplinski @@ -9,7 +10,7 @@ * Copyright (C) 2001-2006 authors * Copyright (C) 2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-item.h" diff --git a/src/object/sp-item.h b/src/object/sp-item.h index c041a2fa3f..2bd8f2215a 100644 --- a/src/object/sp-item.h +++ b/src/object/sp-item.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_ITEM_H #define SEEN_SP_ITEM_H @@ -17,7 +18,7 @@ * Copyright (C) 2001-2002 Ximian, Inc. * Copyright (C) 2004 Monash University * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/forward.h> diff --git a/src/object/sp-line.cpp b/src/object/sp-line.cpp index 37b8a1300b..a095d85144 100644 --- a/src/object/sp-line.cpp +++ b/src/object/sp-line.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG implementation * @@ -8,7 +9,7 @@ * * Copyright (C) 1999-2002 Lauris Kaplinski * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "attributes.h" diff --git a/src/object/sp-line.h b/src/object/sp-line.h index f27490c396..5861d5b887 100644 --- a/src/object/sp-line.h +++ b/src/object/sp-line.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_LINE_H #define SEEN_SP_LINE_H @@ -11,7 +12,7 @@ * * Copyright (C) 1999-2002 Lauris Kaplinski * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "svg/svg-length.h" diff --git a/src/object/sp-linear-gradient.cpp b/src/object/sp-linear-gradient.cpp index 47faaea1d8..4d2867f984 100644 --- a/src/object/sp-linear-gradient.cpp +++ b/src/object/sp-linear-gradient.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include #include "sp-linear-gradient.h" diff --git a/src/object/sp-linear-gradient.h b/src/object/sp-linear-gradient.h index 48e3ae3d44..f88c38dc4e 100644 --- a/src/object/sp-linear-gradient.h +++ b/src/object/sp-linear-gradient.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SP_LINEAR_GRADIENT_H #define SP_LINEAR_GRADIENT_H diff --git a/src/object/sp-lpe-item.cpp b/src/object/sp-lpe-item.cpp index 8adddddb85..47296cc064 100755 --- a/src/object/sp-lpe-item.cpp +++ b/src/object/sp-lpe-item.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * Base class for live path effect items */ @@ -9,7 +10,7 @@ * * Copyright (C) 2008 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifdef HAVE_CONFIG_H diff --git a/src/object/sp-lpe-item.h b/src/object/sp-lpe-item.h index a29c228cb6..55e32dad6d 100644 --- a/src/object/sp-lpe-item.h +++ b/src/object/sp-lpe-item.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SP_LPE_ITEM_H_SEEN #define SP_LPE_ITEM_H_SEEN @@ -11,7 +12,7 @@ * * Copyright (C) 2008 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/sp-marker-loc.h b/src/object/sp-marker-loc.h index b6877e5aac..6b88d69991 100644 --- a/src/object/sp-marker-loc.h +++ b/src/object/sp-marker-loc.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_SP_MARKER_LOC_H #define SEEN_SP_MARKER_LOC_H diff --git a/src/object/sp-marker.cpp b/src/object/sp-marker.cpp index 8017a182dc..a29179c30e 100644 --- a/src/object/sp-marker.cpp +++ b/src/object/sp-marker.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG implementation * @@ -11,7 +12,7 @@ * 2004-2006 Bryce Harrington * 2008 Johan Engelen * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/sp-marker.h b/src/object/sp-marker.h index 04fcc3ac56..5bd5a9ccda 100644 --- a/src/object/sp-marker.h +++ b/src/object/sp-marker.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_MARKER_H #define SEEN_SP_MARKER_H @@ -10,7 +11,7 @@ * Copyright (C) 1999-2003 Lauris Kaplinski * Copyright (C) 2008 Johan Engelen * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /* * This is quite similar in logic to diff --git a/src/object/sp-mask.cpp b/src/object/sp-mask.cpp index 3dfd5b72ab..7b6a49ed6b 100644 --- a/src/object/sp-mask.cpp +++ b/src/object/sp-mask.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG implementation * @@ -8,7 +9,7 @@ * * Copyright (C) 2003 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/sp-mask.h b/src/object/sp-mask.h index f07c2ccd1d..db56035d7a 100644 --- a/src/object/sp-mask.h +++ b/src/object/sp-mask.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_MASK_H #define SEEN_SP_MASK_H @@ -10,7 +11,7 @@ * * Copyright (C) 2003 authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/rect.h> diff --git a/src/object/sp-mesh-array.cpp b/src/object/sp-mesh-array.cpp index 60bd119400..231af48fff 100644 --- a/src/object/sp-mesh-array.cpp +++ b/src/object/sp-mesh-array.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file A group of classes and functions for manipulating mesh gradients. @@ -5,7 +6,7 @@ be shared between two patches and the corners between up to four. The order of the points for each side always goes from left to right or top to bottom. - For sides 2 and 3 the points must be reversed when used (as in calls to cairo functions). + For sides 2 and 3 the points must be reversed when used (as in calls to cairo functions). Two patches: (C=corner, S=side, H=handle, T=tensor) @@ -34,7 +35,7 @@ * * Copyright (C) 2012, 2015 Tavmjong Bah * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/sp-mesh-array.h b/src/object/sp-mesh-array.h index e334de90b1..d2e3be9249 100644 --- a/src/object/sp-mesh-array.h +++ b/src/object/sp-mesh-array.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_MESH_ARRAY_H #define SEEN_SP_MESH_ARRAY_H /* @@ -6,7 +7,7 @@ * * Copyrigt (C) 2012 Tavmjong Bah * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ /** diff --git a/src/object/sp-mesh-gradient.cpp b/src/object/sp-mesh-gradient.cpp index 4e1d78bee3..cf693f774d 100644 --- a/src/object/sp-mesh-gradient.cpp +++ b/src/object/sp-mesh-gradient.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include #include "attributes.h" diff --git a/src/object/sp-mesh-gradient.h b/src/object/sp-mesh-gradient.h index 9888ba3a1a..48e3ce4e6b 100644 --- a/src/object/sp-mesh-gradient.h +++ b/src/object/sp-mesh-gradient.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SP_MESH_GRADIENT_H #define SP_MESH_GRADIENT_H diff --git a/src/object/sp-mesh-patch.cpp b/src/object/sp-mesh-patch.cpp index 1331bf79b8..88d3298fdd 100644 --- a/src/object/sp-mesh-patch.cpp +++ b/src/object/sp-mesh-patch.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @gradient meshpatch class. */ @@ -12,7 +13,7 @@ * Copyright (C) 2010 Jon A. Cruz * Copyright (C) 2012 Tavmjong Bah * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-mesh-patch.h" #include "style.h" diff --git a/src/object/sp-mesh-patch.h b/src/object/sp-mesh-patch.h index c8f1feb41e..7ff780f43e 100644 --- a/src/object/sp-mesh-patch.h +++ b/src/object/sp-mesh-patch.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_MESHPATCH_H #define SEEN_SP_MESHPATCH_H @@ -9,7 +10,7 @@ * * Copyright (C) 2012 Tavmjong Bah * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/sp-mesh-row.cpp b/src/object/sp-mesh-row.cpp index bd2274dbdd..1456e76bd2 100644 --- a/src/object/sp-mesh-row.cpp +++ b/src/object/sp-mesh-row.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * @gradient meshrow class. */ @@ -12,7 +13,7 @@ * Copyright (C) 2010 Jon A. Cruz * Copyright (C) 2012 Tavmjong Bah * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-mesh-row.h" #include "style.h" diff --git a/src/object/sp-mesh-row.h b/src/object/sp-mesh-row.h index 48f6962537..89baa5e146 100644 --- a/src/object/sp-mesh-row.h +++ b/src/object/sp-mesh-row.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_MESHROW_H #define SEEN_SP_MESHROW_H @@ -8,7 +9,7 @@ * Authors: Tavmjong Bah * Copyright (C) 2012 Tavmjong Bah * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-object.h" diff --git a/src/object/sp-metadata.cpp b/src/object/sp-metadata.cpp index 223ab0f12b..72a2d1ecac 100644 --- a/src/object/sp-metadata.cpp +++ b/src/object/sp-metadata.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG implementation * @@ -6,7 +7,7 @@ * * Copyright (C) 2004 Kees Cook * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-metadata.h" diff --git a/src/object/sp-metadata.h b/src/object/sp-metadata.h index 450b429b45..b0b2adcb73 100644 --- a/src/object/sp-metadata.h +++ b/src/object/sp-metadata.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_METADATA_H #define SEEN_SP_METADATA_H @@ -9,7 +10,7 @@ * * Copyright (C) 2004 Kees Cook * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-object.h" diff --git a/src/object/sp-missing-glyph.cpp b/src/object/sp-missing-glyph.cpp index d6c8a92886..a69f70fb8f 100644 --- a/src/object/sp-missing-glyph.cpp +++ b/src/object/sp-missing-glyph.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG element implementation * @@ -7,7 +8,7 @@ * * Copyright (C) 2008, Felipe C. da S. Sanches * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "xml/repr.h" diff --git a/src/object/sp-missing-glyph.h b/src/object/sp-missing-glyph.h index 883434e461..7f80ffc65e 100644 --- a/src/object/sp-missing-glyph.h +++ b/src/object/sp-missing-glyph.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_MISSING_GLYPH_H #define SEEN_SP_MISSING_GLYPH_H @@ -9,7 +10,7 @@ * * Copyright (C) 2008 Felipe C. da S. Sanches * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-object.h" diff --git a/src/object/sp-namedview.cpp b/src/object/sp-namedview.cpp index 0a2cc48884..e05d3d32d2 100644 --- a/src/object/sp-namedview.cpp +++ b/src/object/sp-namedview.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * implementation * @@ -11,7 +12,7 @@ * Copyright (C) 1999-2013 Authors * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/sp-namedview.h b/src/object/sp-namedview.h index 0d6ffa58e2..0d3b6b8f26 100644 --- a/src/object/sp-namedview.h +++ b/src/object/sp-namedview.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef INKSCAPE_SP_NAMEDVIEW_H #define INKSCAPE_SP_NAMEDVIEW_H @@ -11,7 +12,7 @@ * Copyright (C) 2006 Johan Engelen * Copyright (C) Lauris Kaplinski 2000-2002 * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #define SP_NAMEDVIEW(obj) (dynamic_cast((SPObject*)obj)) diff --git a/src/object/sp-object-group.cpp b/src/object/sp-object-group.cpp index 422e20da42..09772872d1 100644 --- a/src/object/sp-object-group.cpp +++ b/src/object/sp-object-group.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Abstract base class for non-item groups * @@ -9,7 +10,7 @@ * Copyright (C) 1999-2003 Authors * Copyright (C) 2001-2002 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-object-group.h" diff --git a/src/object/sp-object-group.h b/src/object/sp-object-group.h index 1def4a8d18..604c9ba6d9 100644 --- a/src/object/sp-object-group.h +++ b/src/object/sp-object-group.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_OBJECTGROUP_H #define SEEN_SP_OBJECTGROUP_H @@ -11,7 +12,7 @@ * Copyright (C) 1999-2003 Authors * Copyright (C) 2001-2002 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-object.h" diff --git a/src/object/sp-object.cpp b/src/object/sp-object.cpp index 7caab7d706..aa446bf8b7 100644 --- a/src/object/sp-object.cpp +++ b/src/object/sp-object.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SPObject implementation. * @@ -12,7 +13,7 @@ * Copyright (C) 1999-2016 authors * Copyright (C) 2001-2002 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/sp-object.h b/src/object/sp-object.h index 3e94f64841..945367d76c 100644 --- a/src/object/sp-object.h +++ b/src/object/sp-object.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SP_OBJECT_H_SEEN #define SP_OBJECT_H_SEEN @@ -12,7 +13,7 @@ * Copyright (C) 1999-2016 authors * Copyright (C) 2001-2002 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/sp-offset.cpp b/src/object/sp-offset.cpp index ee8bbab2f9..13de079e05 100644 --- a/src/object/sp-offset.cpp +++ b/src/object/sp-offset.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * Implementation of . */ @@ -11,7 +12,7 @@ * Copyright (C) 1999-2002 Lauris Kaplinski * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-offset.h" diff --git a/src/object/sp-offset.h b/src/object/sp-offset.h index 018211d22e..f5e9bf1325 100644 --- a/src/object/sp-offset.h +++ b/src/object/sp-offset.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_OFFSET_H #define SEEN_SP_OFFSET_H /* @@ -8,7 +9,7 @@ * Copyright (C) 1999-2002 Lauris Kaplinski * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/sp-paint-server-reference.h b/src/object/sp-paint-server-reference.h index a4dcf78085..4f496bab4c 100644 --- a/src/object/sp-paint-server-reference.h +++ b/src/object/sp-paint-server-reference.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_PAINT_SERVER_REFERENCE_H #define SEEN_SP_PAINT_SERVER_REFERENCE_H @@ -12,7 +13,7 @@ * Copyright (C) 2000-2001 Ximian, Inc. * Copyright (C) 2010 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "uri-references.h" diff --git a/src/object/sp-paint-server.cpp b/src/object/sp-paint-server.cpp index 9ada0fee51..286360efb4 100644 --- a/src/object/sp-paint-server.cpp +++ b/src/object/sp-paint-server.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Base class for gradients and patterns * @@ -10,7 +11,7 @@ * Copyright (C) 2000-2001 Ximian, Inc. * Copyright (C) 2010 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-paint-server-reference.h" diff --git a/src/object/sp-paint-server.h b/src/object/sp-paint-server.h index 4cd61bcda1..9e0617048e 100644 --- a/src/object/sp-paint-server.h +++ b/src/object/sp-paint-server.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_PAINT_SERVER_H #define SEEN_SP_PAINT_SERVER_H @@ -12,7 +13,7 @@ * Copyright (C) 2000-2001 Ximian, Inc. * Copyright (C) 2010 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/sp-path.cpp b/src/object/sp-path.cpp index 1da1ddc928..d3394c9b5a 100644 --- a/src/object/sp-path.cpp +++ b/src/object/sp-path.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG implementation * @@ -12,7 +13,7 @@ * Copyright (C) 2000-2001 Ximian, Inc. * Copyright (C) 1999-2012 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/sp-path.h b/src/object/sp-path.h index 67beacb7e7..4ccec67d0d 100644 --- a/src/object/sp-path.h +++ b/src/object/sp-path.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_PATH_H #define SEEN_SP_PATH_H @@ -13,7 +14,7 @@ * Copyright (C) 2000-2001 Ximian, Inc. * Copyright (C) 1999-2012 Authors * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-shape.h" diff --git a/src/object/sp-pattern.cpp b/src/object/sp-pattern.cpp index 925b3e3ee9..db4366d638 100644 --- a/src/object/sp-pattern.cpp +++ b/src/object/sp-pattern.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG implementation * @@ -9,7 +10,7 @@ * * Copyright (C) 2002 Lauris Kaplinski * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-pattern.h" diff --git a/src/object/sp-pattern.h b/src/object/sp-pattern.h index 00e229d3d3..a5fc3d0c59 100644 --- a/src/object/sp-pattern.h +++ b/src/object/sp-pattern.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** @file * SVG implementation *//* @@ -7,7 +8,7 @@ * * Copyright (C) 2002 Lauris Kaplinski * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SEEN_SP_PATTERN_H diff --git a/src/object/sp-polygon.cpp b/src/object/sp-polygon.cpp index 979005888f..a528b99cdc 100644 --- a/src/object/sp-polygon.cpp +++ b/src/object/sp-polygon.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG implementation * @@ -8,7 +9,7 @@ * Copyright (C) 1999-2002 Lauris Kaplinski * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "attributes.h" diff --git a/src/object/sp-polygon.h b/src/object/sp-polygon.h index 17bfad2e5a..afb1aa4398 100644 --- a/src/object/sp-polygon.h +++ b/src/object/sp-polygon.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_POLYGON_H #define SEEN_SP_POLYGON_H @@ -10,7 +11,7 @@ * Copyright (C) 1999-2002 Lauris Kaplinski * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "sp-shape.h" diff --git a/src/object/sp-polyline.cpp b/src/object/sp-polyline.cpp index 316078876e..c75e4bcf02 100644 --- a/src/object/sp-polyline.cpp +++ b/src/object/sp-polyline.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG implementation * @@ -8,7 +9,7 @@ * * Copyright (C) 1999-2002 Lauris Kaplinski * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "attributes.h" diff --git a/src/object/sp-polyline.h b/src/object/sp-polyline.h index 6edb056ec6..005413b66f 100644 --- a/src/object/sp-polyline.h +++ b/src/object/sp-polyline.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SEEN_SP_POLYLINE_H #define SEEN_SP_POLYLINE_H diff --git a/src/object/sp-radial-gradient.cpp b/src/object/sp-radial-gradient.cpp index e01aa16399..271894ae2a 100644 --- a/src/object/sp-radial-gradient.cpp +++ b/src/object/sp-radial-gradient.cpp @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #include #include "sp-radial-gradient.h" diff --git a/src/object/sp-radial-gradient.h b/src/object/sp-radial-gradient.h index a89c562742..b88ac7e2f9 100644 --- a/src/object/sp-radial-gradient.h +++ b/src/object/sp-radial-gradient.h @@ -1,3 +1,12 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ #ifndef SP_RADIAL_GRADIENT_H #define SP_RADIAL_GRADIENT_H diff --git a/src/object/sp-rect.cpp b/src/object/sp-rect.cpp index 26dd0147fd..207d2fc5a8 100644 --- a/src/object/sp-rect.cpp +++ b/src/object/sp-rect.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG implementation * @@ -8,7 +9,7 @@ * Copyright (C) 1999-2002 Lauris Kaplinski * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include "display/curve.h" diff --git a/src/object/sp-rect.h b/src/object/sp-rect.h index 5c587e89f8..39fac16f98 100644 --- a/src/object/sp-rect.h +++ b/src/object/sp-rect.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later #ifndef SEEN_SP_RECT_H #define SEEN_SP_RECT_H @@ -11,7 +12,7 @@ * Copyright (C) 1999-2002 Lauris Kaplinski * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include <2geom/forward.h> diff --git a/src/object/sp-root.cpp b/src/object/sp-root.cpp index 3325a1ef26..dc7002ddb8 100644 --- a/src/object/sp-root.cpp +++ b/src/object/sp-root.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SVG \ implementation. */ @@ -10,7 +11,7 @@ * Copyright (C) 1999-2002 Lauris Kaplinski * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #include diff --git a/src/object/sp-root.h b/src/object/sp-root.h index e821c8357f..310f878f13 100644 --- a/src/object/sp-root.h +++ b/src/object/sp-root.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /** \file * SPRoot: SVG \ implementation. */ @@ -8,7 +9,7 @@ * Copyright (C) 1999-2002 Lauris Kaplinski * Copyright (C) 2000-2001 Ximian, Inc. * - * Released under GNU GPL, read the file 'COPYING' for more information + * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ #ifndef SP_ROOT_H_SEEN diff --git a/src/object/sp-script.cpp b/src/object/sp-script.cpp index 79b79fb015..d965421cbb 100644 --- a/src/object/sp-script.cpp +++ b/src/object/sp-script.cpp @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * SVG