From 3bacdae77e21b3a0e4bc7eb265af34454f87c4e2 Mon Sep 17 00:00:00 2001 From: "Valeriano A.R" Date: Sat, 17 Mar 2018 14:43:18 +0100 Subject: [PATCH] Update Copyright --- VAR.Focus.Web/Globals.cs | 2 +- VAR.Focus.Web/Properties/AssemblyInfo.cs | 21 +-------------------- 2 files changed, 2 insertions(+), 21 deletions(-) diff --git a/VAR.Focus.Web/Globals.cs b/VAR.Focus.Web/Globals.cs index c8210b4..a874624 100644 --- a/VAR.Focus.Web/Globals.cs +++ b/VAR.Focus.Web/Globals.cs @@ -7,7 +7,7 @@ namespace VAR.Focus.Web public const string Title = "Focus"; public const string TitleSeparator = " :: "; 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 static List AllowedExtensions = new List { ".png", ".jpg", ".jpeg", ".gif", ".ico", ".wav", ".mp3", ".ogg", ".mp4", ".webm", ".webp", ".mkv", ".avi" }; } diff --git a/VAR.Focus.Web/Properties/AssemblyInfo.cs b/VAR.Focus.Web/Properties/AssemblyInfo.cs index 2c3733a..a2a6aac 100644 --- a/VAR.Focus.Web/Properties/AssemblyInfo.cs +++ b/VAR.Focus.Web/Properties/AssemblyInfo.cs @@ -1,33 +1,14 @@ using System.Reflection; 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: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("VAR")] [assembly: AssemblyProduct("VAR.Focus")] -[assembly: AssemblyCopyright("Copyright © VAR 2015")] +[assembly: AssemblyCopyright("Copyright © VAR 2015-2018")] [assembly: AssemblyTrademark("")] [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)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM [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.*")] \ No newline at end of file