From ba78a4315aad7becedf03baa4e6c4545074509dd Mon Sep 17 00:00:00 2001 From: MaxXor Date: Wed, 3 Jun 2020 15:13:38 +0200 Subject: [PATCH] Update copyright year --- LICENSE | 2 +- Quasar.Client/Properties/AssemblyInfo.cs | 2 +- Quasar.Common.Tests/Properties/AssemblyInfo.cs | 2 +- Quasar.Common/Properties/AssemblyInfo.cs | 2 +- Quasar.Server/Properties/AssemblyInfo.cs | 2 +- Quasar.Server/Properties/Resources.Designer.cs | 4 ++-- Quasar.Server/Properties/Resources.resx | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/LICENSE b/LICENSE index 6aa69b52..50d220db 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 MaxXor +Copyright (c) 2020 MaxXor Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Quasar.Client/Properties/AssemblyInfo.cs b/Quasar.Client/Properties/AssemblyInfo.cs index da78b380..fb12c314 100644 --- a/Quasar.Client/Properties/AssemblyInfo.cs +++ b/Quasar.Client/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Quasar")] -[assembly: AssemblyCopyright("Copyright © MaxXor 2018")] +[assembly: AssemblyCopyright("Copyright © MaxXor 2020")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: InternalsVisibleTo("Client.Tests")] diff --git a/Quasar.Common.Tests/Properties/AssemblyInfo.cs b/Quasar.Common.Tests/Properties/AssemblyInfo.cs index 30eb5fa6..eb13db8b 100644 --- a/Quasar.Common.Tests/Properties/AssemblyInfo.cs +++ b/Quasar.Common.Tests/Properties/AssemblyInfo.cs @@ -7,7 +7,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Quasar")] -[assembly: AssemblyCopyright("Copyright © MaxXor 2018")] +[assembly: AssemblyCopyright("Copyright © MaxXor 2020")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/Quasar.Common/Properties/AssemblyInfo.cs b/Quasar.Common/Properties/AssemblyInfo.cs index 6af200cc..0641ccd0 100644 --- a/Quasar.Common/Properties/AssemblyInfo.cs +++ b/Quasar.Common/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Quasar")] -[assembly: AssemblyCopyright("Copyright © MaxXor 2018")] +[assembly: AssemblyCopyright("Copyright © MaxXor 2020")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: InternalsVisibleTo("Quasar.Common.Tests")] diff --git a/Quasar.Server/Properties/AssemblyInfo.cs b/Quasar.Server/Properties/AssemblyInfo.cs index f579b6b3..7001b3e6 100644 --- a/Quasar.Server/Properties/AssemblyInfo.cs +++ b/Quasar.Server/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Quasar")] -[assembly: AssemblyCopyright("Copyright © MaxXor 2018")] +[assembly: AssemblyCopyright("Copyright © MaxXor 2020")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: InternalsVisibleTo("Server.Tests")] diff --git a/Quasar.Server/Properties/Resources.Designer.cs b/Quasar.Server/Properties/Resources.Designer.cs index 0397db37..d0e10dad 100644 --- a/Quasar.Server/Properties/Resources.Designer.cs +++ b/Quasar.Server/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace Quasar.Server.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { @@ -273,7 +273,7 @@ internal class Resources { /// /// Looks up a localized string similar to MIT License /// - ///Copyright (c) 2018 MaxXor + ///Copyright (c) 2020 MaxXor /// ///Permission is hereby granted, free of charge, to any person obtaining a copy ///of this software and associated documentation files (the "Software"), to deal diff --git a/Quasar.Server/Properties/Resources.resx b/Quasar.Server/Properties/Resources.resx index c6fb5233..de93dafe 100644 --- a/Quasar.Server/Properties/Resources.resx +++ b/Quasar.Server/Properties/Resources.resx @@ -211,7 +211,7 @@ MIT License -Copyright (c) 2018 MaxXor +Copyright (c) 2020 MaxXor Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -282,4 +282,4 @@ SOFTWARE. ..\Images\page_copy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - + \ No newline at end of file