Skip to content

Commit

Permalink
Update copyright years across source files
Browse files Browse the repository at this point in the history
Updated the copyright years in several source files to include 2025. This maintains licensing compliance and reflects the ongoing development of MekHQ.
  • Loading branch information
IllianiCBT committed Jan 8, 2025
1 parent 310d878 commit a668ac0
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -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.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion MekHQ/src/mekhq/gui/dialog/AdvanceDaysDialog.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2021 - The MegaMek Team. All Rights Reserved.
* Copyright (c) 2014-2025 - The MegaMek Team. All Rights Reserved.
*
* This file is part of MekHQ.
*
Expand Down
2 changes: 1 addition & 1 deletion MekHQ/src/mekhq/gui/dialog/AutoResolveChanceDialog.java
Original file line number Diff line number Diff line change
@@ -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.
*
Expand Down
18 changes: 18 additions & 0 deletions MekHQ/src/mekhq/gui/dialog/ContractAutomationDialog.java
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.
*/
package mekhq.gui.dialog;

import megamek.client.ui.swing.util.UIUtil;
Expand Down
2 changes: 1 addition & 1 deletion MekHQ/src/mekhq/gui/dialog/DataLoadingDialog.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2009-2024 - The MegaMek Team. All Rights Reserved.
* Copyright (c) 2009-2025 - The MegaMek Team. All Rights Reserved.
*
* This file is part of MekHQ.
*
Expand Down
2 changes: 1 addition & 1 deletion MekHQ/src/mekhq/gui/dialog/GMToolsDialog.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* GMToolsDialog.java
*
* Copyright (c) 2013-2024 - The MegaMek Team. All Rights Reserved.
* Copyright (c) 2013-2025 - The MegaMek Team. All Rights Reserved.
*
* This file is part of MekHQ.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion MekHQ/src/mekhq/gui/stratcon/StratconScenarioWizard.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020-2021 - The MegaMek Team. All Rights Reserved.
* Copyright (c) 2020-2025 - The MegaMek Team. All Rights Reserved.
*
* This file is part of MekHQ.
*
Expand Down

0 comments on commit a668ac0

Please sign in to comment.