Browse Source

Clean up license header

master
Nils 4 years ago
parent
commit
7f3ece26f0
  1. 2
      engine/api.py
  2. 3
      engine/findprograms.py
  3. 2
      engine/nsmservercontrol.py
  4. 3
      engine/start.py
  5. 3
      engine/watcher.py
  6. 5
      qtgui/addclientprompt.py
  7. 2
      qtgui/descriptiontextwidget.py
  8. 5
      qtgui/eventloop.py
  9. 2
      qtgui/helper.py
  10. 3
      qtgui/mainwindow.py
  11. 3
      qtgui/opensessioncontroller.py
  12. 3
      qtgui/projectname.py
  13. 2
      qtgui/quickopensessioncontroller.py
  14. 2
      qtgui/quicksessioncontroller.py
  15. 2
      qtgui/sessiontreecontroller.py
  16. 3
      qtgui/systemtray.py
  17. 2
      qtgui/waitdialog.py

2
engine/api.py

@ -5,7 +5,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 )
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.

3
engine/findprograms.py

@ -9,9 +9,8 @@ With help from code fragments from https://github.com/attwad/python-osc ( DO WHA
API documentation: http://non.tuxfamily.org/nsm/API.html API documentation: http://non.tuxfamily.org/nsm/API.html
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.

2
engine/nsmservercontrol.py

@ -10,7 +10,7 @@ API documentation: http://non.tuxfamily.org/nsm/API.html
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 ).
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.

3
engine/start.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.

3
engine/watcher.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.

5
qtgui/addclientprompt.py

@ -3,10 +3,9 @@
""" """
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.

2
qtgui/descriptiontextwidget.py

@ -5,7 +5,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 )
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.

5
qtgui/eventloop.py

@ -3,10 +3,9 @@
""" """
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.

2
qtgui/helper.py

@ -5,7 +5,7 @@ Copyright 2020, Nils Hilbricht, Germany ( https://www.hilbricht.net )
This file is part of Laborejo ( https://www.laborejo.org ) This file is part of Laborejo ( https://www.laborejo.org )
Laborejo 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.

3
qtgui/mainwindow.py

@ -5,8 +5,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 ).
This application is free software: you can redistribute it and/or modify
The Template Base 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.

3
qtgui/opensessioncontroller.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.

3
qtgui/projectname.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.

2
qtgui/quickopensessioncontroller.py

@ -5,7 +5,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 ).
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.

2
qtgui/quicksessioncontroller.py

@ -5,7 +5,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 ).
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.

2
qtgui/sessiontreecontroller.py

@ -5,7 +5,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 ).
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.

3
qtgui/systemtray.py

@ -9,9 +9,8 @@ With help from code fragments from https://github.com/attwad/python-osc ( DO WHA
API documentation: http://non.tuxfamily.org/nsm/API.html API documentation: http://non.tuxfamily.org/nsm/API.html
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.

2
qtgui/waitdialog.py

@ -5,7 +5,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 )
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.

Loading…
Cancel
Save