diff --git a/MekHQ/src/mekhq/CampaignPreset.java b/MekHQ/src/mekhq/CampaignPreset.java
index c90b16c276..800469eddc 100644
--- a/MekHQ/src/mekhq/CampaignPreset.java
+++ b/MekHQ/src/mekhq/CampaignPreset.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021-2022 - The MegaMek Team. All Rights Reserved.
+ * Copyright (c) 2021-2024 - The MegaMek Team. All Rights Reserved.
*
* This file is part of MekHQ.
*
diff --git a/MekHQ/src/mekhq/campaign/CampaignOptions.java b/MekHQ/src/mekhq/campaign/CampaignOptions.java
index 6325efac63..045eac5202 100644
--- a/MekHQ/src/mekhq/campaign/CampaignOptions.java
+++ b/MekHQ/src/mekhq/campaign/CampaignOptions.java
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2009 - Jay Lawson (jaylawson39 at yahoo.com). All Rights Reserved.
- * Copyright (c) 2020-2024 - The MegaMek Team. All Rights Reserved.
+ * Copyright (c) 2020-2025 - The MegaMek Team. All Rights Reserved.
*
* This file is part of MekHQ.
*
diff --git a/MekHQ/src/mekhq/campaign/force/CombatTeam.java b/MekHQ/src/mekhq/campaign/force/CombatTeam.java
index a33fc6563e..5530a73e49 100644
--- a/MekHQ/src/mekhq/campaign/force/CombatTeam.java
+++ b/MekHQ/src/mekhq/campaign/force/CombatTeam.java
@@ -2,7 +2,7 @@
* Lance.java
*
* Copyright (c) 2011 - Carl Spain. All rights reserved.
- * Copyright (c) 2020-2024 - The MegaMek Team. All Rights Reserved.
+ * Copyright (c) 2020-2025 - The MegaMek Team. All Rights Reserved.
*
* This file is part of MekHQ.
*
diff --git a/MekHQ/src/mekhq/campaign/personnel/SkillType.java b/MekHQ/src/mekhq/campaign/personnel/SkillType.java
index 14b92c143b..e30a0a6000 100644
--- a/MekHQ/src/mekhq/campaign/personnel/SkillType.java
+++ b/MekHQ/src/mekhq/campaign/personnel/SkillType.java
@@ -2,6 +2,7 @@
* SkillType.java
*
* Copyright (c) 2009 Jay Lawson (jaylawson39 at yahoo.com). All rights reserved.
+ * Copyright (c) 2025 - The MegaMek Team. All Rights Reserved.
*
* This file is part of MekHQ.
*
diff --git a/MekHQ/src/mekhq/gui/CampaignGUI.java b/MekHQ/src/mekhq/gui/CampaignGUI.java
index 71f3ed3fb1..9ca202f0b0 100644
--- a/MekHQ/src/mekhq/gui/CampaignGUI.java
+++ b/MekHQ/src/mekhq/gui/CampaignGUI.java
@@ -2,7 +2,7 @@
* CampaignGUI.java
*
* Copyright (c) 2009 Jay Lawson (jaylawson39 at yahoo.com). All rights reserved.
- * Copyright (c) 2020-2024 - The MegaMek Team. All Rights Reserved.
+ * Copyright (c) 2020-2025 - The MegaMek Team. All Rights Reserved.
*
* This file is part of MekHQ.
*
diff --git a/MekHQ/src/mekhq/gui/FileDialogs.java b/MekHQ/src/mekhq/gui/FileDialogs.java
index 8d0a51ebea..6ebedceaaa 100644
--- a/MekHQ/src/mekhq/gui/FileDialogs.java
+++ b/MekHQ/src/mekhq/gui/FileDialogs.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 The MegaMek Team. All rights reserved.
+ * Copyright (c) 2018-2025 The MegaMek Team. All rights reserved.
*
* This file is part of MekHQ.
*
diff --git a/MekHQ/src/mekhq/gui/dialog/DateChooser.java b/MekHQ/src/mekhq/gui/dialog/DateChooser.java
index ea13755b55..8db1e9eaa8 100644
--- a/MekHQ/src/mekhq/gui/dialog/DateChooser.java
+++ b/MekHQ/src/mekhq/gui/dialog/DateChooser.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2024 - The MegaMek Team. All Rights Reserved.
+ * Copyright (c) 2024-2025 - The MegaMek Team. All Rights Reserved.
*
* This file is part of MekHQ.
*
diff --git a/MekHQ/src/mekhq/gui/dialog/campaignOptions/AbilitiesTab.java b/MekHQ/src/mekhq/gui/dialog/campaignOptions/AbilitiesTab.java
index 963c55b094..a99737835d 100644
--- a/MekHQ/src/mekhq/gui/dialog/campaignOptions/AbilitiesTab.java
+++ b/MekHQ/src/mekhq/gui/dialog/campaignOptions/AbilitiesTab.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2024-2025 The MegaMek Team. All Rights Reserved.
+ *
+ * This file is part of MekHQ.
+ *
+ * MekHQ is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * MekHQ is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with MekHQ. If not, see .
+ */
package mekhq.gui.dialog.campaignOptions;
import megamek.client.ui.swing.util.UIUtil;
diff --git a/MekHQ/src/mekhq/gui/dialog/campaignOptions/AdvancementTab.java b/MekHQ/src/mekhq/gui/dialog/campaignOptions/AdvancementTab.java
index 48e89679c8..d9c86a2713 100644
--- a/MekHQ/src/mekhq/gui/dialog/campaignOptions/AdvancementTab.java
+++ b/MekHQ/src/mekhq/gui/dialog/campaignOptions/AdvancementTab.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2024-2025 The MegaMek Team. All Rights Reserved.
+ *
+ * This file is part of MekHQ.
+ *
+ * MekHQ is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * MekHQ is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with MekHQ. If not, see .
+ */
package mekhq.gui.dialog.campaignOptions;
import megamek.common.annotations.Nullable;
diff --git a/MekHQ/src/mekhq/gui/dialog/campaignOptions/BiographyTab.java b/MekHQ/src/mekhq/gui/dialog/campaignOptions/BiographyTab.java
index a92a2b388c..8cd942d3bc 100644
--- a/MekHQ/src/mekhq/gui/dialog/campaignOptions/BiographyTab.java
+++ b/MekHQ/src/mekhq/gui/dialog/campaignOptions/BiographyTab.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2024-2025 The MegaMek Team. All Rights Reserved.
+ *
+ * This file is part of MekHQ.
+ *
+ * MekHQ is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * MekHQ is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with MekHQ. If not, see .
+ */
package mekhq.gui.dialog.campaignOptions;
import megamek.client.generator.RandomGenderGenerator;
diff --git a/MekHQ/src/mekhq/gui/dialog/campaignOptions/CampaignOptionsAbilityInfo.java b/MekHQ/src/mekhq/gui/dialog/campaignOptions/CampaignOptionsAbilityInfo.java
index 8dc5de2dfc..41fc08d77e 100644
--- a/MekHQ/src/mekhq/gui/dialog/campaignOptions/CampaignOptionsAbilityInfo.java
+++ b/MekHQ/src/mekhq/gui/dialog/campaignOptions/CampaignOptionsAbilityInfo.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2025 The MegaMek Team. All Rights Reserved.
+ *
+ * This file is part of MekHQ.
+ *
+ * MekHQ is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * MekHQ is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with MekHQ. If not, see .
+ */
package mekhq.gui.dialog.campaignOptions;
import mekhq.campaign.personnel.SpecialAbility;
diff --git a/MekHQ/src/mekhq/gui/dialog/campaignOptions/CampaignOptionsDialog.java b/MekHQ/src/mekhq/gui/dialog/campaignOptions/CampaignOptionsDialog.java
index 2df5b94d2c..eb2d07c61d 100644
--- a/MekHQ/src/mekhq/gui/dialog/campaignOptions/CampaignOptionsDialog.java
+++ b/MekHQ/src/mekhq/gui/dialog/campaignOptions/CampaignOptionsDialog.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2025 The MegaMek Team. All Rights Reserved.
+ *
+ * This file is part of MekHQ.
+ *
+ * MekHQ is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * MekHQ is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with MekHQ. If not, see .
+ */
package mekhq.gui.dialog.campaignOptions;
import megamek.common.annotations.Nullable;
diff --git a/MekHQ/src/mekhq/gui/dialog/campaignOptions/CampaignOptionsPane.java b/MekHQ/src/mekhq/gui/dialog/campaignOptions/CampaignOptionsPane.java
index 87ed34d74f..f885a2199a 100644
--- a/MekHQ/src/mekhq/gui/dialog/campaignOptions/CampaignOptionsPane.java
+++ b/MekHQ/src/mekhq/gui/dialog/campaignOptions/CampaignOptionsPane.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2024-2025 The MegaMek Team. All Rights Reserved.
+ *
+ * This file is part of MekHQ.
+ *
+ * MekHQ is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * MekHQ is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with MekHQ. If not, see .
+ */
package mekhq.gui.dialog.campaignOptions;
import megamek.common.annotations.Nullable;
diff --git a/MekHQ/src/mekhq/gui/dialog/campaignOptions/CampaignOptionsUtilities.java b/MekHQ/src/mekhq/gui/dialog/campaignOptions/CampaignOptionsUtilities.java
index 32f002feee..1e45d72602 100644
--- a/MekHQ/src/mekhq/gui/dialog/campaignOptions/CampaignOptionsUtilities.java
+++ b/MekHQ/src/mekhq/gui/dialog/campaignOptions/CampaignOptionsUtilities.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2024-2025 The MegaMek Team. All Rights Reserved.
+ *
+ * This file is part of MekHQ.
+ *
+ * MekHQ is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * MekHQ is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with MekHQ. If not, see .
+ */
package mekhq.gui.dialog.campaignOptions;
import megamek.client.ui.swing.util.UIUtil;
diff --git a/MekHQ/src/mekhq/gui/dialog/campaignOptions/CreateCampaignPreset.java b/MekHQ/src/mekhq/gui/dialog/campaignOptions/CreateCampaignPreset.java
index 1414b63ab1..a99d2b245c 100644
--- a/MekHQ/src/mekhq/gui/dialog/campaignOptions/CreateCampaignPreset.java
+++ b/MekHQ/src/mekhq/gui/dialog/campaignOptions/CreateCampaignPreset.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021-2022 - The MegaMek Team. All Rights Reserved.
+ * Copyright (c) 2021-2025 - The MegaMek Team. All Rights Reserved.
*
* This file is part of MekHQ.
*
diff --git a/MekHQ/src/mekhq/gui/dialog/campaignOptions/EquipmentAndSuppliesTab.java b/MekHQ/src/mekhq/gui/dialog/campaignOptions/EquipmentAndSuppliesTab.java
index dd8fa32031..7564bab358 100644
--- a/MekHQ/src/mekhq/gui/dialog/campaignOptions/EquipmentAndSuppliesTab.java
+++ b/MekHQ/src/mekhq/gui/dialog/campaignOptions/EquipmentAndSuppliesTab.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2024-2025 The MegaMek Team. All Rights Reserved.
+ *
+ * This file is part of MekHQ.
+ *
+ * MekHQ is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * MekHQ is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with MekHQ. If not, see .
+ */
package mekhq.gui.dialog.campaignOptions;
import megamek.client.ui.baseComponents.MMComboBox;
diff --git a/MekHQ/src/mekhq/gui/dialog/campaignOptions/FinancesTab.java b/MekHQ/src/mekhq/gui/dialog/campaignOptions/FinancesTab.java
index 851f3e8056..619bf2ccf4 100644
--- a/MekHQ/src/mekhq/gui/dialog/campaignOptions/FinancesTab.java
+++ b/MekHQ/src/mekhq/gui/dialog/campaignOptions/FinancesTab.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2024-2025 The MegaMek Team. All Rights Reserved.
+ *
+ * This file is part of MekHQ.
+ *
+ * MekHQ is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * MekHQ is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with MekHQ. If not, see .
+ */
package mekhq.gui.dialog.campaignOptions;
import megamek.client.ui.baseComponents.MMComboBox;
diff --git a/MekHQ/src/mekhq/gui/dialog/campaignOptions/GeneralTab.java b/MekHQ/src/mekhq/gui/dialog/campaignOptions/GeneralTab.java
index 58ed9aec1b..3495c0d77e 100644
--- a/MekHQ/src/mekhq/gui/dialog/campaignOptions/GeneralTab.java
+++ b/MekHQ/src/mekhq/gui/dialog/campaignOptions/GeneralTab.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2024-2025 The MegaMek Team. All Rights Reserved.
+ *
+ * This file is part of MekHQ.
+ *
+ * MekHQ is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * MekHQ is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with MekHQ. If not, see .
+ */
package mekhq.gui.dialog.campaignOptions;
import megamek.client.ui.baseComponents.MMComboBox;
diff --git a/MekHQ/src/mekhq/gui/dialog/campaignOptions/MarketsTab.java b/MekHQ/src/mekhq/gui/dialog/campaignOptions/MarketsTab.java
index 35726a72ae..4af1dcecd4 100644
--- a/MekHQ/src/mekhq/gui/dialog/campaignOptions/MarketsTab.java
+++ b/MekHQ/src/mekhq/gui/dialog/campaignOptions/MarketsTab.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2024-2025 The MegaMek Team. All Rights Reserved.
+ *
+ * This file is part of MekHQ.
+ *
+ * MekHQ is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * MekHQ is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with MekHQ. If not, see .
+ */
package mekhq.gui.dialog.campaignOptions;
import megamek.client.ui.baseComponents.MMComboBox;
diff --git a/MekHQ/src/mekhq/gui/dialog/campaignOptions/PersonnelTab.java b/MekHQ/src/mekhq/gui/dialog/campaignOptions/PersonnelTab.java
index 22112e03ea..f4b38b065b 100644
--- a/MekHQ/src/mekhq/gui/dialog/campaignOptions/PersonnelTab.java
+++ b/MekHQ/src/mekhq/gui/dialog/campaignOptions/PersonnelTab.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2024-2025 The MegaMek Team. All Rights Reserved.
+ *
+ * This file is part of MekHQ.
+ *
+ * MekHQ is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * MekHQ is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with MekHQ. If not, see .
+ */
package mekhq.gui.dialog.campaignOptions;
import megamek.client.ui.baseComponents.MMComboBox;
diff --git a/MekHQ/src/mekhq/gui/dialog/campaignOptions/RelationshipsTab.java b/MekHQ/src/mekhq/gui/dialog/campaignOptions/RelationshipsTab.java
index 2be76c6e62..e5ae3c7c5f 100644
--- a/MekHQ/src/mekhq/gui/dialog/campaignOptions/RelationshipsTab.java
+++ b/MekHQ/src/mekhq/gui/dialog/campaignOptions/RelationshipsTab.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2024-2025 The MegaMek Team. All Rights Reserved.
+ *
+ * This file is part of MekHQ.
+ *
+ * MekHQ is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * MekHQ is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with MekHQ. If not, see .
+ */
package mekhq.gui.dialog.campaignOptions;
import megamek.client.ui.baseComponents.MMComboBox;
diff --git a/MekHQ/src/mekhq/gui/dialog/campaignOptions/RepairAndMaintenanceTab.java b/MekHQ/src/mekhq/gui/dialog/campaignOptions/RepairAndMaintenanceTab.java
index 930d31b80a..bc49de594a 100644
--- a/MekHQ/src/mekhq/gui/dialog/campaignOptions/RepairAndMaintenanceTab.java
+++ b/MekHQ/src/mekhq/gui/dialog/campaignOptions/RepairAndMaintenanceTab.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2024-2025 The MegaMek Team. All Rights Reserved.
+ *
+ * This file is part of MekHQ.
+ *
+ * MekHQ is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * MekHQ is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with MekHQ. If not, see .
+ */
package mekhq.gui.dialog.campaignOptions;
import megamek.common.annotations.Nullable;
diff --git a/MekHQ/src/mekhq/gui/dialog/campaignOptions/RulesetsTab.java b/MekHQ/src/mekhq/gui/dialog/campaignOptions/RulesetsTab.java
index 4bad98881e..20bd556bac 100644
--- a/MekHQ/src/mekhq/gui/dialog/campaignOptions/RulesetsTab.java
+++ b/MekHQ/src/mekhq/gui/dialog/campaignOptions/RulesetsTab.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2024-2025 The MegaMek Team. All Rights Reserved.
+ *
+ * This file is part of MekHQ.
+ *
+ * MekHQ is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * MekHQ is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with MekHQ. If not, see .
+ */
package mekhq.gui.dialog.campaignOptions;
import megamek.client.ui.baseComponents.MMComboBox;
diff --git a/MekHQ/src/mekhq/gui/dialog/campaignOptions/SelectPresetDialog.java b/MekHQ/src/mekhq/gui/dialog/campaignOptions/SelectPresetDialog.java
index 3e6c5d081b..effe2399fa 100644
--- a/MekHQ/src/mekhq/gui/dialog/campaignOptions/SelectPresetDialog.java
+++ b/MekHQ/src/mekhq/gui/dialog/campaignOptions/SelectPresetDialog.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2024 - The MegaMek Team. All Rights Reserved.
+ * Copyright (c) 2024-2025 The MegaMek Team. All Rights Reserved.
*
* This file is part of MekHQ.
*
diff --git a/MekHQ/src/mekhq/gui/dialog/campaignOptions/SkillsTab.java b/MekHQ/src/mekhq/gui/dialog/campaignOptions/SkillsTab.java
index 2f57b4bcde..ce014e6d63 100644
--- a/MekHQ/src/mekhq/gui/dialog/campaignOptions/SkillsTab.java
+++ b/MekHQ/src/mekhq/gui/dialog/campaignOptions/SkillsTab.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2024-2025 The MegaMek Team. All Rights Reserved.
+ *
+ * This file is part of MekHQ.
+ *
+ * MekHQ is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * MekHQ is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with MekHQ. If not, see .
+ */
package mekhq.gui.dialog.campaignOptions;
import megamek.common.annotations.Nullable;
diff --git a/MekHQ/src/mekhq/gui/dialog/campaignOptions/TurnoverAndRetentionTab.java b/MekHQ/src/mekhq/gui/dialog/campaignOptions/TurnoverAndRetentionTab.java
index 14a589060b..1268a0be2c 100644
--- a/MekHQ/src/mekhq/gui/dialog/campaignOptions/TurnoverAndRetentionTab.java
+++ b/MekHQ/src/mekhq/gui/dialog/campaignOptions/TurnoverAndRetentionTab.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2024-2025 The MegaMek Team. All Rights Reserved.
+ *
+ * This file is part of MekHQ.
+ *
+ * MekHQ is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * MekHQ is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with MekHQ. If not, see .
+ */
package mekhq.gui.dialog.campaignOptions;
import megamek.client.ui.baseComponents.MMComboBox;
diff --git a/MekHQ/src/mekhq/gui/panels/CampaignPresetPanel.java b/MekHQ/src/mekhq/gui/panels/CampaignPresetPanel.java
index 0ac5d59386..8bee498091 100644
--- a/MekHQ/src/mekhq/gui/panels/CampaignPresetPanel.java
+++ b/MekHQ/src/mekhq/gui/panels/CampaignPresetPanel.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021 - The MegaMek Team. All Rights Reserved.
+ * Copyright (c) 2021-2025 - The MegaMek Team. All Rights Reserved.
*
* This file is part of MekHQ.
*
diff --git a/MekHQ/src/mekhq/gui/panes/RankSystemsPane.java b/MekHQ/src/mekhq/gui/panes/RankSystemsPane.java
index 0ce95b83f0..6d6e640923 100644
--- a/MekHQ/src/mekhq/gui/panes/RankSystemsPane.java
+++ b/MekHQ/src/mekhq/gui/panes/RankSystemsPane.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021 - The MegaMek Team. All Rights Reserved.
+ * Copyright (c) 2021-2025 - The MegaMek Team. All Rights Reserved.
*
* This file is part of MekHQ.
*