summaryrefslogtreecommitdiffstats
path: root/samloader
diff options
context:
space:
mode:
Diffstat (limited to 'samloader')
-rw-r--r--samloader/auth.py2
-rw-r--r--samloader/crypt.py2
-rw-r--r--samloader/fusclient.py2
-rw-r--r--samloader/main.py2
-rw-r--r--samloader/request.py2
-rw-r--r--samloader/versionfetch.py2
6 files changed, 6 insertions, 6 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.