aboutsummaryrefslogtreecommitdiff
path: root/OpenSubtitlesHandler/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorVasily <JustAMan@users.noreply.github.com>2019-03-13 01:22:55 +0300
committerGitHub <noreply@github.com>2019-03-13 01:22:55 +0300
commit89e2af6b57e07be7e62063e7780730dab68a5693 (patch)
treed552189077ee015d51cb2248455803d9abd4abf7 /OpenSubtitlesHandler/Properties/AssemblyInfo.cs
parentf10382a696fed512d5b2485c35a8cae88d2783e0 (diff)
parent715ddbb3b08cab2ff64919f577d5f72d9af5ea22 (diff)
Merge pull request #1096 from dkanada/opensubs
Remove open subtitles from the server
Diffstat (limited to 'OpenSubtitlesHandler/Properties/AssemblyInfo.cs')
-rw-r--r--OpenSubtitlesHandler/Properties/AssemblyInfo.cs24
1 files changed, 0 insertions, 24 deletions
diff --git a/OpenSubtitlesHandler/Properties/AssemblyInfo.cs b/OpenSubtitlesHandler/Properties/AssemblyInfo.cs
deleted file mode 100644
index b5ae23021..000000000
--- a/OpenSubtitlesHandler/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-using System.Reflection;
-using System.Resources;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("OpenSubtitlesHandler")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Jellyfin Project")]
-[assembly: AssemblyProduct("Jellyfin: The Free Software Media System")]
-[assembly: AssemblyCopyright("Copyright © 2013 Ala Ibrahim Hadid. Copyright © 2019 Jellyfin Contributors. Code released under the GNU General Public License Version 2")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-[assembly: NeutralResourcesLanguage("en")]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-[assembly: AssemblyVersion("1.0.3.0")]
-[assembly: AssemblyFileVersion("2019.1.20.3")]