Skip to content

Commit

Permalink
Update copyright messages end year
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Nov 23, 2024
1 parent 115f4e4 commit 4a91dc1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ams/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import logging
import unittest
from functools import wraps
from datetime import datetime
from collections import OrderedDict

import cvxpy as cp
Expand Down Expand Up @@ -36,8 +35,7 @@
_max_length = 80 # NOQA

# NOTE: copyright
year_end = datetime.now().year
copyright_msg = f'Copyright (C) 2023-{year_end} Jinning Wang'
copyright_msg = f'Copyright (C) 2023-2024 Jinning Wang'

# NOTE: copied from CVXPY documentation, last checked on 2024/10/30, v1.5
mip_solvers = ['CBC', 'COPT', 'GLPK_MI', 'CPLEX', 'GUROBI',
Expand Down

0 comments on commit 4a91dc1

Please sign in to comment.