From 98ca118a6044614633217d056348d16a7a99f20e Mon Sep 17 00:00:00 2001 From: BasioMeusPuga Date: Thu, 12 Apr 2018 10:15:20 +0530 Subject: [PATCH] Remove unnecessary shebangs How this isn't a Ricky Martin song, we'll never know --- lector/annotations.py | 2 -- lector/contentwidgets.py | 2 -- lector/database.py | 4 +--- lector/definitionsdialog.py | 4 +--- lector/delegates.py | 4 +--- lector/guifunctions.py | 4 +--- lector/library.py | 4 +--- lector/metadatadialog.py | 4 +--- lector/models.py | 2 -- lector/settings.py | 17 ++++++++++++++++- lector/settingsdialog.py | 4 +--- lector/sorter.py | 4 +--- lector/threaded.py | 4 +--- lector/toolbars.py | 4 +--- lector/widgets.py | 2 -- 15 files changed, 26 insertions(+), 39 deletions(-) diff --git a/lector/annotations.py b/lector/annotations.py index ab56e29..0302994 100644 --- a/lector/annotations.py +++ b/lector/annotations.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # This file is a part of Lector, a Qt based ebook reader # Copyright (C) 2017-2018 BasioMeusPuga diff --git a/lector/contentwidgets.py b/lector/contentwidgets.py index 8f7823e..b6240ee 100644 --- a/lector/contentwidgets.py +++ b/lector/contentwidgets.py @@ -1,5 +1,3 @@ -#!usr/bin/env python3 - # This file is a part of Lector, a Qt based ebook reader # Copyright (C) 2017-2018 BasioMeusPuga diff --git a/lector/database.py b/lector/database.py index 0ecd06a..ea5f14d 100644 --- a/lector/database.py +++ b/lector/database.py @@ -1,7 +1,5 @@ -#!/usr/bin/env python3 - # This file is a part of Lector, a Qt based ebook reader -# Copyright (C) 2017 BasioMeusPuga +# Copyright (C) 2017-2018 BasioMeusPuga # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lector/definitionsdialog.py b/lector/definitionsdialog.py index 268cc9c..d16fec1 100644 --- a/lector/definitionsdialog.py +++ b/lector/definitionsdialog.py @@ -1,7 +1,5 @@ -#!/usr/bin/env python3 - # This file is a part of Lector, a Qt based ebook reader -# Copyright (C) 2017 BasioMeusPuga +# Copyright (C) 2017-2018 BasioMeusPuga # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lector/delegates.py b/lector/delegates.py index 5517329..2370adf 100644 --- a/lector/delegates.py +++ b/lector/delegates.py @@ -1,7 +1,5 @@ -#!/usr/bin/env python3 - # This file is a part of Lector, a Qt based ebook reader -# Copyright (C) 2017 BasioMeusPuga +# Copyright (C) 2017-2018 BasioMeusPuga # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lector/guifunctions.py b/lector/guifunctions.py index c5e6117..368f5fa 100644 --- a/lector/guifunctions.py +++ b/lector/guifunctions.py @@ -1,7 +1,5 @@ -#!usr/bin/env python3 - # This file is a part of Lector, a Qt based ebook reader -# Copyright (C) 2018 BasioMeusPuga +# Copyright (C) 2017-2018 BasioMeusPuga # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lector/library.py b/lector/library.py index 054131f..48e0571 100644 --- a/lector/library.py +++ b/lector/library.py @@ -1,7 +1,5 @@ -#!/usr/bin/env python3 - # This file is a part of Lector, a Qt based ebook reader -# Copyright (C) 2017 BasioMeusPuga +# Copyright (C) 2017-2018 BasioMeusPuga # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lector/metadatadialog.py b/lector/metadatadialog.py index df3ffe1..c1e3c63 100644 --- a/lector/metadatadialog.py +++ b/lector/metadatadialog.py @@ -1,7 +1,5 @@ -#!/usr/bin/env python3 - # This file is a part of Lector, a Qt based ebook reader -# Copyright (C) 2017 BasioMeusPuga +# Copyright (C) 2017-2018 BasioMeusPuga # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lector/models.py b/lector/models.py index 16847d3..e0b877c 100644 --- a/lector/models.py +++ b/lector/models.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - # This file is a part of Lector, a Qt based ebook reader # Copyright (C) 2017-2018 BasioMeusPuga diff --git a/lector/settings.py b/lector/settings.py index 975ebf4..4a5e28b 100644 --- a/lector/settings.py +++ b/lector/settings.py @@ -1,4 +1,19 @@ -#!/usr/bin/env python3 +# This file is a part of Lector, a Qt based ebook reader +# Copyright (C) 2017-2018 BasioMeusPuga + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + # Keep in mind that all integer / boolean settings are returned as strings import os diff --git a/lector/settingsdialog.py b/lector/settingsdialog.py index e43de6e..31d5aaf 100644 --- a/lector/settingsdialog.py +++ b/lector/settingsdialog.py @@ -1,7 +1,5 @@ -#!/usr/bin/env python3 - # This file is a part of Lector, a Qt based ebook reader -# Copyright (C) 2017 BasioMeusPuga +# Copyright (C) 2017-2018 BasioMeusPuga # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lector/sorter.py b/lector/sorter.py index 5c802f4..6a4bc78 100644 --- a/lector/sorter.py +++ b/lector/sorter.py @@ -1,7 +1,5 @@ -#!/usr/bin/env python3 - # This file is a part of Lector, a Qt based ebook reader -# Copyright (C) 2017 BasioMeusPuga +# Copyright (C) 2017-2018 BasioMeusPuga # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lector/threaded.py b/lector/threaded.py index b88d8db..f34ac93 100644 --- a/lector/threaded.py +++ b/lector/threaded.py @@ -1,7 +1,5 @@ -#!/usr/bin/env python3 - # This file is a part of Lector, a Qt based ebook reader -# Copyright (C) 2017 BasioMeusPuga +# Copyright (C) 2017-2018 BasioMeusPuga # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lector/toolbars.py b/lector/toolbars.py index b404d10..c2b8291 100644 --- a/lector/toolbars.py +++ b/lector/toolbars.py @@ -1,7 +1,5 @@ -#!usr/bin/env python3 - # This file is a part of Lector, a Qt based ebook reader -# Copyright (C) 2018 BasioMeusPuga +# Copyright (C) 2017-2018 BasioMeusPuga # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lector/widgets.py b/lector/widgets.py index ea36cb8..e671788 100644 --- a/lector/widgets.py +++ b/lector/widgets.py @@ -1,5 +1,3 @@ -#!usr/bin/env python3 - # This file is a part of Lector, a Qt based ebook reader # Copyright (C) 2017-2018 BasioMeusPuga