diff --git a/Makefile b/Makefile index 101d6d9..74a08ba 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2013 Christian T. Jacobs. +# Copyright (C) 2013-2016 Christian T. Jacobs. # This file is part of PyQSO. diff --git a/README.md b/README.md index 6ac3600..52ee443 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - Copyright (C) 2013 Christian T. Jacobs. + Copyright (C) 2013-2016 Christian T. Jacobs. This file is part of PyQSO. diff --git a/bin/pyqso b/bin/pyqso index 911d4dc..88d553a 100755 --- a/bin/pyqso +++ b/bin/pyqso @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2012 Christian T. Jacobs. +# Copyright (C) 2012-2016 Christian T. Jacobs. # This file is part of PyQSO. diff --git a/docs/source/conf.py b/docs/source/conf.py index 9c10983..1db6649 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,7 +51,7 @@ master_doc = 'index' # General information about the project. project = u'PyQSO' -copyright = u'2015, Christian T. Jacobs (2E0ICL)' +copyright = u'2015-2016, Christian T. Jacobs (2E0ICL)' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst index 5424e4a..b90173c 100644 --- a/docs/source/introduction.rst +++ b/docs/source/introduction.rst @@ -57,7 +57,7 @@ log. Licensing --------- -PyQSO is free software, released under the `GNU General Public License `_. Please see the file called ``COPYING`` for more information. +PyQSO is free software, released under the `GNU General Public License `_. Please see the file called ``COPYING`` for more information. A copyright year range of the form YYYY-ZZZZ specifies every single year from YYYY to ZZZZ inclusive (for example, 2012-2016 means 2012, 2013, 2014, 2015, 2016). Contact ------- diff --git a/pyqso/adif.py b/pyqso/adif.py index 55dc25f..da139ab 100644 --- a/pyqso/adif.py +++ b/pyqso/adif.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2012 Christian T. Jacobs. +# Copyright (C) 2012-2016 Christian T. Jacobs. # This file is part of PyQSO. diff --git a/pyqso/auxiliary_dialogs.py b/pyqso/auxiliary_dialogs.py index 888a6f9..34554d1 100644 --- a/pyqso/auxiliary_dialogs.py +++ b/pyqso/auxiliary_dialogs.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2013 Christian T. Jacobs. +# Copyright (C) 2013-2016 Christian T. Jacobs. # This file is part of PyQSO. diff --git a/pyqso/awards.py b/pyqso/awards.py index 1657819..9656ef1 100644 --- a/pyqso/awards.py +++ b/pyqso/awards.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2013 Christian T. Jacobs. +# Copyright (C) 2013-2016 Christian T. Jacobs. # This file is part of PyQSO. diff --git a/pyqso/callsign_lookup.py b/pyqso/callsign_lookup.py index 0f4631d..1c45983 100644 --- a/pyqso/callsign_lookup.py +++ b/pyqso/callsign_lookup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2013 Christian T. Jacobs. +# Copyright (C) 2013-2016 Christian T. Jacobs. # This file is part of PyQSO. diff --git a/pyqso/dx_cluster.py b/pyqso/dx_cluster.py index c23bb8f..df14bc4 100644 --- a/pyqso/dx_cluster.py +++ b/pyqso/dx_cluster.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2013 Christian T. Jacobs. +# Copyright (C) 2013-2016 Christian T. Jacobs. # This file is part of PyQSO. diff --git a/pyqso/grey_line.py b/pyqso/grey_line.py index 415d0af..42edf28 100644 --- a/pyqso/grey_line.py +++ b/pyqso/grey_line.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2013 Christian T. Jacobs. +# Copyright (C) 2013-2016 Christian T. Jacobs. # This file is part of PyQSO. diff --git a/pyqso/log.py b/pyqso/log.py index 8a5eb8e..7125e47 100644 --- a/pyqso/log.py +++ b/pyqso/log.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2013 Christian T. Jacobs. +# Copyright (C) 2013-2016 Christian T. Jacobs. # This file is part of PyQSO. diff --git a/pyqso/log_name_dialog.py b/pyqso/log_name_dialog.py index 74f5603..df46436 100644 --- a/pyqso/log_name_dialog.py +++ b/pyqso/log_name_dialog.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2013 Christian T. Jacobs. +# Copyright (C) 2013-2016 Christian T. Jacobs. # This file is part of PyQSO. diff --git a/pyqso/logbook.py b/pyqso/logbook.py index a1c9ab1..d3f22dd 100644 --- a/pyqso/logbook.py +++ b/pyqso/logbook.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2012 Christian T. Jacobs. +# Copyright (C) 2012-2016 Christian T. Jacobs. # This file is part of PyQSO. diff --git a/pyqso/menu.py b/pyqso/menu.py index 3aa71d8..4c8b078 100644 --- a/pyqso/menu.py +++ b/pyqso/menu.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2012 Christian T. Jacobs. +# Copyright (C) 2012-2016 Christian T. Jacobs. # This file is part of PyQSO. diff --git a/pyqso/preferences_dialog.py b/pyqso/preferences_dialog.py index 407a998..60c4b13 100644 --- a/pyqso/preferences_dialog.py +++ b/pyqso/preferences_dialog.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2013 Christian T. Jacobs. +# Copyright (C) 2013-2016 Christian T. Jacobs. # This file is part of PyQSO. diff --git a/pyqso/record_dialog.py b/pyqso/record_dialog.py index 5c718b6..4b934a3 100644 --- a/pyqso/record_dialog.py +++ b/pyqso/record_dialog.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2013 Christian T. Jacobs. +# Copyright (C) 2013-2016 Christian T. Jacobs. # This file is part of PyQSO. diff --git a/pyqso/telnet_connection_dialog.py b/pyqso/telnet_connection_dialog.py index bdac8d5..347c697 100644 --- a/pyqso/telnet_connection_dialog.py +++ b/pyqso/telnet_connection_dialog.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2013 Christian T. Jacobs. +# Copyright (C) 2013-2016 Christian T. Jacobs. # This file is part of PyQSO. diff --git a/pyqso/toolbar.py b/pyqso/toolbar.py index 129984a..61df885 100644 --- a/pyqso/toolbar.py +++ b/pyqso/toolbar.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2013 Christian T. Jacobs. +# Copyright (C) 2013-2016 Christian T. Jacobs. # This file is part of PyQSO. diff --git a/pyqso/toolbox.py b/pyqso/toolbox.py index 107eee4..f28bc9c 100644 --- a/pyqso/toolbox.py +++ b/pyqso/toolbox.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2013 Christian T. Jacobs. +# Copyright (C) 2013-2016 Christian T. Jacobs. # This file is part of PyQSO. diff --git a/setup.py b/setup.py index 8f7f379..74ff52a 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2013 Christian T. Jacobs. +# Copyright (C) 2013-2016 Christian T. Jacobs. # This file is part of PyQSO.