aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2019-01-20 00:01:02 -0500
committerGitHub <noreply@github.com>2019-01-20 00:01:02 -0500
commit3a5e3ade01ab4b4fccca03ba2da969f03d5564f1 (patch)
tree58618e12035a167954816a1fe81992d2590995a3 /Emby.Server.Implementations/Properties/AssemblyInfo.cs
parent65610219265e5cfe6137d997cf298fb3c88a6a88 (diff)
parentfbc82c88bee31802594dc81064ab9a76fe4992bb (diff)
Merge pull request #628 from nvllsvm/name
Update Product Name (User-Agent)
Diffstat (limited to 'Emby.Server.Implementations/Properties/AssemblyInfo.cs')
-rw-r--r--Emby.Server.Implementations/Properties/AssemblyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Properties/AssemblyInfo.cs b/Emby.Server.Implementations/Properties/AssemblyInfo.cs
index 9484e2d43..79ba9374c 100644
--- a/Emby.Server.Implementations/Properties/AssemblyInfo.cs
+++ b/Emby.Server.Implementations/Properties/AssemblyInfo.cs
@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Jellyfin Project")]
-[assembly: AssemblyProduct("Jellyfin: The Free Software Media System")]
+[assembly: AssemblyProduct("Jellyfin Server")]
[assembly: AssemblyCopyright("Copyright © 2019 Jellyfin Contributors. Code released under the GNU General Public License Version 2")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]