mirror of
https://github.com/atom0s/Steamless.git
synced 2026-02-04 05:41:18 +01:00
Updated copyright date ranges to include 2019 across the project.
Added new UseExperimentalFeatures option. Added new dynamic offset reader for v2 stub parser to better support more files. (experimental feature) General code cleanup.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Steamless - Copyright (c) 2015 - 2018 atom0s [atom0s@live.com]
|
||||
* Steamless - Copyright (c) 2015 - 2019 atom0s [atom0s@live.com]
|
||||
*
|
||||
* This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
|
||||
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/ or send a letter to
|
||||
@@ -31,7 +31,7 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyConfiguration("Release")]
|
||||
[assembly: AssemblyCompany("atom0s")]
|
||||
[assembly: AssemblyProduct("ExamplePlugin")]
|
||||
[assembly: AssemblyCopyright("Copyright © atom0s 2015 - 2018")]
|
||||
[assembly: AssemblyCopyright("Copyright © atom0s 2015 - 2019")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
Reference in New Issue
Block a user