diff --git a/template/engine/api.py b/template/engine/api.py index 7f93f9d..5bde20e 100644 --- a/template/engine/api.py +++ b/template/engine/api.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application. diff --git a/template/engine/data.py b/template/engine/data.py index 64d4a18..5f108d2 100644 --- a/template/engine/data.py +++ b/template/engine/data.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application. diff --git a/template/engine/duration.py b/template/engine/duration.py index 5f62266..57aa894 100644 --- a/template/engine/duration.py +++ b/template/engine/duration.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application. diff --git a/template/engine/history.py b/template/engine/history.py index f64cf61..f39e267 100644 --- a/template/engine/history.py +++ b/template/engine/history.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application. diff --git a/template/engine/input_midi.py b/template/engine/input_midi.py index a73d347..50f41ef 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 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application. diff --git a/template/engine/ly2cbox.py b/template/engine/ly2cbox.py index b2cd888..3f4f94c 100644 --- a/template/engine/ly2cbox.py +++ b/template/engine/ly2cbox.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application. diff --git a/template/engine/metronome.py b/template/engine/metronome.py index be4ffa5..a07e6d2 100644 --- a/template/engine/metronome.py +++ b/template/engine/metronome.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application. diff --git a/template/engine/midi.py b/template/engine/midi.py index 2bb97e0..bdfb3c8 100644 --- a/template/engine/midi.py +++ b/template/engine/midi.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application. diff --git a/template/engine/pitch.py b/template/engine/pitch.py index 3e39b06..6623e21 100644 --- a/template/engine/pitch.py +++ b/template/engine/pitch.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application. diff --git a/template/engine/sampler_sf2.py b/template/engine/sampler_sf2.py index 7a1e46d..3597b18 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 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application. diff --git a/template/engine/sequencer.py b/template/engine/sequencer.py index f45a2af..075c37a 100644 --- a/template/engine/sequencer.py +++ b/template/engine/sequencer.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application. diff --git a/template/engine/session.py b/template/engine/session.py index 764a6f4..3901391 100644 --- a/template/engine/session.py +++ b/template/engine/session.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application. diff --git a/template/helper.py b/template/helper.py index df9c590..e5f21a7 100644 --- a/template/helper.py +++ b/template/helper.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- """ -Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, 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 158a8f1..4958164 100644 --- a/template/qtgui/about.py +++ b/template/qtgui/about.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application. diff --git a/template/qtgui/chooseSessionDirectory.py b/template/qtgui/chooseSessionDirectory.py index 705049a..9bbe377 100644 --- a/template/qtgui/chooseSessionDirectory.py +++ b/template/qtgui/chooseSessionDirectory.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application. diff --git a/template/qtgui/constantsAndConfigs.py b/template/qtgui/constantsAndConfigs.py index 2fd0271..ccadec5 100644 --- a/template/qtgui/constantsAndConfigs.py +++ b/template/qtgui/constantsAndConfigs.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application. diff --git a/template/qtgui/debugScript.py b/template/qtgui/debugScript.py index 9b7265a..c20418e 100644 --- a/template/qtgui/debugScript.py +++ b/template/qtgui/debugScript.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application. diff --git a/template/qtgui/helper.py b/template/qtgui/helper.py index f85c92a..5184057 100644 --- a/template/qtgui/helper.py +++ b/template/qtgui/helper.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2017, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, 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 0832df4..2b614fa 100644 --- a/template/qtgui/mainwindow.py +++ b/template/qtgui/mainwindow.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application. diff --git a/template/qtgui/menu.py b/template/qtgui/menu.py index 2b800bf..0201cc9 100644 --- a/template/qtgui/menu.py +++ b/template/qtgui/menu.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application. diff --git a/template/qtgui/nsmsingleserver.py b/template/qtgui/nsmsingleserver.py index 67ed403..f68547c 100644 --- a/template/qtgui/nsmsingleserver.py +++ b/template/qtgui/nsmsingleserver.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application. diff --git a/template/qtgui/usermanual.py b/template/qtgui/usermanual.py index 5be181e..c7ef498 100644 --- a/template/qtgui/usermanual.py +++ b/template/qtgui/usermanual.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application. diff --git a/template/start.py b/template/start.py index 6e088fe..9d6f453 100644 --- a/template/start.py +++ b/template/start.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), more specifically its template base application.