Sfoglia il codice sorgente

Clean up license header

master
Nils 4 anni fa
parent
commit
3e24548492
  1. 3
      engine/__init__.py
  2. 1
      engine/api.py
  3. 1
      engine/ccsubtrack.py
  4. 1
      engine/cursor.py
  5. 1
      engine/lilypond.py
  6. 1
      engine/main.py
  7. 1
      engine/tempotrack.py
  8. 1
      engine/track.py
  9. 2
      midiinput/stepmidiinput.py
  10. 1
      qtgui/conductor.py
  11. 1
      qtgui/constantsAndConfigs.py
  12. 1
      qtgui/cursor.py
  13. 1
      qtgui/graphs.py
  14. 1
      qtgui/grid.py
  15. 1
      qtgui/items.py
  16. 1
      qtgui/mainwindow.py
  17. 1
      qtgui/menu.py
  18. 1
      qtgui/musicstructures.py
  19. 1
      qtgui/scorescene.py
  20. 1
      qtgui/scoreview.py
  21. 1
      qtgui/submenus.py
  22. 1
      qtgui/trackEditor.py

3
engine/__init__.py

@ -4,9 +4,8 @@
Copyright 2020, 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application.
The Template Base Application is free software: you can redistribute it and/or modify This application is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or the Free Software Foundation, either version 3 of the License, or
(at your option) any later version. (at your option) any later version.

1
engine/api.py

@ -4,7 +4,6 @@
Copyright 2020, 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application.
Laborejo2 is free software: you can redistribute it and/or modify Laborejo2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

1
engine/ccsubtrack.py

@ -4,7 +4,6 @@
Copyright 2020, 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application.
Laborejo2 is free software: you can redistribute it and/or modify Laborejo2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

1
engine/cursor.py

@ -4,7 +4,6 @@
Copyright 2020, 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application.
Laborejo2 is free software: you can redistribute it and/or modify Laborejo2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

1
engine/lilypond.py

@ -4,7 +4,6 @@
Copyright 2020, 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application.
Laborejo2 is free software: you can redistribute it and/or modify Laborejo2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

1
engine/main.py

@ -4,7 +4,6 @@
Copyright 2020, 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application.
Laborejo2 is free software: you can redistribute it and/or modify Laborejo2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

1
engine/tempotrack.py

@ -4,7 +4,6 @@
Copyright 2020, 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application.
Laborejo2 is free software: you can redistribute it and/or modify Laborejo2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

1
engine/track.py

@ -4,7 +4,6 @@
Copyright 2020, 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application.
Laborejo2 is free software: you can redistribute it and/or modify Laborejo2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

2
midiinput/stepmidiinput.py

@ -6,7 +6,7 @@ Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net )
This file is part of the Laborejo Software Suite ( https://www.laborejo.org ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application. more specifically its template base application.
The Template Base Application is free software: you can redistribute it and/or modify This application is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or the Free Software Foundation, either version 3 of the License, or
(at your option) any later version. (at your option) any later version.

1
qtgui/conductor.py

@ -4,7 +4,6 @@
Copyright 2020, 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application.
Laborejo2 is free software: you can redistribute it and/or modify Laborejo2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

1
qtgui/constantsAndConfigs.py

@ -4,7 +4,6 @@
Copyright 2020, 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application.
Laborejo2 is free software: you can redistribute it and/or modify Laborejo2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

1
qtgui/cursor.py

@ -4,7 +4,6 @@
Copyright 2020, 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application.
Laborejo2 is free software: you can redistribute it and/or modify Laborejo2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

1
qtgui/graphs.py

@ -4,7 +4,6 @@
Copyright 2020, 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application.
Laborejo2 is free software: you can redistribute it and/or modify Laborejo2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

1
qtgui/grid.py

@ -4,7 +4,6 @@
Copyright 2020, 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application.
Laborejo2 is free software: you can redistribute it and/or modify Laborejo2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

1
qtgui/items.py

@ -4,7 +4,6 @@
Copyright 2020, 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application.
Laborejo2 is free software: you can redistribute it and/or modify Laborejo2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

1
qtgui/mainwindow.py

@ -4,7 +4,6 @@
Copyright 2020, 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application.
Laborejo2 is free software: you can redistribute it and/or modify Laborejo2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

1
qtgui/menu.py

@ -4,7 +4,6 @@
Copyright 2020, 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application.
Laborejo2 is free software: you can redistribute it and/or modify Laborejo2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

1
qtgui/musicstructures.py

@ -4,7 +4,6 @@
Copyright 2020, 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application.
Laborejo2 is free software: you can redistribute it and/or modify Laborejo2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

1
qtgui/scorescene.py

@ -4,7 +4,6 @@
Copyright 2020, 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application.
Laborejo2 is free software: you can redistribute it and/or modify Laborejo2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

1
qtgui/scoreview.py

@ -4,7 +4,6 @@
Copyright 2020, 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application.
Laborejo2 is free software: you can redistribute it and/or modify Laborejo2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

1
qtgui/submenus.py

@ -4,7 +4,6 @@
Copyright 2020, 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application.
Laborejo2 is free software: you can redistribute it and/or modify Laborejo2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

1
qtgui/trackEditor.py

@ -4,7 +4,6 @@
Copyright 2020, 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 ), This file is part of the Laborejo Software Suite ( https://www.laborejo.org ),
more specifically its template base application.
Laborejo2 is free software: you can redistribute it and/or modify Laborejo2 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

Caricamento…
Annulla
Salva