Happy New Year 🎉

modified:   LICENSE.md
	modified:   Sonic-06-Toolkit/src/Sonic-06-Toolkit/ToolkitAbout.cs
	modified:   Sonic-06-Toolkit/src/Sonic-06-Toolkit/ToolkitChooser.cs
	modified:   Sonic-06-Toolkit/src/Sonic-06-Toolkit/ToolkitCommandLine.cs
	modified:   Sonic-06-Toolkit/src/Sonic-06-Toolkit/ToolkitEnvironmentX.cs
	modified:   Sonic-06-Toolkit/src/Sonic-06-Toolkit/ToolkitProgram.cs
	modified:   Sonic-06-Toolkit/src/Sonic-06-Toolkit/ToolkitSessionLog.cs
	modified:   Sonic-06-Toolkit/src/Sonic-06-Toolkit/ToolkitTabControl.cs
	modified:   Sonic-06-Toolkit/src/Sonic-06-Toolkit/ToolkitText.cs
	modified:   Sonic-06-Toolkit/src/Sonic-06-Toolkit/ToolkitTools.cs
	modified:   Sonic-06-Toolkit/src/Sonic-06-Toolkit/ToolkitUpdater.cs
	modified:   Sonic-06-Toolkit/src/Tools/Arctool/ArchiveMerger.cs
	modified:   Sonic-06-Toolkit/src/Tools/BINA/CollisionGenerator.cs
	modified:   Sonic-06-Toolkit/src/Tools/BINA/PlacementConverter.cs
	modified:   Sonic-06-Toolkit/src/Tools/BINA/TextEncoding.cs
	modified:   Sonic-06-Toolkit/src/Tools/DirectDraw/DDSImage.cs
	modified:   Sonic-06-Toolkit/src/Tools/DirectDraw/TextureConverter.cs
	modified:   Sonic-06-Toolkit/src/Tools/EndianConverter.cs
	modified:   Sonic-06-Toolkit/src/Tools/Lua/LuaCompilation.cs
	modified:   Sonic-06-Toolkit/src/Tools/SegaNN/XNOTool.cs
	modified:   Sonic-06-Toolkit/src/Tools/SonicAudioTools/AudioTools.cs
	modified:   Sonic-06-Toolkit/src/Tools/SonicAudioTools/SonicSoundStudio.cs
	modified:   Sonic-06-Toolkit/src/Tools/XISOExtractor/XISOExtractor.cs
	modified:   Sonic-06-Toolkit/src/Tools/XISOExtractor/XISOUtilities.cs
	modified:   Sonic-06-Toolkit/src/Tools/XexTool/ExecutableModification.cs
This commit is contained in:
HyperPolygon64 2020-01-01 04:39:55 +00:00
parent f3949a7121
commit c2b243097e
25 changed files with 25 additions and 25 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2019 Gabriel (HyperPolygon64)
Copyright (c) 2020 Gabriel (HyperPolygon64)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -6,7 +6,7 @@ using System.Windows.Forms;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -5,7 +5,7 @@ using Toolkit.Text;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -23,7 +23,7 @@ using System.Collections.Generic;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -11,7 +11,7 @@ using System.Security.Principal;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -8,7 +8,7 @@ using System.Windows.Forms;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -8,7 +8,7 @@ using System.Drawing.Drawing2D;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -5,7 +5,7 @@ using Toolkit.EnvironmentX;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -24,7 +24,7 @@ using System.Runtime.InteropServices;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -10,7 +10,7 @@ using System.IO.Compression;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -10,7 +10,7 @@ using System.Windows.Forms;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -10,7 +10,7 @@ using System.Collections.Generic;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -11,7 +11,7 @@ using System.Collections.Generic;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -10,7 +10,7 @@ using System.Collections.Generic;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -6,7 +6,7 @@ using System.Drawing;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -12,7 +12,7 @@ using System.Collections.Generic;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -4,7 +4,7 @@
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -10,7 +10,7 @@ using System.Collections.Generic;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -10,7 +10,7 @@ using System.Collections.Generic;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -12,7 +12,7 @@ using System.Collections.Generic;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -17,7 +17,7 @@ using System.Collections.Generic;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -8,7 +8,7 @@ using System.Collections.Generic;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -5,7 +5,7 @@ using System.IO;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal

View File

@ -11,7 +11,7 @@ using System.Collections.Generic;
/*
* MIT License
* Copyright (c) 2019 Gabriel (HyperPolygon64)
* Copyright (c) 2020 Gabriel (HyperPolygon64)
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal