diff --git a/README b/README index c6bf399..719c7c0 100644 --- a/README +++ b/README @@ -1,5 +1,6 @@ Mirage, a fast and simple GTK+ Image Viewer Copyright 2007 Scott Horowitz +Copyright 2020 Thomas Ross REQUIREMENTS: (Required) PyGObject >= 3.29.3 diff --git a/bin/mirage b/bin/mirage index c7d3a08..cacbae8 100755 --- a/bin/mirage +++ b/bin/mirage @@ -7,6 +7,7 @@ __license__ = """ Mirage, a simple GTK+ Image Viewer Copyright 2007 Scott Horowitz +Copyright 2020 Thomas Ross This file is part of Mirage. diff --git a/mirage/__init__.py b/mirage/__init__.py index 0b566a3..930ec1f 100755 --- a/mirage/__init__.py +++ b/mirage/__init__.py @@ -3,6 +3,7 @@ __license__ = """ Mirage, a fast GTK+ Image Viewer Copyright 2007 Scott Horowitz +Copyright 2020 Thomas Ross This file is part of Mirage. @@ -4150,6 +4151,7 @@ [ "Scott Horowitz ", "Fredric Johansson ", + "Thomas Ross " ] ) self.about_dialog.set_artists(["William Rea "])