Browse Source

change copyright

master
Nils 5 years ago
parent
commit
c612d8a951
  1. 2
      engine/__init__.py
  2. 2
      engine/main.py
  3. 2
      engine/pattern.py
  4. 2
      engine/track.py
  5. 2
      qtgui/mainwindow.py
  6. 2
      qtgui/pattern_grid.py
  7. 2
      qtgui/resources/loop.svg
  8. 2
      qtgui/resources/playpause.svg
  9. 2
      qtgui/resources/tostart.svg
  10. 2
      qtgui/songeditor.py
  11. 2
      qtgui/timeline.py

2
engine/__init__.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Copyright 2018, Nils Hilbricht, Germany ( https://www.hilbricht.net )
Copyright 2019, 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.

2
engine/main.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Copyright 2018, Nils Hilbricht, Germany ( https://www.hilbricht.net )
Copyright 2019, 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.

2
engine/pattern.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Copyright 2018, Nils Hilbricht, Germany ( https://www.hilbricht.net )
Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net )
This file is part of Patroneo ( https://www.laborejo.org )

2
engine/track.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Copyright 2018, Nils Hilbricht, Germany ( https://www.hilbricht.net )
Copyright 2019, 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.

2
qtgui/mainwindow.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Copyright 2018, Nils Hilbricht, Germany ( https://www.hilbricht.net )
Copyright 2019, 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.

2
qtgui/pattern_grid.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Copyright 2018, Nils Hilbricht, Germany ( https://www.hilbricht.net )
Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net )
This file is part of Patroneo ( https://www.laborejo.org )

2
qtgui/resources/loop.svg

@ -13,7 +13,7 @@
sodipodi:docname="loop.svg"
width="151.40393"
height="119.552"
inkscape:version="0.92.2 2405546, 2018-03-11"
inkscape:version="0.92.2 2405546, 2019-03-11"
inkscape:export-filename="/home/nils/playpause.png"
inkscape:export-xdpi="24.089935"
inkscape:export-ydpi="24.089935">

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

2
qtgui/resources/playpause.svg

@ -13,7 +13,7 @@
sodipodi:docname="playpause.svg"
width="151.40393"
height="119.552"
inkscape:version="0.92.2 2405546, 2018-03-11"
inkscape:version="0.92.2 2405546, 2019-03-11"
inkscape:export-filename="/home/nils/playpause.png"
inkscape:export-xdpi="24.089935"
inkscape:export-ydpi="24.089935">

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

2
qtgui/resources/tostart.svg

@ -13,7 +13,7 @@
sodipodi:docname="tostart.svg"
width="151.40393"
height="119.552"
inkscape:version="0.92.2 2405546, 2018-03-11"
inkscape:version="0.92.2 2405546, 2019-03-11"
inkscape:export-filename="/home/nils/tostart.png"
inkscape:export-xdpi="24.094486"
inkscape:export-ydpi="24.094486">

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

2
qtgui/songeditor.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Copyright 2018, Nils Hilbricht, Germany ( https://www.hilbricht.net )
Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net )
This file is part of Patroneo ( https://www.laborejo.org )

2
qtgui/timeline.py

@ -1,7 +1,7 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Copyright 2018, Nils Hilbricht, Germany ( https://www.hilbricht.net )
Copyright 2019, Nils Hilbricht, Germany ( https://www.hilbricht.net )
This file is part of Patroneo ( https://www.laborejo.org )

Loading…
Cancel
Save