mirror of
https://github.com/torproject/torbrowser-launcher.git
synced 2024-11-23 01:19:42 +00:00
Update Copyright lines (#11)
This commit is contained in:
parent
9140e6a41d
commit
e5b82a62c7
1
LICENSE
1
LICENSE
@ -1,4 +1,5 @@
|
||||
Copyright (c) 2013-2023 Micah Lee <micah@micahflee.com>
|
||||
Copyright (c) 2024 Tor Project
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation
|
||||
|
5
setup.py
5
setup.py
@ -2,7 +2,8 @@
|
||||
Tor Browser Launcher
|
||||
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/
|
||||
|
||||
Copyright (c) 2013-2017 Micah Lee <micah@micahflee.com>
|
||||
Copyright (c) 2013-2023 Micah Lee <micah@micahflee.com>
|
||||
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",
|
||||
|
@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2014 Micah Lee <micah@micahflee.com> -->
|
||||
<!-- Copyright 2014-2023 Micah Lee <micah@micahflee.com> -->
|
||||
<!-- Copyright 2024 Tor Project -->
|
||||
<component type="desktop-application">
|
||||
<id>org.torproject.torbrowser-launcher</id>
|
||||
<launchable type="desktop-id">torbrowser.desktop</launchable>
|
||||
@ -27,7 +28,7 @@
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<url type="homepage">https://gitlab.torproject.org/tpo/applications/torbrowser-launcher</url>
|
||||
<update_contact>micah@micahflee.com</update_contact>
|
||||
<update_contact>boklm@torproject.org</update_contact>
|
||||
<content_rating type="oars-1.1"/>
|
||||
<releases>
|
||||
<release version="0.3.6" date="2022-12-13"/>
|
||||
|
@ -3,7 +3,8 @@
|
||||
Tor Browser Launcher
|
||||
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/
|
||||
|
||||
Copyright (c) 2013-2017 Micah Lee <micah@micahflee.com>
|
||||
Copyright (c) 2013-2023 Micah Lee <micah@micahflee.com>
|
||||
Copyright (c) 2024 Tor Project
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation
|
||||
|
@ -2,7 +2,8 @@
|
||||
Tor Browser Launcher
|
||||
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/
|
||||
|
||||
Copyright (c) 2013-2021 Micah Lee <micah@micahflee.com>
|
||||
Copyright (c) 2013-2023 Micah Lee <micah@micahflee.com>
|
||||
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/")
|
||||
|
||||
|
@ -2,7 +2,8 @@
|
||||
Tor Browser Launcher
|
||||
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/
|
||||
|
||||
Copyright (c) 2013-2021 Micah Lee <micah@micahflee.com>
|
||||
Copyright (c) 2013-2023 Micah Lee <micah@micahflee.com>
|
||||
Copyright (c) 2024 Tor Project
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation
|
||||
|
@ -2,7 +2,8 @@
|
||||
Tor Browser Launcher
|
||||
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/
|
||||
|
||||
Copyright (c) 2013-2021 Micah Lee <micah@micahflee.com>
|
||||
Copyright (c) 2013-2023 Micah Lee <micah@micahflee.com>
|
||||
Copyright (c) 2024 Tor Project
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation
|
||||
|
Loading…
Reference in New Issue
Block a user