diff --git a/docker/settings.py b/docker/settings.py index 46cb8208e..c264f164c 100644 --- a/docker/settings.py +++ b/docker/settings.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from .base_settings import * diff --git a/docker/urls.py b/docker/urls.py index 8a5e4cf75..7fcbf4ed3 100644 --- a/docker/urls.py +++ b/docker/urls.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from .base_urls import * diff --git a/myuw/__init__.py b/myuw/__init__.py index 9850eb1ea..576fbb672 100644 --- a/myuw/__init__.py +++ b/myuw/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 default_app_config = 'myuw.apps.MyUWConfig' diff --git a/myuw/apps.py b/myuw/apps.py index bc0cfa6ad..b54ce618d 100644 --- a/myuw/apps.py +++ b/myuw/apps.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from __future__ import unicode_literals diff --git a/myuw/authorization.py b/myuw/authorization.py index 1a178ba99..7d21b7a50 100644 --- a/myuw/authorization.py +++ b/myuw/authorization.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import re diff --git a/myuw/context_processors.py b/myuw/context_processors.py index 3cb2f9cdc..5aa69018e 100644 --- a/myuw/context_processors.py +++ b/myuw/context_processors.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 # Determins if the requesting device is a native hybrid app (android/ios) diff --git a/myuw/dao/__init__.py b/myuw/dao/__init__.py index 823e318be..0d5ff0128 100644 --- a/myuw/dao/__init__.py +++ b/myuw/dao/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/dao/admin.py b/myuw/dao/admin.py index d84ada7ac..964d789ea 100644 --- a/myuw/dao/admin.py +++ b/myuw/dao/admin.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/dao/adviser.py b/myuw/dao/adviser.py index 2ca9df86d..3c0e2e2a8 100644 --- a/myuw/dao/adviser.py +++ b/myuw/dao/adviser.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/affiliation.py b/myuw/dao/affiliation.py index a054c4304..a27f05e02 100644 --- a/myuw/dao/affiliation.py +++ b/myuw/dao/affiliation.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/affiliation_data.py b/myuw/dao/affiliation_data.py index 9590f774b..4b063cf13 100644 --- a/myuw/dao/affiliation_data.py +++ b/myuw/dao/affiliation_data.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import os diff --git a/myuw/dao/applications.py b/myuw/dao/applications.py index d2bca2d2c..7728d717f 100644 --- a/myuw/dao/applications.py +++ b/myuw/dao/applications.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/dao/calendar.py b/myuw/dao/calendar.py index 3e9731ef0..847496ae2 100644 --- a/myuw/dao/calendar.py +++ b/myuw/dao/calendar.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import re diff --git a/myuw/dao/calendar_mapping.py b/myuw/dao/calendar_mapping.py index 2015bc9ab..8e82b1184 100644 --- a/myuw/dao/calendar_mapping.py +++ b/myuw/dao/calendar_mapping.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import csv diff --git a/myuw/dao/campus_building.py b/myuw/dao/campus_building.py index 50228de6f..ca3b2d65f 100644 --- a/myuw/dao/campus_building.py +++ b/myuw/dao/campus_building.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/dao/canvas.py b/myuw/dao/canvas.py index 5c92cecc5..170715d7f 100644 --- a/myuw/dao/canvas.py +++ b/myuw/dao/canvas.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging @@ -50,19 +50,22 @@ def set_section_canvas_course_urls(canvas_active_enrollments, schedule, cid = section.canvas_course_sis_id() if cid not in canvas_sis_ids: canvas_sis_ids[cid] = section.primary_section_label() - except InvalidCanvasIndependentStudyCourse as ex: + except InvalidCanvasIndependentStudyCourse: # REQ3132940 known SWS issue: # prior quarter's registration data has # no independent study instructor. # If independent_study_instructor being None occurs # in current or future quarter, likely is a data error. - logger.warning(f"canvas_course_sis_id of {section_label} {ex}") continue try: cid = section.canvas_section_sis_id() canvas_sis_ids[cid] = section.primary_section_label() + except InvalidCanvasSection: + continue except Exception as ex: - logger.warning(f"canvas_section_sis_id of {section_label} {ex}") + log_err( + logger, f"Get canvas_section_sis_id({section_label}) {ex}", + traceback, request) logger.debug({'canvas_sis_ids': canvas_sis_ids}) canvas_links = {} # primary_section_label: canvas course_url diff --git a/myuw/dao/card_display_dates.py b/myuw/dao/card_display_dates.py index 997f05254..24a2edb8b 100644 --- a/myuw/dao/card_display_dates.py +++ b/myuw/dao/card_display_dates.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/category_links.py b/myuw/dao/category_links.py index 0ff156df1..5d7815843 100644 --- a/myuw/dao/category_links.py +++ b/myuw/dao/category_links.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import csv diff --git a/myuw/dao/category_notice.py b/myuw/dao/category_notice.py index 7a2c8abdb..f1fd917f3 100644 --- a/myuw/dao/category_notice.py +++ b/myuw/dao/category_notice.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/coda.py b/myuw/dao/coda.py index f8a56faec..e365be845 100644 --- a/myuw/dao/coda.py +++ b/myuw/dao/coda.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/dao/degree.py b/myuw/dao/degree.py index a35a74715..02ee09533 100644 --- a/myuw/dao/degree.py +++ b/myuw/dao/degree.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/emaillink.py b/myuw/dao/emaillink.py index 79d1f8cbd..fc6e332cf 100644 --- a/myuw/dao/emaillink.py +++ b/myuw/dao/emaillink.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/enrollment.py b/myuw/dao/enrollment.py index b213542ad..877d10c48 100644 --- a/myuw/dao/enrollment.py +++ b/myuw/dao/enrollment.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/exceptions.py b/myuw/dao/exceptions.py index 575abc437..c3d8d2407 100644 --- a/myuw/dao/exceptions.py +++ b/myuw/dao/exceptions.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/finance.py b/myuw/dao/finance.py index 2b907d150..1de1da0ca 100644 --- a/myuw/dao/finance.py +++ b/myuw/dao/finance.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/grad.py b/myuw/dao/grad.py index 2ed4db5da..380e4e5f1 100644 --- a/myuw/dao/grad.py +++ b/myuw/dao/grad.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/gws.py b/myuw/dao/gws.py index 6d430135c..9b3bbc318 100644 --- a/myuw/dao/gws.py +++ b/myuw/dao/gws.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/hfs.py b/myuw/dao/hfs.py index 06f4ce25b..cd3cd0e1f 100644 --- a/myuw/dao/hfs.py +++ b/myuw/dao/hfs.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/hx_toolkit_dao.py b/myuw/dao/hx_toolkit_dao.py index 48c98e9e5..173e15c72 100644 --- a/myuw/dao/hx_toolkit_dao.py +++ b/myuw/dao/hx_toolkit_dao.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import math diff --git a/myuw/dao/iasystem.py b/myuw/dao/iasystem.py index 4df4ab19d..320b7f3fc 100644 --- a/myuw/dao/iasystem.py +++ b/myuw/dao/iasystem.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/instructor.py b/myuw/dao/instructor.py index 75e3b62cd..6a7a5a803 100644 --- a/myuw/dao/instructor.py +++ b/myuw/dao/instructor.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/dao/instructor_mini_course_card.py b/myuw/dao/instructor_mini_course_card.py index ee37c7649..ef6020cfc 100644 --- a/myuw/dao/instructor_mini_course_card.py +++ b/myuw/dao/instructor_mini_course_card.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.models import UserCourseDisplay diff --git a/myuw/dao/instructor_schedule.py b/myuw/dao/instructor_schedule.py index 76f5d1b54..5cb8f1bf1 100644 --- a/myuw/dao/instructor_schedule.py +++ b/myuw/dao/instructor_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/library.py b/myuw/dao/library.py index 75d6e9422..7c0529c9b 100644 --- a/myuw/dao/library.py +++ b/myuw/dao/library.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/mailman.py b/myuw/dao/mailman.py index 5483fae75..0cf8c3a6d 100644 --- a/myuw/dao/mailman.py +++ b/myuw/dao/mailman.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/myplan.py b/myuw/dao/myplan.py index ebe9c5332..785413966 100644 --- a/myuw/dao/myplan.py +++ b/myuw/dao/myplan.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/dao/myuw_notice.py b/myuw/dao/myuw_notice.py index 6e5333323..038578446 100644 --- a/myuw/dao/myuw_notice.py +++ b/myuw/dao/myuw_notice.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/dao/notice.py b/myuw/dao/notice.py index 89e1f3727..5cfbad754 100644 --- a/myuw/dao/notice.py +++ b/myuw/dao/notice.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/notice_categorization.py b/myuw/dao/notice_categorization.py index 4cda317bb..2c2abaf41 100644 --- a/myuw/dao/notice_categorization.py +++ b/myuw/dao/notice_categorization.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 NOTICE_CATEGORIES = { diff --git a/myuw/dao/notice_mapping.py b/myuw/dao/notice_mapping.py index 3ac8dd5b5..4b94421e4 100644 --- a/myuw/dao/notice_mapping.py +++ b/myuw/dao/notice_mapping.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/password.py b/myuw/dao/password.py index f9bd1968e..aaecb6d40 100644 --- a/myuw/dao/password.py +++ b/myuw/dao/password.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/persistent_messages.py b/myuw/dao/persistent_messages.py index 2c25a957d..6868e876e 100644 --- a/myuw/dao/persistent_messages.py +++ b/myuw/dao/persistent_messages.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/dao/pws.py b/myuw/dao/pws.py index 128cc4676..c7c58eb66 100644 --- a/myuw/dao/pws.py +++ b/myuw/dao/pws.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/quicklinks.py b/myuw/dao/quicklinks.py index 57c69bff9..8d3c9da52 100644 --- a/myuw/dao/quicklinks.py +++ b/myuw/dao/quicklinks.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import csv diff --git a/myuw/dao/registration.py b/myuw/dao/registration.py index cf149c60f..43e06bec5 100644 --- a/myuw/dao/registration.py +++ b/myuw/dao/registration.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/stud_future_terms.py b/myuw/dao/stud_future_terms.py index d7088cdbd..7696c57ea 100644 --- a/myuw/dao/stud_future_terms.py +++ b/myuw/dao/stud_future_terms.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/student_profile.py b/myuw/dao/student_profile.py index c5ee5a5a3..076297a37 100644 --- a/myuw/dao/student_profile.py +++ b/myuw/dao/student_profile.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/term.py b/myuw/dao/term.py index 839d0cfb7..1fc86c7cf 100644 --- a/myuw/dao/term.py +++ b/myuw/dao/term.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/textbook.py b/myuw/dao/textbook.py index 82467b151..90d8f783f 100644 --- a/myuw/dao/textbook.py +++ b/myuw/dao/textbook.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/thrive.py b/myuw/dao/thrive.py index ba21b7cd6..f7f16c970 100644 --- a/myuw/dao/thrive.py +++ b/myuw/dao/thrive.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import csv diff --git a/myuw/dao/upass.py b/myuw/dao/upass.py index 671e5f411..8e67ba4f0 100644 --- a/myuw/dao/upass.py +++ b/myuw/dao/upass.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/user.py b/myuw/dao/user.py index 322527150..617b4c69a 100644 --- a/myuw/dao/user.py +++ b/myuw/dao/user.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/dao/user_course_display.py b/myuw/dao/user_course_display.py index c5f6afe4f..c41840175 100644 --- a/myuw/dao/user_course_display.py +++ b/myuw/dao/user_course_display.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/user_pref.py b/myuw/dao/user_pref.py index 747497eda..dcc44620b 100644 --- a/myuw/dao/user_pref.py +++ b/myuw/dao/user_pref.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/dao/uwnetid.py b/myuw/dao/uwnetid.py index 3a3dad1a6..8e1527d67 100644 --- a/myuw/dao/uwnetid.py +++ b/myuw/dao/uwnetid.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/visual_schedule.py b/myuw/dao/visual_schedule.py index 927df4ca4..b9ad4fdab 100644 --- a/myuw/dao/visual_schedule.py +++ b/myuw/dao/visual_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/event/__init__.py b/myuw/event/__init__.py index 23fbfc94e..49a9ec25b 100644 --- a/myuw/event/__init__.py +++ b/myuw/event/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.util.cache import MyUWMemcachedCache diff --git a/myuw/event/section_status.py b/myuw/event/section_status.py index 56e1857eb..502b7dfb1 100644 --- a/myuw/event/section_status.py +++ b/myuw/event/section_status.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/logger/logresp.py b/myuw/logger/logresp.py index 1fa6a9b4a..1d3448e09 100644 --- a/myuw/logger/logresp.py +++ b/myuw/logger/logresp.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/logger/session_log.py b/myuw/logger/session_log.py index 17894f293..508f2b101 100644 --- a/myuw/logger/session_log.py +++ b/myuw/logger/session_log.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import hashlib diff --git a/myuw/logger/timer.py b/myuw/logger/timer.py index fab82905a..580d55e2f 100644 --- a/myuw/logger/timer.py +++ b/myuw/logger/timer.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import time diff --git a/myuw/management/commands/check_reslinks.py b/myuw/management/commands/check_reslinks.py index d0d71f064..2aff9607d 100755 --- a/myuw/management/commands/check_reslinks.py +++ b/myuw/management/commands/check_reslinks.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/management/commands/cleanup_instructors.py b/myuw/management/commands/cleanup_instructors.py index 222c55e3e..7c1c72d7e 100644 --- a/myuw/management/commands/cleanup_instructors.py +++ b/myuw/management/commands/cleanup_instructors.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/management/commands/clear_expired_sessions.py b/myuw/management/commands/clear_expired_sessions.py index 0dc3af952..d33790550 100644 --- a/myuw/management/commands/clear_expired_sessions.py +++ b/myuw/management/commands/clear_expired_sessions.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/management/commands/db_cleanup.py b/myuw/management/commands/db_cleanup.py index ad83ca861..7e86fc0fd 100644 --- a/myuw/management/commands/db_cleanup.py +++ b/myuw/management/commands/db_cleanup.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/management/commands/del_section_display.py b/myuw/management/commands/del_section_display.py index c8281a7f4..02c56b634 100644 --- a/myuw/management/commands/del_section_display.py +++ b/myuw/management/commands/del_section_display.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/management/commands/del_user_session.py b/myuw/management/commands/del_user_session.py index c47fe6d88..c3814db2a 100644 --- a/myuw/management/commands/del_user_session.py +++ b/myuw/management/commands/del_user_session.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.core.management.base import BaseCommand, CommandError diff --git a/myuw/management/commands/load_buildings.py b/myuw/management/commands/load_buildings.py index 011e9ad2b..975730f9b 100644 --- a/myuw/management/commands/load_buildings.py +++ b/myuw/management/commands/load_buildings.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/management/commands/load_section_status_changes.py b/myuw/management/commands/load_section_status_changes.py index 75003197a..356159e9a 100644 --- a/myuw/management/commands/load_section_status_changes.py +++ b/myuw/management/commands/load_section_status_changes.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/management/commands/memcache.py b/myuw/management/commands/memcache.py index 5294357b5..d30c2c1fd 100644 --- a/myuw/management/commands/memcache.py +++ b/myuw/management/commands/memcache.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/management/commands/myuw_speed_matrix.py b/myuw/management/commands/myuw_speed_matrix.py index c323bfc1e..3aaf873cd 100644 --- a/myuw/management/commands/myuw_speed_matrix.py +++ b/myuw/management/commands/myuw_speed_matrix.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.core.management.base import BaseCommand, CommandError diff --git a/myuw/management/commands/notice_mapping.py b/myuw/management/commands/notice_mapping.py index 8b0082dd0..ea69c1cd0 100644 --- a/myuw/management/commands/notice_mapping.py +++ b/myuw/management/commands/notice_mapping.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import csv diff --git a/myuw/management/commands/update_past_instructors.py b/myuw/management/commands/update_past_instructors.py index 4de616d16..5ff90475e 100644 --- a/myuw/management/commands/update_past_instructors.py +++ b/myuw/management/commands/update_past_instructors.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.core.management.base import BaseCommand diff --git a/myuw/management/commands/upload_grp_members.py b/myuw/management/commands/upload_grp_members.py index 897994d93..6809610e6 100644 --- a/myuw/management/commands/upload_grp_members.py +++ b/myuw/management/commands/upload_grp_members.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/models/__init__.py b/myuw/models/__init__.py index ab44f35ae..75ab88ac9 100644 --- a/myuw/models/__init__.py +++ b/myuw/models/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/models/banner_msg.py b/myuw/models/banner_msg.py index 4d4278c8d..e7be3d603 100644 --- a/myuw/models/banner_msg.py +++ b/myuw/models/banner_msg.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.db import models diff --git a/myuw/models/campus_building.py b/myuw/models/campus_building.py index 229e84130..ba8eac2e9 100644 --- a/myuw/models/campus_building.py +++ b/myuw/models/campus_building.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.db import models diff --git a/myuw/models/myuw_notice.py b/myuw/models/myuw_notice.py index 7c585615e..b226fdb58 100644 --- a/myuw/models/myuw_notice.py +++ b/myuw/models/myuw_notice.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/models/popular_link.py b/myuw/models/popular_link.py index e8c57f9bb..3212ad96c 100644 --- a/myuw/models/popular_link.py +++ b/myuw/models/popular_link.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/models/res_category_link.py b/myuw/models/res_category_link.py index 1157e89cf..5ffac3b50 100644 --- a/myuw/models/res_category_link.py +++ b/myuw/models/res_category_link.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/templatetags/hashing_tag.py b/myuw/templatetags/hashing_tag.py index 6499bbed5..26ed7a741 100644 --- a/myuw/templatetags/hashing_tag.py +++ b/myuw/templatetags/hashing_tag.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django import template diff --git a/myuw/templatetags/myuw_admin_filters.py b/myuw/templatetags/myuw_admin_filters.py index cf36ceaff..796b1e4c0 100644 --- a/myuw/templatetags/myuw_admin_filters.py +++ b/myuw/templatetags/myuw_admin_filters.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django import template diff --git a/myuw/templatetags/myuw_large_number_display.py b/myuw/templatetags/myuw_large_number_display.py index fd4e9c8fd..67736d7e0 100644 --- a/myuw/templatetags/myuw_large_number_display.py +++ b/myuw/templatetags/myuw_large_number_display.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.template import Library diff --git a/myuw/templatetags/myuw_sidebar.py b/myuw/templatetags/myuw_sidebar.py index 03fa6e92c..0d8fe07f4 100644 --- a/myuw/templatetags/myuw_sidebar.py +++ b/myuw/templatetags/myuw_sidebar.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.conf import settings diff --git a/myuw/templatetags/set_context.py b/myuw/templatetags/set_context.py index c2acfd88f..3fbd92fb5 100644 --- a/myuw/templatetags/set_context.py +++ b/myuw/templatetags/set_context.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.template import Library diff --git a/myuw/templatetags/settings_value.py b/myuw/templatetags/settings_value.py index 1f4f5a339..335e0b336 100644 --- a/myuw/templatetags/settings_value.py +++ b/myuw/templatetags/settings_value.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django import template diff --git a/myuw/test/__init__.py b/myuw/test/__init__.py index 94481f23c..cc6c84523 100644 --- a/myuw/test/__init__.py +++ b/myuw/test/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test.utils import override_settings diff --git a/myuw/test/api/__init__.py b/myuw/test/api/__init__.py index 82937a770..eb3c73621 100644 --- a/myuw/test/api/__init__.py +++ b/myuw/test/api/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import os diff --git a/myuw/test/api/test_academic_calendar.py b/myuw/test/api/test_academic_calendar.py index 04b1c7d62..ae094a70a 100644 --- a/myuw/test/api/test_academic_calendar.py +++ b/myuw/test/api/test_academic_calendar.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from urllib.request import urlopen diff --git a/myuw/test/api/test_adviser.py b/myuw/test/api/test_adviser.py index 49184d8ca..f223c179a 100644 --- a/myuw/test/api/test_adviser.py +++ b/myuw/test/api/test_adviser.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_affiliation.py b/myuw/test/api/test_affiliation.py index 39f09cec2..60d3369e7 100644 --- a/myuw/test/api/test_affiliation.py +++ b/myuw/test/api/test_affiliation.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_applications.py b/myuw/test/api/test_applications.py index f333b06af..c5d926c92 100644 --- a/myuw/test/api/test_applications.py +++ b/myuw/test/api/test_applications.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_banner_message.py b/myuw/test/api/test_banner_message.py index 76e1b98f3..5f51c02ee 100644 --- a/myuw/test/api/test_banner_message.py +++ b/myuw/test/api/test_banner_message.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.urls import reverse diff --git a/myuw/test/api/test_category_links.py b/myuw/test/api/test_category_links.py index da37f8646..ba5593cac 100644 --- a/myuw/test/api/test_category_links.py +++ b/myuw/test/api/test_category_links.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.test.api import MyuwApiTest, require_url diff --git a/myuw/test/api/test_cur_books.py b/myuw/test/api/test_cur_books.py index 59e780a31..db047c486 100644 --- a/myuw/test/api/test_cur_books.py +++ b/myuw/test/api/test_cur_books.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_current_schedule.py b/myuw/test/api/test_current_schedule.py index 733115546..52b5a4c0a 100644 --- a/myuw/test/api/test_current_schedule.py +++ b/myuw/test/api/test_current_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_dept_calendar.py b/myuw/test/api/test_dept_calendar.py index cd1e8dec2..c5e664988 100644 --- a/myuw/test/api/test_dept_calendar.py +++ b/myuw/test/api/test_dept_calendar.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.test.api import require_url, MyuwApiTest diff --git a/myuw/test/api/test_directory.py b/myuw/test/api/test_directory.py index 2b338e33f..950b1b255 100644 --- a/myuw/test/api/test_directory.py +++ b/myuw/test/api/test_directory.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_emaillist.py b/myuw/test/api/test_emaillist.py index 0b8efcfa2..2d6442626 100644 --- a/myuw/test/api/test_emaillist.py +++ b/myuw/test/api/test_emaillist.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_finance.py b/myuw/test/api/test_finance.py index cf82d89b1..aa380ec22 100644 --- a/myuw/test/api/test_finance.py +++ b/myuw/test/api/test_finance.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.test.api import MyuwApiTest, require_url diff --git a/myuw/test/api/test_future_schedule.py b/myuw/test/api/test_future_schedule.py index 6204eb31f..2a4553bc5 100644 --- a/myuw/test/api/test_future_schedule.py +++ b/myuw/test/api/test_future_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_grad.py b/myuw/test/api/test_grad.py index 477fa34e6..6a9ccccb9 100644 --- a/myuw/test/api/test_grad.py +++ b/myuw/test/api/test_grad.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from datetime import datetime diff --git a/myuw/test/api/test_hfs.py b/myuw/test/api/test_hfs.py index 02bd05f63..65c012d59 100644 --- a/myuw/test/api/test_hfs.py +++ b/myuw/test/api/test_hfs.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_iasystem.py b/myuw/test/api/test_iasystem.py index 5ab1851bc..a052072dd 100644 --- a/myuw/test/api/test_iasystem.py +++ b/myuw/test/api/test_iasystem.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import datetime diff --git a/myuw/test/api/test_instructor_schedule.py b/myuw/test/api/test_instructor_schedule.py index ae631907b..cc564f7da 100644 --- a/myuw/test/api/test_instructor_schedule.py +++ b/myuw/test/api/test_instructor_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_instructor_section.py b/myuw/test/api/test_instructor_section.py index edcf81102..233fbb963 100644 --- a/myuw/test/api/test_instructor_section.py +++ b/myuw/test/api/test_instructor_section.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_instructor_section_display.py b/myuw/test/api/test_instructor_section_display.py index 0471f1815..1a80f2142 100644 --- a/myuw/test/api/test_instructor_section_display.py +++ b/myuw/test/api/test_instructor_section_display.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.models import UserCourseDisplay diff --git a/myuw/test/api/test_instructor_textbook.py b/myuw/test/api/test_instructor_textbook.py index 6dfa3e1ca..6f60332ac 100644 --- a/myuw/test/api/test_instructor_textbook.py +++ b/myuw/test/api/test_instructor_textbook.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_library.py b/myuw/test/api/test_library.py index ca71556f6..da0a31b54 100644 --- a/myuw/test/api/test_library.py +++ b/myuw/test/api/test_library.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_myplan.py b/myuw/test/api/test_myplan.py index 0cda940a9..ae8c411ce 100644 --- a/myuw/test/api/test_myplan.py +++ b/myuw/test/api/test_myplan.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_notices.py b/myuw/test/api/test_notices.py index 071373f49..6890815e0 100644 --- a/myuw/test/api/test_notices.py +++ b/myuw/test/api/test_notices.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_other_quarters.py b/myuw/test/api/test_other_quarters.py index c564869e0..3fcfa7c2b 100644 --- a/myuw/test/api/test_other_quarters.py +++ b/myuw/test/api/test_other_quarters.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_persistent_messages.py b/myuw/test/api/test_persistent_messages.py index 776d9505c..243b99afe 100644 --- a/myuw/test/api/test_persistent_messages.py +++ b/myuw/test/api/test_persistent_messages.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_prev_unfinished_schedule.py b/myuw/test/api/test_prev_unfinished_schedule.py index 378ed40b2..e0c077bb4 100644 --- a/myuw/test/api/test_prev_unfinished_schedule.py +++ b/myuw/test/api/test_prev_unfinished_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_profile.py b/myuw/test/api/test_profile.py index 4ae562d7e..bcc747b99 100644 --- a/myuw/test/api/test_profile.py +++ b/myuw/test/api/test_profile.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_quicklinks.py b/myuw/test/api/test_quicklinks.py index 423919012..88a09ea84 100644 --- a/myuw/test/api/test_quicklinks.py +++ b/myuw/test/api/test_quicklinks.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_resources.py b/myuw/test/api/test_resources.py index 4433aaf08..9a15bb770 100644 --- a/myuw/test/api/test_resources.py +++ b/myuw/test/api/test_resources.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_textbook.py b/myuw/test/api/test_textbook.py index e0b7af6f0..19af64e9b 100644 --- a/myuw/test/api/test_textbook.py +++ b/myuw/test/api/test_textbook.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_thrive.py b/myuw/test/api/test_thrive.py index d7e5c155f..b217359e7 100644 --- a/myuw/test/api/test_thrive.py +++ b/myuw/test/api/test_thrive.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/api/test_upass.py b/myuw/test/api/test_upass.py index aad251c23..d007b060b 100644 --- a/myuw/test/api/test_upass.py +++ b/myuw/test/api/test_upass.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from datetime import datetime diff --git a/myuw/test/dao/test_admin.py b/myuw/test/dao/test_admin.py index fd105b612..4571a0f64 100644 --- a/myuw/test/dao/test_admin.py +++ b/myuw/test/dao/test_admin.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_adviser.py b/myuw/test/dao/test_adviser.py index a2ccede46..4a20e8512 100644 --- a/myuw/test/dao/test_adviser.py +++ b/myuw/test/dao/test_adviser.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_affiliation.py b/myuw/test/dao/test_affiliation.py index 110988693..2fa2afcfc 100644 --- a/myuw/test/dao/test_affiliation.py +++ b/myuw/test/dao/test_affiliation.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TransactionTestCase diff --git a/myuw/test/dao/test_affiliation_data.py b/myuw/test/dao/test_affiliation_data.py index e29eb97e6..66318d59c 100644 --- a/myuw/test/dao/test_affiliation_data.py +++ b/myuw/test/dao/test_affiliation_data.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import os diff --git a/myuw/test/dao/test_building.py b/myuw/test/dao/test_building.py index 28be9828d..7322556e2 100644 --- a/myuw/test/dao/test_building.py +++ b/myuw/test/dao/test_building.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_calendar.py b/myuw/test/dao/test_calendar.py index 997294f78..4dd0c58de 100644 --- a/myuw/test/dao/test_calendar.py +++ b/myuw/test/dao/test_calendar.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from unittest import skipIf diff --git a/myuw/test/dao/test_calendar_mapping.py b/myuw/test/dao/test_calendar_mapping.py index 373695f71..424ade0ae 100644 --- a/myuw/test/dao/test_calendar_mapping.py +++ b/myuw/test/dao/test_calendar_mapping.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_canvas.py b/myuw/test/dao/test_canvas.py index d673a40a7..b791ec36b 100644 --- a/myuw/test/dao/test_canvas.py +++ b/myuw/test/dao/test_canvas.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_card_display_dates.py b/myuw/test/dao/test_card_display_dates.py index 0fb3049f2..83a4195ce 100644 --- a/myuw/test/dao/test_card_display_dates.py +++ b/myuw/test/dao/test_card_display_dates.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_category_links.py b/myuw/test/dao/test_category_links.py index 0123ebef4..eb2fe7471 100644 --- a/myuw/test/dao/test_category_links.py +++ b/myuw/test/dao/test_category_links.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TransactionTestCase diff --git a/myuw/test/dao/test_category_notice.py b/myuw/test/dao/test_category_notice.py index 6e75f8e30..b08f54404 100644 --- a/myuw/test/dao/test_category_notice.py +++ b/myuw/test/dao/test_category_notice.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_coda.py b/myuw/test/dao/test_coda.py index 6ef649e47..b491f5610 100644 --- a/myuw/test/dao/test_coda.py +++ b/myuw/test/dao/test_coda.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from unittest import TestCase diff --git a/myuw/test/dao/test_dao.py b/myuw/test/dao/test_dao.py index f072fecb6..b0e7be99e 100644 --- a/myuw/test/dao/test_dao.py +++ b/myuw/test/dao/test_dao.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TransactionTestCase diff --git a/myuw/test/dao/test_degree.py b/myuw/test/dao/test_degree.py index ad580fd33..1e6cb64c6 100644 --- a/myuw/test/dao/test_degree.py +++ b/myuw/test/dao/test_degree.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_emaillink.py b/myuw/test/dao/test_emaillink.py index 889e6e9c9..a74e2ab9b 100644 --- a/myuw/test/dao/test_emaillink.py +++ b/myuw/test/dao/test_emaillink.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_enrollment.py b/myuw/test/dao/test_enrollment.py index c18dc860a..c8e509616 100644 --- a/myuw/test/dao/test_enrollment.py +++ b/myuw/test/dao/test_enrollment.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_finance.py b/myuw/test/dao/test_finance.py index c2862ea05..184973c3e 100644 --- a/myuw/test/dao/test_finance.py +++ b/myuw/test/dao/test_finance.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_grad.py b/myuw/test/dao/test_grad.py index af9e5e9eb..c4196c9bb 100644 --- a/myuw/test/dao/test_grad.py +++ b/myuw/test/dao/test_grad.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from datetime import date, datetime, timedelta diff --git a/myuw/test/dao/test_gws.py b/myuw/test/dao/test_gws.py index 3440e78d4..6e89bc241 100644 --- a/myuw/test/dao/test_gws.py +++ b/myuw/test/dao/test_gws.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_hfs.py b/myuw/test/dao/test_hfs.py index 9cc7b12bd..7f3703071 100644 --- a/myuw/test/dao/test_hfs.py +++ b/myuw/test/dao/test_hfs.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_hx_toolkit.py b/myuw/test/dao/test_hx_toolkit.py index f0d33cba6..d04f23c4b 100644 --- a/myuw/test/dao/test_hx_toolkit.py +++ b/myuw/test/dao/test_hx_toolkit.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from datetime import datetime diff --git a/myuw/test/dao/test_iasystem.py b/myuw/test/dao/test_iasystem.py index cd11780b1..2d1b3d2b3 100644 --- a/myuw/test/dao/test_iasystem.py +++ b/myuw/test/dao/test_iasystem.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from datetime import datetime, timezone diff --git a/myuw/test/dao/test_instructor.py b/myuw/test/dao/test_instructor.py index fb5d52f9c..ae8dbe684 100644 --- a/myuw/test/dao/test_instructor.py +++ b/myuw/test/dao/test_instructor.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TransactionTestCase diff --git a/myuw/test/dao/test_instructor_mini_course_card.py b/myuw/test/dao/test_instructor_mini_course_card.py index 68700965a..eea92967e 100644 --- a/myuw/test/dao/test_instructor_mini_course_card.py +++ b/myuw/test/dao/test_instructor_mini_course_card.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TransactionTestCase diff --git a/myuw/test/dao/test_instructor_schedule.py b/myuw/test/dao/test_instructor_schedule.py index b9fc9c2e2..342130af1 100644 --- a/myuw/test/dao/test_instructor_schedule.py +++ b/myuw/test/dao/test_instructor_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_library.py b/myuw/test/dao/test_library.py index 99e951e52..74acdf8ea 100644 --- a/myuw/test/dao/test_library.py +++ b/myuw/test/dao/test_library.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import datetime diff --git a/myuw/test/dao/test_mailman.py b/myuw/test/dao/test_mailman.py index da1a53f1e..a64dfac44 100644 --- a/myuw/test/dao/test_mailman.py +++ b/myuw/test/dao/test_mailman.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_myplan.py b/myuw/test/dao/test_myplan.py index e13e0110c..2e08eec63 100644 --- a/myuw/test/dao/test_myplan.py +++ b/myuw/test/dao/test_myplan.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_myuw_notice.py b/myuw/test/dao/test_myuw_notice.py index 048706b75..d92e7dc27 100644 --- a/myuw/test/dao/test_myuw_notice.py +++ b/myuw/test/dao/test_myuw_notice.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TransactionTestCase diff --git a/myuw/test/dao/test_notice.py b/myuw/test/dao/test_notice.py index 7b2d279cf..f0dc777b7 100644 --- a/myuw/test/dao/test_notice.py +++ b/myuw/test/dao/test_notice.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_notice_categorization.py b/myuw/test/dao/test_notice_categorization.py index 59f11605e..f2dbeb046 100644 --- a/myuw/test/dao/test_notice_categorization.py +++ b/myuw/test/dao/test_notice_categorization.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_notice_mapping.py b/myuw/test/dao/test_notice_mapping.py index b846e762f..42d6852c4 100644 --- a/myuw/test/dao/test_notice_mapping.py +++ b/myuw/test/dao/test_notice_mapping.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase, override_settings diff --git a/myuw/test/dao/test_password.py b/myuw/test/dao/test_password.py index 049aaece5..1dbf8d7c1 100644 --- a/myuw/test/dao/test_password.py +++ b/myuw/test/dao/test_password.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from datetime import datetime diff --git a/myuw/test/dao/test_persistent_messages.py b/myuw/test/dao/test_persistent_messages.py index e0d1f1c3d..ae6839916 100644 --- a/myuw/test/dao/test_persistent_messages.py +++ b/myuw/test/dao/test_persistent_messages.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from datetime import timedelta diff --git a/myuw/test/dao/test_pws.py b/myuw/test/dao/test_pws.py index 948d12678..7fa0d2b1f 100644 --- a/myuw/test/dao/test_pws.py +++ b/myuw/test/dao/test_pws.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_quicklinks.py b/myuw/test/dao/test_quicklinks.py index de24fb833..62b672b7c 100644 --- a/myuw/test/dao/test_quicklinks.py +++ b/myuw/test/dao/test_quicklinks.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TransactionTestCase diff --git a/myuw/test/dao/test_registration.py b/myuw/test/dao/test_registration.py index 82843c671..4c0a74881 100644 --- a/myuw/test/dao/test_registration.py +++ b/myuw/test/dao/test_registration.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_stud_future_terms.py b/myuw/test/dao/test_stud_future_terms.py index bc5cf6d71..633a89519 100644 --- a/myuw/test/dao/test_stud_future_terms.py +++ b/myuw/test/dao/test_stud_future_terms.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TransactionTestCase diff --git a/myuw/test/dao/test_student_profile.py b/myuw/test/dao/test_student_profile.py index f1bb86bfe..f5d693db8 100644 --- a/myuw/test/dao/test_student_profile.py +++ b/myuw/test/dao/test_student_profile.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_term.py b/myuw/test/dao/test_term.py index a96e49756..132ac26c1 100644 --- a/myuw/test/dao/test_term.py +++ b/myuw/test/dao/test_term.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from datetime import datetime diff --git a/myuw/test/dao/test_textbook.py b/myuw/test/dao/test_textbook.py index f2278baf4..ef6f77c79 100644 --- a/myuw/test/dao/test_textbook.py +++ b/myuw/test/dao/test_textbook.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_thrive.py b/myuw/test/dao/test_thrive.py index 0f7d5ba21..8a1fe446d 100644 --- a/myuw/test/dao/test_thrive.py +++ b/myuw/test/dao/test_thrive.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_upass.py b/myuw/test/dao/test_upass.py index 8b263292d..2297d620c 100644 --- a/myuw/test/dao/test_upass.py +++ b/myuw/test/dao/test_upass.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_user.py b/myuw/test/dao/test_user.py index 0022c1215..ac1e69b1a 100644 --- a/myuw/test/dao/test_user.py +++ b/myuw/test/dao/test_user.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TransactionTestCase diff --git a/myuw/test/dao/test_user_course_display.py b/myuw/test/dao/test_user_course_display.py index 60e7d3679..d61d97e29 100644 --- a/myuw/test/dao/test_user_course_display.py +++ b/myuw/test/dao/test_user_course_display.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TransactionTestCase diff --git a/myuw/test/dao/test_user_pref.py b/myuw/test/dao/test_user_pref.py index 24d79c5d4..a44329733 100644 --- a/myuw/test/dao/test_user_pref.py +++ b/myuw/test/dao/test_user_pref.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TransactionTestCase diff --git a/myuw/test/dao/test_uwnetid.py b/myuw/test/dao/test_uwnetid.py index 3b678f743..c26cefb1d 100644 --- a/myuw/test/dao/test_uwnetid.py +++ b/myuw/test/dao/test_uwnetid.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/dao/test_visual_schedule.py b/myuw/test/dao/test_visual_schedule.py index 299e78b13..9d78acbd2 100644 --- a/myuw/test/dao/test_visual_schedule.py +++ b/myuw/test/dao/test_visual_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/event/test_academic_events.py b/myuw/test/event/test_academic_events.py index c36fbbdce..b7bb1a574 100644 --- a/myuw/test/event/test_academic_events.py +++ b/myuw/test/event/test_academic_events.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/event/test_section_status.py b/myuw/test/event/test_section_status.py index 4c4a278a8..7307be168 100644 --- a/myuw/test/event/test_section_status.py +++ b/myuw/test/event/test_section_status.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import os diff --git a/myuw/test/logger/test_session_log.py b/myuw/test/logger/test_session_log.py index e58266055..ce0471a2f 100644 --- a/myuw/test/logger/test_session_log.py +++ b/myuw/test/logger/test_session_log.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/management/commands/test_check_reslinks.py b/myuw/test/management/commands/test_check_reslinks.py index 34c521c0d..47d8d3eb3 100644 --- a/myuw/test/management/commands/test_check_reslinks.py +++ b/myuw/test/management/commands/test_check_reslinks.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/management/commands/test_cleanup_instructors.py b/myuw/test/management/commands/test_cleanup_instructors.py index aefbe684d..08251293b 100644 --- a/myuw/test/management/commands/test_cleanup_instructors.py +++ b/myuw/test/management/commands/test_cleanup_instructors.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from datetime import date diff --git a/myuw/test/management/commands/test_clear_expired_sessions.py b/myuw/test/management/commands/test_clear_expired_sessions.py index 8c2b57121..3fc06d418 100644 --- a/myuw/test/management/commands/test_clear_expired_sessions.py +++ b/myuw/test/management/commands/test_clear_expired_sessions.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/management/commands/test_db_cleanup.py b/myuw/test/management/commands/test_db_cleanup.py index cc6cc1802..ffbbc70aa 100644 --- a/myuw/test/management/commands/test_db_cleanup.py +++ b/myuw/test/management/commands/test_db_cleanup.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/management/commands/test_del_user_session.py b/myuw/test/management/commands/test_del_user_session.py index eced1df7f..5cbeb9be0 100644 --- a/myuw/test/management/commands/test_del_user_session.py +++ b/myuw/test/management/commands/test_del_user_session.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TransactionTestCase diff --git a/myuw/test/management/commands/test_load_buildings.py b/myuw/test/management/commands/test_load_buildings.py index 74fd2fb23..f315c7241 100644 --- a/myuw/test/management/commands/test_load_buildings.py +++ b/myuw/test/management/commands/test_load_buildings.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from datetime import datetime diff --git a/myuw/test/management/commands/test_load_section_status_changes.py b/myuw/test/management/commands/test_load_section_status_changes.py index cc63a65e6..2bb5321f0 100644 --- a/myuw/test/management/commands/test_load_section_status_changes.py +++ b/myuw/test/management/commands/test_load_section_status_changes.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/management/commands/test_memcache.py b/myuw/test/management/commands/test_memcache.py index cd9884f87..dff40015b 100644 --- a/myuw/test/management/commands/test_memcache.py +++ b/myuw/test/management/commands/test_memcache.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/management/commands/test_upload_grp_members.py b/myuw/test/management/commands/test_upload_grp_members.py index 2708df1ae..28999ab0f 100644 --- a/myuw/test/management/commands/test_upload_grp_members.py +++ b/myuw/test/management/commands/test_upload_grp_members.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/model/test_campus_building.py b/myuw/test/model/test_campus_building.py index b493d9fc8..54e429b2f 100644 --- a/myuw/test/model/test_campus_building.py +++ b/myuw/test/model/test_campus_building.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from uw_space import Facilities diff --git a/myuw/test/model/test_link.py b/myuw/test/model/test_link.py index d603849d4..53d0e8354 100644 --- a/myuw/test/model/test_link.py +++ b/myuw/test/model/test_link.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.utils import timezone diff --git a/myuw/test/model/test_user_notices.py b/myuw/test/model/test_user_notices.py index 324f90daa..ef6e38301 100644 --- a/myuw/test/model/test_user_notices.py +++ b/myuw/test/model/test_user_notices.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/test_authorization.py b/myuw/test/test_authorization.py index ae6b2c055..dec68031b 100644 --- a/myuw/test/test_authorization.py +++ b/myuw/test/test_authorization.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/test_template_tags.py b/myuw/test/test_template_tags.py index 7e9b606db..f31d6f60c 100644 --- a/myuw/test/test_template_tags.py +++ b/myuw/test/test_template_tags.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/util/test_cache.py b/myuw/test/util/test_cache.py index 5918d52b0..adc18e8b9 100644 --- a/myuw/test/util/test_cache.py +++ b/myuw/test/util/test_cache.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from datetime import timedelta diff --git a/myuw/test/util/test_sessions.py b/myuw/test/util/test_sessions.py index 005e122c6..7c5b3b517 100644 --- a/myuw/test/util/test_sessions.py +++ b/myuw/test/util/test_sessions.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from datetime import timedelta diff --git a/myuw/test/util/test_settings.py b/myuw/test/util/test_settings.py index 0aa3736cc..d1cc1e395 100644 --- a/myuw/test/util/test_settings.py +++ b/myuw/test/util/test_settings.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import re diff --git a/myuw/test/util/test_thread.py b/myuw/test/util/test_thread.py index 86f5b3ab8..17c302f67 100644 --- a/myuw/test/util/test_thread.py +++ b/myuw/test/util/test_thread.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase diff --git a/myuw/test/views/__init__.py b/myuw/test/views/__init__.py index 369ff8b7d..7e303896a 100644 --- a/myuw/test/views/__init__.py +++ b/myuw/test/views/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 diff --git a/myuw/test/views/lti/__init__.py b/myuw/test/views/lti/__init__.py index 9843603d2..4d1e54e75 100644 --- a/myuw/test/views/lti/__init__.py +++ b/myuw/test/views/lti/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test.client import RequestFactory diff --git a/myuw/test/views/lti/test_photo_list.py b/myuw/test/views/lti/test_photo_list.py index 718090860..25357688a 100644 --- a/myuw/test/views/lti/test_photo_list.py +++ b/myuw/test/views/lti/test_photo_list.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from unittest import skipIf diff --git a/myuw/test/views/test_academic_calendar.py b/myuw/test/views/test_academic_calendar.py index c4d555368..a8d067cb6 100644 --- a/myuw/test/views/test_academic_calendar.py +++ b/myuw/test/views/test_academic_calendar.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from unittest import skipIf diff --git a/myuw/test/views/test_academics.py b/myuw/test/views/test_academics.py index 0901213de..c08c24f52 100644 --- a/myuw/test/views/test_academics.py +++ b/myuw/test/views/test_academics.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from unittest import skipIf diff --git a/myuw/test/views/test_accounts.py b/myuw/test/views/test_accounts.py index 22d9a6851..260ec757a 100644 --- a/myuw/test/views/test_accounts.py +++ b/myuw/test/views/test_accounts.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from unittest import skipIf diff --git a/myuw/test/views/test_api.py b/myuw/test/views/test_api.py index 438f9a8c2..a589e11ef 100644 --- a/myuw/test/views/test_api.py +++ b/myuw/test/views/test_api.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/test/views/test_category.py b/myuw/test/views/test_category.py index 7e5f7294d..1357f64f1 100644 --- a/myuw/test/views/test_category.py +++ b/myuw/test/views/test_category.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from unittest import skipIf diff --git a/myuw/test/views/test_display_dates.py b/myuw/test/views/test_display_dates.py index 6c156d734..d7e89bc1c 100644 --- a/myuw/test/views/test_display_dates.py +++ b/myuw/test/views/test_display_dates.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from unittest import skipIf diff --git a/myuw/test/views/test_errors.py b/myuw/test/views/test_errors.py index b366cc820..1fc238e7c 100644 --- a/myuw/test/views/test_errors.py +++ b/myuw/test/views/test_errors.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.views.error import ( diff --git a/myuw/test/views/test_future_quarters.py b/myuw/test/views/test_future_quarters.py index 99c5d067d..663884c5c 100644 --- a/myuw/test/views/test_future_quarters.py +++ b/myuw/test/views/test_future_quarters.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from unittest import skipIf diff --git a/myuw/test/views/test_index.py b/myuw/test/views/test_index.py index f4c3bafe0..efc69c916 100644 --- a/myuw/test/views/test_index.py +++ b/myuw/test/views/test_index.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from unittest import skipIf diff --git a/myuw/test/views/test_link.py b/myuw/test/views/test_link.py index 950d94659..b6e0f1a2e 100644 --- a/myuw/test/views/test_link.py +++ b/myuw/test/views/test_link.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from unittest import skipIf diff --git a/myuw/test/views/test_link_admin.py b/myuw/test/views/test_link_admin.py index d3456c54c..fb8ee87eb 100644 --- a/myuw/test/views/test_link_admin.py +++ b/myuw/test/views/test_link_admin.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from unittest import skipIf diff --git a/myuw/test/views/test_link_redirect.py b/myuw/test/views/test_link_redirect.py index 0183d9c9b..c17c56fa9 100644 --- a/myuw/test/views/test_link_redirect.py +++ b/myuw/test/views/test_link_redirect.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.test.api import missing_url, require_url, MyuwApiTest diff --git a/myuw/test/views/test_logout.py b/myuw/test/views/test_logout.py index ccaabe22e..1826b2ff0 100644 --- a/myuw/test/views/test_logout.py +++ b/myuw/test/views/test_logout.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from unittest import skipIf diff --git a/myuw/test/views/test_mobile_login.py b/myuw/test/views/test_mobile_login.py index a15b63d29..1a5391b65 100644 --- a/myuw/test/views/test_mobile_login.py +++ b/myuw/test/views/test_mobile_login.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.conf import settings diff --git a/myuw/test/views/test_notice_admin.py b/myuw/test/views/test_notice_admin.py index d5bd08eff..f7c0ff285 100644 --- a/myuw/test/views/test_notice_admin.py +++ b/myuw/test/views/test_notice_admin.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from unittest.mock import patch diff --git a/myuw/test/views/test_page.py b/myuw/test/views/test_page.py index 8662e2801..aeddb6848 100644 --- a/myuw/test/views/test_page.py +++ b/myuw/test/views/test_page.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from unittest import skipIf diff --git a/myuw/test/views/test_rest_search.py b/myuw/test/views/test_rest_search.py index 060857176..d00a1fe38 100644 --- a/myuw/test/views/test_rest_search.py +++ b/myuw/test/views/test_rest_search.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 # -*- coding: utf-8 -*- diff --git a/myuw/test/views/test_speed.py b/myuw/test/views/test_speed.py index 2332e97a9..d6254e65a 100644 --- a/myuw/test/views/test_speed.py +++ b/myuw/test/views/test_speed.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from unittest import skipIf, skipUnless diff --git a/myuw/test/views/test_teaching.py b/myuw/test/views/test_teaching.py index 559be9bec..457b35854 100644 --- a/myuw/test/views/test_teaching.py +++ b/myuw/test/views/test_teaching.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from unittest import skipIf diff --git a/myuw/test/views/test_textbooks.py b/myuw/test/views/test_textbooks.py index 36566ae21..037016e05 100644 --- a/myuw/test/views/test_textbooks.py +++ b/myuw/test/views/test_textbooks.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from unittest import skipIf diff --git a/myuw/urls.py b/myuw/urls.py index d9074d32d..f1df4c4b4 100644 --- a/myuw/urls.py +++ b/myuw/urls.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.conf import settings diff --git a/myuw/util/cache.py b/myuw/util/cache.py index 522553405..a2a0aa946 100644 --- a/myuw/util/cache.py +++ b/myuw/util/cache.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import random diff --git a/myuw/util/page_view.py b/myuw/util/page_view.py index f41fc7584..ceaa147e7 100644 --- a/myuw/util/page_view.py +++ b/myuw/util/page_view.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.contrib.auth.decorators import login_required diff --git a/myuw/util/sessions.py b/myuw/util/sessions.py index 168cfc4b9..8e2a1e081 100644 --- a/myuw/util/sessions.py +++ b/myuw/util/sessions.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/util/settings.py b/myuw/util/settings.py index 390e73ed0..6df89d18c 100644 --- a/myuw/util/settings.py +++ b/myuw/util/settings.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.conf import settings diff --git a/myuw/util/thread.py b/myuw/util/thread.py index 7b05aaf7c..4ae4e88cb 100644 --- a/myuw/util/thread.py +++ b/myuw/util/thread.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/myuw/views/__init__.py b/myuw/views/__init__.py index 6bc4d9af9..d906593b1 100644 --- a/myuw/views/__init__.py +++ b/myuw/views/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.conf import settings diff --git a/myuw/views/academic_calendar.py b/myuw/views/academic_calendar.py index e02b4d808..30d417c84 100644 --- a/myuw/views/academic_calendar.py +++ b/myuw/views/academic_calendar.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.views.page import page diff --git a/myuw/views/academics.py b/myuw/views/academics.py index 98bf9f81a..688beb4c1 100644 --- a/myuw/views/academics.py +++ b/myuw/views/academics.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.views.page import page diff --git a/myuw/views/accounts.py b/myuw/views/accounts.py index 9d7c489ef..b283c746a 100644 --- a/myuw/views/accounts.py +++ b/myuw/views/accounts.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.views.page import page diff --git a/myuw/views/api/__init__.py b/myuw/views/api/__init__.py index d84540274..6ca0fb4a5 100644 --- a/myuw/views/api/__init__.py +++ b/myuw/views/api/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/views/api/academic_events.py b/myuw/views/api/academic_events.py index eaf9771df..71848bd19 100644 --- a/myuw/views/api/academic_events.py +++ b/myuw/views/api/academic_events.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from datetime import timedelta, datetime diff --git a/myuw/views/api/adviser.py b/myuw/views/api/adviser.py index 22987dfb7..8ffb78288 100644 --- a/myuw/views/api/adviser.py +++ b/myuw/views/api/adviser.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/api/affiliation.py b/myuw/views/api/affiliation.py index c6eb218fd..0a0e5e7cf 100644 --- a/myuw/views/api/affiliation.py +++ b/myuw/views/api/affiliation.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/api/applications.py b/myuw/views/api/applications.py index 9375cde0d..dd289907a 100644 --- a/myuw/views/api/applications.py +++ b/myuw/views/api/applications.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/api/banner_message.py b/myuw/views/api/banner_message.py index 390be3e14..fa043754b 100644 --- a/myuw/views/api/banner_message.py +++ b/myuw/views/api/banner_message.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import traceback diff --git a/myuw/views/api/base_schedule.py b/myuw/views/api/base_schedule.py index 36a04aede..4f0df5ef9 100644 --- a/myuw/views/api/base_schedule.py +++ b/myuw/views/api/base_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/api/calendar.py b/myuw/views/api/calendar.py index c6660535a..5ffcd6dd6 100644 --- a/myuw/views/api/calendar.py +++ b/myuw/views/api/calendar.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/api/category_links.py b/myuw/views/api/category_links.py index 53cdea72f..09d90cbd8 100644 --- a/myuw/views/api/category_links.py +++ b/myuw/views/api/category_links.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/api/current_schedule.py b/myuw/views/api/current_schedule.py index 320cb449c..0788a1910 100644 --- a/myuw/views/api/current_schedule.py +++ b/myuw/views/api/current_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/api/directory.py b/myuw/views/api/directory.py index ff829a042..b72013225 100644 --- a/myuw/views/api/directory.py +++ b/myuw/views/api/directory.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import traceback diff --git a/myuw/views/api/emaillist.py b/myuw/views/api/emaillist.py index 9ac820552..9aff63925 100644 --- a/myuw/views/api/emaillist.py +++ b/myuw/views/api/emaillist.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import traceback diff --git a/myuw/views/api/finance.py b/myuw/views/api/finance.py index 906d9927f..b69672e5e 100644 --- a/myuw/views/api/finance.py +++ b/myuw/views/api/finance.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/api/future_schedule.py b/myuw/views/api/future_schedule.py index b7f3ba91d..ca0dde63f 100644 --- a/myuw/views/api/future_schedule.py +++ b/myuw/views/api/future_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/api/grad.py b/myuw/views/api/grad.py index 09cda0fc6..95a9ef93c 100644 --- a/myuw/views/api/grad.py +++ b/myuw/views/api/grad.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/api/hfs.py b/myuw/views/api/hfs.py index 017ec5a55..f99bf475a 100644 --- a/myuw/views/api/hfs.py +++ b/myuw/views/api/hfs.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/api/hx_toolkit.py b/myuw/views/api/hx_toolkit.py index baf85c77b..3430b87f8 100644 --- a/myuw/views/api/hx_toolkit.py +++ b/myuw/views/api/hx_toolkit.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.dao.thrive import get_current_message, get_previous_messages diff --git a/myuw/views/api/iasystem.py b/myuw/views/api/iasystem.py index 49931ef77..561418e2b 100644 --- a/myuw/views/api/iasystem.py +++ b/myuw/views/api/iasystem.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/api/instructor_schedule.py b/myuw/views/api/instructor_schedule.py index 4c9dd02d1..b2e4b6efe 100644 --- a/myuw/views/api/instructor_schedule.py +++ b/myuw/views/api/instructor_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.conf import settings diff --git a/myuw/views/api/instructor_section.py b/myuw/views/api/instructor_section.py index c12d65dfa..7a19940fe 100644 --- a/myuw/views/api/instructor_section.py +++ b/myuw/views/api/instructor_section.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import re diff --git a/myuw/views/api/instructor_section_display.py b/myuw/views/api/instructor_section_display.py index d7d2c17e4..90da395df 100644 --- a/myuw/views/api/instructor_section_display.py +++ b/myuw/views/api/instructor_section_display.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import traceback diff --git a/myuw/views/api/library.py b/myuw/views/api/library.py index ef7b8e73a..89e178ba3 100644 --- a/myuw/views/api/library.py +++ b/myuw/views/api/library.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/api/link.py b/myuw/views/api/link.py index ac28362c0..e2419842c 100644 --- a/myuw/views/api/link.py +++ b/myuw/views/api/link.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/api/myplan.py b/myuw/views/api/myplan.py index 01b468b3a..c7abcb6ea 100644 --- a/myuw/views/api/myplan.py +++ b/myuw/views/api/myplan.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/api/notices.py b/myuw/views/api/notices.py index 3e884e135..2f5915b63 100644 --- a/myuw/views/api/notices.py +++ b/myuw/views/api/notices.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json diff --git a/myuw/views/api/other_quarters.py b/myuw/views/api/other_quarters.py index e8a06033d..5f2cda3a7 100644 --- a/myuw/views/api/other_quarters.py +++ b/myuw/views/api/other_quarters.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/api/persistent_messages.py b/myuw/views/api/persistent_messages.py index e9ec0b2bb..7ef4ac6df 100644 --- a/myuw/views/api/persistent_messages.py +++ b/myuw/views/api/persistent_messages.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import traceback diff --git a/myuw/views/api/prev_unfinished_schedule.py b/myuw/views/api/prev_unfinished_schedule.py index be236c915..83f58eff5 100644 --- a/myuw/views/api/prev_unfinished_schedule.py +++ b/myuw/views/api/prev_unfinished_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/api/profile.py b/myuw/views/api/profile.py index cb09f2b56..f44ab7f48 100644 --- a/myuw/views/api/profile.py +++ b/myuw/views/api/profile.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/api/resources.py b/myuw/views/api/resources.py index eb4d56024..f856a224a 100644 --- a/myuw/views/api/resources.py +++ b/myuw/views/api/resources.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/api/textbook.py b/myuw/views/api/textbook.py index 09d4f5568..d119ccb49 100644 --- a/myuw/views/api/textbook.py +++ b/myuw/views/api/textbook.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from datetime import timedelta diff --git a/myuw/views/api/thrive.py b/myuw/views/api/thrive.py index 31ceb6a30..9a0804080 100644 --- a/myuw/views/api/thrive.py +++ b/myuw/views/api/thrive.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/api/upass.py b/myuw/views/api/upass.py index 773a660d9..c9bacc059 100644 --- a/myuw/views/api/upass.py +++ b/myuw/views/api/upass.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/api/visual_schedule.py b/myuw/views/api/visual_schedule.py index f980323a0..210b64934 100644 --- a/myuw/views/api/visual_schedule.py +++ b/myuw/views/api/visual_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/category.py b/myuw/views/category.py index 7877d5214..b63a54d56 100644 --- a/myuw/views/category.py +++ b/myuw/views/category.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.views.page import page diff --git a/myuw/views/decorators.py b/myuw/views/decorators.py index bb7e79855..349f30e2e 100644 --- a/myuw/views/decorators.py +++ b/myuw/views/decorators.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.shortcuts import render diff --git a/myuw/views/display_dates.py b/myuw/views/display_dates.py index a50f0e1e4..77348932f 100644 --- a/myuw/views/display_dates.py +++ b/myuw/views/display_dates.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from datetime import datetime, timezone diff --git a/myuw/views/error.py b/myuw/views/error.py index a2838783c..a41a6e2b5 100644 --- a/myuw/views/error.py +++ b/myuw/views/error.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import sys diff --git a/myuw/views/exceptions.py b/myuw/views/exceptions.py index 89e910e64..b8dc4f31b 100644 --- a/myuw/views/exceptions.py +++ b/myuw/views/exceptions.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 diff --git a/myuw/views/future_quarters.py b/myuw/views/future_quarters.py index ea42edef3..68dfc74dc 100644 --- a/myuw/views/future_quarters.py +++ b/myuw/views/future_quarters.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.views.page import page diff --git a/myuw/views/home.py b/myuw/views/home.py index 8be5c47cb..9b683b8f9 100644 --- a/myuw/views/home.py +++ b/myuw/views/home.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.util.page_view import page_view diff --git a/myuw/views/husky_experience.py b/myuw/views/husky_experience.py index 7948c3879..4294aa988 100644 --- a/myuw/views/husky_experience.py +++ b/myuw/views/husky_experience.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.views.page import page diff --git a/myuw/views/link.py b/myuw/views/link.py index 378c6b205..982d11feb 100644 --- a/myuw/views/link.py +++ b/myuw/views/link.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/link_admin.py b/myuw/views/link_admin.py index 0c7e5a576..77efea9d8 100644 --- a/myuw/views/link_admin.py +++ b/myuw/views/link_admin.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/logger.py b/myuw/views/logger.py index 878b8440e..a62a47174 100644 --- a/myuw/views/logger.py +++ b/myuw/views/logger.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.http import HttpResponse diff --git a/myuw/views/lti/photo_list.py b/myuw/views/lti/photo_list.py index 02c78473e..9e85ec452 100644 --- a/myuw/views/lti/photo_list.py +++ b/myuw/views/lti/photo_list.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import re diff --git a/myuw/views/notice_admin.py b/myuw/views/notice_admin.py index 8ae7e1cd8..19a44147d 100644 --- a/myuw/views/notice_admin.py +++ b/myuw/views/notice_admin.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/notices.py b/myuw/views/notices.py index 801022a98..775652630 100644 --- a/myuw/views/notices.py +++ b/myuw/views/notices.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.views.page import page diff --git a/myuw/views/page.py b/myuw/views/page.py index b36c16db3..a2e8088f8 100644 --- a/myuw/views/page.py +++ b/myuw/views/page.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/photo.py b/myuw/views/photo.py index 7a3834e51..aa42eb410 100644 --- a/myuw/views/photo.py +++ b/myuw/views/photo.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/profile.py b/myuw/views/profile.py index 9bd8ed7a2..3a154ed47 100644 --- a/myuw/views/profile.py +++ b/myuw/views/profile.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.views.page import page diff --git a/myuw/views/resources.py b/myuw/views/resources.py index 2049d37a2..ec16546aa 100644 --- a/myuw/views/resources.py +++ b/myuw/views/resources.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.views.page import page diff --git a/myuw/views/rest_search.py b/myuw/views/rest_search.py index b5d6adc10..0caad1731 100644 --- a/myuw/views/rest_search.py +++ b/myuw/views/rest_search.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/views/search.py b/myuw/views/search.py index a1f8f3abe..9d6996cb9 100644 --- a/myuw/views/search.py +++ b/myuw/views/search.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.views.page import page diff --git a/myuw/views/teaching.py b/myuw/views/teaching.py index d45dd2f50..08c7a9ac7 100644 --- a/myuw/views/teaching.py +++ b/myuw/views/teaching.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.dao.term import get_current_quarter diff --git a/myuw/views/textbooks.py b/myuw/views/textbooks.py index c530651a4..f1ed2f871 100644 --- a/myuw/views/textbooks.py +++ b/myuw/views/textbooks.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.views.page import page diff --git a/myuw/views/thrive.py b/myuw/views/thrive.py index 6c1c1f13b..b00f722fc 100644 --- a/myuw/views/thrive.py +++ b/myuw/views/thrive.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.views.page import page diff --git a/myuw/views/thrive_messages.py b/myuw/views/thrive_messages.py index d4d8a81a7..7df26149a 100644 --- a/myuw/views/thrive_messages.py +++ b/myuw/views/thrive_messages.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.views.page import page diff --git a/setup.py b/setup.py index cffbe0cce..d16b4a8ee 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2024 UW-IT, University of Washington +# Copyright 2025 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import os