mirror of
https://github.com/GerbilSoft/Sonic-06-Toolkit.git
synced 2025-06-18 11:35:32 -04:00
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:
parent
f3949a7121
commit
c2b243097e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user