diff --git a/cdn-files/plugin-info.json b/cdn-files/plugin-info.json
index 5d843a6..f1ec346 100644
--- a/cdn-files/plugin-info.json
+++ b/cdn-files/plugin-info.json
@@ -2,7 +2,7 @@
"name": "WebDecoy Bot Detection",
"slug": "webdecoy",
"version": "2.8.1",
- "author": "WebDecoy",
+ "author": "WebDecoy LLC",
"author_profile": "https://webdecoy.com",
"requires": "6.1",
"tested": "7.1",
diff --git a/composer.json b/composer.json
index 7246a77..16d0b55 100644
--- a/composer.json
+++ b/composer.json
@@ -6,7 +6,7 @@
"homepage": "https://webdecoy.com",
"authors": [
{
- "name": "WebDecoy",
+ "name": "WebDecoy LLC",
"email": "support@webdecoy.com",
"homepage": "https://webdecoy.com"
}
diff --git a/includes/class-webdecoy-updater.php b/includes/class-webdecoy-updater.php
index 2af60e9..d9d57cc 100644
--- a/includes/class-webdecoy-updater.php
+++ b/includes/class-webdecoy-updater.php
@@ -198,7 +198,7 @@ public function plugin_info($result, $action, $args)
'name' => $info['name'] ?? 'WebDecoy Bot Detection',
'slug' => 'webdecoy',
'version' => $info['version'] ?? WEBDECOY_VERSION,
- 'author' => $info['author'] ?? 'WebDecoy',
+ 'author' => $info['author'] ?? 'WebDecoy LLC',
'author_profile' => $info['author_profile'] ?? 'https://webdecoy.com',
'requires' => $info['requires'] ?? '5.6',
'tested' => $info['tested'] ?? '',
diff --git a/languages/webdecoy.pot b/languages/webdecoy.pot
index 1f0f9c6..67d852e 100644
--- a/languages/webdecoy.pot
+++ b/languages/webdecoy.pot
@@ -1,5 +1,5 @@
# WebDecoy Bot Detection.
-# Copyright (C) 2026 WebDecoy
+# Copyright (C) 2026 WebDecoy LLC
# This file is distributed under the same license as the WebDecoy Bot Detection package.
# WebDecoy , 2026.
#
diff --git a/sdk/composer.json b/sdk/composer.json
index 076a4ab..8227dcc 100644
--- a/sdk/composer.json
+++ b/sdk/composer.json
@@ -14,7 +14,7 @@
],
"authors": [
{
- "name": "WebDecoy",
+ "name": "WebDecoy LLC",
"email": "support@webdecoy.com",
"homepage": "https://webdecoy.com"
}