diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2019-03-15 00:25:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-15 00:25:38 -0400 |
| commit | 3d85014edcbdd4a125c580acfd72f8092c2b5006 (patch) | |
| tree | da89947809e98caf94e74ee85e5ec42cb68c2669 /RSSDP/Properties/AssemblyInfo.cs | |
| parent | 208585d3f60c6fe8e3e1dfcad7621a0d2884ad9e (diff) | |
| parent | 21cc38fcf426f5ecaedbe8a94007a89663de749c (diff) | |
Merge pull request #1110 from EraYaN/productname-and-ua
Adjusted the Product Name so the User Agent is correct/better.
Diffstat (limited to 'RSSDP/Properties/AssemblyInfo.cs')
| -rw-r--r-- | RSSDP/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RSSDP/Properties/AssemblyInfo.cs b/RSSDP/Properties/AssemblyInfo.cs index d2bb7c6f3..55f7b6a83 100644 --- a/RSSDP/Properties/AssemblyInfo.cs +++ b/RSSDP/Properties/AssemblyInfo.cs @@ -9,8 +9,8 @@ using System.Runtime.InteropServices; [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Jellyfin Project")] -[assembly: AssemblyProduct("Jellyfin: The Free Software Media System")] -[assembly: AssemblyCopyright("Copyright © 2015 Troy Willmot. Code released under the MIT license. Copyright © 2019 Jellyfin Contributors. Code released under the GNU General Public License Version 2")] +[assembly: AssemblyProduct("Jellyfin Server")] +[assembly: AssemblyCopyright("Copyright © 2015 Troy Willmot. Code released under the MIT license. Copyright © 2019 Jellyfin Contributors. Code released under the GNU General Public License")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguage("en")] |
