From 97facd5e2e9742a6479b93ea92f4c34544971b31 Mon Sep 17 00:00:00 2001 From: Nils <> Date: Sat, 2 Jan 2021 00:39:21 +0100 Subject: [PATCH] copyright dates 2021 --- engine/__init__.py | 2 +- engine/api.py | 2 +- engine/block.py | 2 +- engine/ccsubtrack.py | 2 +- engine/cursor.py | 2 +- engine/items.py | 2 +- engine/lilypond.py | 2 +- engine/main.py | 2 +- engine/midiinput/stepmidiinput.py | 2 +- engine/tempotrack.py | 2 +- engine/track.py | 2 +- qtgui/conductor.py | 2 +- qtgui/constantsAndConfigs.py | 2 +- qtgui/cursor.py | 2 +- qtgui/graphs.py | 2 +- qtgui/grid.py | 2 +- qtgui/items.py | 2 +- qtgui/mainwindow.py | 2 +- qtgui/menu.py | 2 +- qtgui/musicstructures.py | 2 +- qtgui/scorescene.py | 2 +- qtgui/scoreview.py | 2 +- qtgui/submenus.py | 2 +- qtgui/trackEditor.py | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/engine/__init__.py b/engine/__init__.py index f4bd2b4..7d9e291 100644 --- a/engine/__init__.py +++ b/engine/__init__.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, 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 b91e157..a7d92d3 100644 --- a/engine/api.py +++ b/engine/api.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/engine/block.py b/engine/block.py index a50034d..4f43799 100644 --- a/engine/block.py +++ b/engine/block.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of Laborejo ( https://www.laborejo.org ) diff --git a/engine/ccsubtrack.py b/engine/ccsubtrack.py index 69216a3..3c85c20 100644 --- a/engine/ccsubtrack.py +++ b/engine/ccsubtrack.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/engine/cursor.py b/engine/cursor.py index 2e2fa6c..a3981fb 100644 --- a/engine/cursor.py +++ b/engine/cursor.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/engine/items.py b/engine/items.py index 83b3c29..80d78c5 100644 --- a/engine/items.py +++ b/engine/items.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of Laborejo ( https://www.laborejo.org ) diff --git a/engine/lilypond.py b/engine/lilypond.py index b4fdd21..2c994bb 100644 --- a/engine/lilypond.py +++ b/engine/lilypond.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, 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 98143ab..ec291ff 100644 --- a/engine/main.py +++ b/engine/main.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/engine/midiinput/stepmidiinput.py b/engine/midiinput/stepmidiinput.py index 8b95278..23d84db 100644 --- a/engine/midiinput/stepmidiinput.py +++ b/engine/midiinput/stepmidiinput.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, 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/engine/tempotrack.py b/engine/tempotrack.py index b0ed774..2654b97 100644 --- a/engine/tempotrack.py +++ b/engine/tempotrack.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/engine/track.py b/engine/track.py index 422fb51..be26a78 100644 --- a/engine/track.py +++ b/engine/track.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/conductor.py b/qtgui/conductor.py index 522cfc6..9f44842 100644 --- a/qtgui/conductor.py +++ b/qtgui/conductor.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, 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 fdf819b..e72f178 100644 --- a/qtgui/constantsAndConfigs.py +++ b/qtgui/constantsAndConfigs.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/cursor.py b/qtgui/cursor.py index 817b775..459cb11 100644 --- a/qtgui/cursor.py +++ b/qtgui/cursor.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/graphs.py b/qtgui/graphs.py index d2b4e8e..a334f95 100644 --- a/qtgui/graphs.py +++ b/qtgui/graphs.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/grid.py b/qtgui/grid.py index 996180e..4ce7d48 100644 --- a/qtgui/grid.py +++ b/qtgui/grid.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/items.py b/qtgui/items.py index 96fb13e..0a1ca0b 100644 --- a/qtgui/items.py +++ b/qtgui/items.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, 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 6e19672..724ac2f 100644 --- a/qtgui/mainwindow.py +++ b/qtgui/mainwindow.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/menu.py b/qtgui/menu.py index f957738..88f14a9 100644 --- a/qtgui/menu.py +++ b/qtgui/menu.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/musicstructures.py b/qtgui/musicstructures.py index aeb2a91..aaae843 100644 --- a/qtgui/musicstructures.py +++ b/qtgui/musicstructures.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/scorescene.py b/qtgui/scorescene.py index 9577502..a957070 100644 --- a/qtgui/scorescene.py +++ b/qtgui/scorescene.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/scoreview.py b/qtgui/scoreview.py index 0ddfc24..db6a0e3 100644 --- a/qtgui/scoreview.py +++ b/qtgui/scoreview.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/submenus.py b/qtgui/submenus.py index 35024b3..67320e7 100644 --- a/qtgui/submenus.py +++ b/qtgui/submenus.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), diff --git a/qtgui/trackEditor.py b/qtgui/trackEditor.py index cce9c49..d4e7bca 100644 --- a/qtgui/trackEditor.py +++ b/qtgui/trackEditor.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # -*- coding: utf-8 -*- """ -Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net ) +Copyright 2021, Nils Hilbricht, Germany ( https://www.hilbricht.net ) This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),