From e5b82a62c76b1ffe020251c5c244d7cc4edcd942 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 9 Jan 2024 17:07:53 +0100 Subject: [PATCH] Update Copyright lines (#11) --- LICENSE | 1 + setup.py | 5 ++++- .../metainfo/org.torproject.torbrowser-launcher.metainfo.xml | 5 +++-- torbrowser-launcher | 3 ++- torbrowser_launcher/__init__.py | 5 +++-- torbrowser_launcher/launcher.py | 3 ++- torbrowser_launcher/settings.py | 3 ++- 7 files changed, 17 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index fc7cc67..f8c87b7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,5 @@ Copyright (c) 2013-2023 Micah Lee +Copyright (c) 2024 Tor Project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/setup.py b/setup.py index fbfe6c6..2e09799 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,8 @@ Tor Browser Launcher https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/ -Copyright (c) 2013-2017 Micah Lee +Copyright (c) 2013-2023 Micah Lee +Copyright (c) 2024 Tor Project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation @@ -100,6 +101,8 @@ setup( version=version, author="Micah Lee", author_email="micah@micahflee.com", + maintainer="Nicolas Vigier", + maintainer_email="boklm@torproject.org", url="https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/", platforms=["GNU/Linux"], license="MIT", diff --git a/share/metainfo/org.torproject.torbrowser-launcher.metainfo.xml b/share/metainfo/org.torproject.torbrowser-launcher.metainfo.xml index 8b30321..bd252b5 100644 --- a/share/metainfo/org.torproject.torbrowser-launcher.metainfo.xml +++ b/share/metainfo/org.torproject.torbrowser-launcher.metainfo.xml @@ -1,5 +1,6 @@ - + + org.torproject.torbrowser-launcher torbrowser.desktop @@ -27,7 +28,7 @@ https://gitlab.torproject.org/tpo/applications/torbrowser-launcher - micah@micahflee.com + boklm@torproject.org diff --git a/torbrowser-launcher b/torbrowser-launcher index d157a3d..f8b7c4b 100755 --- a/torbrowser-launcher +++ b/torbrowser-launcher @@ -3,7 +3,8 @@ Tor Browser Launcher https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/ -Copyright (c) 2013-2017 Micah Lee +Copyright (c) 2013-2023 Micah Lee +Copyright (c) 2024 Tor Project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/torbrowser_launcher/__init__.py b/torbrowser_launcher/__init__.py index 27ab335..4eef7fe 100644 --- a/torbrowser_launcher/__init__.py +++ b/torbrowser_launcher/__init__.py @@ -2,7 +2,8 @@ Tor Browser Launcher https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/ -Copyright (c) 2013-2021 Micah Lee +Copyright (c) 2013-2023 Micah Lee +Copyright (c) 2024 Tor Project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation @@ -73,7 +74,7 @@ def main(): tor_browser_launcher_version = buf.read().strip() print(_("Tor Browser Launcher")) - print(_("By Micah Lee, licensed under MIT")) + print(_("By Micah Lee & Tor Project, licensed under MIT")) print(_("version {0}").format(tor_browser_launcher_version)) print("https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/") diff --git a/torbrowser_launcher/launcher.py b/torbrowser_launcher/launcher.py index e04e68d..d339366 100644 --- a/torbrowser_launcher/launcher.py +++ b/torbrowser_launcher/launcher.py @@ -2,7 +2,8 @@ Tor Browser Launcher https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/ -Copyright (c) 2013-2021 Micah Lee +Copyright (c) 2013-2023 Micah Lee +Copyright (c) 2024 Tor Project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/torbrowser_launcher/settings.py b/torbrowser_launcher/settings.py index 8809529..adefc19 100644 --- a/torbrowser_launcher/settings.py +++ b/torbrowser_launcher/settings.py @@ -2,7 +2,8 @@ Tor Browser Launcher https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/ -Copyright (c) 2013-2021 Micah Lee +Copyright (c) 2013-2023 Micah Lee +Copyright (c) 2024 Tor Project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation