From 673183874aff26ddac4e59f694b0b8d7208e0459 Mon Sep 17 00:00:00 2001 From: Nils <> Date: Mon, 3 Jan 2022 01:14:01 +0100 Subject: [PATCH] Change year to 2022 --- engine/__init__.py | 2 +- engine/api.py | 2 +- engine/auditioner.py | 2 +- engine/config.py | 2 +- engine/instrument.py | 2 +- engine/main.py | 2 +- extra/generate-round-robin.py | 2 +- qtgui/auditioner.py | 2 +- qtgui/chooseDownloadDirectory.py | 2 +- qtgui/constantsAndConfigs.py | 2 +- qtgui/instrument.py | 2 +- qtgui/mainwindow.py | 2 +- qtgui/mixer.py | 2 +- qtgui/selectedinstrumentcontroller.py | 2 +- template/engine/api.py | 2 +- template/engine/data.py | 2 +- template/engine/duration.py | 2 +- template/engine/history.py | 2 +- template/engine/input_midi.py | 2 +- template/engine/ly2cbox.py | 2 +- template/engine/metronome.py | 2 +- template/engine/midi.py | 2 +- template/engine/pitch.py | 2 +- template/engine/sampler_sf2.py | 2 +- template/engine/sequencer.py | 2 +- template/engine/session.py | 2 +- template/helper.py | 2 +- template/qtgui/about.py | 2 +- template/qtgui/changelog.py | 2 +- template/qtgui/chooseSessionDirectory.py | 2 +- template/qtgui/constantsAndConfigs.py | 2 +- template/qtgui/debugScript.py | 2 +- template/qtgui/eventloop.py | 2 +- template/qtgui/helper.py | 2 +- template/qtgui/mainwindow.py | 2 +- template/qtgui/menu.py | 2 +- template/qtgui/midiinquickwidget.py | 2 +- template/qtgui/nsmsingleserver.py | 2 +- template/qtgui/submenus.py | 2 +- template/qtgui/usermanual.py | 2 +- template/start.py | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) diff --git a/engine/__init__.py b/engine/__init__.py index 415ef87..01ff652 100644 --- a/engine/__init__.py +++ b/engine/__init__.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/engine/api.py b/engine/api.py index d3d33cb..b83e222 100644 --- a/engine/api.py +++ b/engine/api.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/engine/auditioner.py b/engine/auditioner.py index a7c6598..4da2570 100644 --- a/engine/auditioner.py +++ b/engine/auditioner.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/engine/config.py b/engine/config.py index 23b95aa..fb95d42 100644 --- a/engine/config.py +++ b/engine/config.py @@ -22,7 +22,7 @@ METADATA={ "tagline" : 'Sampled Software Instruments ', "version" : "0.0.1", - "year" : "2021", + "year" : "2022", "author" : "Laborejo Software Suite and Krzysztof Foltman", "url" : "https://www.laborejo.org/tembro", diff --git a/engine/instrument.py b/engine/instrument.py index 2a8ee2e..7b52b59 100644 --- a/engine/instrument.py +++ b/engine/instrument.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/engine/main.py b/engine/main.py index 1e9fb51..1d321f2 100644 --- a/engine/main.py +++ b/engine/main.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/extra/generate-round-robin.py b/extra/generate-round-robin.py index 1ce6285..5a71c91 100755 --- a/extra/generate-round-robin.py +++ b/extra/generate-round-robin.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/auditioner.py b/qtgui/auditioner.py index f42a3b0..2e88c86 100644 --- a/qtgui/auditioner.py +++ b/qtgui/auditioner.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/chooseDownloadDirectory.py b/qtgui/chooseDownloadDirectory.py index 1f7a067..131d157 100644 --- a/qtgui/chooseDownloadDirectory.py +++ b/qtgui/chooseDownloadDirectory.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/constantsAndConfigs.py b/qtgui/constantsAndConfigs.py index 3c7455b..1de142b 100644 --- a/qtgui/constantsAndConfigs.py +++ b/qtgui/constantsAndConfigs.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/instrument.py b/qtgui/instrument.py index 7856923..5e1c89b 100644 --- a/qtgui/instrument.py +++ b/qtgui/instrument.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/mainwindow.py b/qtgui/mainwindow.py index 245e8b9..71332e0 100644 --- a/qtgui/mainwindow.py +++ b/qtgui/mainwindow.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/mixer.py b/qtgui/mixer.py index e91914b..0035d32 100644 --- a/qtgui/mixer.py +++ b/qtgui/mixer.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/selectedinstrumentcontroller.py b/qtgui/selectedinstrumentcontroller.py index c3badf6..e6459d9 100644 --- a/qtgui/selectedinstrumentcontroller.py +++ b/qtgui/selectedinstrumentcontroller.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/engine/api.py b/template/engine/api.py index add010d..3e8f91c 100644 --- a/template/engine/api.py +++ b/template/engine/api.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ) diff --git a/template/engine/data.py b/template/engine/data.py index bae5783..fdd9343 100644 --- a/template/engine/data.py +++ b/template/engine/data.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/engine/duration.py b/template/engine/duration.py index f471916..f439de1 100644 --- a/template/engine/duration.py +++ b/template/engine/duration.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/engine/history.py b/template/engine/history.py index 0af3650..707d61d 100644 --- a/template/engine/history.py +++ b/template/engine/history.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/engine/input_midi.py b/template/engine/input_midi.py index 0c8b917..ade4b4b 100644 --- a/template/engine/input_midi.py +++ b/template/engine/input_midi.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/engine/ly2cbox.py b/template/engine/ly2cbox.py index 90b72da..a03192b 100644 --- a/template/engine/ly2cbox.py +++ b/template/engine/ly2cbox.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/engine/metronome.py b/template/engine/metronome.py index d3165e9..4052cf9 100644 --- a/template/engine/metronome.py +++ b/template/engine/metronome.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/engine/midi.py b/template/engine/midi.py index 87447bf..93ef4af 100644 --- a/template/engine/midi.py +++ b/template/engine/midi.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/engine/pitch.py b/template/engine/pitch.py index 4c3794b..cc94e96 100644 --- a/template/engine/pitch.py +++ b/template/engine/pitch.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/engine/sampler_sf2.py b/template/engine/sampler_sf2.py index fe43aa6..ec49133 100644 --- a/template/engine/sampler_sf2.py +++ b/template/engine/sampler_sf2.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ). diff --git a/template/engine/sequencer.py b/template/engine/sequencer.py index 331ba24..762bab1 100644 --- a/template/engine/sequencer.py +++ b/template/engine/sequencer.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/engine/session.py b/template/engine/session.py index 3d2801d..f61cfb9 100644 --- a/template/engine/session.py +++ b/template/engine/session.py @@ -1,7 +1,7 @@ #/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/helper.py b/template/helper.py index cc273b5..1e69f64 100644 --- a/template/helper.py +++ b/template/helper.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) Most of this file is trivial code and does not reach the "Schaffenshöhe" for Urheberrecht. If it is: diff --git a/template/qtgui/about.py b/template/qtgui/about.py index dce47c1..df2a4d1 100644 --- a/template/qtgui/about.py +++ b/template/qtgui/about.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/qtgui/changelog.py b/template/qtgui/changelog.py index 1ce52e0..655eb9a 100644 --- a/template/qtgui/changelog.py +++ b/template/qtgui/changelog.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/qtgui/chooseSessionDirectory.py b/template/qtgui/chooseSessionDirectory.py index 2099c21..80d0d0b 100644 --- a/template/qtgui/chooseSessionDirectory.py +++ b/template/qtgui/chooseSessionDirectory.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/qtgui/constantsAndConfigs.py b/template/qtgui/constantsAndConfigs.py index 9fdd66a..00503e1 100644 --- a/template/qtgui/constantsAndConfigs.py +++ b/template/qtgui/constantsAndConfigs.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/qtgui/debugScript.py b/template/qtgui/debugScript.py index 0cb6064..5b6f4ff 100644 --- a/template/qtgui/debugScript.py +++ b/template/qtgui/debugScript.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/qtgui/eventloop.py b/template/qtgui/eventloop.py index 10ab4cd..24c40df 100644 --- a/template/qtgui/eventloop.py +++ b/template/qtgui/eventloop.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/qtgui/helper.py b/template/qtgui/helper.py index 70a06fe..2feef0d 100644 --- a/template/qtgui/helper.py +++ b/template/qtgui/helper.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of Laborejo ( https://www.laborejo.org ) diff --git a/template/qtgui/mainwindow.py b/template/qtgui/mainwindow.py index e5ade66..84f8077 100644 --- a/template/qtgui/mainwindow.py +++ b/template/qtgui/mainwindow.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/qtgui/menu.py b/template/qtgui/menu.py index 9aa0963..443cb2b 100644 --- a/template/qtgui/menu.py +++ b/template/qtgui/menu.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/qtgui/midiinquickwidget.py b/template/qtgui/midiinquickwidget.py index f9d3eab..a17064d 100644 --- a/template/qtgui/midiinquickwidget.py +++ b/template/qtgui/midiinquickwidget.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/qtgui/nsmsingleserver.py b/template/qtgui/nsmsingleserver.py index c31b1b6..6d59bc5 100644 --- a/template/qtgui/nsmsingleserver.py +++ b/template/qtgui/nsmsingleserver.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/qtgui/submenus.py b/template/qtgui/submenus.py index 71ac248..ec85b86 100644 --- a/template/qtgui/submenus.py +++ b/template/qtgui/submenus.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/qtgui/usermanual.py b/template/qtgui/usermanual.py index 8de4208..704acef 100644 --- a/template/qtgui/usermanual.py +++ b/template/qtgui/usermanual.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/template/start.py b/template/start.py index 819f3d2..ad9e9e2 100644 --- a/template/start.py +++ b/template/start.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2022, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),