Update Copyright
This commit is contained in:
@@ -7,7 +7,7 @@ namespace VAR.Focus.Web
|
|||||||
public const string Title = "Focus";
|
public const string Title = "Focus";
|
||||||
public const string TitleSeparator = " :: ";
|
public const string TitleSeparator = " :: ";
|
||||||
public const string Author = "Valeriano Alfonso Rodriguez";
|
public const string Author = "Valeriano Alfonso Rodriguez";
|
||||||
public const string Copyright = "Copyright (c) 2015-2017 by Valeriano Alfonso, All Right Reserved";
|
public const string Copyright = "Copyright (c) 2015-2018 by Valeriano Alfonso, All Right Reserved";
|
||||||
public const string DefaultHandler = "FrmBoard";
|
public const string DefaultHandler = "FrmBoard";
|
||||||
public static List<string> AllowedExtensions = new List<string> { ".png", ".jpg", ".jpeg", ".gif", ".ico", ".wav", ".mp3", ".ogg", ".mp4", ".webm", ".webp", ".mkv", ".avi" };
|
public static List<string> AllowedExtensions = new List<string> { ".png", ".jpg", ".jpeg", ".gif", ".ico", ".wav", ".mp3", ".ogg", ".mp4", ".webm", ".webp", ".mkv", ".avi" };
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,33 +1,14 @@
|
|||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.InteropServices;
|
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("VAR.Focus")]
|
[assembly: AssemblyTitle("VAR.Focus")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("VAR")]
|
[assembly: AssemblyCompany("VAR")]
|
||||||
[assembly: AssemblyProduct("VAR.Focus")]
|
[assembly: AssemblyProduct("VAR.Focus")]
|
||||||
[assembly: AssemblyCopyright("Copyright © VAR 2015")]
|
[assembly: AssemblyCopyright("Copyright © VAR 2015-2018")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
// 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: ComVisible(false)]
|
||||||
|
|
||||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
||||||
[assembly: Guid("4cd25e9d-237f-4a9f-89ac-35e537cf265e")]
|
[assembly: Guid("4cd25e9d-237f-4a9f-89ac-35e537cf265e")]
|
||||||
|
|
||||||
// Version information for an assembly consists of the following four values:
|
|
||||||
//
|
|
||||||
// Major Version
|
|
||||||
// Minor Version
|
|
||||||
// Build Number
|
|
||||||
// Revision
|
|
||||||
//
|
|
||||||
// You can specify all the values or you can default the Revision and Build Numbers
|
|
||||||
// by using the '*' as shown below:
|
|
||||||
[assembly: AssemblyVersion("1.0.*")]
|
[assembly: AssemblyVersion("1.0.*")]
|
||||||
Reference in New Issue
Block a user