diff --git a/__main__.py b/__main__.py index a4c86c9..1258968 120000 --- a/__main__.py +++ b/__main__.py @@ -1 +1 @@ -/home/nils/lss/patroneo/template/main.py.template \ No newline at end of file +template/main.py.template \ No newline at end of file diff --git a/engine/__init__.py b/engine/__init__.py index 259faef..415ef87 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/main.py b/engine/main.py index 35dc642..68eb267 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/pattern.py b/engine/pattern.py index 6f0fbe4..97c4a44 100644 --- a/engine/pattern.py +++ b/engine/pattern.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 Patroneo ( https://www.laborejo.org ) diff --git a/engine/track.py b/engine/track.py index 01c1a6f..d9f8aa9 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/patroneo b/patroneo index 3e27f1a..3858644 120000 --- a/patroneo +++ b/patroneo @@ -1 +1 @@ -/home/nils/lss/patroneo/template/launcher.template \ No newline at end of file +template/launcher.template \ No newline at end of file diff --git a/qtgui/constantsAndConfigs.py b/qtgui/constantsAndConfigs.py index 40a1c06..20e52c9 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/mainwindow.py b/qtgui/mainwindow.py index 52a86e0..ebb6e66 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/pattern_grid.py b/qtgui/pattern_grid.py index b8ee50c..8e65b5d 100644 --- a/qtgui/pattern_grid.py +++ b/qtgui/pattern_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 Patroneo ( https://www.laborejo.org ) diff --git a/qtgui/songeditor.py b/qtgui/songeditor.py index 404a497..0baa309 100644 --- a/qtgui/songeditor.py +++ b/qtgui/songeditor.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 Patroneo ( https://www.laborejo.org ) diff --git a/qtgui/timeline.py b/qtgui/timeline.py index 94ecdfd..61a877f 100644 --- a/qtgui/timeline.py +++ b/qtgui/timeline.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 Patroneo ( https://www.laborejo.org )