From 213ff104e5689be7a8d17b52a8a8373feb5dd021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Genov=C3=A9s?= Date: Fri, 5 Jul 2019 20:47:49 +0200 Subject: [PATCH] Update license --- AUTHORS | 4 ++-- bin/uberwriter | 2 +- setup.py | 2 +- tests/test_example.py | 2 +- tests/test_lint.py | 2 +- uberwriter.in | 2 +- uberwriter/__init__.py | 2 +- uberwriter/builder.py | 2 +- uberwriter/config.py | 2 +- uberwriter/export_dialog.py | 2 +- uberwriter/format_shortcuts.py | 2 +- uberwriter/headerbars.py | 2 +- uberwriter/helpers.py | 2 +- uberwriter/inline_preview.py | 2 +- uberwriter/main_window.py | 2 +- uberwriter/preferences_dialog.py | 2 +- uberwriter/pylocales/__init__.py | 2 +- uberwriter/pylocales/locales.py | 4 ++-- uberwriter/search_and_replace.py | 2 +- uberwriter/settings.py | 2 +- uberwriter/sidebar.py | 2 +- uberwriter/text_view_markup_handler.py | 2 +- 22 files changed, 24 insertions(+), 24 deletions(-) diff --git a/AUTHORS b/AUTHORS index 7c025dc..fe39f16 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,2 @@ -Copyright (C) 2012, Wolf Vollprecht -Copyright (C) 2012, Vova Kolobok +Copyright (C) 2019, Wolf Vollprecht +Copyright (C) 2019, Vova Kolobok diff --git a/bin/uberwriter b/bin/uberwriter index 69fcd8b..995bde0 100755 --- a/bin/uberwriter +++ b/bin/uberwriter @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- ### BEGIN LICENSE -# Copyright (C) 2012, Wolf Vollprecht +# Copyright (C) 2019, Wolf Vollprecht # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3, as published # by the Free Software Foundation. diff --git a/setup.py b/setup.py index 9345029..aec2ffe 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- ### BEGIN LICENSE -# Copyright (C) 2012, Wolf Vollprecht +# Copyright (C) 2019, Wolf Vollprecht # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3, as published # by the Free Software Foundation. diff --git a/tests/test_example.py b/tests/test_example.py index ef12061..2c9823d 100644 --- a/tests/test_example.py +++ b/tests/test_example.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- ### BEGIN LICENSE -# Copyright (C) 2012, Wolf Vollprecht +# Copyright (C) 2019, Wolf Vollprecht # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3, as published # by the Free Software Foundation. diff --git a/tests/test_lint.py b/tests/test_lint.py index fa25364..158cfed 100644 --- a/tests/test_lint.py +++ b/tests/test_lint.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- ### BEGIN LICENSE -# Copyright (C) 2012, Wolf Vollprecht +# Copyright (C) 2019, Wolf Vollprecht # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3, as published # by the Free Software Foundation. diff --git a/uberwriter.in b/uberwriter.in index 69fcd8b..995bde0 100755 --- a/uberwriter.in +++ b/uberwriter.in @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- ### BEGIN LICENSE -# Copyright (C) 2012, Wolf Vollprecht +# Copyright (C) 2019, Wolf Vollprecht # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3, as published # by the Free Software Foundation. diff --git a/uberwriter/__init__.py b/uberwriter/__init__.py index 1bdceb7..00e5141 100644 --- a/uberwriter/__init__.py +++ b/uberwriter/__init__.py @@ -1,6 +1,6 @@ # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- ### BEGIN LICENSE -# Copyright (C) 2012, Wolf Vollprecht +# Copyright (C) 2019, Wolf Vollprecht # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3, as published # by the Free Software Foundation. diff --git a/uberwriter/builder.py b/uberwriter/builder.py index ec934aa..99b3160 100644 --- a/uberwriter/builder.py +++ b/uberwriter/builder.py @@ -1,6 +1,6 @@ # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # BEGIN LICENSE -# Copyright (C) 2012, Wolf Vollprecht +# Copyright (C) 2019, Wolf Vollprecht # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3, as published # by the Free Software Foundation. diff --git a/uberwriter/config.py b/uberwriter/config.py index 5d2da16..73a37eb 100644 --- a/uberwriter/config.py +++ b/uberwriter/config.py @@ -1,6 +1,6 @@ # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- ### BEGIN LICENSE -# Copyright (C) 2012, Wolf Vollprecht +# Copyright (C) 2019, Wolf Vollprecht # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3, as published # by the Free Software Foundation. diff --git a/uberwriter/export_dialog.py b/uberwriter/export_dialog.py index d65b583..0f0effc 100644 --- a/uberwriter/export_dialog.py +++ b/uberwriter/export_dialog.py @@ -1,6 +1,6 @@ # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- ### BEGIN LICENSE -# Copyright (C) 2012, Wolf Vollprecht +# Copyright (C) 2019, Wolf Vollprecht # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3, as published # by the Free Software Foundation. diff --git a/uberwriter/format_shortcuts.py b/uberwriter/format_shortcuts.py index 19e0a91..cec892f 100644 --- a/uberwriter/format_shortcuts.py +++ b/uberwriter/format_shortcuts.py @@ -1,6 +1,6 @@ # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # BEGIN LICENSE -# Copyright (C) 2012, Wolf Vollprecht +# Copyright (C) 2019, Wolf Vollprecht # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3, as published # by the Free Software Foundation. diff --git a/uberwriter/headerbars.py b/uberwriter/headerbars.py index 5b9ad75..6104a66 100644 --- a/uberwriter/headerbars.py +++ b/uberwriter/headerbars.py @@ -1,6 +1,6 @@ # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # BEGIN LICENSE -# Copyright (C) 2012, Wolf Vollprecht +# Copyright (C) 2019, Wolf Vollprecht # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3, as published # by the Free Software Foundation. diff --git a/uberwriter/helpers.py b/uberwriter/helpers.py index d7fa007..f238dd1 100644 --- a/uberwriter/helpers.py +++ b/uberwriter/helpers.py @@ -1,6 +1,6 @@ # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # BEGIN LICENSE -# Copyright (C) 2012, Wolf Vollprecht +# Copyright (C) 2019, Wolf Vollprecht # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3, as published # by the Free Software Foundation. diff --git a/uberwriter/inline_preview.py b/uberwriter/inline_preview.py index 02bf115..484ac0a 100644 --- a/uberwriter/inline_preview.py +++ b/uberwriter/inline_preview.py @@ -1,6 +1,6 @@ # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # BEGIN LICENSE -# Copyright (C) 2012, Wolf Vollprecht +# Copyright (C) 2019, Wolf Vollprecht # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3, as published # by the Free Software Foundation. diff --git a/uberwriter/main_window.py b/uberwriter/main_window.py index 1d2884d..3b1ed24 100644 --- a/uberwriter/main_window.py +++ b/uberwriter/main_window.py @@ -1,6 +1,6 @@ # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # BEGIN LICENSE -# Copyright (C) 2012, Wolf Vollprecht +# Copyright (C) 2019, Wolf Vollprecht # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3, as published # by the Free Software Foundation. diff --git a/uberwriter/preferences_dialog.py b/uberwriter/preferences_dialog.py index 921c09d..5c374e8 100644 --- a/uberwriter/preferences_dialog.py +++ b/uberwriter/preferences_dialog.py @@ -1,6 +1,6 @@ # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- ### BEGIN LICENSE -# Copyright (C) 2012, Wolf Vollprecht +# Copyright (C) 2019, Wolf Vollprecht # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3, as published # by the Free Software Foundation. diff --git a/uberwriter/pylocales/__init__.py b/uberwriter/pylocales/__init__.py index a04dbac..abf5a28 100644 --- a/uberwriter/pylocales/__init__.py +++ b/uberwriter/pylocales/__init__.py @@ -1,6 +1,6 @@ # -*- coding:utf-8 -*- # -# Copyright (C) 2012, Maximilian Köhl +# Copyright (C) 2019, Maximilian Köhl # # 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/uberwriter/pylocales/locales.py b/uberwriter/pylocales/locales.py index 9d4f10f..8d93bf3 100644 --- a/uberwriter/pylocales/locales.py +++ b/uberwriter/pylocales/locales.py @@ -1,7 +1,7 @@ # -*- coding:utf-8 -*- # -# Copyright (C) 2012, Maximilian Köhl -# Copyright (C) 2012, Carlos Jenkins +# Copyright (C) 2019, Maximilian Köhl +# Copyright (C) 2019, Carlos Jenkins # # 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/uberwriter/search_and_replace.py b/uberwriter/search_and_replace.py index 87920eb..12d2469 100644 --- a/uberwriter/search_and_replace.py +++ b/uberwriter/search_and_replace.py @@ -1,6 +1,6 @@ # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- ### BEGIN LICENSE -# Copyright (C) 2012, Wolf Vollprecht +# Copyright (C) 2019, Wolf Vollprecht # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3, as published # by the Free Software Foundation. diff --git a/uberwriter/settings.py b/uberwriter/settings.py index 08bfe2b..1fcbf4d 100644 --- a/uberwriter/settings.py +++ b/uberwriter/settings.py @@ -1,5 +1,5 @@ ### BEGIN LICENSE -# Copyright (C) 2012, Wolf Vollprecht +# Copyright (C) 2019, Wolf Vollprecht # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3, as published # by the Free Software Foundation. diff --git a/uberwriter/sidebar.py b/uberwriter/sidebar.py index 16b7104..571251c 100644 --- a/uberwriter/sidebar.py +++ b/uberwriter/sidebar.py @@ -1,6 +1,6 @@ # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- ### BEGIN LICENSE -# Copyright (C) 2012, Wolf Vollprecht +# Copyright (C) 2019, Wolf Vollprecht # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3, as published # by the Free Software Foundation. diff --git a/uberwriter/text_view_markup_handler.py b/uberwriter/text_view_markup_handler.py index b16a7cf..a203a91 100644 --- a/uberwriter/text_view_markup_handler.py +++ b/uberwriter/text_view_markup_handler.py @@ -1,6 +1,6 @@ # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- ### BEGIN LICENSE -# Copyright (C) 2012, Wolf Vollprecht +# Copyright (C) 2019, Wolf Vollprecht # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License version 3, as published # by the Free Software Foundation.