Browse Source

Revert "change license to AGPLv3 only"

This reverts commit 84f0f62ef3.
agpl_proxy
Alexandros Theodotou 2 years ago
parent
commit
d48de9f411
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 3
      README.md
  2. 3
      data/icon-themes/meson.build
  3. 3
      data/icon-themes/zrythm-dark/index.theme
  4. 3
      data/meson.build
  5. 3
      data/scripts/meson.build
  6. 3
      data/theme.css
  7. 3
      data/windows/meson.build
  8. 3
      data/zrythm-completion.bash
  9. 3
      data/zrythm_launch.in
  10. 3
      doc/dev/Doxyfile-mcss.in
  11. 3
      doc/dev/Doxyfile.cfg.in
  12. 3
      doc/dev/cyaml_schemas.h
  13. 3
      doc/dev/group_defs.dox
  14. 3
      doc/dev/mainpage.h
  15. 3
      doc/dev/meson.build
  16. 3
      doc/dev/processing_cycle.h
  17. 3
      doc/dev/release_checklist.h
  18. 3
      doc/dev/sphinx/meson.build
  19. 3
      doc/dev/weblate.h
  20. 3
      doc/man/meson.build
  21. 3
      doc/meson.build
  22. 3
      doc/user/locale/meson.build
  23. 3
      doc/user/meson.build
  24. 3
      inc/Wrapper.h
  25. 3
      inc/actions/actions.h
  26. 3
      inc/actions/arranger_selections.h
  27. 3
      inc/actions/channel_send_action.h
  28. 3
      inc/actions/dir.h
  29. 3
      inc/actions/midi_mapping_action.h
  30. 3
      inc/actions/mixer_selections_action.h
  31. 3
      inc/actions/port_action.h
  32. 3
      inc/actions/port_connection_action.h
  33. 3
      inc/actions/range_action.h
  34. 3
      inc/actions/tracklist_selections.h
  35. 3
      inc/actions/transport_action.h
  36. 3
      inc/actions/undo_manager.h
  37. 3
      inc/actions/undo_stack.h
  38. 3
      inc/actions/undoable_action.h
  39. 3
      inc/audio/audio_bus_track.h
  40. 3
      inc/audio/audio_file.h
  41. 3
      inc/audio/audio_function.h
  42. 3
      inc/audio/audio_group_track.h
  43. 3
      inc/audio/audio_region.h
  44. 3
      inc/audio/audio_track.h
  45. 3
      inc/audio/automation_function.h
  46. 3
      inc/audio/automation_point.h
  47. 3
      inc/audio/automation_region.h
  48. 3
      inc/audio/automation_track.h
  49. 3
      inc/audio/automation_tracklist.h
  50. 3
      inc/audio/balance_control.h
  51. 3
      inc/audio/channel.h
  52. 3
      inc/audio/channel_send.h
  53. 3
      inc/audio/channel_track.h
  54. 3
      inc/audio/chord_descriptor.h
  55. 3
      inc/audio/chord_object.h
  56. 3
      inc/audio/chord_region.h
  57. 3
      inc/audio/chord_track.h
  58. 3
      inc/audio/clip.h
  59. 3
      inc/audio/control_port.h
  60. 3
      inc/audio/control_room.h
  61. 3
      inc/audio/curve.h
  62. 3
      inc/audio/dir.h
  63. 3
      inc/audio/encoder.h
  64. 3
      inc/audio/engine.h
  65. 3
      inc/audio/engine_alsa.h
  66. 3
      inc/audio/engine_dummy.h
  67. 3
      inc/audio/engine_jack.h
  68. 3
      inc/audio/engine_pa.h
  69. 3
      inc/audio/engine_pulse.h
  70. 3
      inc/audio/engine_rtaudio.h
  71. 3
      inc/audio/engine_rtmidi.h
  72. 3
      inc/audio/engine_sdl.h
  73. 3
      inc/audio/engine_windows_mme.h
  74. 3
      inc/audio/exporter.h
  75. 3
      inc/audio/ext_port.h
  76. 3
      inc/audio/fade.h
  77. 3
      inc/audio/fader.h
  78. 6
      inc/audio/graph.h
  79. 3
      inc/audio/graph_export.h
  80. 6
      inc/audio/graph_node.h
  81. 6
      inc/audio/graph_thread.h
  82. 3
      inc/audio/group_target_track.h
  83. 3
      inc/audio/hardware_processor.h
  84. 3
      inc/audio/instrument_track.h
  85. 3
      inc/audio/kmeter_dsp.h
  86. 3
      inc/audio/marker.h
  87. 3
      inc/audio/marker_track.h
  88. 3
      inc/audio/master_track.h
  89. 3
      inc/audio/meter.h
  90. 3
      inc/audio/metronome.h
  91. 3
      inc/audio/midi.h
  92. 3
      inc/audio/midi_bus_track.h
  93. 3
      inc/audio/midi_event.h
  94. 3
      inc/audio/midi_file.h
  95. 3
      inc/audio/midi_function.h
  96. 3
      inc/audio/midi_group_track.h
  97. 3
      inc/audio/midi_mapping.h
  98. 3
      inc/audio/midi_note.h
  99. 3
      inc/audio/midi_region.h
  100. 3
      inc/audio/midi_track.h
  101. Some files were not shown because too many files have changed in this diff Show More

3
README.md

@ -77,7 +77,8 @@ See the [Feature tracker](https://todo.sr.ht/~alextee/zrythm-feature) and [Bug t @@ -77,7 +77,8 @@ See the [Feature tracker](https://todo.sr.ht/~alextee/zrythm-feature) and [Bug t
Zrythm is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, version 3.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
The full text of the license can be found in the
[COPYING](COPYING) file.

3
data/icon-themes/meson.build

@ -4,7 +4,8 @@ @@ -4,7 +4,8 @@
#
# Zrythm is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, version 3.
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Zrythm is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of

3
data/icon-themes/zrythm-dark/index.theme

@ -4,7 +4,8 @@ @@ -4,7 +4,8 @@
#
# Zrythm is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, version 3.
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Zrythm is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of

3
data/meson.build

@ -4,7 +4,8 @@ @@ -4,7 +4,8 @@
#
# Zrythm is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, version 3.
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Zrythm is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of

3
data/scripts/meson.build

@ -4,7 +4,8 @@ @@ -4,7 +4,8 @@
#
# Zrythm is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, version 3.
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Zrythm is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of

3
data/theme.css

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
data/windows/meson.build

@ -4,7 +4,8 @@ @@ -4,7 +4,8 @@
#
# Zrythm is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, version 3.
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Zrythm is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of

3
data/zrythm-completion.bash

@ -6,7 +6,8 @@ @@ -6,7 +6,8 @@
#
# Zrythm is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, version 3.
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Zrythm is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of

3
data/zrythm_launch.in

@ -6,7 +6,8 @@ @@ -6,7 +6,8 @@
#
# Zrythm is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, version 3.
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Zrythm is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of

3
doc/dev/Doxyfile-mcss.in

@ -4,7 +4,8 @@ @@ -4,7 +4,8 @@
#
# Zrythm is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, version 3.
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Zrythm is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of

3
doc/dev/Doxyfile.cfg.in

@ -4,7 +4,8 @@ @@ -4,7 +4,8 @@
#
# Zrythm is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, version 3.
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Zrythm is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of

3
doc/dev/cyaml_schemas.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
doc/dev/group_defs.dox

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
doc/dev/mainpage.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
doc/dev/meson.build

@ -4,7 +4,8 @@ @@ -4,7 +4,8 @@
#
# Zrythm is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, version 3.
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Zrythm is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of

3
doc/dev/processing_cycle.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
doc/dev/release_checklist.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
doc/dev/sphinx/meson.build

@ -4,7 +4,8 @@ @@ -4,7 +4,8 @@
#
# Zrythm is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, version 3.
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Zrythm is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of

3
doc/dev/weblate.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
doc/man/meson.build

@ -4,7 +4,8 @@ @@ -4,7 +4,8 @@
#
# Zrythm is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, version 3.
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Zrythm is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of

3
doc/meson.build

@ -4,7 +4,8 @@ @@ -4,7 +4,8 @@
#
# Zrythm is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, version 3.
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Zrythm is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of

3
doc/user/locale/meson.build

@ -4,7 +4,8 @@ @@ -4,7 +4,8 @@
#
# Zrythm is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, version 3.
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Zrythm is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of

3
doc/user/meson.build

@ -4,7 +4,8 @@ @@ -4,7 +4,8 @@
#
# Zrythm is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, version 3.
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Zrythm is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/Wrapper.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/actions/actions.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/actions/arranger_selections.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/actions/channel_send_action.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/actions/dir.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/actions/midi_mapping_action.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/actions/mixer_selections_action.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/actions/port_action.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/actions/port_connection_action.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/actions/range_action.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/actions/tracklist_selections.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/actions/transport_action.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/actions/undo_manager.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/actions/undo_stack.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/actions/undoable_action.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/audio_bus_track.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/audio_file.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/audio_function.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/audio_group_track.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/audio_region.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/audio_track.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/automation_function.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/automation_point.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/automation_region.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/automation_track.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/automation_tracklist.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/balance_control.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/channel.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/channel_send.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/channel_track.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/chord_descriptor.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/chord_object.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/chord_region.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/chord_track.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/clip.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/control_port.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/control_room.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/curve.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/dir.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/encoder.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/engine.h

@ -6,7 +6,8 @@ @@ -6,7 +6,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/engine_alsa.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/engine_dummy.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/engine_jack.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/engine_pa.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/engine_pulse.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/engine_rtaudio.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/engine_rtmidi.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/engine_sdl.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/engine_windows_mme.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/exporter.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/ext_port.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/fade.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

3
inc/audio/fader.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

6
inc/audio/graph.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -22,7 +23,8 @@ @@ -22,7 +23,8 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
* 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

3
inc/audio/graph_export.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of

6
inc/audio/graph_node.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -22,7 +23,8 @@ @@ -22,7 +23,8 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
* 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

6
inc/audio/graph_thread.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -22,7 +23,8 @@ @@ -22,7 +23,8 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
* 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

3
inc/audio/group_target_track.h

@ -5,7 +5,8 @@ @@ -5,7 +5,8 @@
*
* Zrythm is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Zrythm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of