mirror of https://github.com/quasar/Quasar.git
Update copyright year
This commit is contained in:
parent
1034f7addc
commit
ba78a4315a
2
LICENSE
2
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
|
||||
|
|
|
@ -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")]
|
||||
|
|
|
@ -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("")]
|
||||
|
||||
|
|
|
@ -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")]
|
||||
|
|
|
@ -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")]
|
||||
|
|
|
@ -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 {
|
|||
/// <summary>
|
||||
/// 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
|
||||
|
|
|
@ -211,7 +211,7 @@
|
|||
<data name="License" xml:space="preserve">
|
||||
<value>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.</value>
|
|||
<data name="page_copy" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Images\page_copy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
||||
</root>
|
Loading…
Reference in New Issue