diff --git a/AIImprovements/AIImprovementsOptions.cs b/AIImprovements/AIImprovementsOptions.cs index c7b5fdeb..46bbd3d0 100644 --- a/AIImprovements/AIImprovementsOptions.cs +++ b/AIImprovements/AIImprovementsOptions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/AIImprovements/AIImprovementsPatches.cs b/AIImprovements/AIImprovementsPatches.cs index 3a0a2301..cbf21265 100644 --- a/AIImprovements/AIImprovementsPatches.cs +++ b/AIImprovements/AIImprovementsPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/AIImprovements/AllMinionsLocationHistory.cs b/AIImprovements/AllMinionsLocationHistory.cs index 3675fd7c..502e5baf 100644 --- a/AIImprovements/AllMinionsLocationHistory.cs +++ b/AIImprovements/AllMinionsLocationHistory.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/AIImprovements/LocationHistoryTransitionLayer.cs b/AIImprovements/LocationHistoryTransitionLayer.cs index 47f5cff5..952933dd 100644 --- a/AIImprovements/LocationHistoryTransitionLayer.cs +++ b/AIImprovements/LocationHistoryTransitionLayer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/AirlockDoor/AirlockDoor.States.cs b/AirlockDoor/AirlockDoor.States.cs index e6c9bac4..99aab9a3 100644 --- a/AirlockDoor/AirlockDoor.States.cs +++ b/AirlockDoor/AirlockDoor.States.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/AirlockDoor/AirlockDoor.cs b/AirlockDoor/AirlockDoor.cs index 091864f1..0c00ce70 100644 --- a/AirlockDoor/AirlockDoor.cs +++ b/AirlockDoor/AirlockDoor.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/AirlockDoor/AirlockDoorConfig.cs b/AirlockDoor/AirlockDoorConfig.cs index a0713d54..2b5661d6 100644 --- a/AirlockDoor/AirlockDoorConfig.cs +++ b/AirlockDoor/AirlockDoorConfig.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/AirlockDoor/AirlockDoorPatches.cs b/AirlockDoor/AirlockDoorPatches.cs index d9f218ea..f4ae8109 100644 --- a/AirlockDoor/AirlockDoorPatches.cs +++ b/AirlockDoor/AirlockDoorPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/AirlockDoor/AirlockDoorStrings.cs b/AirlockDoor/AirlockDoorStrings.cs index 6d44b400..300c2e29 100644 --- a/AirlockDoor/AirlockDoorStrings.cs +++ b/AirlockDoor/AirlockDoorStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/AirlockDoor/AirlockDoorTransitionLayer.cs b/AirlockDoor/AirlockDoorTransitionLayer.cs index 0479a641..39b962f2 100644 --- a/AirlockDoor/AirlockDoorTransitionLayer.cs +++ b/AirlockDoor/AirlockDoorTransitionLayer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/AutoEject/AutoEjectPatches.cs b/AutoEject/AutoEjectPatches.cs index b99f9540..feaf0f63 100644 --- a/AutoEject/AutoEjectPatches.cs +++ b/AutoEject/AutoEjectPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/BuildStraightUp/BuildStraightUpPatches.cs b/BuildStraightUp/BuildStraightUpPatches.cs index 97d37246..4509c471 100644 --- a/BuildStraightUp/BuildStraightUpPatches.cs +++ b/BuildStraightUp/BuildStraightUpPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/BulkSettingsChange/BulkChangeHover.cs b/BulkSettingsChange/BulkChangeHover.cs index 97a2564a..280ca51d 100644 --- a/BulkSettingsChange/BulkChangeHover.cs +++ b/BulkSettingsChange/BulkChangeHover.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/BulkSettingsChange/BulkChangePatches.cs b/BulkSettingsChange/BulkChangePatches.cs index 69234eaa..581982e0 100644 --- a/BulkSettingsChange/BulkChangePatches.cs +++ b/BulkSettingsChange/BulkChangePatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/BulkSettingsChange/BulkChangeStrings.cs b/BulkSettingsChange/BulkChangeStrings.cs index 7aa2ef9e..593ff994 100644 --- a/BulkSettingsChange/BulkChangeStrings.cs +++ b/BulkSettingsChange/BulkChangeStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/BulkSettingsChange/BulkChangeTool.cs b/BulkSettingsChange/BulkChangeTool.cs index 72eedf88..63b1ed33 100644 --- a/BulkSettingsChange/BulkChangeTool.cs +++ b/BulkSettingsChange/BulkChangeTool.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/BulkSettingsChange/BulkParameterMenu.cs b/BulkSettingsChange/BulkParameterMenu.cs index 8d1d188a..6923f65b 100644 --- a/BulkSettingsChange/BulkParameterMenu.cs +++ b/BulkSettingsChange/BulkParameterMenu.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/BulkSettingsChange/BulkToolMode.cs b/BulkSettingsChange/BulkToolMode.cs index d426b452..c2ee45da 100644 --- a/BulkSettingsChange/BulkToolMode.cs +++ b/BulkSettingsChange/BulkToolMode.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/BulkSettingsChange/SpriteRegistry.cs b/BulkSettingsChange/SpriteRegistry.cs index b16542c2..6493a873 100644 --- a/BulkSettingsChange/SpriteRegistry.cs +++ b/BulkSettingsChange/SpriteRegistry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/Challenge100K/Challenge100K.cs b/Challenge100K/Challenge100K.cs index 80f31f75..8faabaf3 100644 --- a/Challenge100K/Challenge100K.cs +++ b/Challenge100K/Challenge100K.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/Challenge100K/Challenge100KOptions.cs b/Challenge100K/Challenge100KOptions.cs index 101ab783..809cdc0b 100644 --- a/Challenge100K/Challenge100KOptions.cs +++ b/Challenge100K/Challenge100KOptions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/Challenge100K/Challenge100KStrings.cs b/Challenge100K/Challenge100KStrings.cs index 5361a22a..05f96f4a 100644 --- a/Challenge100K/Challenge100KStrings.cs +++ b/Challenge100K/Challenge100KStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/CleanDrop/CleanDropManager.cs b/CleanDrop/CleanDropManager.cs index 6880dbd1..0b48a543 100644 --- a/CleanDrop/CleanDropManager.cs +++ b/CleanDrop/CleanDropManager.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/CleanDrop/CleanDropPatches.cs b/CleanDrop/CleanDropPatches.cs index 9c9b29f9..a8915681 100644 --- a/CleanDrop/CleanDropPatches.cs +++ b/CleanDrop/CleanDropPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/CritterInventory/AllCritterTracker.cs b/CritterInventory/AllCritterTracker.cs index fc8deb12..557cf8d3 100644 --- a/CritterInventory/AllCritterTracker.cs +++ b/CritterInventory/AllCritterTracker.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/CritterInventory/BaseCritterTracker.cs b/CritterInventory/BaseCritterTracker.cs index 7673b5cd..8b5c854b 100644 --- a/CritterInventory/BaseCritterTracker.cs +++ b/CritterInventory/BaseCritterTracker.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/CritterInventory/CritterInventory.cs b/CritterInventory/CritterInventory.cs index d3edb387..4bb8cbe3 100644 --- a/CritterInventory/CritterInventory.cs +++ b/CritterInventory/CritterInventory.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/CritterInventory/CritterInventoryPatches.cs b/CritterInventory/CritterInventoryPatches.cs index ef133cb5..cd2ea6ce 100644 --- a/CritterInventory/CritterInventoryPatches.cs +++ b/CritterInventory/CritterInventoryPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/CritterInventory/CritterInventoryStrings.cs b/CritterInventory/CritterInventoryStrings.cs index 34ac5fad..fc1b6413 100644 --- a/CritterInventory/CritterInventoryStrings.cs +++ b/CritterInventory/CritterInventoryStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/CritterInventory/CritterInventoryUtils.cs b/CritterInventory/CritterInventoryUtils.cs index 5344e470..b0d26502 100644 --- a/CritterInventory/CritterInventoryUtils.cs +++ b/CritterInventory/CritterInventoryUtils.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/CritterInventory/CritterTotals.cs b/CritterInventory/CritterTotals.cs index 1de96eab..e4534153 100644 --- a/CritterInventory/CritterTotals.cs +++ b/CritterInventory/CritterTotals.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/CritterInventory/CritterTracker.cs b/CritterInventory/CritterTracker.cs index 1b222001..a1b80517 100644 --- a/CritterInventory/CritterTracker.cs +++ b/CritterInventory/CritterTracker.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/CritterInventory/CritterType.cs b/CritterInventory/CritterType.cs index 31450b67..d9b9a715 100644 --- a/CritterInventory/CritterType.cs +++ b/CritterInventory/CritterType.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/CritterInventory/NewResourceScreen/CritterCategoryRows.cs b/CritterInventory/NewResourceScreen/CritterCategoryRows.cs index 4f85a691..6bf2de39 100644 --- a/CritterInventory/NewResourceScreen/CritterCategoryRows.cs +++ b/CritterInventory/NewResourceScreen/CritterCategoryRows.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/CritterInventory/NewResourceScreen/CritterResourceRow.cs b/CritterInventory/NewResourceScreen/CritterResourceRow.cs index 4e117e92..7733d273 100644 --- a/CritterInventory/NewResourceScreen/CritterResourceRow.cs +++ b/CritterInventory/NewResourceScreen/CritterResourceRow.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/CritterInventory/NewResourceScreen/CritterResourceRowGroup.cs b/CritterInventory/NewResourceScreen/CritterResourceRowGroup.cs index bb2583f3..b569c867 100644 --- a/CritterInventory/NewResourceScreen/CritterResourceRowGroup.cs +++ b/CritterInventory/NewResourceScreen/CritterResourceRowGroup.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/CritterInventory/NewResourceScreen/PinnedCritterEntry.cs b/CritterInventory/NewResourceScreen/PinnedCritterEntry.cs index 3c720c1c..51ff5925 100644 --- a/CritterInventory/NewResourceScreen/PinnedCritterEntry.cs +++ b/CritterInventory/NewResourceScreen/PinnedCritterEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/CritterInventory/NewResourceScreen/PinnedCritterManager.cs b/CritterInventory/NewResourceScreen/PinnedCritterManager.cs index 1606e27a..008bd6d1 100644 --- a/CritterInventory/NewResourceScreen/PinnedCritterManager.cs +++ b/CritterInventory/NewResourceScreen/PinnedCritterManager.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/CritterInventory/OldResourceScreen/CritterHeaders.cs b/CritterInventory/OldResourceScreen/CritterHeaders.cs index ac3d8bf7..3df9156b 100644 --- a/CritterInventory/OldResourceScreen/CritterHeaders.cs +++ b/CritterInventory/OldResourceScreen/CritterHeaders.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/CritterInventory/OldResourceScreen/CritterResourceEntry.cs b/CritterInventory/OldResourceScreen/CritterResourceEntry.cs index 95339330..6f4570da 100644 --- a/CritterInventory/OldResourceScreen/CritterResourceEntry.cs +++ b/CritterInventory/OldResourceScreen/CritterResourceEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/CritterInventory/OldResourceScreen/CritterResourceHeader.cs b/CritterInventory/OldResourceScreen/CritterResourceHeader.cs index 5568b5d3..b6be75dd 100644 --- a/CritterInventory/OldResourceScreen/CritterResourceHeader.cs +++ b/CritterInventory/OldResourceScreen/CritterResourceHeader.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/CritterInventory/TagComparer.cs b/CritterInventory/TagComparer.cs index 363c8f55..3749d9f7 100644 --- a/CritterInventory/TagComparer.cs +++ b/CritterInventory/TagComparer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/AllModsHandler.cs b/DebugNotIncluded/AllModsHandler.cs index 97cbe421..f3fbc129 100644 --- a/DebugNotIncluded/AllModsHandler.cs +++ b/DebugNotIncluded/AllModsHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/DebugLogger.cs b/DebugNotIncluded/DebugLogger.cs index 363b7185..588f64d4 100644 --- a/DebugNotIncluded/DebugLogger.cs +++ b/DebugNotIncluded/DebugLogger.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/DebugNotIncludedOptions.cs b/DebugNotIncluded/DebugNotIncludedOptions.cs index abeddf71..7219ddb7 100644 --- a/DebugNotIncluded/DebugNotIncludedOptions.cs +++ b/DebugNotIncluded/DebugNotIncludedOptions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/DebugNotIncludedPatches.cs b/DebugNotIncluded/DebugNotIncludedPatches.cs index 12332457..9d244c2b 100644 --- a/DebugNotIncluded/DebugNotIncludedPatches.cs +++ b/DebugNotIncluded/DebugNotIncludedPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/DebugNotIncludedStrings.cs b/DebugNotIncluded/DebugNotIncludedStrings.cs index 15077c8b..90229bd7 100644 --- a/DebugNotIncluded/DebugNotIncludedStrings.cs +++ b/DebugNotIncluded/DebugNotIncludedStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/DebugUtils.cs b/DebugNotIncluded/DebugUtils.cs index defadf43..c1f302d8 100644 --- a/DebugNotIncluded/DebugUtils.cs +++ b/DebugNotIncluded/DebugUtils.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/HarmonyPatchInspector.cs b/DebugNotIncluded/HarmonyPatchInspector.cs index 3cf271ed..85e0d6a6 100644 --- a/DebugNotIncluded/HarmonyPatchInspector.cs +++ b/DebugNotIncluded/HarmonyPatchInspector.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/InstantEmotable.cs b/DebugNotIncluded/InstantEmotable.cs index 7be86a84..14da5136 100644 --- a/DebugNotIncluded/InstantEmotable.cs +++ b/DebugNotIncluded/InstantEmotable.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/InstantGrowable.cs b/DebugNotIncluded/InstantGrowable.cs index 051c8e1b..34944d0f 100644 --- a/DebugNotIncluded/InstantGrowable.cs +++ b/DebugNotIncluded/InstantGrowable.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/ModActionsScreen.cs b/DebugNotIncluded/ModActionsScreen.cs index 90e1f262..ec9cc4d4 100644 --- a/DebugNotIncluded/ModActionsScreen.cs +++ b/DebugNotIncluded/ModActionsScreen.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/ModDebugInfo.cs b/DebugNotIncluded/ModDebugInfo.cs index 758973d7..20e88fd1 100644 --- a/DebugNotIncluded/ModDebugInfo.cs +++ b/DebugNotIncluded/ModDebugInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/ModDebugRegistry.cs b/DebugNotIncluded/ModDebugRegistry.cs index 1f21f9f4..9a568d11 100644 --- a/DebugNotIncluded/ModDebugRegistry.cs +++ b/DebugNotIncluded/ModDebugRegistry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/ModDialogs.cs b/DebugNotIncluded/ModDialogs.cs index 2effaac6..b34b87f3 100644 --- a/DebugNotIncluded/ModDialogs.cs +++ b/DebugNotIncluded/ModDialogs.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/ModEditor/ModEditDialog.cs b/DebugNotIncluded/ModEditor/ModEditDialog.cs index 58156796..7a188799 100644 --- a/DebugNotIncluded/ModEditor/ModEditDialog.cs +++ b/DebugNotIncluded/ModEditor/ModEditDialog.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/ModEditor/ModEditor.cs b/DebugNotIncluded/ModEditor/ModEditor.cs index 90e85938..cb8f583d 100644 --- a/DebugNotIncluded/ModEditor/ModEditor.cs +++ b/DebugNotIncluded/ModEditor/ModEditor.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/ModEditor/ModEditorPatches.cs b/DebugNotIncluded/ModEditor/ModEditorPatches.cs index e04fdf56..61b85ff5 100644 --- a/DebugNotIncluded/ModEditor/ModEditorPatches.cs +++ b/DebugNotIncluded/ModEditor/ModEditorPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/ModEvents.cs b/DebugNotIncluded/ModEvents.cs index ff8ad98d..21a14c5b 100644 --- a/DebugNotIncluded/ModEvents.cs +++ b/DebugNotIncluded/ModEvents.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/ModLoadHandler.cs b/DebugNotIncluded/ModLoadHandler.cs index eee83b1c..8eba0645 100644 --- a/DebugNotIncluded/ModLoadHandler.cs +++ b/DebugNotIncluded/ModLoadHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/MoreModActions.cs b/DebugNotIncluded/MoreModActions.cs index 414f7480..e936ae56 100644 --- a/DebugNotIncluded/MoreModActions.cs +++ b/DebugNotIncluded/MoreModActions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/SpriteRegistry.cs b/DebugNotIncluded/SpriteRegistry.cs index 673910cb..ec0a7304 100644 --- a/DebugNotIncluded/SpriteRegistry.cs +++ b/DebugNotIncluded/SpriteRegistry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/UISnapshotHandler.cs b/DebugNotIncluded/UISnapshotHandler.cs index 342e7724..30fcb2e2 100644 --- a/DebugNotIncluded/UISnapshotHandler.cs +++ b/DebugNotIncluded/UISnapshotHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DebugNotIncluded/WrapLogHandler.cs b/DebugNotIncluded/WrapLogHandler.cs index d1236a1e..bed8a108 100644 --- a/DebugNotIncluded/WrapLogHandler.cs +++ b/DebugNotIncluded/WrapLogHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DecorReimagined/BestDecorList.cs b/DecorReimagined/BestDecorList.cs index 6ea7d425..11854005 100644 --- a/DecorReimagined/BestDecorList.cs +++ b/DecorReimagined/BestDecorList.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DecorReimagined/DecorCell.cs b/DecorReimagined/DecorCell.cs index cc3162d0..3e372dd8 100644 --- a/DecorReimagined/DecorCell.cs +++ b/DecorReimagined/DecorCell.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DecorReimagined/DecorCellManager.cs b/DecorReimagined/DecorCellManager.cs index e43331de..3c99d682 100644 --- a/DecorReimagined/DecorCellManager.cs +++ b/DecorReimagined/DecorCellManager.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DecorReimagined/DecorDbEntry.cs b/DecorReimagined/DecorDbEntry.cs index e1856ef1..c6340e62 100644 --- a/DecorReimagined/DecorDbEntry.cs +++ b/DecorReimagined/DecorDbEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DecorReimagined/DecorReimaginedOptions.cs b/DecorReimagined/DecorReimaginedOptions.cs index 45bd4d37..fb30d386 100644 --- a/DecorReimagined/DecorReimaginedOptions.cs +++ b/DecorReimagined/DecorReimaginedOptions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DecorReimagined/DecorReimaginedPatches.cs b/DecorReimagined/DecorReimaginedPatches.cs index 1e3c3bab..43c7dd07 100644 --- a/DecorReimagined/DecorReimaginedPatches.cs +++ b/DecorReimagined/DecorReimaginedPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DecorReimagined/DecorReimaginedStrings.cs b/DecorReimagined/DecorReimaginedStrings.cs index 79ba9943..0879a6c8 100644 --- a/DecorReimagined/DecorReimaginedStrings.cs +++ b/DecorReimagined/DecorReimaginedStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DecorReimagined/DecorSplatNew.cs b/DecorReimagined/DecorSplatNew.cs index 49f4f2e7..2ff254a4 100644 --- a/DecorReimagined/DecorSplatNew.cs +++ b/DecorReimagined/DecorSplatNew.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DecorReimagined/DecorTuning.cs b/DecorReimagined/DecorTuning.cs index e1558db6..ab54167c 100644 --- a/DecorReimagined/DecorTuning.cs +++ b/DecorReimagined/DecorTuning.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DecorReimagined/ImaginationLoader.cs b/DecorReimagined/ImaginationLoader.cs index 7ed8afdb..18d5843e 100644 --- a/DecorReimagined/ImaginationLoader.cs +++ b/DecorReimagined/ImaginationLoader.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DecorReimagined/NumDecorPositives.cs b/DecorReimagined/NumDecorPositives.cs index 570897b8..e2ebd3d4 100644 --- a/DecorReimagined/NumDecorPositives.cs +++ b/DecorReimagined/NumDecorPositives.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DeselectNewMaterials/DeselectMaterialsOptions.cs b/DeselectNewMaterials/DeselectMaterialsOptions.cs index 8aa2c639..ac878d4a 100644 --- a/DeselectNewMaterials/DeselectMaterialsOptions.cs +++ b/DeselectNewMaterials/DeselectMaterialsOptions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DeselectNewMaterials/DeselectMaterialsPatches.cs b/DeselectNewMaterials/DeselectMaterialsPatches.cs index 32ab04d5..7ca50f8e 100644 --- a/DeselectNewMaterials/DeselectMaterialsPatches.cs +++ b/DeselectNewMaterials/DeselectMaterialsPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DeselectNewMaterials/DeselectMaterialsStrings.cs b/DeselectNewMaterials/DeselectMaterialsStrings.cs index fa7a3420..e4ac7837 100644 --- a/DeselectNewMaterials/DeselectMaterialsStrings.cs +++ b/DeselectNewMaterials/DeselectMaterialsStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/DeselectNewMaterials/NewMaterialsSettings.cs b/DeselectNewMaterials/NewMaterialsSettings.cs index d8eeb19f..6acddfdd 100644 --- a/DeselectNewMaterials/NewMaterialsSettings.cs +++ b/DeselectNewMaterials/NewMaterialsSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/Directory.Build.props b/Directory.Build.props index 9119a09b..0c4adc03 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -65,7 +65,7 @@ PeterHanONIMods Peter Han - Copyright ©Peter Han 2023 + Copyright ©Peter Han 2024 net471 VANILLA_ID,EXPANSION1_ID 0 diff --git a/EfficientFetch/EfficientFetchManager.cs b/EfficientFetch/EfficientFetchManager.cs index de9f9d1c..15ae4867 100644 --- a/EfficientFetch/EfficientFetchManager.cs +++ b/EfficientFetch/EfficientFetchManager.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/EfficientFetch/EfficientFetchOptions.cs b/EfficientFetch/EfficientFetchOptions.cs index 3f8c912e..09d0b379 100644 --- a/EfficientFetch/EfficientFetchOptions.cs +++ b/EfficientFetch/EfficientFetchOptions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/EfficientFetch/EfficientFetchPatches.cs b/EfficientFetch/EfficientFetchPatches.cs index 272875b3..e40792cd 100644 --- a/EfficientFetch/EfficientFetchPatches.cs +++ b/EfficientFetch/EfficientFetchPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FallingSand/FallFromDigging.cs b/FallingSand/FallFromDigging.cs index 39a720f7..23c609c7 100644 --- a/FallingSand/FallFromDigging.cs +++ b/FallingSand/FallFromDigging.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FallingSand/FallingSandManager.cs b/FallingSand/FallingSandManager.cs index 1bbab3db..e23e9617 100644 --- a/FallingSand/FallingSandManager.cs +++ b/FallingSand/FallingSandManager.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FallingSand/FallingSandPatches.cs b/FallingSand/FallingSandPatches.cs index c5d586a7..5d35b04d 100644 --- a/FallingSand/FallingSandPatches.cs +++ b/FallingSand/FallingSandPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastSave/BackgroundAutosave.cs b/FastSave/BackgroundAutosave.cs index 7cf7a1e6..cbd09ad3 100644 --- a/FastSave/BackgroundAutosave.cs +++ b/FastSave/BackgroundAutosave.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastSave/BackgroundTimelapser.cs b/FastSave/BackgroundTimelapser.cs index 5b8e6335..126546f4 100644 --- a/FastSave/BackgroundTimelapser.cs +++ b/FastSave/BackgroundTimelapser.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastSave/CollectionDelegator.cs b/FastSave/CollectionDelegator.cs index 12e7a3bf..5658bf60 100644 --- a/FastSave/CollectionDelegator.cs +++ b/FastSave/CollectionDelegator.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastSave/ConstructorDelegator.cs b/FastSave/ConstructorDelegator.cs index 484304f9..51453893 100644 --- a/FastSave/ConstructorDelegator.cs +++ b/FastSave/ConstructorDelegator.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastSave/DeserializationFieldInfo.cs b/FastSave/DeserializationFieldInfo.cs index 68caf4c0..5e9099d9 100644 --- a/FastSave/DeserializationFieldInfo.cs +++ b/FastSave/DeserializationFieldInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastSave/DeserializationPropertyInfo.cs b/FastSave/DeserializationPropertyInfo.cs index 59731e75..eaa0cc72 100644 --- a/FastSave/DeserializationPropertyInfo.cs +++ b/FastSave/DeserializationPropertyInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastSave/DictionaryDelegator.cs b/FastSave/DictionaryDelegator.cs index c17e0e75..a47e70b4 100644 --- a/FastSave/DictionaryDelegator.cs +++ b/FastSave/DictionaryDelegator.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastSave/FastDeserializationInfo.cs b/FastSave/FastDeserializationInfo.cs index afab5b50..70f13200 100644 --- a/FastSave/FastDeserializationInfo.cs +++ b/FastSave/FastDeserializationInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastSave/FastDeserializationMapping.cs b/FastSave/FastDeserializationMapping.cs index abe4507e..cbfa4d92 100644 --- a/FastSave/FastDeserializationMapping.cs +++ b/FastSave/FastDeserializationMapping.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastSave/FastSaveOptions.cs b/FastSave/FastSaveOptions.cs index ec037069..1f3ca3f6 100644 --- a/FastSave/FastSaveOptions.cs +++ b/FastSave/FastSaveOptions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastSave/FastSavePatches.cs b/FastSave/FastSavePatches.cs index 16d6ae29..d1bab2c0 100644 --- a/FastSave/FastSavePatches.cs +++ b/FastSave/FastSavePatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastSave/FastSaveStrings.cs b/FastSave/FastSaveStrings.cs index ce3e4a94..dd323b6e 100644 --- a/FastSave/FastSaveStrings.cs +++ b/FastSave/FastSaveStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastSave/FastSerializationManager.cs b/FastSave/FastSerializationManager.cs index ac487368..f3fa4a0b 100644 --- a/FastSave/FastSerializationManager.cs +++ b/FastSave/FastSerializationManager.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastSave/FastSerializationTemplate.cs b/FastSave/FastSerializationTemplate.cs index 73837647..6e89ef7d 100644 --- a/FastSave/FastSerializationTemplate.cs +++ b/FastSave/FastSerializationTemplate.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastSave/FastSerializePatches.cs b/FastSave/FastSerializePatches.cs index d6c27e3f..22089607 100644 --- a/FastSave/FastSerializePatches.cs +++ b/FastSave/FastSerializePatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastSave/FastSerializer.cs b/FastSave/FastSerializer.cs index 9d3d72b6..946793da 100644 --- a/FastSave/FastSerializer.cs +++ b/FastSave/FastSerializer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastSave/ImageData.cs b/FastSave/ImageData.cs index dad2eeb7..82fabd17 100644 --- a/FastSave/ImageData.cs +++ b/FastSave/ImageData.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastSave/KeyValuePairDelegator.cs b/FastSave/KeyValuePairDelegator.cs index c0e714bc..6a670f84 100644 --- a/FastSave/KeyValuePairDelegator.cs +++ b/FastSave/KeyValuePairDelegator.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/AsyncJobManager.cs b/FastTrack/AsyncJobManager.cs index 38d11c22..64d3be2d 100644 --- a/FastTrack/AsyncJobManager.cs +++ b/FastTrack/AsyncJobManager.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/ConduitPatches/BackgroundConduitUpdater.cs b/FastTrack/ConduitPatches/BackgroundConduitUpdater.cs index 8d425e18..9861de72 100644 --- a/FastTrack/ConduitPatches/BackgroundConduitUpdater.cs +++ b/FastTrack/ConduitPatches/BackgroundConduitUpdater.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/ConduitPatches/ConduitMeshVisualizer.cs b/FastTrack/ConduitPatches/ConduitMeshVisualizer.cs index b656d500..06271ce6 100644 --- a/FastTrack/ConduitPatches/ConduitMeshVisualizer.cs +++ b/FastTrack/ConduitPatches/ConduitMeshVisualizer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/ConduitPatches/ConduitUtilityNetworkUpdater.cs b/FastTrack/ConduitPatches/ConduitUtilityNetworkUpdater.cs index 7e759da3..cf373f67 100644 --- a/FastTrack/ConduitPatches/ConduitUtilityNetworkUpdater.cs +++ b/FastTrack/ConduitPatches/ConduitUtilityNetworkUpdater.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/ConduitPatches/CullConduitsPatches.cs b/FastTrack/ConduitPatches/CullConduitsPatches.cs index 14e03e3b..e8dd6115 100644 --- a/FastTrack/ConduitPatches/CullConduitsPatches.cs +++ b/FastTrack/ConduitPatches/CullConduitsPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/ConduitPatches/SolidUtilityNetworkUpdater.cs b/FastTrack/ConduitPatches/SolidUtilityNetworkUpdater.cs index e16da771..9081f668 100644 --- a/FastTrack/ConduitPatches/SolidUtilityNetworkUpdater.cs +++ b/FastTrack/ConduitPatches/SolidUtilityNetworkUpdater.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/ConduitPatches/VisualizerPatches.cs b/FastTrack/ConduitPatches/VisualizerPatches.cs index 3adb1b4d..e75a78cb 100644 --- a/FastTrack/ConduitPatches/VisualizerPatches.cs +++ b/FastTrack/ConduitPatches/VisualizerPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/CritterPatches/ConsumerMonitorPatches.cs b/FastTrack/CritterPatches/ConsumerMonitorPatches.cs index fd247f3e..ae1875fe 100644 --- a/FastTrack/CritterPatches/ConsumerMonitorPatches.cs +++ b/FastTrack/CritterPatches/ConsumerMonitorPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/CritterPatches/CritterVisualPatches.cs b/FastTrack/CritterPatches/CritterVisualPatches.cs index a05effb9..ac9b8a48 100644 --- a/FastTrack/CritterPatches/CritterVisualPatches.cs +++ b/FastTrack/CritterPatches/CritterVisualPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/CritterPatches/HugMonitorPatches.cs b/FastTrack/CritterPatches/HugMonitorPatches.cs index 17437b42..187de2c2 100644 --- a/FastTrack/CritterPatches/HugMonitorPatches.cs +++ b/FastTrack/CritterPatches/HugMonitorPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/CritterPatches/PlantElementPatches.cs b/FastTrack/CritterPatches/PlantElementPatches.cs index fe61c04c..ab678038 100644 --- a/FastTrack/CritterPatches/PlantElementPatches.cs +++ b/FastTrack/CritterPatches/PlantElementPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/CritterPatches/ThreatAndCrowdPatches.cs b/FastTrack/CritterPatches/ThreatAndCrowdPatches.cs index 36804471..339ab692 100644 --- a/FastTrack/CritterPatches/ThreatAndCrowdPatches.cs +++ b/FastTrack/CritterPatches/ThreatAndCrowdPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/ExtensionMethods.cs b/FastTrack/ExtensionMethods.cs index 566bdf4a..f3cc39bc 100644 --- a/FastTrack/ExtensionMethods.cs +++ b/FastTrack/ExtensionMethods.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/FastCmps.cs b/FastTrack/FastCmps.cs index 91a8d046..bcd9d061 100644 --- a/FastTrack/FastCmps.cs +++ b/FastTrack/FastCmps.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/FastTrackCompat.cs b/FastTrack/FastTrackCompat.cs index 04e946a2..38049063 100644 --- a/FastTrack/FastTrackCompat.cs +++ b/FastTrack/FastTrackCompat.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/FastTrackMod.cs b/FastTrack/FastTrackMod.cs index 3351ea87..b8d0f179 100644 --- a/FastTrack/FastTrackMod.cs +++ b/FastTrack/FastTrackMod.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, @@ -203,8 +203,8 @@ public override void OnLoad(Harmony harmony) { int overrideCoreCount = TuningData.Get().overrideCoreCount, coreCount = UnityEngine.SystemInfo.processorCount; PUtil.InitLibrary(); - LocString.CreateLocStringKeys(typeof(FastTrackStrings.UI)); new PLocalization().Register(); + LocString.CreateLocStringKeys(typeof(FastTrackStrings.UI)); new POptions().RegisterOptions(this, typeof(FastTrackOptions)); new PPatchManager(harmony).RegisterPatchClass(typeof(FastTrackMod)); new PVersionCheck().Register(this, new SteamVersionChecker()); diff --git a/FastTrack/FastTrackOptions.cs b/FastTrack/FastTrackOptions.cs index ac0dafcf..5f3af5ce 100644 --- a/FastTrack/FastTrackOptions.cs +++ b/FastTrack/FastTrackOptions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/FastTrackStrings.cs b/FastTrack/FastTrackStrings.cs index c84cf21f..4ca00248 100644 --- a/FastTrack/FastTrackStrings.cs +++ b/FastTrack/FastTrackStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/AchievementDisablePatches.cs b/FastTrack/GamePatches/AchievementDisablePatches.cs index 9e7b293d..f34a1b49 100644 --- a/FastTrack/GamePatches/AchievementDisablePatches.cs +++ b/FastTrack/GamePatches/AchievementDisablePatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/AchievementPatches.cs b/FastTrack/GamePatches/AchievementPatches.cs index 0c96dc85..22212e5d 100644 --- a/FastTrack/GamePatches/AchievementPatches.cs +++ b/FastTrack/GamePatches/AchievementPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/AsyncAmountsUpdater.cs b/FastTrack/GamePatches/AsyncAmountsUpdater.cs index 60881a82..6491f45d 100644 --- a/FastTrack/GamePatches/AsyncAmountsUpdater.cs +++ b/FastTrack/GamePatches/AsyncAmountsUpdater.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/BackgroundRoomProber.cs b/FastTrack/GamePatches/BackgroundRoomProber.cs index a50e9199..6a3434e1 100644 --- a/FastTrack/GamePatches/BackgroundRoomProber.cs +++ b/FastTrack/GamePatches/BackgroundRoomProber.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/BugFixPatches.cs b/FastTrack/GamePatches/BugFixPatches.cs index d0469f4e..45617bb0 100644 --- a/FastTrack/GamePatches/BugFixPatches.cs +++ b/FastTrack/GamePatches/BugFixPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/ChoreComparator.cs b/FastTrack/GamePatches/ChoreComparator.cs index a59b2113..f79a7b68 100644 --- a/FastTrack/GamePatches/ChoreComparator.cs +++ b/FastTrack/GamePatches/ChoreComparator.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/ChorePatches.cs b/FastTrack/GamePatches/ChorePatches.cs index 73e2b400..0c22923c 100644 --- a/FastTrack/GamePatches/ChorePatches.cs +++ b/FastTrack/GamePatches/ChorePatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/ComponentPatches.cs b/FastTrack/GamePatches/ComponentPatches.cs index b648a933..d3136716 100644 --- a/FastTrack/GamePatches/ComponentPatches.cs +++ b/FastTrack/GamePatches/ComponentPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/ConcurrentHandleVector.cs b/FastTrack/GamePatches/ConcurrentHandleVector.cs index ce87c69a..856a2461 100644 --- a/FastTrack/GamePatches/ConcurrentHandleVector.cs +++ b/FastTrack/GamePatches/ConcurrentHandleVector.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/DecorProviderPatches.cs b/FastTrack/GamePatches/DecorProviderPatches.cs index ea3d4fb4..f63591e4 100644 --- a/FastTrack/GamePatches/DecorProviderPatches.cs +++ b/FastTrack/GamePatches/DecorProviderPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/DisableReportsPatches.cs b/FastTrack/GamePatches/DisableReportsPatches.cs index f8b1353d..a2f8ffa7 100644 --- a/FastTrack/GamePatches/DisableReportsPatches.cs +++ b/FastTrack/GamePatches/DisableReportsPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/ElectricalPatches.cs b/FastTrack/GamePatches/ElectricalPatches.cs index 95eab3a4..ed81a77e 100644 --- a/FastTrack/GamePatches/ElectricalPatches.cs +++ b/FastTrack/GamePatches/ElectricalPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/ElementLoaderPatches.cs b/FastTrack/GamePatches/ElementLoaderPatches.cs index f9b5dbf8..4c4685eb 100644 --- a/FastTrack/GamePatches/ElementLoaderPatches.cs +++ b/FastTrack/GamePatches/ElementLoaderPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/FastAttributePatches.cs b/FastTrack/GamePatches/FastAttributePatches.cs index 4c7003b3..4d7da3f3 100644 --- a/FastTrack/GamePatches/FastAttributePatches.cs +++ b/FastTrack/GamePatches/FastAttributePatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/FastCellChangeMonitor.cs b/FastTrack/GamePatches/FastCellChangeMonitor.cs index 9da1212d..6b3a4e80 100644 --- a/FastTrack/GamePatches/FastCellChangeMonitor.cs +++ b/FastTrack/GamePatches/FastCellChangeMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/FastProtonCollider.cs b/FastTrack/GamePatches/FastProtonCollider.cs index 9bef48b1..95919b23 100644 --- a/FastTrack/GamePatches/FastProtonCollider.cs +++ b/FastTrack/GamePatches/FastProtonCollider.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/FetchManagerFastUpdate.cs b/FastTrack/GamePatches/FetchManagerFastUpdate.cs index c3b1d304..69ce8ee1 100644 --- a/FastTrack/GamePatches/FetchManagerFastUpdate.cs +++ b/FastTrack/GamePatches/FetchManagerFastUpdate.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/GameUtilPatches.cs b/FastTrack/GamePatches/GameUtilPatches.cs index 3da48a11..b94f7902 100644 --- a/FastTrack/GamePatches/GameUtilPatches.cs +++ b/FastTrack/GamePatches/GameUtilPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/LookupAttributeConverter.cs b/FastTrack/GamePatches/LookupAttributeConverter.cs index ec33f60e..e4667d71 100644 --- a/FastTrack/GamePatches/LookupAttributeConverter.cs +++ b/FastTrack/GamePatches/LookupAttributeConverter.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/LookupAttributeLevel.cs b/FastTrack/GamePatches/LookupAttributeLevel.cs index 37efcbeb..be927376 100644 --- a/FastTrack/GamePatches/LookupAttributeLevel.cs +++ b/FastTrack/GamePatches/LookupAttributeLevel.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/NoDiseasePatches.cs b/FastTrack/GamePatches/NoDiseasePatches.cs index 446ed690..45e83fbe 100644 --- a/FastTrack/GamePatches/NoDiseasePatches.cs +++ b/FastTrack/GamePatches/NoDiseasePatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/RadiationGridUpdater.cs b/FastTrack/GamePatches/RadiationGridUpdater.cs index fb51eb22..af08fdaa 100644 --- a/FastTrack/GamePatches/RadiationGridUpdater.cs +++ b/FastTrack/GamePatches/RadiationGridUpdater.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/SolidTransferArmUpdater.cs b/FastTrack/GamePatches/SolidTransferArmUpdater.cs index 4f6f1743..39edacb2 100644 --- a/FastTrack/GamePatches/SolidTransferArmUpdater.cs +++ b/FastTrack/GamePatches/SolidTransferArmUpdater.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/StructureTemperaturePatches.cs b/FastTrack/GamePatches/StructureTemperaturePatches.cs index f4bdb401..81c0b67e 100644 --- a/FastTrack/GamePatches/StructureTemperaturePatches.cs +++ b/FastTrack/GamePatches/StructureTemperaturePatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/GamePatches/SuitMarkerUpdater.cs b/FastTrack/GamePatches/SuitMarkerUpdater.cs index e213a9cc..4104476d 100644 --- a/FastTrack/GamePatches/SuitMarkerUpdater.cs +++ b/FastTrack/GamePatches/SuitMarkerUpdater.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/Metrics/AsyncLoadPatches.cs b/FastTrack/Metrics/AsyncLoadPatches.cs index 78a4eb16..724dc8d4 100644 --- a/FastTrack/Metrics/AsyncLoadPatches.cs +++ b/FastTrack/Metrics/AsyncLoadPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/Metrics/DebugMetrics.cs b/FastTrack/Metrics/DebugMetrics.cs index d930e482..16fecd60 100644 --- a/FastTrack/Metrics/DebugMetrics.cs +++ b/FastTrack/Metrics/DebugMetrics.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/Metrics/FastTrackProfiler.cs b/FastTrack/Metrics/FastTrackProfiler.cs index df320669..219ae2ed 100644 --- a/FastTrack/Metrics/FastTrackProfiler.cs +++ b/FastTrack/Metrics/FastTrackProfiler.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/Metrics/LoadModPatches.cs b/FastTrack/Metrics/LoadModPatches.cs index 9bd1f4ab..d0d3ccb9 100644 --- a/FastTrack/Metrics/LoadModPatches.cs +++ b/FastTrack/Metrics/LoadModPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/Metrics/MetricsPatches.cs b/FastTrack/Metrics/MetricsPatches.cs index 067fe6fe..ac9122d3 100644 --- a/FastTrack/Metrics/MetricsPatches.cs +++ b/FastTrack/Metrics/MetricsPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/Metrics/Profiler.cs b/FastTrack/Metrics/Profiler.cs index f7174acb..2b812724 100644 --- a/FastTrack/Metrics/Profiler.cs +++ b/FastTrack/Metrics/Profiler.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/MinMax.cs b/FastTrack/MinMax.cs index f9f93d63..d9123e5f 100644 --- a/FastTrack/MinMax.cs +++ b/FastTrack/MinMax.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/PathPatches/AsyncBrainGroupUpdater.cs b/FastTrack/PathPatches/AsyncBrainGroupUpdater.cs index 78016aea..14f26639 100644 --- a/FastTrack/PathPatches/AsyncBrainGroupUpdater.cs +++ b/FastTrack/PathPatches/AsyncBrainGroupUpdater.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/PathPatches/AsyncPathPatches.cs b/FastTrack/PathPatches/AsyncPathPatches.cs index e1199e9c..1a48f246 100644 --- a/FastTrack/PathPatches/AsyncPathPatches.cs +++ b/FastTrack/PathPatches/AsyncPathPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/PathPatches/DeferredTriggers.cs b/FastTrack/PathPatches/DeferredTriggers.cs index 80dbb517..9726d0a7 100644 --- a/FastTrack/PathPatches/DeferredTriggers.cs +++ b/FastTrack/PathPatches/DeferredTriggers.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/PathPatches/NavPatches.cs b/FastTrack/PathPatches/NavPatches.cs index 25bc9c10..0dd6441f 100644 --- a/FastTrack/PathPatches/NavPatches.cs +++ b/FastTrack/PathPatches/NavPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/PathPatches/PathCacher.cs b/FastTrack/PathPatches/PathCacher.cs index 10f10688..773556fb 100644 --- a/FastTrack/PathPatches/PathCacher.cs +++ b/FastTrack/PathPatches/PathCacher.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/PathPatches/PathProbeJobManager.cs b/FastTrack/PathPatches/PathProbeJobManager.cs index 67a4607e..dfe7210e 100644 --- a/FastTrack/PathPatches/PathProbeJobManager.cs +++ b/FastTrack/PathPatches/PathProbeJobManager.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/Ryu/Float64ToString.cs b/FastTrack/Ryu/Float64ToString.cs index 8343c282..33f40c94 100644 --- a/FastTrack/Ryu/Float64ToString.cs +++ b/FastTrack/Ryu/Float64ToString.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/Ryu/RyuFloat32.cs b/FastTrack/Ryu/RyuFloat32.cs index 12aee3c0..9f490e86 100644 --- a/FastTrack/Ryu/RyuFloat32.cs +++ b/FastTrack/Ryu/RyuFloat32.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/Ryu/RyuFloat64.cs b/FastTrack/Ryu/RyuFloat64.cs index 1bdd46d2..ba74feab 100644 --- a/FastTrack/Ryu/RyuFloat64.cs +++ b/FastTrack/Ryu/RyuFloat64.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/Ryu/RyuFormat.cs b/FastTrack/Ryu/RyuFormat.cs index 51d599ae..04026d57 100644 --- a/FastTrack/Ryu/RyuFormat.cs +++ b/FastTrack/Ryu/RyuFormat.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/Ryu/RyuTables.cs b/FastTrack/Ryu/RyuTables.cs index 0eabe711..84babbb1 100644 --- a/FastTrack/Ryu/RyuTables.cs +++ b/FastTrack/Ryu/RyuTables.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/Ryu/RyuUtils.cs b/FastTrack/Ryu/RyuUtils.cs index 69838249..27c08a29 100644 --- a/FastTrack/Ryu/RyuUtils.cs +++ b/FastTrack/Ryu/RyuUtils.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/SensorPatches/FastGroupProber.cs b/FastTrack/SensorPatches/FastGroupProber.cs index d18020fd..e00455dc 100644 --- a/FastTrack/SensorPatches/FastGroupProber.cs +++ b/FastTrack/SensorPatches/FastGroupProber.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/SensorPatches/FastReachabilityMonitor.cs b/FastTrack/SensorPatches/FastReachabilityMonitor.cs index 26fc5032..10de16ce 100644 --- a/FastTrack/SensorPatches/FastReachabilityMonitor.cs +++ b/FastTrack/SensorPatches/FastReachabilityMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/SensorPatches/ReachabilityDebugOverlay.cs b/FastTrack/SensorPatches/ReachabilityDebugOverlay.cs index aa7e46dd..1dcfa6c0 100644 --- a/FastTrack/SensorPatches/ReachabilityDebugOverlay.cs +++ b/FastTrack/SensorPatches/ReachabilityDebugOverlay.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/SensorPatches/SensorPatches.cs b/FastTrack/SensorPatches/SensorPatches.cs index 3c9270b1..4a9fe360 100644 --- a/FastTrack/SensorPatches/SensorPatches.cs +++ b/FastTrack/SensorPatches/SensorPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/SharedPatches.cs b/FastTrack/SharedPatches.cs index 333036f2..1cc40694 100644 --- a/FastTrack/SharedPatches.cs +++ b/FastTrack/SharedPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/SoundPatches.cs b/FastTrack/SoundPatches.cs index 4104568c..72c70261 100644 --- a/FastTrack/SoundPatches.cs +++ b/FastTrack/SoundPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/ThreadsafePartitionerLayer.cs b/FastTrack/ThreadsafePartitionerLayer.cs index 2935d762..0f095909 100644 --- a/FastTrack/ThreadsafePartitionerLayer.cs +++ b/FastTrack/ThreadsafePartitionerLayer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/AdditionalDetailsPanelWrapper.cs b/FastTrack/UIPatches/AdditionalDetailsPanelWrapper.cs index 43075c19..f0c9356e 100644 --- a/FastTrack/UIPatches/AdditionalDetailsPanelWrapper.cs +++ b/FastTrack/UIPatches/AdditionalDetailsPanelWrapper.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/BackgroundWorldInventory.cs b/FastTrack/UIPatches/BackgroundWorldInventory.cs index 247295ed..c99eb4a5 100644 --- a/FastTrack/UIPatches/BackgroundWorldInventory.cs +++ b/FastTrack/UIPatches/BackgroundWorldInventory.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/CachedStorageLabel.cs b/FastTrack/UIPatches/CachedStorageLabel.cs index 441b1075..f415227f 100644 --- a/FastTrack/UIPatches/CachedStorageLabel.cs +++ b/FastTrack/UIPatches/CachedStorageLabel.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/DescriptorAllocPatches.Materials.cs b/FastTrack/UIPatches/DescriptorAllocPatches.Materials.cs index ee547d96..f5044f2f 100644 --- a/FastTrack/UIPatches/DescriptorAllocPatches.Materials.cs +++ b/FastTrack/UIPatches/DescriptorAllocPatches.Materials.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/DescriptorAllocPatches.cs b/FastTrack/UIPatches/DescriptorAllocPatches.cs index 21c505b9..99856de4 100644 --- a/FastTrack/UIPatches/DescriptorAllocPatches.cs +++ b/FastTrack/UIPatches/DescriptorAllocPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/DetailsPanelWrapper.cs b/FastTrack/UIPatches/DetailsPanelWrapper.cs index e00c5745..191f1210 100644 --- a/FastTrack/UIPatches/DetailsPanelWrapper.cs +++ b/FastTrack/UIPatches/DetailsPanelWrapper.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/DisableTutorialPatches.cs b/FastTrack/UIPatches/DisableTutorialPatches.cs index ced34f00..51927748 100644 --- a/FastTrack/UIPatches/DisableTutorialPatches.cs +++ b/FastTrack/UIPatches/DisableTutorialPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/EnergyInfoScreenWrapper.cs b/FastTrack/UIPatches/EnergyInfoScreenWrapper.cs index 28c8b24a..ab37d122 100644 --- a/FastTrack/UIPatches/EnergyInfoScreenWrapper.cs +++ b/FastTrack/UIPatches/EnergyInfoScreenWrapper.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/FormatStringPatches.2.cs b/FastTrack/UIPatches/FormatStringPatches.2.cs index ea9c7827..b091a2e2 100644 --- a/FastTrack/UIPatches/FormatStringPatches.2.cs +++ b/FastTrack/UIPatches/FormatStringPatches.2.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/FormatStringPatches.3.cs b/FastTrack/UIPatches/FormatStringPatches.3.cs index 7a4463a7..92d479ed 100644 --- a/FastTrack/UIPatches/FormatStringPatches.3.cs +++ b/FastTrack/UIPatches/FormatStringPatches.3.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/FormatStringPatches.cs b/FastTrack/UIPatches/FormatStringPatches.cs index 9794616b..fd877fdc 100644 --- a/FastTrack/UIPatches/FormatStringPatches.cs +++ b/FastTrack/UIPatches/FormatStringPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/GameScreensPatches.cs b/FastTrack/UIPatches/GameScreensPatches.cs index 8d72b3d4..80409d48 100644 --- a/FastTrack/UIPatches/GameScreensPatches.cs +++ b/FastTrack/UIPatches/GameScreensPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/HarvestSideScreenWrapper.cs b/FastTrack/UIPatches/HarvestSideScreenWrapper.cs index 3aa6d7ca..be2e8d8a 100644 --- a/FastTrack/UIPatches/HarvestSideScreenWrapper.cs +++ b/FastTrack/UIPatches/HarvestSideScreenWrapper.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/InterfaceToolPatches.cs b/FastTrack/UIPatches/InterfaceToolPatches.cs index e8275808..1b0ef3c6 100644 --- a/FastTrack/UIPatches/InterfaceToolPatches.cs +++ b/FastTrack/UIPatches/InterfaceToolPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/MeterScreenPatches.cs b/FastTrack/UIPatches/MeterScreenPatches.cs index 2327efa9..35a59c5f 100644 --- a/FastTrack/UIPatches/MeterScreenPatches.cs +++ b/FastTrack/UIPatches/MeterScreenPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/MinionStatsPanelWrapper.cs b/FastTrack/UIPatches/MinionStatsPanelWrapper.cs index 3804f9ad..09162f09 100644 --- a/FastTrack/UIPatches/MinionStatsPanelWrapper.cs +++ b/FastTrack/UIPatches/MinionStatsPanelWrapper.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/NoBouncePatches.cs b/FastTrack/UIPatches/NoBouncePatches.cs index e59cb40d..1400ad9b 100644 --- a/FastTrack/UIPatches/NoBouncePatches.cs +++ b/FastTrack/UIPatches/NoBouncePatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/NoConvosPatches.cs b/FastTrack/UIPatches/NoConvosPatches.cs index c27c3834..4b47109d 100644 --- a/FastTrack/UIPatches/NoConvosPatches.cs +++ b/FastTrack/UIPatches/NoConvosPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/ProcessConditionRow.cs b/FastTrack/UIPatches/ProcessConditionRow.cs index af7c623c..3f2c7b5e 100644 --- a/FastTrack/UIPatches/ProcessConditionRow.cs +++ b/FastTrack/UIPatches/ProcessConditionRow.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/ResearchScreenPatches.cs b/FastTrack/UIPatches/ResearchScreenPatches.cs index 2968d3c5..5d414201 100644 --- a/FastTrack/UIPatches/ResearchScreenPatches.cs +++ b/FastTrack/UIPatches/ResearchScreenPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/SelectedRecipeQueuePatches.cs b/FastTrack/UIPatches/SelectedRecipeQueuePatches.cs index a38285a8..4b69f6f8 100644 --- a/FastTrack/UIPatches/SelectedRecipeQueuePatches.cs +++ b/FastTrack/UIPatches/SelectedRecipeQueuePatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/SideScreenPatches.cs b/FastTrack/UIPatches/SideScreenPatches.cs index f9494669..4b57ca06 100644 --- a/FastTrack/UIPatches/SideScreenPatches.cs +++ b/FastTrack/UIPatches/SideScreenPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/SimpleInfoScreenWrapper.Patches.cs b/FastTrack/UIPatches/SimpleInfoScreenWrapper.Patches.cs index 75323cd8..ad51dcd7 100644 --- a/FastTrack/UIPatches/SimpleInfoScreenWrapper.Patches.cs +++ b/FastTrack/UIPatches/SimpleInfoScreenWrapper.Patches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/SimpleInfoScreenWrapper.Rockets.cs b/FastTrack/UIPatches/SimpleInfoScreenWrapper.Rockets.cs index 7d5589ae..536a1442 100644 --- a/FastTrack/UIPatches/SimpleInfoScreenWrapper.Rockets.cs +++ b/FastTrack/UIPatches/SimpleInfoScreenWrapper.Rockets.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/SimpleInfoScreenWrapper.Starmap.cs b/FastTrack/UIPatches/SimpleInfoScreenWrapper.Starmap.cs index 43e4a9e5..5c0bc96b 100644 --- a/FastTrack/UIPatches/SimpleInfoScreenWrapper.Starmap.cs +++ b/FastTrack/UIPatches/SimpleInfoScreenWrapper.Starmap.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/SimpleInfoScreenWrapper.Storage.cs b/FastTrack/UIPatches/SimpleInfoScreenWrapper.Storage.cs index 55c94ee5..a59411f2 100644 --- a/FastTrack/UIPatches/SimpleInfoScreenWrapper.Storage.cs +++ b/FastTrack/UIPatches/SimpleInfoScreenWrapper.Storage.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/SimpleInfoScreenWrapper.cs b/FastTrack/UIPatches/SimpleInfoScreenWrapper.cs index d19b00a1..28516475 100644 --- a/FastTrack/UIPatches/SimpleInfoScreenWrapper.cs +++ b/FastTrack/UIPatches/SimpleInfoScreenWrapper.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/SpacePOIInfoPanelWrapper.cs b/FastTrack/UIPatches/SpacePOIInfoPanelWrapper.cs index 0c3b6eb9..90e7cbfc 100644 --- a/FastTrack/UIPatches/SpacePOIInfoPanelWrapper.cs +++ b/FastTrack/UIPatches/SpacePOIInfoPanelWrapper.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/SpacedOutStarmapPatches.cs b/FastTrack/UIPatches/SpacedOutStarmapPatches.cs index 5a744d8b..1bba1aac 100644 --- a/FastTrack/UIPatches/SpacedOutStarmapPatches.cs +++ b/FastTrack/UIPatches/SpacedOutStarmapPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/TableScreenPatches.cs b/FastTrack/UIPatches/TableScreenPatches.cs index 9c2732b8..b84d2631 100644 --- a/FastTrack/UIPatches/TableScreenPatches.cs +++ b/FastTrack/UIPatches/TableScreenPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/UIPatches.cs b/FastTrack/UIPatches/UIPatches.cs index 0314b7cd..ea3b5a76 100644 --- a/FastTrack/UIPatches/UIPatches.cs +++ b/FastTrack/UIPatches/UIPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/VirtualScroll.cs b/FastTrack/UIPatches/VirtualScroll.cs index b5a2bb77..d179733f 100644 --- a/FastTrack/UIPatches/VirtualScroll.cs +++ b/FastTrack/UIPatches/VirtualScroll.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/VirtualScrollPatches.cs b/FastTrack/UIPatches/VirtualScrollPatches.cs index d857c7bb..c70b8831 100644 --- a/FastTrack/UIPatches/VirtualScrollPatches.cs +++ b/FastTrack/UIPatches/VirtualScrollPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/UIPatches/VitalsPanelWrapper.cs b/FastTrack/UIPatches/VitalsPanelWrapper.cs index 47b07ee0..a0b5c851 100644 --- a/FastTrack/UIPatches/VitalsPanelWrapper.cs +++ b/FastTrack/UIPatches/VitalsPanelWrapper.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/VisualPatches/FallingWaterMeshRenderer.cs b/FastTrack/VisualPatches/FallingWaterMeshRenderer.cs index c7f390a2..4e9bec87 100644 --- a/FastTrack/VisualPatches/FallingWaterMeshRenderer.cs +++ b/FastTrack/VisualPatches/FallingWaterMeshRenderer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/VisualPatches/FullScreenDialogPatches.cs b/FastTrack/VisualPatches/FullScreenDialogPatches.cs index 3e1add6f..44822857 100644 --- a/FastTrack/VisualPatches/FullScreenDialogPatches.cs +++ b/FastTrack/VisualPatches/FullScreenDialogPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/VisualPatches/GroundMeshRenderer.cs b/FastTrack/VisualPatches/GroundMeshRenderer.cs index 5305b49e..cdb2c14e 100644 --- a/FastTrack/VisualPatches/GroundMeshRenderer.cs +++ b/FastTrack/VisualPatches/GroundMeshRenderer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/VisualPatches/KAnimBatchPatches.cs b/FastTrack/VisualPatches/KAnimBatchPatches.cs index 37ba38d7..2d737497 100644 --- a/FastTrack/VisualPatches/KAnimBatchPatches.cs +++ b/FastTrack/VisualPatches/KAnimBatchPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/VisualPatches/KAnimLoopOptimizer.cs b/FastTrack/VisualPatches/KAnimLoopOptimizer.cs index 0d091e38..25030bc2 100644 --- a/FastTrack/VisualPatches/KAnimLoopOptimizer.cs +++ b/FastTrack/VisualPatches/KAnimLoopOptimizer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/VisualPatches/KAnimMeshRenderer.cs b/FastTrack/VisualPatches/KAnimMeshRenderer.cs index 9485c813..de2ffe8d 100644 --- a/FastTrack/VisualPatches/KAnimMeshRenderer.cs +++ b/FastTrack/VisualPatches/KAnimMeshRenderer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/VisualPatches/KAnimPatches.cs b/FastTrack/VisualPatches/KAnimPatches.cs index 44dd7322..f7aaf8b9 100644 --- a/FastTrack/VisualPatches/KAnimPatches.cs +++ b/FastTrack/VisualPatches/KAnimPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/VisualPatches/LightsPatches.cs b/FastTrack/VisualPatches/LightsPatches.cs index 959ee377..ee8a7811 100644 --- a/FastTrack/VisualPatches/LightsPatches.cs +++ b/FastTrack/VisualPatches/LightsPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/VisualPatches/NoSplashPatches.cs b/FastTrack/VisualPatches/NoSplashPatches.cs index c76ebacd..3ae94e6c 100644 --- a/FastTrack/VisualPatches/NoSplashPatches.cs +++ b/FastTrack/VisualPatches/NoSplashPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/VisualPatches/PrioritizableMeshRenderer.cs b/FastTrack/VisualPatches/PrioritizableMeshRenderer.cs index 06da3284..346d2b42 100644 --- a/FastTrack/VisualPatches/PrioritizableMeshRenderer.cs +++ b/FastTrack/VisualPatches/PrioritizableMeshRenderer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/VisualPatches/PropertyTextureUpdater.cs b/FastTrack/VisualPatches/PropertyTextureUpdater.cs index 14e9b118..df6e709b 100644 --- a/FastTrack/VisualPatches/PropertyTextureUpdater.cs +++ b/FastTrack/VisualPatches/PropertyTextureUpdater.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/VisualPatches/TerrainMeshRenderer.cs b/FastTrack/VisualPatches/TerrainMeshRenderer.cs index bf86f099..2f9fabc9 100644 --- a/FastTrack/VisualPatches/TerrainMeshRenderer.cs +++ b/FastTrack/VisualPatches/TerrainMeshRenderer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/VisualPatches/TileMeshPatches.cs b/FastTrack/VisualPatches/TileMeshPatches.cs index fa66259d..2542eeca 100644 --- a/FastTrack/VisualPatches/TileMeshPatches.cs +++ b/FastTrack/VisualPatches/TileMeshPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/VisualPatches/TileMeshRenderer.cs b/FastTrack/VisualPatches/TileMeshRenderer.cs index 01bbf64d..b01b3849 100644 --- a/FastTrack/VisualPatches/TileMeshRenderer.cs +++ b/FastTrack/VisualPatches/TileMeshRenderer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/VisualPatches/TileMeshRendererSupport.cs b/FastTrack/VisualPatches/TileMeshRendererSupport.cs index c425a989..4120703b 100644 --- a/FastTrack/VisualPatches/TileMeshRendererSupport.cs +++ b/FastTrack/VisualPatches/TileMeshRendererSupport.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FastTrack/VisualPatches/VisualPatches.cs b/FastTrack/VisualPatches/VisualPatches.cs index eb41e60c..19f81415 100644 --- a/FastTrack/VisualPatches/VisualPatches.cs +++ b/FastTrack/VisualPatches/VisualPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FinishTasks/FinishChoreDetector.cs b/FinishTasks/FinishChoreDetector.cs index fa96cc02..958b8eae 100644 --- a/FinishTasks/FinishChoreDetector.cs +++ b/FinishTasks/FinishChoreDetector.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FinishTasks/FinishMingleChore.cs b/FinishTasks/FinishMingleChore.cs index bb4a1272..df77356f 100644 --- a/FinishTasks/FinishMingleChore.cs +++ b/FinishTasks/FinishMingleChore.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FinishTasks/FinishTasksPatches.cs b/FinishTasks/FinishTasksPatches.cs index 3d8ccc3b..a5af782c 100644 --- a/FinishTasks/FinishTasksPatches.cs +++ b/FinishTasks/FinishTasksPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FinishTasks/FinishTasksStrings.cs b/FinishTasks/FinishTasksStrings.cs index 5795c11c..772878ad 100644 --- a/FinishTasks/FinishTasksStrings.cs +++ b/FinishTasks/FinishTasksStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FoodTooltip/FoodRecipeCache.cs b/FoodTooltip/FoodRecipeCache.cs index 792b41cd..60a0d4c4 100644 --- a/FoodTooltip/FoodRecipeCache.cs +++ b/FoodTooltip/FoodRecipeCache.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FoodTooltip/FoodTooltipPatches.cs b/FoodTooltip/FoodTooltipPatches.cs index 1ece4558..391cdeab 100644 --- a/FoodTooltip/FoodTooltipPatches.cs +++ b/FoodTooltip/FoodTooltipPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FoodTooltip/FoodTooltipStrings.cs b/FoodTooltip/FoodTooltipStrings.cs index eb64470b..e3df7bed 100644 --- a/FoodTooltip/FoodTooltipStrings.cs +++ b/FoodTooltip/FoodTooltipStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FoodTooltip/FoodTooltipUtils.cs b/FoodTooltip/FoodTooltipUtils.cs index 2028fbea..f98eace5 100644 --- a/FoodTooltip/FoodTooltipUtils.cs +++ b/FoodTooltip/FoodTooltipUtils.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/FoodTooltip/InfoScreenRefresher.cs b/FoodTooltip/InfoScreenRefresher.cs index 4ca23cf5..26c392f3 100644 --- a/FoodTooltip/InfoScreenRefresher.cs +++ b/FoodTooltip/InfoScreenRefresher.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ForbidItems/ForbidItemsPatches.cs b/ForbidItems/ForbidItemsPatches.cs index 337536ae..fdcc11ec 100644 --- a/ForbidItems/ForbidItemsPatches.cs +++ b/ForbidItems/ForbidItemsPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ForbidItems/Forbiddable.cs b/ForbidItems/Forbiddable.cs index 5d403123..c7402e9c 100644 --- a/ForbidItems/Forbiddable.cs +++ b/ForbidItems/Forbiddable.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MismatchedFinder/FindMismatchedPipe.cs b/MismatchedFinder/FindMismatchedPipe.cs index ca226c9b..1e6727a9 100644 --- a/MismatchedFinder/FindMismatchedPipe.cs +++ b/MismatchedFinder/FindMismatchedPipe.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MismatchedFinder/FindMismatchedWire.cs b/MismatchedFinder/FindMismatchedWire.cs index f438b4f1..80d39952 100644 --- a/MismatchedFinder/FindMismatchedWire.cs +++ b/MismatchedFinder/FindMismatchedWire.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MismatchedFinder/MismatchedFinderPatches.cs b/MismatchedFinder/MismatchedFinderPatches.cs index 93ed577a..44e4b39b 100644 --- a/MismatchedFinder/MismatchedFinderPatches.cs +++ b/MismatchedFinder/MismatchedFinderPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MismatchedFinder/MismatchedFinderStrings.cs b/MismatchedFinder/MismatchedFinderStrings.cs index 8059b801..88b24fc5 100644 --- a/MismatchedFinder/MismatchedFinderStrings.cs +++ b/MismatchedFinder/MismatchedFinderStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ModUpdateDate/ConfigBackupUtility.cs b/ModUpdateDate/ConfigBackupUtility.cs index a6c15226..4474e20a 100644 --- a/ModUpdateDate/ConfigBackupUtility.cs +++ b/ModUpdateDate/ConfigBackupUtility.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ModUpdateDate/ExtensionMethods.cs b/ModUpdateDate/ExtensionMethods.cs index 3338def4..700c80b2 100644 --- a/ModUpdateDate/ExtensionMethods.cs +++ b/ModUpdateDate/ExtensionMethods.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ModUpdateDate/MainMenuWarning.cs b/ModUpdateDate/MainMenuWarning.cs index c8737131..394d9289 100644 --- a/ModUpdateDate/MainMenuWarning.cs +++ b/ModUpdateDate/MainMenuWarning.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ModUpdateDate/ModToUpdate.cs b/ModUpdateDate/ModToUpdate.cs index d5163b7c..22a7028b 100644 --- a/ModUpdateDate/ModToUpdate.cs +++ b/ModUpdateDate/ModToUpdate.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ModUpdateDate/ModUpdateDatePatches.cs b/ModUpdateDate/ModUpdateDatePatches.cs index df392cb7..bb9e7a35 100644 --- a/ModUpdateDate/ModUpdateDatePatches.cs +++ b/ModUpdateDate/ModUpdateDatePatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ModUpdateDate/ModUpdateDateStrings.cs b/ModUpdateDate/ModUpdateDateStrings.cs index b39ba697..1ab71a21 100644 --- a/ModUpdateDate/ModUpdateDateStrings.cs +++ b/ModUpdateDate/ModUpdateDateStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ModUpdateDate/ModUpdateDetails.cs b/ModUpdateDate/ModUpdateDetails.cs index 9332e532..78a5bd70 100644 --- a/ModUpdateDate/ModUpdateDetails.cs +++ b/ModUpdateDate/ModUpdateDetails.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ModUpdateDate/ModUpdateHandler.cs b/ModUpdateDate/ModUpdateHandler.cs index 9ef4be3f..e00a0aa3 100644 --- a/ModUpdateDate/ModUpdateHandler.cs +++ b/ModUpdateDate/ModUpdateHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ModUpdateDate/ModUpdateInfo.cs b/ModUpdateDate/ModUpdateInfo.cs index 72025b76..2bf1397e 100644 --- a/ModUpdateDate/ModUpdateInfo.cs +++ b/ModUpdateDate/ModUpdateInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ModUpdateDate/ModUpdateResult.cs b/ModUpdateDate/ModUpdateResult.cs index d5fd4c5c..91d81e7e 100644 --- a/ModUpdateDate/ModUpdateResult.cs +++ b/ModUpdateDate/ModUpdateResult.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ModUpdateDate/ModUpdateTask.cs b/ModUpdateDate/ModUpdateTask.cs index 6591932b..b6c9a3d4 100644 --- a/ModUpdateDate/ModUpdateTask.cs +++ b/ModUpdateDate/ModUpdateTask.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ModUpdateDate/SteamQueue.cs b/ModUpdateDate/SteamQueue.cs index bcd698a2..2cb49ade 100644 --- a/ModUpdateDate/SteamQueue.cs +++ b/ModUpdateDate/SteamQueue.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ModUpdateDate/SteamUGCServiceFixed.cs b/ModUpdateDate/SteamUGCServiceFixed.cs index 6e33b5cf..7a6916d8 100644 --- a/ModUpdateDate/SteamUGCServiceFixed.cs +++ b/ModUpdateDate/SteamUGCServiceFixed.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MooReproduction/BabyMooConfig.cs b/MooReproduction/BabyMooConfig.cs index 3a622f8d..0f745605 100644 --- a/MooReproduction/BabyMooConfig.cs +++ b/MooReproduction/BabyMooConfig.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MooReproduction/GiveBirthStates.cs b/MooReproduction/GiveBirthStates.cs index 409e9a0f..b5c08e0d 100644 --- a/MooReproduction/GiveBirthStates.cs +++ b/MooReproduction/GiveBirthStates.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MooReproduction/LiveFertilityMonitor.cs b/MooReproduction/LiveFertilityMonitor.cs index 890609f7..676fb60a 100644 --- a/MooReproduction/LiveFertilityMonitor.cs +++ b/MooReproduction/LiveFertilityMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MooReproduction/MooGrowUpStates.cs b/MooReproduction/MooGrowUpStates.cs index 9c3e824a..b2a60192 100644 --- a/MooReproduction/MooGrowUpStates.cs +++ b/MooReproduction/MooGrowUpStates.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MooReproduction/MooReproductionOptions.cs b/MooReproduction/MooReproductionOptions.cs index 518506cb..76a8b8b1 100644 --- a/MooReproduction/MooReproductionOptions.cs +++ b/MooReproduction/MooReproductionOptions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MooReproduction/MooReproductionPatches.cs b/MooReproduction/MooReproductionPatches.cs index c592ddb1..979f1b83 100644 --- a/MooReproduction/MooReproductionPatches.cs +++ b/MooReproduction/MooReproductionPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MooReproduction/MooReproductionStrings.cs b/MooReproduction/MooReproductionStrings.cs index 77e575ea..a9a1cd1b 100644 --- a/MooReproduction/MooReproductionStrings.cs +++ b/MooReproduction/MooReproductionStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MoreAchievements/AD.cs b/MoreAchievements/AD.cs index f75d59c4..71127c92 100644 --- a/MoreAchievements/AD.cs +++ b/MoreAchievements/AD.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MoreAchievements/AchievementStateComponent.cs b/MoreAchievements/AchievementStateComponent.cs index 25df87c5..42c5fa79 100644 --- a/MoreAchievements/AchievementStateComponent.cs +++ b/MoreAchievements/AchievementStateComponent.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MoreAchievements/AchievementStrings.cs b/MoreAchievements/AchievementStrings.cs index 9b6d21e5..a7da5083 100644 --- a/MoreAchievements/AchievementStrings.cs +++ b/MoreAchievements/AchievementStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MoreAchievements/Achievements.cs b/MoreAchievements/Achievements.cs index 2f836ffd..5b3031c8 100644 --- a/MoreAchievements/Achievements.cs +++ b/MoreAchievements/Achievements.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MoreAchievements/Criteria/BuildNBuildings.cs b/MoreAchievements/Criteria/BuildNBuildings.cs index 111a0ce1..dae4e5f1 100644 --- a/MoreAchievements/Criteria/BuildNBuildings.cs +++ b/MoreAchievements/Criteria/BuildNBuildings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MoreAchievements/Criteria/CollectNArtifacts.cs b/MoreAchievements/Criteria/CollectNArtifacts.cs index 5448196b..de81b99d 100644 --- a/MoreAchievements/Criteria/CollectNArtifacts.cs +++ b/MoreAchievements/Criteria/CollectNArtifacts.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MoreAchievements/Criteria/DeathFromCause.cs b/MoreAchievements/Criteria/DeathFromCause.cs index 87ee4285..59e9e0a7 100644 --- a/MoreAchievements/Criteria/DeathFromCause.cs +++ b/MoreAchievements/Criteria/DeathFromCause.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MoreAchievements/Criteria/DigNTiles.cs b/MoreAchievements/Criteria/DigNTiles.cs index 76d4279e..e8026f3c 100644 --- a/MoreAchievements/Criteria/DigNTiles.cs +++ b/MoreAchievements/Criteria/DigNTiles.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MoreAchievements/Criteria/EatXCaloriesOfFood.cs b/MoreAchievements/Criteria/EatXCaloriesOfFood.cs index 72db960e..a94e64fd 100644 --- a/MoreAchievements/Criteria/EatXCaloriesOfFood.cs +++ b/MoreAchievements/Criteria/EatXCaloriesOfFood.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MoreAchievements/Criteria/HeatBuildingToXKelvin.cs b/MoreAchievements/Criteria/HeatBuildingToXKelvin.cs index 0c090eff..1ccd9369 100644 --- a/MoreAchievements/Criteria/HeatBuildingToXKelvin.cs +++ b/MoreAchievements/Criteria/HeatBuildingToXKelvin.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MoreAchievements/Criteria/KillNCritters.cs b/MoreAchievements/Criteria/KillNCritters.cs index 22349171..0c2fc8e9 100644 --- a/MoreAchievements/Criteria/KillNCritters.cs +++ b/MoreAchievements/Criteria/KillNCritters.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MoreAchievements/Criteria/NoDeathsForNCycles.cs b/MoreAchievements/Criteria/NoDeathsForNCycles.cs index 0f200a20..1aeec01d 100644 --- a/MoreAchievements/Criteria/NoDeathsForNCycles.cs +++ b/MoreAchievements/Criteria/NoDeathsForNCycles.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MoreAchievements/Criteria/OverloadWire.cs b/MoreAchievements/Criteria/OverloadWire.cs index 2e9f2098..dc9ec7da 100644 --- a/MoreAchievements/Criteria/OverloadWire.cs +++ b/MoreAchievements/Criteria/OverloadWire.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MoreAchievements/Criteria/ReachXAllAttributes.cs b/MoreAchievements/Criteria/ReachXAllAttributes.cs index 1b1a3683..836c5222 100644 --- a/MoreAchievements/Criteria/ReachXAllAttributes.cs +++ b/MoreAchievements/Criteria/ReachXAllAttributes.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MoreAchievements/Criteria/ReachXAttributeValue.cs b/MoreAchievements/Criteria/ReachXAttributeValue.cs index 82a397d4..c92a96b3 100644 --- a/MoreAchievements/Criteria/ReachXAttributeValue.cs +++ b/MoreAchievements/Criteria/ReachXAttributeValue.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MoreAchievements/Criteria/ReachXMoraleValue.cs b/MoreAchievements/Criteria/ReachXMoraleValue.cs index fc8813c2..e7b50d18 100644 --- a/MoreAchievements/Criteria/ReachXMoraleValue.cs +++ b/MoreAchievements/Criteria/ReachXMoraleValue.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MoreAchievements/Criteria/TriggerEvent.cs b/MoreAchievements/Criteria/TriggerEvent.cs index b07cec9e..f3337e1f 100644 --- a/MoreAchievements/Criteria/TriggerEvent.cs +++ b/MoreAchievements/Criteria/TriggerEvent.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MoreAchievements/Criteria/UseGeneShufflerNTimes.cs b/MoreAchievements/Criteria/UseGeneShufflerNTimes.cs index 2684de63..872541b9 100644 --- a/MoreAchievements/Criteria/UseGeneShufflerNTimes.cs +++ b/MoreAchievements/Criteria/UseGeneShufflerNTimes.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MoreAchievements/Criteria/VisitAllPlanets.cs b/MoreAchievements/Criteria/VisitAllPlanets.cs index 27712640..7148b156 100644 --- a/MoreAchievements/Criteria/VisitAllPlanets.cs +++ b/MoreAchievements/Criteria/VisitAllPlanets.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MoreAchievements/MoreAchievementsAPI.cs b/MoreAchievements/MoreAchievementsAPI.cs index 3e5d150b..f762710d 100644 --- a/MoreAchievements/MoreAchievementsAPI.cs +++ b/MoreAchievements/MoreAchievementsAPI.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/MoreAchievements/MoreAchievementsPatches.cs b/MoreAchievements/MoreAchievementsPatches.cs index 999a4432..21466531 100644 --- a/MoreAchievements/MoreAchievementsPatches.cs +++ b/MoreAchievements/MoreAchievementsPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/NoSensorLimits/NoSensorLimitsPatches.cs b/NoSensorLimits/NoSensorLimitsPatches.cs index fa1f65d1..4dda75e3 100644 --- a/NoSensorLimits/NoSensorLimitsPatches.cs +++ b/NoSensorLimits/NoSensorLimitsPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/NoWasteWant/FreshnessControl.cs b/NoWasteWant/FreshnessControl.cs index cc6ef5a6..6d455831 100644 --- a/NoWasteWant/FreshnessControl.cs +++ b/NoWasteWant/FreshnessControl.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/NoWasteWant/InstantRottable.cs b/NoWasteWant/InstantRottable.cs index 7c9310dc..83af773d 100644 --- a/NoWasteWant/InstantRottable.cs +++ b/NoWasteWant/InstantRottable.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/NoWasteWant/NoWasteWantPatches.cs b/NoWasteWant/NoWasteWantPatches.cs index b702a390..c8083d8d 100644 --- a/NoWasteWant/NoWasteWantPatches.cs +++ b/NoWasteWant/NoWasteWantPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/NoWasteWant/NoWasteWantStrings.cs b/NoWasteWant/NoWasteWantStrings.cs index 71bc67f9..04a3d838 100644 --- a/NoWasteWant/NoWasteWantStrings.cs +++ b/NoWasteWant/NoWasteWantStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/NotEnoughTags/BitSet.cs b/NotEnoughTags/BitSet.cs index 59c1d0d1..0b408ad9 100644 --- a/NotEnoughTags/BitSet.cs +++ b/NotEnoughTags/BitSet.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/NotEnoughTags/ExtendedTagBits.cs b/NotEnoughTags/ExtendedTagBits.cs index 48882531..8bffda91 100644 --- a/NotEnoughTags/ExtendedTagBits.cs +++ b/NotEnoughTags/ExtendedTagBits.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/NotEnoughTags/NotEnoughTagsPatches.cs b/NotEnoughTags/NotEnoughTagsPatches.cs index 739162f4..1130e974 100644 --- a/NotEnoughTags/NotEnoughTagsPatches.cs +++ b/NotEnoughTags/NotEnoughTagsPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/NotEnoughTags/SpamObjectsHandler.cs b/NotEnoughTags/SpamObjectsHandler.cs index 0ba9dc78..56402625 100644 --- a/NotEnoughTags/SpamObjectsHandler.cs +++ b/NotEnoughTags/SpamObjectsHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/NotEnoughTags/TagBitOps.cs b/NotEnoughTags/TagBitOps.cs index d54fa161..f676bca8 100644 --- a/NotEnoughTags/TagBitOps.cs +++ b/NotEnoughTags/TagBitOps.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/OldPipeColor/OldPipeColorOptions.cs b/OldPipeColor/OldPipeColorOptions.cs index 5bdce174..5148adbd 100644 --- a/OldPipeColor/OldPipeColorOptions.cs +++ b/OldPipeColor/OldPipeColorOptions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/OldPipeColor/OldPipeColorPatches.cs b/OldPipeColor/OldPipeColorPatches.cs index c69f3e95..89de72a4 100644 --- a/OldPipeColor/OldPipeColorPatches.cs +++ b/OldPipeColor/OldPipeColorPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibAVC/IModVersionChecker.cs b/PLibAVC/IModVersionChecker.cs index 42df9013..43a35b5c 100644 --- a/PLibAVC/IModVersionChecker.cs +++ b/PLibAVC/IModVersionChecker.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibAVC/JsonURLVersionChecker.cs b/PLibAVC/JsonURLVersionChecker.cs index 9d006e69..50105388 100644 --- a/PLibAVC/JsonURLVersionChecker.cs +++ b/PLibAVC/JsonURLVersionChecker.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibAVC/ModVersionCheckResults.cs b/PLibAVC/ModVersionCheckResults.cs index 470a151b..34564ac6 100644 --- a/PLibAVC/ModVersionCheckResults.cs +++ b/PLibAVC/ModVersionCheckResults.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibAVC/PVersionCheck.cs b/PLibAVC/PVersionCheck.cs index 2f847ac2..1ecd652c 100644 --- a/PLibAVC/PVersionCheck.cs +++ b/PLibAVC/PVersionCheck.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibAVC/SteamVersionChecker.cs b/PLibAVC/SteamVersionChecker.cs index 5f5ccfce..90dd9f53 100644 --- a/PLibAVC/SteamVersionChecker.cs +++ b/PLibAVC/SteamVersionChecker.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibAVC/VersionCheckTask.cs b/PLibAVC/VersionCheckTask.cs index c1b25efa..172244e2 100644 --- a/PLibAVC/VersionCheckTask.cs +++ b/PLibAVC/VersionCheckTask.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibAVC/YamlURLVersionChecker.cs b/PLibAVC/YamlURLVersionChecker.cs index 7473afb0..f0f5bf72 100644 --- a/PLibAVC/YamlURLVersionChecker.cs +++ b/PLibAVC/YamlURLVersionChecker.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibActions/PAction.cs b/PLibActions/PAction.cs index f8bcd326..f02f9a5b 100644 --- a/PLibActions/PAction.cs +++ b/PLibActions/PAction.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibActions/PActionManager.cs b/PLibActions/PActionManager.cs index 507d903f..b38f036a 100644 --- a/PLibActions/PActionManager.cs +++ b/PLibActions/PActionManager.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibActions/PKeyBinding.cs b/PLibActions/PKeyBinding.cs index a4257dab..343ffc57 100644 --- a/PLibActions/PKeyBinding.cs +++ b/PLibActions/PKeyBinding.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibActions/PToolMode.cs b/PLibActions/PToolMode.cs index 4b6c7ce5..1ec47298 100644 --- a/PLibActions/PToolMode.cs +++ b/PLibActions/PToolMode.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibBuildings/BuildIngredient.cs b/PLibBuildings/BuildIngredient.cs index 085bd982..ccb1f7f2 100644 --- a/PLibBuildings/BuildIngredient.cs +++ b/PLibBuildings/BuildIngredient.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibBuildings/ColoredRangeVisualizer.cs b/PLibBuildings/ColoredRangeVisualizer.cs index 0aab1118..10b0c5c1 100644 --- a/PLibBuildings/ColoredRangeVisualizer.cs +++ b/PLibBuildings/ColoredRangeVisualizer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibBuildings/ConduitConnection.cs b/PLibBuildings/ConduitConnection.cs index 4a8ca2bd..f046084d 100644 --- a/PLibBuildings/ConduitConnection.cs +++ b/PLibBuildings/ConduitConnection.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibBuildings/PBuilding.Utils.cs b/PLibBuildings/PBuilding.Utils.cs index e53363b5..b1b96e97 100644 --- a/PLibBuildings/PBuilding.Utils.cs +++ b/PLibBuildings/PBuilding.Utils.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibBuildings/PBuilding.cs b/PLibBuildings/PBuilding.cs index 44e04e34..c39ed777 100644 --- a/PLibBuildings/PBuilding.cs +++ b/PLibBuildings/PBuilding.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibBuildings/PBuildingManager.cs b/PLibBuildings/PBuildingManager.cs index c4b27ad7..30e72077 100644 --- a/PLibBuildings/PBuildingManager.cs +++ b/PLibBuildings/PBuildingManager.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibBuildings/PowerRequirement.cs b/PLibBuildings/PowerRequirement.cs index f8516b33..f1f71ef1 100644 --- a/PLibBuildings/PowerRequirement.cs +++ b/PLibBuildings/PowerRequirement.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/Detours/DetourException.cs b/PLibCore/Detours/DetourException.cs index d9ad7647..819f88be 100644 --- a/PLibCore/Detours/DetourException.cs +++ b/PLibCore/Detours/DetourException.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/Detours/DetouredField.cs b/PLibCore/Detours/DetouredField.cs index d7b685d4..a06afe2f 100644 --- a/PLibCore/Detours/DetouredField.cs +++ b/PLibCore/Detours/DetouredField.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/Detours/DetouredMethod.cs b/PLibCore/Detours/DetouredMethod.cs index 06511cbf..0d66f088 100644 --- a/PLibCore/Detours/DetouredMethod.cs +++ b/PLibCore/Detours/DetouredMethod.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/Detours/IDetouredField.cs b/PLibCore/Detours/IDetouredField.cs index e2b3d535..8602a20f 100644 --- a/PLibCore/Detours/IDetouredField.cs +++ b/PLibCore/Detours/IDetouredField.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/Detours/LazyDetouredField.cs b/PLibCore/Detours/LazyDetouredField.cs index bf87d8e9..9c4836de 100644 --- a/PLibCore/Detours/LazyDetouredField.cs +++ b/PLibCore/Detours/LazyDetouredField.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/Detours/PDetours.cs b/PLibCore/Detours/PDetours.cs index b491f6c5..ee7b500d 100644 --- a/PLibCore/Detours/PDetours.cs +++ b/PLibCore/Detours/PDetours.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/ExtensionMethods.cs b/PLibCore/ExtensionMethods.cs index 1f6d6d13..dfeffcf5 100644 --- a/PLibCore/ExtensionMethods.cs +++ b/PLibCore/ExtensionMethods.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/IPLibRegistry.cs b/PLibCore/IPLibRegistry.cs index c2348765..e8de6129 100644 --- a/PLibCore/IPLibRegistry.cs +++ b/PLibCore/IPLibRegistry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/IRefreshUserMenu.cs b/PLibCore/IRefreshUserMenu.cs index b0477dcc..c301bffe 100644 --- a/PLibCore/IRefreshUserMenu.cs +++ b/PLibCore/IRefreshUserMenu.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/PForwardedComponent.cs b/PLibCore/PForwardedComponent.cs index 67aa3240..f91084ec 100644 --- a/PLibCore/PForwardedComponent.cs +++ b/PLibCore/PForwardedComponent.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/PGameUtils.cs b/PLibCore/PGameUtils.cs index 92b3bf85..8c378e39 100644 --- a/PLibCore/PGameUtils.cs +++ b/PLibCore/PGameUtils.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/PLibCorePatches.cs b/PLibCore/PLibCorePatches.cs index df77041e..9bbd120c 100644 --- a/PLibCore/PLibCorePatches.cs +++ b/PLibCore/PLibCorePatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/PLibLocalization.cs b/PLibCore/PLibLocalization.cs index c61c46b5..e39c93d2 100644 --- a/PLibCore/PLibLocalization.cs +++ b/PLibCore/PLibLocalization.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/PLibStrings.cs b/PLibCore/PLibStrings.cs index 03186f72..b1e60ffc 100644 --- a/PLibCore/PLibStrings.cs +++ b/PLibCore/PLibStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/PPatchTools.cs b/PLibCore/PPatchTools.cs index 46053425..a1ae806b 100644 --- a/PLibCore/PPatchTools.cs +++ b/PLibCore/PPatchTools.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/PRegistry.cs b/PLibCore/PRegistry.cs index 79c95de4..27a56b20 100644 --- a/PLibCore/PRegistry.cs +++ b/PLibCore/PRegistry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/PRegistryComponent.cs b/PLibCore/PRegistryComponent.cs index 638b4c8a..361a4200 100644 --- a/PLibCore/PRegistryComponent.cs +++ b/PLibCore/PRegistryComponent.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/PStateMachines.cs b/PLibCore/PStateMachines.cs index 6f026760..d15c38cd 100644 --- a/PLibCore/PStateMachines.cs +++ b/PLibCore/PStateMachines.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/PTranspilerTools.cs b/PLibCore/PTranspilerTools.cs index ea9dbd7e..6f094087 100644 --- a/PLibCore/PTranspilerTools.cs +++ b/PLibCore/PTranspilerTools.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/PUtil.cs b/PLibCore/PUtil.cs index 73c5069c..af189572 100644 --- a/PLibCore/PUtil.cs +++ b/PLibCore/PUtil.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/PVersion.cs b/PLibCore/PVersion.cs index 5f2a0098..38cf4de8 100644 --- a/PLibCore/PVersion.cs +++ b/PLibCore/PVersion.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/PVersionList.cs b/PLibCore/PVersionList.cs index 888f0c0c..f5c097a6 100644 --- a/PLibCore/PVersionList.cs +++ b/PLibCore/PVersionList.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/PatchManager/IPLibAnnotation.cs b/PLibCore/PatchManager/IPLibAnnotation.cs index 45bf98ec..1579d6a4 100644 --- a/PLibCore/PatchManager/IPLibAnnotation.cs +++ b/PLibCore/PatchManager/IPLibAnnotation.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/PatchManager/IPatchMethodInstance.cs b/PLibCore/PatchManager/IPatchMethodInstance.cs index fa93a6e9..d63bd66f 100644 --- a/PLibCore/PatchManager/IPatchMethodInstance.cs +++ b/PLibCore/PatchManager/IPatchMethodInstance.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/PatchManager/PLibMethodAttribute.cs b/PLibCore/PatchManager/PLibMethodAttribute.cs index 6084294a..bdd052d5 100644 --- a/PLibCore/PatchManager/PLibMethodAttribute.cs +++ b/PLibCore/PatchManager/PLibMethodAttribute.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/PatchManager/PLibPatchAttribute.cs b/PLibCore/PatchManager/PLibPatchAttribute.cs index 1c8beb35..6d83b85b 100644 --- a/PLibCore/PatchManager/PLibPatchAttribute.cs +++ b/PLibCore/PatchManager/PLibPatchAttribute.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/PatchManager/PPatchManager.cs b/PLibCore/PatchManager/PPatchManager.cs index 07a90a4c..3ebc27cd 100644 --- a/PLibCore/PatchManager/PPatchManager.cs +++ b/PLibCore/PatchManager/PPatchManager.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/PatchManager/RunAt.cs b/PLibCore/PatchManager/RunAt.cs index 2768171b..ae0a1a96 100644 --- a/PLibCore/PatchManager/RunAt.cs +++ b/PLibCore/PatchManager/RunAt.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/PriorityQueue.cs b/PLibCore/PriorityQueue.cs index 4c6a5f13..8d1bee95 100644 --- a/PLibCore/PriorityQueue.cs +++ b/PLibCore/PriorityQueue.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/Remote/PRemoteComponent.cs b/PLibCore/Remote/PRemoteComponent.cs index f9f9e3af..de398a5a 100644 --- a/PLibCore/Remote/PRemoteComponent.cs +++ b/PLibCore/Remote/PRemoteComponent.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/Remote/PRemoteRegistry.cs b/PLibCore/Remote/PRemoteRegistry.cs index 9d5be256..476d3717 100644 --- a/PLibCore/Remote/PRemoteRegistry.cs +++ b/PLibCore/Remote/PRemoteRegistry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibCore/TextMeshProPatcher.cs b/PLibCore/TextMeshProPatcher.cs index 1f1e8123..09cae492 100644 --- a/PLibCore/TextMeshProPatcher.cs +++ b/PLibCore/TextMeshProPatcher.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibDatabase/PColonyAchievement.cs b/PLibDatabase/PColonyAchievement.cs index 75048b98..20913ca8 100644 --- a/PLibDatabase/PColonyAchievement.cs +++ b/PLibDatabase/PColonyAchievement.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibDatabase/PDatabaseUtils.cs b/PLibDatabase/PDatabaseUtils.cs index a2b51288..1ef8816c 100644 --- a/PLibDatabase/PDatabaseUtils.cs +++ b/PLibDatabase/PDatabaseUtils.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibDatabase/PLocalization.cs b/PLibDatabase/PLocalization.cs index 7e8d6ba4..0fba0716 100644 --- a/PLibDatabase/PLocalization.cs +++ b/PLibDatabase/PLocalization.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibLighting/ILightShape.cs b/PLibLighting/ILightShape.cs index f74581a1..507853f7 100644 --- a/PLibLighting/ILightShape.cs +++ b/PLibLighting/ILightShape.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibLighting/LightingArgs.cs b/PLibLighting/LightingArgs.cs index 68c0698e..b834af37 100644 --- a/PLibLighting/LightingArgs.cs +++ b/PLibLighting/LightingArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibLighting/LightingPatches.cs b/PLibLighting/LightingPatches.cs index 2988b3ef..df587704 100644 --- a/PLibLighting/LightingPatches.cs +++ b/PLibLighting/LightingPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibLighting/OctantBuilder.cs b/PLibLighting/OctantBuilder.cs index 2535d4e1..466685b6 100644 --- a/PLibLighting/OctantBuilder.cs +++ b/PLibLighting/OctantBuilder.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibLighting/PLightManager.cs b/PLibLighting/PLightManager.cs index ea596ae3..11d6f733 100644 --- a/PLibLighting/PLightManager.cs +++ b/PLibLighting/PLightManager.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibLighting/PLightShape.cs b/PLibLighting/PLightShape.cs index d8efe83f..9eb4a552 100644 --- a/PLibLighting/PLightShape.cs +++ b/PLibLighting/PLightShape.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibLighting/PRemoteLightWrapper.cs b/PLibLighting/PRemoteLightWrapper.cs index cf965cf1..234a75d1 100644 --- a/PLibLighting/PRemoteLightWrapper.cs +++ b/PLibLighting/PRemoteLightWrapper.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/ButtonOptionsEntry.cs b/PLibOptions/ButtonOptionsEntry.cs index 3ffe1e2d..2c5003a0 100644 --- a/PLibOptions/ButtonOptionsEntry.cs +++ b/PLibOptions/ButtonOptionsEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/CategoryExpandHandler.cs b/PLibOptions/CategoryExpandHandler.cs index 2f3f8aed..a655333b 100644 --- a/PLibOptions/CategoryExpandHandler.cs +++ b/PLibOptions/CategoryExpandHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/CheckboxOptionsEntry.cs b/PLibOptions/CheckboxOptionsEntry.cs index 10ab8487..b55733f3 100644 --- a/PLibOptions/CheckboxOptionsEntry.cs +++ b/PLibOptions/CheckboxOptionsEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/Color32OptionsEntry.cs b/PLibOptions/Color32OptionsEntry.cs index db7af0c3..21ccd659 100644 --- a/PLibOptions/Color32OptionsEntry.cs +++ b/PLibOptions/Color32OptionsEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/ColorBaseOptionsEntry.cs b/PLibOptions/ColorBaseOptionsEntry.cs index eca7cd48..991a5f7e 100644 --- a/PLibOptions/ColorBaseOptionsEntry.cs +++ b/PLibOptions/ColorBaseOptionsEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/ColorGradient.cs b/PLibOptions/ColorGradient.cs index 332fdbe4..4eb1db69 100644 --- a/PLibOptions/ColorGradient.cs +++ b/PLibOptions/ColorGradient.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/ColorOptionsEntry.cs b/PLibOptions/ColorOptionsEntry.cs index cc473928..e13a470c 100644 --- a/PLibOptions/ColorOptionsEntry.cs +++ b/PLibOptions/ColorOptionsEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/CompositeOptionsEntry.cs b/PLibOptions/CompositeOptionsEntry.cs index 4d598c3f..75af928f 100644 --- a/PLibOptions/CompositeOptionsEntry.cs +++ b/PLibOptions/CompositeOptionsEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/ConfigFileAttribute.cs b/PLibOptions/ConfigFileAttribute.cs index 5f5ae992..59ca953f 100644 --- a/PLibOptions/ConfigFileAttribute.cs +++ b/PLibOptions/ConfigFileAttribute.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/DynamicOptionAttribute.cs b/PLibOptions/DynamicOptionAttribute.cs index de2f7382..2478e475 100644 --- a/PLibOptions/DynamicOptionAttribute.cs +++ b/PLibOptions/DynamicOptionAttribute.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/FloatOptionsEntry.cs b/PLibOptions/FloatOptionsEntry.cs index 2ab61b58..fd8d5cb7 100644 --- a/PLibOptions/FloatOptionsEntry.cs +++ b/PLibOptions/FloatOptionsEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/IOptionSpec.cs b/PLibOptions/IOptionSpec.cs index 777e2212..97b89589 100644 --- a/PLibOptions/IOptionSpec.cs +++ b/PLibOptions/IOptionSpec.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/IOptions.cs b/PLibOptions/IOptions.cs index 4d570d5b..242e7e27 100644 --- a/PLibOptions/IOptions.cs +++ b/PLibOptions/IOptions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/IOptionsEntry.cs b/PLibOptions/IOptionsEntry.cs index 2667e915..17f9e050 100644 --- a/PLibOptions/IOptionsEntry.cs +++ b/PLibOptions/IOptionsEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/IntOptionsEntry.cs b/PLibOptions/IntOptionsEntry.cs index 26014b31..a44ef5d2 100644 --- a/PLibOptions/IntOptionsEntry.cs +++ b/PLibOptions/IntOptionsEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/LimitAttribute.cs b/PLibOptions/LimitAttribute.cs index a2fe15c8..4ad3a6f9 100644 --- a/PLibOptions/LimitAttribute.cs +++ b/PLibOptions/LimitAttribute.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/LogFloatOptionsEntry.cs b/PLibOptions/LogFloatOptionsEntry.cs index 8a613807..d59f0ab7 100644 --- a/PLibOptions/LogFloatOptionsEntry.cs +++ b/PLibOptions/LogFloatOptionsEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/ModDialogInfo.cs b/PLibOptions/ModDialogInfo.cs index 80256efe..52238f7c 100644 --- a/PLibOptions/ModDialogInfo.cs +++ b/PLibOptions/ModDialogInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/ModInfoAttribute.cs b/PLibOptions/ModInfoAttribute.cs index 21db6a39..50969b35 100644 --- a/PLibOptions/ModInfoAttribute.cs +++ b/PLibOptions/ModInfoAttribute.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/NullableFloatOptionsEntry.cs b/PLibOptions/NullableFloatOptionsEntry.cs index 058bad42..b7097fa2 100644 --- a/PLibOptions/NullableFloatOptionsEntry.cs +++ b/PLibOptions/NullableFloatOptionsEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/NullableIntOptionsEntry.cs b/PLibOptions/NullableIntOptionsEntry.cs index d0006136..c7d2ed84 100644 --- a/PLibOptions/NullableIntOptionsEntry.cs +++ b/PLibOptions/NullableIntOptionsEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/OptionAttribute.cs b/PLibOptions/OptionAttribute.cs index 59df9052..5b73dce7 100644 --- a/PLibOptions/OptionAttribute.cs +++ b/PLibOptions/OptionAttribute.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/OptionsDialog.cs b/PLibOptions/OptionsDialog.cs index dffa78c8..91ba6c11 100644 --- a/PLibOptions/OptionsDialog.cs +++ b/PLibOptions/OptionsDialog.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/OptionsEntry.cs b/PLibOptions/OptionsEntry.cs index 36cb6053..0e701507 100644 --- a/PLibOptions/OptionsEntry.cs +++ b/PLibOptions/OptionsEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/OptionsHandlers.cs b/PLibOptions/OptionsHandlers.cs index 3dafd995..8f18ced4 100644 --- a/PLibOptions/OptionsHandlers.cs +++ b/PLibOptions/OptionsHandlers.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/POptions.cs b/PLibOptions/POptions.cs index e01541f1..24dea249 100644 --- a/PLibOptions/POptions.cs +++ b/PLibOptions/POptions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/RequireDLCAttribute.cs b/PLibOptions/RequireDLCAttribute.cs index b6945c66..3933392f 100644 --- a/PLibOptions/RequireDLCAttribute.cs +++ b/PLibOptions/RequireDLCAttribute.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/RestartRequiredAttribute.cs b/PLibOptions/RestartRequiredAttribute.cs index d1806d6f..5f72c8af 100644 --- a/PLibOptions/RestartRequiredAttribute.cs +++ b/PLibOptions/RestartRequiredAttribute.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/SelectOneOptionsEntry.cs b/PLibOptions/SelectOneOptionsEntry.cs index 82429554..60a72580 100644 --- a/PLibOptions/SelectOneOptionsEntry.cs +++ b/PLibOptions/SelectOneOptionsEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/SingletonOptions.cs b/PLibOptions/SingletonOptions.cs index 619e6d56..d5b562a5 100644 --- a/PLibOptions/SingletonOptions.cs +++ b/PLibOptions/SingletonOptions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/SlidingBaseOptionsEntry.cs b/PLibOptions/SlidingBaseOptionsEntry.cs index e834c6ac..b9fb8783 100644 --- a/PLibOptions/SlidingBaseOptionsEntry.cs +++ b/PLibOptions/SlidingBaseOptionsEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/StringOptionsEntry.cs b/PLibOptions/StringOptionsEntry.cs index 262a1f15..c61d87eb 100644 --- a/PLibOptions/StringOptionsEntry.cs +++ b/PLibOptions/StringOptionsEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibOptions/TextBlockOptionsEntry.cs b/PLibOptions/TextBlockOptionsEntry.cs index 85eb43d9..3b556173 100644 --- a/PLibOptions/TextBlockOptionsEntry.cs +++ b/PLibOptions/TextBlockOptionsEntry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/IDynamicSizable.cs b/PLibUI/IDynamicSizable.cs index 29090e37..381d962f 100644 --- a/PLibUI/IDynamicSizable.cs +++ b/PLibUI/IDynamicSizable.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/ISettableFlexSize.cs b/PLibUI/ISettableFlexSize.cs index 564c12b7..b6a312fc 100644 --- a/PLibUI/ISettableFlexSize.cs +++ b/PLibUI/ISettableFlexSize.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/ITooltipListableOption.cs b/PLibUI/ITooltipListableOption.cs index ed1d18dd..226fbd27 100644 --- a/PLibUI/ITooltipListableOption.cs +++ b/PLibUI/ITooltipListableOption.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/IUIComponent.cs b/PLibUI/IUIComponent.cs index d20d2fa2..650122f0 100644 --- a/PLibUI/IUIComponent.cs +++ b/PLibUI/IUIComponent.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/ImageTransform.cs b/PLibUI/ImageTransform.cs index fb36eb26..d46ba3c5 100644 --- a/PLibUI/ImageTransform.cs +++ b/PLibUI/ImageTransform.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/LayoutSizes.cs b/PLibUI/LayoutSizes.cs index 78e9890e..52bd0b74 100644 --- a/PLibUI/LayoutSizes.cs +++ b/PLibUI/LayoutSizes.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/Layouts/AbstractLayoutGroup.cs b/PLibUI/Layouts/AbstractLayoutGroup.cs index 731f95aa..2a07144f 100644 --- a/PLibUI/Layouts/AbstractLayoutGroup.cs +++ b/PLibUI/Layouts/AbstractLayoutGroup.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/Layouts/BoxLayoutGroup.cs b/PLibUI/Layouts/BoxLayoutGroup.cs index afa0fdca..32b25baa 100644 --- a/PLibUI/Layouts/BoxLayoutGroup.cs +++ b/PLibUI/Layouts/BoxLayoutGroup.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/Layouts/BoxLayoutParams.cs b/PLibUI/Layouts/BoxLayoutParams.cs index d4943543..99b2f319 100644 --- a/PLibUI/Layouts/BoxLayoutParams.cs +++ b/PLibUI/Layouts/BoxLayoutParams.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/Layouts/BoxLayoutResults.cs b/PLibUI/Layouts/BoxLayoutResults.cs index 09ad0ce4..ad6afff0 100644 --- a/PLibUI/Layouts/BoxLayoutResults.cs +++ b/PLibUI/Layouts/BoxLayoutResults.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/Layouts/CardLayoutGroup.cs b/PLibUI/Layouts/CardLayoutGroup.cs index 34d5c389..6c6bca82 100644 --- a/PLibUI/Layouts/CardLayoutGroup.cs +++ b/PLibUI/Layouts/CardLayoutGroup.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/Layouts/CardLayoutResults.cs b/PLibUI/Layouts/CardLayoutResults.cs index a17e1cd0..19849c3b 100644 --- a/PLibUI/Layouts/CardLayoutResults.cs +++ b/PLibUI/Layouts/CardLayoutResults.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/Layouts/GridComponent.cs b/PLibUI/Layouts/GridComponent.cs index 2120c6c5..748e6146 100644 --- a/PLibUI/Layouts/GridComponent.cs +++ b/PLibUI/Layouts/GridComponent.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/Layouts/GridComponentSpec.cs b/PLibUI/Layouts/GridComponentSpec.cs index 27c5682a..426cb057 100644 --- a/PLibUI/Layouts/GridComponentSpec.cs +++ b/PLibUI/Layouts/GridComponentSpec.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/Layouts/GridLayoutResults.cs b/PLibUI/Layouts/GridLayoutResults.cs index 1f88a1e2..01572d81 100644 --- a/PLibUI/Layouts/GridLayoutResults.cs +++ b/PLibUI/Layouts/GridLayoutResults.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/Layouts/PGridLayoutGroup.cs b/PLibUI/Layouts/PGridLayoutGroup.cs index a70b19b5..80a01455 100644 --- a/PLibUI/Layouts/PGridLayoutGroup.cs +++ b/PLibUI/Layouts/PGridLayoutGroup.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/Layouts/RelativeLayoutGroup.cs b/PLibUI/Layouts/RelativeLayoutGroup.cs index d148ba65..2c96fa89 100644 --- a/PLibUI/Layouts/RelativeLayoutGroup.cs +++ b/PLibUI/Layouts/RelativeLayoutGroup.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/Layouts/RelativeLayoutParams.cs b/PLibUI/Layouts/RelativeLayoutParams.cs index ab665ad9..447a6828 100644 --- a/PLibUI/Layouts/RelativeLayoutParams.cs +++ b/PLibUI/Layouts/RelativeLayoutParams.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/Layouts/RelativeLayoutResults.cs b/PLibUI/Layouts/RelativeLayoutResults.cs index 2a5127dc..5225543d 100644 --- a/PLibUI/Layouts/RelativeLayoutResults.cs +++ b/PLibUI/Layouts/RelativeLayoutResults.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/Layouts/RelativeLayoutUtil.cs b/PLibUI/Layouts/RelativeLayoutUtil.cs index 14824544..418b48e8 100644 --- a/PLibUI/Layouts/RelativeLayoutUtil.cs +++ b/PLibUI/Layouts/RelativeLayoutUtil.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PButton.cs b/PLibUI/PButton.cs index cbe26469..64ec56b7 100644 --- a/PLibUI/PButton.cs +++ b/PLibUI/PButton.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PCheckBox.cs b/PLibUI/PCheckBox.cs index 39ad9a3f..d1bad613 100644 --- a/PLibUI/PCheckBox.cs +++ b/PLibUI/PCheckBox.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PComboBox.cs b/PLibUI/PComboBox.cs index e65d363a..5f30b013 100644 --- a/PLibUI/PComboBox.cs +++ b/PLibUI/PComboBox.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PComboBoxComponent.cs b/PLibUI/PComboBoxComponent.cs index 48948e4a..235336cf 100644 --- a/PLibUI/PComboBoxComponent.cs +++ b/PLibUI/PComboBoxComponent.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PContainer.cs b/PLibUI/PContainer.cs index 5d63d6e6..c03dd45f 100644 --- a/PLibUI/PContainer.cs +++ b/PLibUI/PContainer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PDialog.cs b/PLibUI/PDialog.cs index 667a89c3..308b3b2a 100644 --- a/PLibUI/PDialog.cs +++ b/PLibUI/PDialog.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PGridPanel.cs b/PLibUI/PGridPanel.cs index 6d77a0fd..fe83ad73 100644 --- a/PLibUI/PGridPanel.cs +++ b/PLibUI/PGridPanel.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PLabel.cs b/PLibUI/PLabel.cs index bdcebb04..a2cbc46d 100644 --- a/PLibUI/PLabel.cs +++ b/PLibUI/PLabel.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PPanel.cs b/PLibUI/PPanel.cs index 8667b422..59d7247d 100644 --- a/PLibUI/PPanel.cs +++ b/PLibUI/PPanel.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PRelativePanel.cs b/PLibUI/PRelativePanel.cs index 14823d1a..fd9d5ef2 100644 --- a/PLibUI/PRelativePanel.cs +++ b/PLibUI/PRelativePanel.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PScrollPane.cs b/PLibUI/PScrollPane.cs index 6cb8e9ca..3bead3c7 100644 --- a/PLibUI/PScrollPane.cs +++ b/PLibUI/PScrollPane.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PSlider.cs b/PLibUI/PSlider.cs index 8b59082e..9e1f700d 100644 --- a/PLibUI/PSlider.cs +++ b/PLibUI/PSlider.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PSpacer.cs b/PLibUI/PSpacer.cs index 123ee9f5..bcfdd14a 100644 --- a/PLibUI/PSpacer.cs +++ b/PLibUI/PSpacer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PTextArea.cs b/PLibUI/PTextArea.cs index e109f046..508f6f70 100644 --- a/PLibUI/PTextArea.cs +++ b/PLibUI/PTextArea.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PTextComponent.cs b/PLibUI/PTextComponent.cs index 8b398273..91ff93a6 100644 --- a/PLibUI/PTextComponent.cs +++ b/PLibUI/PTextComponent.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PTextField.cs b/PLibUI/PTextField.cs index 46467609..22ac3133 100644 --- a/PLibUI/PTextField.cs +++ b/PLibUI/PTextField.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PTextFieldEvents.cs b/PLibUI/PTextFieldEvents.cs index 3bd19ada..78244a84 100644 --- a/PLibUI/PTextFieldEvents.cs +++ b/PLibUI/PTextFieldEvents.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PToggle.cs b/PLibUI/PToggle.cs index b5dc7155..8ec06885 100644 --- a/PLibUI/PToggle.cs +++ b/PLibUI/PToggle.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PUIDelegates.cs b/PLibUI/PUIDelegates.cs index 12fe4c28..a0832372 100644 --- a/PLibUI/PUIDelegates.cs +++ b/PLibUI/PUIDelegates.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PUIElements.cs b/PLibUI/PUIElements.cs index 0a5cff24..50854809 100644 --- a/PLibUI/PUIElements.cs +++ b/PLibUI/PUIElements.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PUITuning.cs b/PLibUI/PUITuning.cs index 3f9aeb0a..97f8748f 100644 --- a/PLibUI/PUITuning.cs +++ b/PLibUI/PUITuning.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/PUIUtils.cs b/PLibUI/PUIUtils.cs index 2b07d6b4..e31c46c7 100644 --- a/PLibUI/PUIUtils.cs +++ b/PLibUI/PUIUtils.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/TextAnchorUtils.cs b/PLibUI/TextAnchorUtils.cs index f75efecd..ab2c94c8 100644 --- a/PLibUI/TextAnchorUtils.cs +++ b/PLibUI/TextAnchorUtils.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PLibUI/UIDetours.cs b/PLibUI/UIDetours.cs index 71c2aa89..935c1169 100644 --- a/PLibUI/UIDetours.cs +++ b/PLibUI/UIDetours.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PipPlantOverlay/PipPlantOverlay.cs b/PipPlantOverlay/PipPlantOverlay.cs index 4974660d..41441778 100644 --- a/PipPlantOverlay/PipPlantOverlay.cs +++ b/PipPlantOverlay/PipPlantOverlay.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PipPlantOverlay/PipPlantOverlayPatches.cs b/PipPlantOverlay/PipPlantOverlayPatches.cs index b2b2095d..c47bc17f 100644 --- a/PipPlantOverlay/PipPlantOverlayPatches.cs +++ b/PipPlantOverlay/PipPlantOverlayPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PipPlantOverlay/PipPlantOverlayStrings.cs b/PipPlantOverlay/PipPlantOverlayStrings.cs index a7b64f9f..6bd805d4 100644 --- a/PipPlantOverlay/PipPlantOverlayStrings.cs +++ b/PipPlantOverlay/PipPlantOverlayStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PipPlantOverlay/PipPlantOverlayTests.cs b/PipPlantOverlay/PipPlantOverlayTests.cs index 249b131a..82b9ed91 100644 --- a/PipPlantOverlay/PipPlantOverlayTests.cs +++ b/PipPlantOverlay/PipPlantOverlayTests.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PreserveSeed/PreserveSeedOptions.cs b/PreserveSeed/PreserveSeedOptions.cs index fdc78fcd..0222b842 100644 --- a/PreserveSeed/PreserveSeedOptions.cs +++ b/PreserveSeed/PreserveSeedOptions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PreserveSeed/PreserveSeedPatches.cs b/PreserveSeed/PreserveSeedPatches.cs index ee29acf4..84a5389f 100644 --- a/PreserveSeed/PreserveSeedPatches.cs +++ b/PreserveSeed/PreserveSeedPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/PreserveSeed/PreserveSeedStrings.cs b/PreserveSeed/PreserveSeedStrings.cs index aeaaca22..f1e8e4a2 100644 --- a/PreserveSeed/PreserveSeedStrings.cs +++ b/PreserveSeed/PreserveSeedStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/QueueForSink/QueueForSinkPatches.cs b/QueueForSink/QueueForSinkPatches.cs index 4ea2d555..e0297ffe 100644 --- a/QueueForSink/QueueForSinkPatches.cs +++ b/QueueForSink/QueueForSinkPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/QueueForSink/ScrubberCheckpoint.cs b/QueueForSink/ScrubberCheckpoint.cs index ed290d84..e3198f98 100644 --- a/QueueForSink/ScrubberCheckpoint.cs +++ b/QueueForSink/ScrubberCheckpoint.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/QueueForSink/SinkCheckpoint.cs b/QueueForSink/SinkCheckpoint.cs index c4359e9c..6c98284a 100644 --- a/QueueForSink/SinkCheckpoint.cs +++ b/QueueForSink/SinkCheckpoint.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/QueueForSink/WorkCheckpoint.cs b/QueueForSink/WorkCheckpoint.cs index 5ab0371c..28110542 100644 --- a/QueueForSink/WorkCheckpoint.cs +++ b/QueueForSink/WorkCheckpoint.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ResearchQueue/ResearchQueuePatches.cs b/ResearchQueue/ResearchQueuePatches.cs index e81a02de..e4ab8967 100644 --- a/ResearchQueue/ResearchQueuePatches.cs +++ b/ResearchQueue/ResearchQueuePatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ResearchQueue/ResearchQueueStrings.cs b/ResearchQueue/ResearchQueueStrings.cs index fca7cc5c..49afe269 100644 --- a/ResearchQueue/ResearchQueueStrings.cs +++ b/ResearchQueue/ResearchQueueStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ResearchQueue/SavedResearchQueue.cs b/ResearchQueue/SavedResearchQueue.cs index 27133693..cbb0dc77 100644 --- a/ResearchQueue/SavedResearchQueue.cs +++ b/ResearchQueue/SavedResearchQueue.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ResearchQueue/TechTierSorter.cs b/ResearchQueue/TechTierSorter.cs index 76c75b77..8c1f296e 100644 --- a/ResearchQueue/TechTierSorter.cs +++ b/ResearchQueue/TechTierSorter.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SandboxTools/DestroyFilter.cs b/SandboxTools/DestroyFilter.cs index 1e4eb829..a4d8acb0 100644 --- a/SandboxTools/DestroyFilter.cs +++ b/SandboxTools/DestroyFilter.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SandboxTools/DestroyParameterMenu.cs b/SandboxTools/DestroyParameterMenu.cs index 3303ae1a..1b1fe002 100644 --- a/SandboxTools/DestroyParameterMenu.cs +++ b/SandboxTools/DestroyParameterMenu.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SandboxTools/FilteredDestroyTool.cs b/SandboxTools/FilteredDestroyTool.cs index 395f3c76..d9cd78a2 100644 --- a/SandboxTools/FilteredDestroyTool.cs +++ b/SandboxTools/FilteredDestroyTool.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SandboxTools/SandboxToolsPatches.cs b/SandboxTools/SandboxToolsPatches.cs index 3ec70435..34f44d7b 100644 --- a/SandboxTools/SandboxToolsPatches.cs +++ b/SandboxTools/SandboxToolsPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SandboxTools/SandboxToolsStrings.cs b/SandboxTools/SandboxToolsStrings.cs index dd36042a..0b12b9c7 100644 --- a/SandboxTools/SandboxToolsStrings.cs +++ b/SandboxTools/SandboxToolsStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SandboxTools/SpriteRegistry.cs b/SandboxTools/SpriteRegistry.cs index 776225ca..f30468f1 100644 --- a/SandboxTools/SpriteRegistry.cs +++ b/SandboxTools/SpriteRegistry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ShowRange/ClusterTelescopeVisualizer.cs b/ShowRange/ClusterTelescopeVisualizer.cs index 71e62c4e..eb385b37 100644 --- a/ShowRange/ClusterTelescopeVisualizer.cs +++ b/ShowRange/ClusterTelescopeVisualizer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ShowRange/ElementConsumerVisualizer.cs b/ShowRange/ElementConsumerVisualizer.cs index 6533ff0e..5b5478de 100644 --- a/ShowRange/ElementConsumerVisualizer.cs +++ b/ShowRange/ElementConsumerVisualizer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ShowRange/ShowRangePatches.cs b/ShowRange/ShowRangePatches.cs index 3864f592..bad96bec 100644 --- a/ShowRange/ShowRangePatches.cs +++ b/ShowRange/ShowRangePatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ShowRange/SimRangeVisualizer.cs b/ShowRange/SimRangeVisualizer.cs index b463a187..039a0ce8 100644 --- a/ShowRange/SimRangeVisualizer.cs +++ b/ShowRange/SimRangeVisualizer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ShowRange/SpaceScannerVisualizer.cs b/ShowRange/SpaceScannerVisualizer.cs index ca95ae3c..9d2f707e 100644 --- a/ShowRange/SpaceScannerVisualizer.cs +++ b/ShowRange/SpaceScannerVisualizer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ShowRange/TelescopeVisualizer.cs b/ShowRange/TelescopeVisualizer.cs index 9d871da6..0b7b8607 100644 --- a/ShowRange/TelescopeVisualizer.cs +++ b/ShowRange/TelescopeVisualizer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SmartPumps/FilteredGasPumpConfig.cs b/SmartPumps/FilteredGasPumpConfig.cs index a2d62a3d..c7533c05 100644 --- a/SmartPumps/FilteredGasPumpConfig.cs +++ b/SmartPumps/FilteredGasPumpConfig.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SmartPumps/FilteredLiquidPumpConfig.cs b/SmartPumps/FilteredLiquidPumpConfig.cs index 1a368023..95167693 100644 --- a/SmartPumps/FilteredLiquidPumpConfig.cs +++ b/SmartPumps/FilteredLiquidPumpConfig.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SmartPumps/FilteredPump.cs b/SmartPumps/FilteredPump.cs index f39cbb1b..e2049dca 100644 --- a/SmartPumps/FilteredPump.cs +++ b/SmartPumps/FilteredPump.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SmartPumps/PumpFixed.cs b/SmartPumps/PumpFixed.cs index 8961e6fc..57f966ee 100644 --- a/SmartPumps/PumpFixed.cs +++ b/SmartPumps/PumpFixed.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SmartPumps/SmartPumpsOptions.cs b/SmartPumps/SmartPumpsOptions.cs index d055500c..2342f74b 100644 --- a/SmartPumps/SmartPumpsOptions.cs +++ b/SmartPumps/SmartPumpsOptions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SmartPumps/SmartPumpsPatches.cs b/SmartPumps/SmartPumpsPatches.cs index 2a70973a..0f55a691 100644 --- a/SmartPumps/SmartPumpsPatches.cs +++ b/SmartPumps/SmartPumpsPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SmartPumps/SmartPumpsStrings.cs b/SmartPumps/SmartPumpsStrings.cs index a5dd6a3e..5a93c726 100644 --- a/SmartPumps/SmartPumpsStrings.cs +++ b/SmartPumps/SmartPumpsStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SmartPumps/VacuumPumpConfig.cs b/SmartPumps/VacuumPumpConfig.cs index bd8ecb56..c9f74835 100644 --- a/SmartPumps/VacuumPumpConfig.cs +++ b/SmartPumps/VacuumPumpConfig.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/StarmapQueue/StarmapDiscoveryMessage.cs b/StarmapQueue/StarmapDiscoveryMessage.cs index 6f59c705..74b3daa3 100644 --- a/StarmapQueue/StarmapDiscoveryMessage.cs +++ b/StarmapQueue/StarmapDiscoveryMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/StarmapQueue/StarmapQueuePatches.cs b/StarmapQueue/StarmapQueuePatches.cs index 7bf19249..c3662201 100644 --- a/StarmapQueue/StarmapQueuePatches.cs +++ b/StarmapQueue/StarmapQueuePatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/StarmapQueue/StarmapQueueStrings.cs b/StarmapQueue/StarmapQueueStrings.cs index 57c004a0..44474c64 100644 --- a/StarmapQueue/StarmapQueueStrings.cs +++ b/StarmapQueue/StarmapQueueStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/StockBugFix/QueuedModReporter.cs b/StockBugFix/QueuedModReporter.cs index b4361c47..c202e349 100644 --- a/StockBugFix/QueuedModReporter.cs +++ b/StockBugFix/QueuedModReporter.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/StockBugFix/QueuedReportManager.cs b/StockBugFix/QueuedReportManager.cs index ea414f5e..a4a813a7 100644 --- a/StockBugFix/QueuedReportManager.cs +++ b/StockBugFix/QueuedReportManager.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/StockBugFix/RadiationRecoveryFix.cs b/StockBugFix/RadiationRecoveryFix.cs index 3270371c..4432440f 100644 --- a/StockBugFix/RadiationRecoveryFix.cs +++ b/StockBugFix/RadiationRecoveryFix.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/StockBugFix/StockBugFixOptions.cs b/StockBugFix/StockBugFixOptions.cs index 773e1652..89b17871 100644 --- a/StockBugFix/StockBugFixOptions.cs +++ b/StockBugFix/StockBugFixOptions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/StockBugFix/StockBugsPatches.cs b/StockBugFix/StockBugsPatches.cs index ac058029..a2bac410 100644 --- a/StockBugFix/StockBugsPatches.cs +++ b/StockBugFix/StockBugsPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/StockBugFix/StockQOLPatches.cs b/StockBugFix/StockQOLPatches.cs index 6c8539e0..36e8373a 100644 --- a/StockBugFix/StockQOLPatches.cs +++ b/StockBugFix/StockQOLPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/StockBugFix/SweepFixPatches.cs b/StockBugFix/SweepFixPatches.cs index d7da2748..15aa365b 100644 --- a/StockBugFix/SweepFixPatches.cs +++ b/StockBugFix/SweepFixPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/StockBugFix/TraitsExclusionPatches.cs b/StockBugFix/TraitsExclusionPatches.cs index 3ab0cadf..84e54f4f 100644 --- a/StockBugFix/TraitsExclusionPatches.cs +++ b/StockBugFix/TraitsExclusionPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SweepByType/FilteredClearHover.cs b/SweepByType/FilteredClearHover.cs index 749b4317..4734c054 100644 --- a/SweepByType/FilteredClearHover.cs +++ b/SweepByType/FilteredClearHover.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SweepByType/FilteredClearTool.cs b/SweepByType/FilteredClearTool.cs index 74e4f764..2f82cf50 100644 --- a/SweepByType/FilteredClearTool.cs +++ b/SweepByType/FilteredClearTool.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SweepByType/SavedTypeSelections.cs b/SweepByType/SavedTypeSelections.cs index 27539462..98aa2cf6 100644 --- a/SweepByType/SavedTypeSelections.cs +++ b/SweepByType/SavedTypeSelections.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SweepByType/SpriteRegistry.cs b/SweepByType/SpriteRegistry.cs index 06800d7d..c27be8c2 100644 --- a/SweepByType/SpriteRegistry.cs +++ b/SweepByType/SpriteRegistry.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SweepByType/SweepByTypeOptions.cs b/SweepByType/SweepByTypeOptions.cs index 32294d1a..fbd58456 100644 --- a/SweepByType/SweepByTypeOptions.cs +++ b/SweepByType/SweepByTypeOptions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SweepByType/SweepByTypePatches.cs b/SweepByType/SweepByTypePatches.cs index ce530d25..628562d8 100644 --- a/SweepByType/SweepByTypePatches.cs +++ b/SweepByType/SweepByTypePatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SweepByType/SweepByTypeStrings.cs b/SweepByType/SweepByTypeStrings.cs index 247f0f23..37824482 100644 --- a/SweepByType/SweepByTypeStrings.cs +++ b/SweepByType/SweepByTypeStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SweepByType/TagAlphabetComparer.cs b/SweepByType/TagAlphabetComparer.cs index 76373659..e9e7658c 100644 --- a/SweepByType/TagAlphabetComparer.cs +++ b/SweepByType/TagAlphabetComparer.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/SweepByType/TypeSelectControl.cs b/SweepByType/TypeSelectControl.cs index dbaf4039..af259b45 100644 --- a/SweepByType/TypeSelectControl.cs +++ b/SweepByType/TypeSelectControl.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ThermalPlate/ThermalInterfaceManager.cs b/ThermalPlate/ThermalInterfaceManager.cs index 7ff9907f..a9ed29b6 100644 --- a/ThermalPlate/ThermalInterfaceManager.cs +++ b/ThermalPlate/ThermalInterfaceManager.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ThermalPlate/ThermalInterfacePlate.cs b/ThermalPlate/ThermalInterfacePlate.cs index 56fe1e48..8475cc9b 100644 --- a/ThermalPlate/ThermalInterfacePlate.cs +++ b/ThermalPlate/ThermalInterfacePlate.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ThermalPlate/ThermalPlateConfig.cs b/ThermalPlate/ThermalPlateConfig.cs index a7093d73..0b05b0cf 100644 --- a/ThermalPlate/ThermalPlateConfig.cs +++ b/ThermalPlate/ThermalPlateConfig.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ThermalPlate/ThermalPlatePatches.cs b/ThermalPlate/ThermalPlatePatches.cs index fee1c380..9c8c3302 100644 --- a/ThermalPlate/ThermalPlatePatches.cs +++ b/ThermalPlate/ThermalPlatePatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ThermalPlate/ThermalPlateStrings.cs b/ThermalPlate/ThermalPlateStrings.cs index 0fb1b6b4..c4ac1061 100644 --- a/ThermalPlate/ThermalPlateStrings.cs +++ b/ThermalPlate/ThermalPlateStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ThermalTooltips/BetterInfoCardsCompat.cs b/ThermalTooltips/BetterInfoCardsCompat.cs index 98564035..a9de3e0e 100644 --- a/ThermalTooltips/BetterInfoCardsCompat.cs +++ b/ThermalTooltips/BetterInfoCardsCompat.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ThermalTooltips/BuildThermalTooltip.cs b/ThermalTooltips/BuildThermalTooltip.cs index bd4ddd02..7e566e11 100644 --- a/ThermalTooltips/BuildThermalTooltip.cs +++ b/ThermalTooltips/BuildThermalTooltip.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ThermalTooltips/ExtendedThermalTooltip.cs b/ThermalTooltips/ExtendedThermalTooltip.cs index 112de945..56f4c297 100644 --- a/ThermalTooltips/ExtendedThermalTooltip.cs +++ b/ThermalTooltips/ExtendedThermalTooltip.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ThermalTooltips/ThermalTooltipsOptions.cs b/ThermalTooltips/ThermalTooltipsOptions.cs index 3f731da8..be9e67cb 100644 --- a/ThermalTooltips/ThermalTooltipsOptions.cs +++ b/ThermalTooltips/ThermalTooltipsOptions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ThermalTooltips/ThermalTooltipsPatches.cs b/ThermalTooltips/ThermalTooltipsPatches.cs index 4da64ac8..57444188 100644 --- a/ThermalTooltips/ThermalTooltipsPatches.cs +++ b/ThermalTooltips/ThermalTooltipsPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ThermalTooltips/ThermalTooltipsStrings.cs b/ThermalTooltips/ThermalTooltipsStrings.cs index 975a853f..42c03702 100644 --- a/ThermalTooltips/ThermalTooltipsStrings.cs +++ b/ThermalTooltips/ThermalTooltipsStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ThermalTooltips/ThermalTranspilerPatch.cs b/ThermalTooltips/ThermalTranspilerPatch.cs index e8bda2b3..c7659b27 100644 --- a/ThermalTooltips/ThermalTranspilerPatch.cs +++ b/ThermalTooltips/ThermalTranspilerPatch.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/TileTempSensor/TileTempSensorConfig.cs b/TileTempSensor/TileTempSensorConfig.cs index c584223c..2005d453 100644 --- a/TileTempSensor/TileTempSensorConfig.cs +++ b/TileTempSensor/TileTempSensorConfig.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/TileTempSensor/TileTempSensorPatches.cs b/TileTempSensor/TileTempSensorPatches.cs index 5393580e..e1962918 100644 --- a/TileTempSensor/TileTempSensorPatches.cs +++ b/TileTempSensor/TileTempSensorPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/TileTempSensor/TileTempSensorStrings.cs b/TileTempSensor/TileTempSensorStrings.cs index 3dffa537..2f7c07bb 100644 --- a/TileTempSensor/TileTempSensorStrings.cs +++ b/TileTempSensor/TileTempSensorStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ToastControl/ToastControlOptions.cs b/ToastControl/ToastControlOptions.cs index c67c050d..2cd2e452 100644 --- a/ToastControl/ToastControlOptions.cs +++ b/ToastControl/ToastControlOptions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ToastControl/ToastControlPatches.cs b/ToastControl/ToastControlPatches.cs index dad4e7f4..38a929f0 100644 --- a/ToastControl/ToastControlPatches.cs +++ b/ToastControl/ToastControlPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ToastControl/ToastControlPopups.cs b/ToastControl/ToastControlPopups.cs index 5bd8acc8..c18b682d 100644 --- a/ToastControl/ToastControlPopups.cs +++ b/ToastControl/ToastControlPopups.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/ToastControl/ToastControlStrings.cs b/ToastControl/ToastControlStrings.cs index 52de7a95..5efac507 100644 --- a/ToastControl/ToastControlStrings.cs +++ b/ToastControl/ToastControlStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/TurnBackTheClock/LegacyVanillaOffsetTables.cs b/TurnBackTheClock/LegacyVanillaOffsetTables.cs index 003f8afa..1e6ff02a 100644 --- a/TurnBackTheClock/LegacyVanillaOffsetTables.cs +++ b/TurnBackTheClock/LegacyVanillaOffsetTables.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/TurnBackTheClock/MD471618.cs b/TurnBackTheClock/MD471618.cs index a81f0638..efbbfc23 100644 --- a/TurnBackTheClock/MD471618.cs +++ b/TurnBackTheClock/MD471618.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/TurnBackTheClock/MD509629.cs b/TurnBackTheClock/MD509629.cs index a7dc0638..f85db85c 100644 --- a/TurnBackTheClock/MD509629.cs +++ b/TurnBackTheClock/MD509629.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/TurnBackTheClock/MD525812.cs b/TurnBackTheClock/MD525812.cs index 5c9a58e7..2209a070 100644 --- a/TurnBackTheClock/MD525812.cs +++ b/TurnBackTheClock/MD525812.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/TurnBackTheClock/MD535720.cs b/TurnBackTheClock/MD535720.cs index 4e6f8c2f..deefc3f4 100644 --- a/TurnBackTheClock/MD535720.cs +++ b/TurnBackTheClock/MD535720.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/TurnBackTheClock/TurnBackTheClockOptions.cs b/TurnBackTheClock/TurnBackTheClockOptions.cs index de9b4d7e..54865695 100644 --- a/TurnBackTheClock/TurnBackTheClockOptions.cs +++ b/TurnBackTheClock/TurnBackTheClockOptions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/TurnBackTheClock/TurnBackTheClockPatches.cs b/TurnBackTheClock/TurnBackTheClockPatches.cs index ca4b6b4f..936cb79b 100644 --- a/TurnBackTheClock/TurnBackTheClockPatches.cs +++ b/TurnBackTheClock/TurnBackTheClockPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/WorkshopProfiles/WorkshopProfile.cs b/WorkshopProfiles/WorkshopProfile.cs index 37087234..2d5ea821 100644 --- a/WorkshopProfiles/WorkshopProfile.cs +++ b/WorkshopProfiles/WorkshopProfile.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/WorkshopProfiles/WorkshopProfileSideScreen.cs b/WorkshopProfiles/WorkshopProfileSideScreen.cs index 6bf52eeb..427d56f7 100644 --- a/WorkshopProfiles/WorkshopProfileSideScreen.cs +++ b/WorkshopProfiles/WorkshopProfileSideScreen.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/WorkshopProfiles/WorkshopProfileSideScreenRow.cs b/WorkshopProfiles/WorkshopProfileSideScreenRow.cs index c43837f5..6033abbe 100644 --- a/WorkshopProfiles/WorkshopProfileSideScreenRow.cs +++ b/WorkshopProfiles/WorkshopProfileSideScreenRow.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/WorkshopProfiles/WorkshopProfilesOptions.cs b/WorkshopProfiles/WorkshopProfilesOptions.cs index e5b7e017..9c4416a3 100644 --- a/WorkshopProfiles/WorkshopProfilesOptions.cs +++ b/WorkshopProfiles/WorkshopProfilesOptions.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/WorkshopProfiles/WorkshopProfilesPatches.cs b/WorkshopProfiles/WorkshopProfilesPatches.cs index 0359d519..d09bec3d 100644 --- a/WorkshopProfiles/WorkshopProfilesPatches.cs +++ b/WorkshopProfiles/WorkshopProfilesPatches.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish, diff --git a/WorkshopProfiles/WorkshopProfilesStrings.cs b/WorkshopProfiles/WorkshopProfilesStrings.cs index e794a41a..098677b4 100644 --- a/WorkshopProfiles/WorkshopProfilesStrings.cs +++ b/WorkshopProfiles/WorkshopProfilesStrings.cs @@ -1,5 +1,5 @@ /* - * Copyright 2023 Peter Han + * Copyright 2024 Peter Han * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, copy, modify, merge, publish,