From 9444d2e2574a02800cd8b492c53996bbf7d9cee3 Mon Sep 17 00:00:00 2001 From: Nayil Mukhametshin <66028747+nlscc@users.noreply.github.com> Date: Tue, 29 Sep 2020 23:55:17 +0100 Subject: change copyright --- samloader/auth.py | 2 +- samloader/crypt.py | 2 +- samloader/fusclient.py | 2 +- samloader/main.py | 2 +- samloader/request.py | 2 +- samloader/versionfetch.py | 2 +- setup.py | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/samloader/auth.py b/samloader/auth.py index d2c6257..2d78c76 100644 --- a/samloader/auth.py +++ b/samloader/auth.py @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0+ -# Copyright (C) 2020 Nayil Mukhametshin +# Copyright (C) 2020 nlscc # FUS authentication functions (decrypting nonce, calculating auth token) diff --git a/samloader/crypt.py b/samloader/crypt.py index d5cf6de..b2900f9 100644 --- a/samloader/crypt.py +++ b/samloader/crypt.py @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0+ -# Copyright (C) 2020 Nayil Mukhametshin +# Copyright (C) 2020 nlscc # Calculate keys and decrypt encrypted firmware packages. diff --git a/samloader/fusclient.py b/samloader/fusclient.py index 2acb165..5e3cd79 100644 --- a/samloader/fusclient.py +++ b/samloader/fusclient.py @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0+ -# Copyright (C) 2020 Nayil Mukhametshin +# Copyright (C) 2020 nlscc # FUS request helper (automatically sign requests and update tokens) diff --git a/samloader/main.py b/samloader/main.py index 4d20bc9..9088e45 100644 --- a/samloader/main.py +++ b/samloader/main.py @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0+ -# Copyright (C) 2020 Nayil Mukhametshin +# Copyright (C) 2020 nlscc import click import os diff --git a/samloader/request.py b/samloader/request.py index 5c373ea..bb95e78 100644 --- a/samloader/request.py +++ b/samloader/request.py @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0+ -# Copyright (C) 2020 Nayil Mukhametshin +# Copyright (C) 2020 nlscc # Build FUS XML requests. diff --git a/samloader/versionfetch.py b/samloader/versionfetch.py index 9ef1595..98200b8 100644 --- a/samloader/versionfetch.py +++ b/samloader/versionfetch.py @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0+ -# Copyright (C) 2020 Nayil Mukhametshin +# Copyright (C) 2020 nlscc # Get the latest firmware version for a device. diff --git a/setup.py b/setup.py index 51d17ac..7392e34 100644 --- a/setup.py +++ b/setup.py @@ -6,8 +6,8 @@ with open("README.md", "r") as fh: setuptools.setup( name="samloader", version="0.1", - author="Nayil Mukhametshin", - author_email="me@nayilm.com", + author="nlscc", + author_email="dontsendmailhere@example.com", description="A tool to download firmware for Samsung phones.", long_description=long_description, long_description_content_type="text/markdown", -- cgit v1.2.3