diff --git a/docker/settings.py b/docker/settings.py index 9ba36e24c3..f50d7eb3ff 100644 --- a/docker/settings.py +++ b/docker/settings.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 754135cabc..5054d1808c 100644 --- a/docker/urls.py +++ b/docker/urls.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 97b1860138..9850eb1eae 100644 --- a/myuw/__init__.py +++ b/myuw/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 ecb1b168af..bc0cfa6adb 100644 --- a/myuw/apps.py +++ b/myuw/apps.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 9dd1041730..1a178ba994 100644 --- a/myuw/authorization.py +++ b/myuw/authorization.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 8a1c1fe12a..3cb2f9cdc8 100644 --- a/myuw/context_processors.py +++ b/myuw/context_processors.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 801a66e989..9a8b9e6178 100644 --- a/myuw/dao/__init__.py +++ b/myuw/dao/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 434fed92a1..d84ada7ac8 100644 --- a/myuw/dao/admin.py +++ b/myuw/dao/admin.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 7c68761441..2ca9df86d9 100644 --- a/myuw/dao/adviser.py +++ b/myuw/dao/adviser.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/affiliation.py b/myuw/dao/affiliation.py index 1d376fc13c..a054c4304b 100644 --- a/myuw/dao/affiliation.py +++ b/myuw/dao/affiliation.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 1bc0473080..9590f774bc 100644 --- a/myuw/dao/affiliation_data.py +++ b/myuw/dao/affiliation_data.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 1f745a919a..d2bca2d2c3 100644 --- a/myuw/dao/applications.py +++ b/myuw/dao/applications.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 c4743b547c..2b0a0d68f0 100644 --- a/myuw/dao/calendar.py +++ b/myuw/dao/calendar.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 af86fb7c26..2015bc9abd 100644 --- a/myuw/dao/calendar_mapping.py +++ b/myuw/dao/calendar_mapping.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 bba0076ad8..50228de6fd 100644 --- a/myuw/dao/campus_building.py +++ b/myuw/dao/campus_building.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 fedd226ace..9ffc59c9fd 100644 --- a/myuw/dao/canvas.py +++ b/myuw/dao/canvas.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import logging diff --git a/myuw/dao/card_display_dates.py b/myuw/dao/card_display_dates.py index d4f9a7b376..997f052548 100644 --- a/myuw/dao/card_display_dates.py +++ b/myuw/dao/card_display_dates.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 6720e35ce4..0ff156df1f 100644 --- a/myuw/dao/category_links.py +++ b/myuw/dao/category_links.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 97a2d5830b..7a2c8abdbb 100644 --- a/myuw/dao/category_notice.py +++ b/myuw/dao/category_notice.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/coda.py b/myuw/dao/coda.py index 5dc112e2e8..f8a56faec6 100644 --- a/myuw/dao/coda.py +++ b/myuw/dao/coda.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 ca1622f6ce..a35a747154 100644 --- a/myuw/dao/degree.py +++ b/myuw/dao/degree.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/emaillink.py b/myuw/dao/emaillink.py index 40520876e5..79d1f8cbd4 100644 --- a/myuw/dao/emaillink.py +++ b/myuw/dao/emaillink.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/enrollment.py b/myuw/dao/enrollment.py index 1a76ac20a5..b213542ad2 100644 --- a/myuw/dao/enrollment.py +++ b/myuw/dao/enrollment.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/exceptions.py b/myuw/dao/exceptions.py index d67babd1aa..575abc437f 100644 --- a/myuw/dao/exceptions.py +++ b/myuw/dao/exceptions.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/finance.py b/myuw/dao/finance.py index 9b8a76e5b0..2b907d150f 100644 --- a/myuw/dao/finance.py +++ b/myuw/dao/finance.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/grad.py b/myuw/dao/grad.py index 4e893e87b8..2ed4db5da2 100644 --- a/myuw/dao/grad.py +++ b/myuw/dao/grad.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/gws.py b/myuw/dao/gws.py index ed8220e5fe..6d430135cc 100644 --- a/myuw/dao/gws.py +++ b/myuw/dao/gws.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/hfs.py b/myuw/dao/hfs.py index 1b07daa52f..06f4ce25bb 100644 --- a/myuw/dao/hfs.py +++ b/myuw/dao/hfs.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 12151b8848..48c98e9e53 100644 --- a/myuw/dao/hx_toolkit_dao.py +++ b/myuw/dao/hx_toolkit_dao.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 cdd9cdd0ed..70b06778e3 100644 --- a/myuw/dao/iasystem.py +++ b/myuw/dao/iasystem.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/instructor.py b/myuw/dao/instructor.py index 1ed222365d..75e3b62cdc 100644 --- a/myuw/dao/instructor.py +++ b/myuw/dao/instructor.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 1fc578a945..ee37c7649a 100644 --- a/myuw/dao/instructor_mini_course_card.py +++ b/myuw/dao/instructor_mini_course_card.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 ada8decf88..76f5d1b543 100644 --- a/myuw/dao/instructor_schedule.py +++ b/myuw/dao/instructor_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/library.py b/myuw/dao/library.py index 916c5cf597..75d6e94223 100644 --- a/myuw/dao/library.py +++ b/myuw/dao/library.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/mailman.py b/myuw/dao/mailman.py index 8520b0d529..5483fae75e 100644 --- a/myuw/dao/mailman.py +++ b/myuw/dao/mailman.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/myplan.py b/myuw/dao/myplan.py index aa1238024f..ebe9c53329 100644 --- a/myuw/dao/myplan.py +++ b/myuw/dao/myplan.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 9c880dbe77..6e53333230 100644 --- a/myuw/dao/myuw_notice.py +++ b/myuw/dao/myuw_notice.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 b6e1b2cadd..1e5406b9fa 100644 --- a/myuw/dao/notice.py +++ b/myuw/dao/notice.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ @@ -78,34 +78,19 @@ def _get_user_notices(request, notices): notice_dict[notice_hash] = notice # Set read status for notices already in db - keys = notice_dict.keys() - user_notices = UserNotices.objects.filter(user=user, - notice_hash__in=keys) - for user_notice in user_notices: + for user_notice in UserNotices.objects.filter( + user=user, notice_hash__in=notice_dict.keys()): matched_notice = notice_dict[user_notice.notice_hash] matched_notice.is_read = user_notice.is_read notices_with_read_status.append(matched_notice) del notice_dict[user_notice.notice_hash] # Create UserNotices for new notices - user_notices_to_create = [] for notice in notice_dict.values(): - user_notice = UserNotices() - user_notice.notice_hash = notice.id_hash - user_notice.user = user - cattype = notice.notice_category + notice.notice_type - user_notice.notice_cattype = cattype - - user_notices_to_create.append(user_notice) - - try: - UserNotices.objects.bulk_create(user_notices_to_create) - except IntegrityError: - # MUWM-2016. This should be rare - 2 processes running at just about - # exactly the same time. In that case especially, the bulk create list - # should be the same. And if it isn't, big deal? - pass - - # Add newly created UserNotices into returned list - notices_with_read_status.extend(list(notice_dict.values())) + user_notice, _ = UserNotices.objects.get_or_create( + notice_hash=notice.id_hash, user=user, defaults={ + 'notice_cattype': notice.notice_category + notice.notice_type}) + notice.is_read = user_notice.is_read + notices_with_read_status.append(notice) + return notices_with_read_status diff --git a/myuw/dao/notice_categorization.py b/myuw/dao/notice_categorization.py index 9d742498c7..4cda317bb7 100644 --- a/myuw/dao/notice_categorization.py +++ b/myuw/dao/notice_categorization.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 dbf47f159e..3ac8dd5b5a 100644 --- a/myuw/dao/notice_mapping.py +++ b/myuw/dao/notice_mapping.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/password.py b/myuw/dao/password.py index f9a33bdc69..f9bd1968ee 100644 --- a/myuw/dao/password.py +++ b/myuw/dao/password.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 4702740e96..2c25a957d4 100644 --- a/myuw/dao/persistent_messages.py +++ b/myuw/dao/persistent_messages.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 508e712b92..0bdf83edd4 100644 --- a/myuw/dao/pws.py +++ b/myuw/dao/pws.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/quicklinks.py b/myuw/dao/quicklinks.py index d69017ad38..57c69bff92 100644 --- a/myuw/dao/quicklinks.py +++ b/myuw/dao/quicklinks.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 80f7d952af..cf149c60fb 100644 --- a/myuw/dao/registration.py +++ b/myuw/dao/registration.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 edf1be348d..d7088cdbdd 100644 --- a/myuw/dao/stud_future_terms.py +++ b/myuw/dao/stud_future_terms.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 56a62c7a48..6506794c18 100644 --- a/myuw/dao/student_profile.py +++ b/myuw/dao/student_profile.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/term.py b/myuw/dao/term.py index d2531cd30b..d6fcd7e4a4 100644 --- a/myuw/dao/term.py +++ b/myuw/dao/term.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/textbook.py b/myuw/dao/textbook.py index 28b90bd4b8..82467b1518 100644 --- a/myuw/dao/textbook.py +++ b/myuw/dao/textbook.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/thrive.py b/myuw/dao/thrive.py index 46945accc5..ba21b7cd62 100644 --- a/myuw/dao/thrive.py +++ b/myuw/dao/thrive.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 63f755251d..671e5f411c 100644 --- a/myuw/dao/upass.py +++ b/myuw/dao/upass.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/dao/user.py b/myuw/dao/user.py index 5de6ec6d19..3225271500 100644 --- a/myuw/dao/user.py +++ b/myuw/dao/user.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 513104059d..c5f6afe4fc 100644 --- a/myuw/dao/user_course_display.py +++ b/myuw/dao/user_course_display.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 95d523c16a..747497edae 100644 --- a/myuw/dao/user_pref.py +++ b/myuw/dao/user_pref.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 2ac060fb0a..3a3dad1a66 100644 --- a/myuw/dao/uwnetid.py +++ b/myuw/dao/uwnetid.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 8ef8c7165d..b9538d8da8 100644 --- a/myuw/dao/visual_schedule.py +++ b/myuw/dao/visual_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 0ad6e08991..23fbfc94ec 100644 --- a/myuw/event/__init__.py +++ b/myuw/event/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 3ea3ea40fe..56e1857eb0 100644 --- a/myuw/event/section_status.py +++ b/myuw/event/section_status.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 """ diff --git a/myuw/logger/logresp.py b/myuw/logger/logresp.py index f7db217377..1fa6a9b4a6 100644 --- a/myuw/logger/logresp.py +++ b/myuw/logger/logresp.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 c2cea06ab7..17894f293e 100644 --- a/myuw/logger/session_log.py +++ b/myuw/logger/session_log.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 4aa36e8b3f..fab82905a6 100644 --- a/myuw/logger/timer.py +++ b/myuw/logger/timer.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 39111ef35c..d0d71f0642 100755 --- a/myuw/management/commands/check_reslinks.py +++ b/myuw/management/commands/check_reslinks.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 152cee6b42..222c55e3ef 100644 --- a/myuw/management/commands/cleanup_instructors.py +++ b/myuw/management/commands/cleanup_instructors.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 7e98cf03ad..0dc3af9524 100644 --- a/myuw/management/commands/clear_expired_sessions.py +++ b/myuw/management/commands/clear_expired_sessions.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 58b6e64967..b8ca66a490 100644 --- a/myuw/management/commands/db_cleanup.py +++ b/myuw/management/commands/db_cleanup.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 bdabf2261b..c8281a7f48 100644 --- a/myuw/management/commands/del_section_display.py +++ b/myuw/management/commands/del_section_display.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 b00793e717..c47fe6d881 100644 --- a/myuw/management/commands/del_user_session.py +++ b/myuw/management/commands/del_user_session.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 2dd85b6b97..011e9ad2b2 100644 --- a/myuw/management/commands/load_buildings.py +++ b/myuw/management/commands/load_buildings.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 825ea34dc4..75003197ab 100644 --- a/myuw/management/commands/load_section_status_changes.py +++ b/myuw/management/commands/load_section_status_changes.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 e6ceb7e53c..5294357b5b 100644 --- a/myuw/management/commands/memcache.py +++ b/myuw/management/commands/memcache.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 c131098ef7..c323bfc1e2 100644 --- a/myuw/management/commands/myuw_speed_matrix.py +++ b/myuw/management/commands/myuw_speed_matrix.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 d4f686bad6..8b0082dd02 100644 --- a/myuw/management/commands/notice_mapping.py +++ b/myuw/management/commands/notice_mapping.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 5384b4674b..4de616d169 100644 --- a/myuw/management/commands/update_past_instructors.py +++ b/myuw/management/commands/update_past_instructors.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 575b429309..897994d934 100644 --- a/myuw/management/commands/upload_grp_members.py +++ b/myuw/management/commands/upload_grp_members.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 c64639729f..ab44f35ae6 100644 --- a/myuw/models/__init__.py +++ b/myuw/models/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import json @@ -111,7 +111,8 @@ def generate_hash(notice): @staticmethod def mark_notices_read(notice_hashes, user): notices = UserNotices.objects.filter(notice_hash__in=notice_hashes, - user=user) + user=user, + is_read=False) for notice in notices: notice.is_read = True # notice.marked_read = datetime.now() diff --git a/myuw/models/banner_msg.py b/myuw/models/banner_msg.py index e0a93e2ea5..4d4278c8d1 100644 --- a/myuw/models/banner_msg.py +++ b/myuw/models/banner_msg.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 0707a6d171..229e84130d 100644 --- a/myuw/models/campus_building.py +++ b/myuw/models/campus_building.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 209fc4dc26..7c585615ec 100644 --- a/myuw/models/myuw_notice.py +++ b/myuw/models/myuw_notice.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 927affc074..e8c57f9bb9 100644 --- a/myuw/models/popular_link.py +++ b/myuw/models/popular_link.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 854dc555ee..1157e89cfa 100644 --- a/myuw/models/res_category_link.py +++ b/myuw/models/res_category_link.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 863446ee88..6499bbed5e 100644 --- a/myuw/templatetags/hashing_tag.py +++ b/myuw/templatetags/hashing_tag.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 4f9d8b9b46..cf36ceaff0 100644 --- a/myuw/templatetags/myuw_admin_filters.py +++ b/myuw/templatetags/myuw_admin_filters.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 05ef2d84d0..fd4e9c8fd4 100644 --- a/myuw/templatetags/myuw_large_number_display.py +++ b/myuw/templatetags/myuw_large_number_display.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 959a102d4b..03fa6e92cb 100644 --- a/myuw/templatetags/myuw_sidebar.py +++ b/myuw/templatetags/myuw_sidebar.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 2ad11326d0..c2acfd88f2 100644 --- a/myuw/templatetags/set_context.py +++ b/myuw/templatetags/set_context.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 5f96c93dfd..1f4f5a339a 100644 --- a/myuw/templatetags/settings_value.py +++ b/myuw/templatetags/settings_value.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 3fc6bcc895..94481f23c1 100644 --- a/myuw/test/__init__.py +++ b/myuw/test/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 9abdce9e6b..33eaf9a609 100644 --- a/myuw/test/api/__init__.py +++ b/myuw/test/api/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 b9601afd39..5d531e90f9 100644 --- a/myuw/test/api/test_academic_calendar.py +++ b/myuw/test/api/test_academic_calendar.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 250cfd69f4..6163923139 100644 --- a/myuw/test/api/test_adviser.py +++ b/myuw/test/api/test_adviser.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 e6c51f12ff..7662d19dd2 100644 --- a/myuw/test/api/test_affiliation.py +++ b/myuw/test/api/test_affiliation.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 d1e3ec98a6..f333b06afc 100644 --- a/myuw/test/api/test_applications.py +++ b/myuw/test/api/test_applications.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 5d551dfe2b..c27b0a84ef 100644 --- a/myuw/test/api/test_banner_message.py +++ b/myuw/test/api/test_banner_message.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 8963b5a4bb..1dffd767a1 100644 --- a/myuw/test/api/test_category_links.py +++ b/myuw/test/api/test_category_links.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 f8df20d0ea..06e9728f8f 100644 --- a/myuw/test/api/test_cur_books.py +++ b/myuw/test/api/test_cur_books.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 afcc8f136a..2e21daa267 100644 --- a/myuw/test/api/test_current_schedule.py +++ b/myuw/test/api/test_current_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 8a8c3bf27b..cd1e8dec22 100644 --- a/myuw/test/api/test_dept_calendar.py +++ b/myuw/test/api/test_dept_calendar.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 47df24e32c..f652009f39 100644 --- a/myuw/test/api/test_directory.py +++ b/myuw/test/api/test_directory.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 66ad3b4025..1047ab7368 100644 --- a/myuw/test/api/test_emaillist.py +++ b/myuw/test/api/test_emaillist.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 6a086aa981..16cdf283f8 100644 --- a/myuw/test/api/test_finance.py +++ b/myuw/test/api/test_finance.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 cc7af6bc8b..7625cd9edd 100644 --- a/myuw/test/api/test_future_schedule.py +++ b/myuw/test/api/test_future_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 3124db5e60..ac0c5e21fd 100644 --- a/myuw/test/api/test_grad.py +++ b/myuw/test/api/test_grad.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 8a6b2da5f8..b6b6305c1e 100644 --- a/myuw/test/api/test_hfs.py +++ b/myuw/test/api/test_hfs.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 9e78f4b9e7..90862991ff 100644 --- a/myuw/test/api/test_iasystem.py +++ b/myuw/test/api/test_iasystem.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 666ce988ad..2da8141cd9 100644 --- a/myuw/test/api/test_instructor_schedule.py +++ b/myuw/test/api/test_instructor_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 4ae0ac75ff..fb9439562c 100644 --- a/myuw/test/api/test_instructor_section.py +++ b/myuw/test/api/test_instructor_section.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 73cb75f9f3..4a5e2daee8 100644 --- a/myuw/test/api/test_instructor_section_display.py +++ b/myuw/test/api/test_instructor_section_display.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 2f5a2750d2..6dfa3e1ca5 100644 --- a/myuw/test/api/test_instructor_textbook.py +++ b/myuw/test/api/test_instructor_textbook.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 62ffb54c95..16d2c842b1 100644 --- a/myuw/test/api/test_library.py +++ b/myuw/test/api/test_library.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 03e2e4c10a..37a4ba9dc1 100644 --- a/myuw/test/api/test_myplan.py +++ b/myuw/test/api/test_myplan.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 081842dc3f..ddc5c58129 100644 --- a/myuw/test/api/test_notices.py +++ b/myuw/test/api/test_notices.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 eda72b1c28..27b539a7e9 100644 --- a/myuw/test/api/test_other_quarters.py +++ b/myuw/test/api/test_other_quarters.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 49f477bc0b..afed4c4309 100644 --- a/myuw/test/api/test_persistent_messages.py +++ b/myuw/test/api/test_persistent_messages.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 64f6d1999e..66bfbd2c83 100644 --- a/myuw/test/api/test_prev_unfinished_schedule.py +++ b/myuw/test/api/test_prev_unfinished_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 d83ddecea6..9bca165f43 100644 --- a/myuw/test/api/test_profile.py +++ b/myuw/test/api/test_profile.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 8984d3c6b7..7f404bf37e 100644 --- a/myuw/test/api/test_quicklinks.py +++ b/myuw/test/api/test_quicklinks.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 7cdf62b8ba..cccec3ed01 100644 --- a/myuw/test/api/test_resources.py +++ b/myuw/test/api/test_resources.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 d51eb9f0d9..ae7a57770e 100644 --- a/myuw/test/api/test_textbook.py +++ b/myuw/test/api/test_textbook.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 4bbf221477..4d77dd3cb0 100644 --- a/myuw/test/api/test_thrive.py +++ b/myuw/test/api/test_thrive.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 5b70999364..8c2c80c0d5 100644 --- a/myuw/test/api/test_upass.py +++ b/myuw/test/api/test_upass.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 7d7b70fc82..fd105b612f 100644 --- a/myuw/test/dao/test_admin.py +++ b/myuw/test/dao/test_admin.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 72ae448d04..56620e5853 100644 --- a/myuw/test/dao/test_adviser.py +++ b/myuw/test/dao/test_adviser.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 08bfd96b66..110988693c 100644 --- a/myuw/test/dao/test_affiliation.py +++ b/myuw/test/dao/test_affiliation.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 db188d38c0..2a4f915deb 100644 --- a/myuw/test/dao/test_affiliation_data.py +++ b/myuw/test/dao/test_affiliation_data.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 f5ea1cce43..872a1a412b 100644 --- a/myuw/test/dao/test_building.py +++ b/myuw/test/dao/test_building.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 489a39487d..fff4b6629c 100644 --- a/myuw/test/dao/test_calendar.py +++ b/myuw/test/dao/test_calendar.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 784aa5844a..373695f717 100644 --- a/myuw/test/dao/test_calendar_mapping.py +++ b/myuw/test/dao/test_calendar_mapping.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 40de1651f3..d9b6087ffe 100644 --- a/myuw/test/dao/test_canvas.py +++ b/myuw/test/dao/test_canvas.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 280c24f7e6..c501f7321d 100644 --- a/myuw/test/dao/test_card_display_dates.py +++ b/myuw/test/dao/test_card_display_dates.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 222948a312..e7233c63aa 100644 --- a/myuw/test/dao/test_category_links.py +++ b/myuw/test/dao/test_category_links.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 cb47fd37c2..9b2c561aff 100644 --- a/myuw/test/dao/test_category_notice.py +++ b/myuw/test/dao/test_category_notice.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 c41162345b..f01faf2f65 100644 --- a/myuw/test/dao/test_coda.py +++ b/myuw/test/dao/test_coda.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 e8e040c4b4..930522975d 100644 --- a/myuw/test/dao/test_dao.py +++ b/myuw/test/dao/test_dao.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 5213b95e78..7a6ca96da0 100644 --- a/myuw/test/dao/test_degree.py +++ b/myuw/test/dao/test_degree.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 75b06ff9e1..a479c0f7cb 100644 --- a/myuw/test/dao/test_emaillink.py +++ b/myuw/test/dao/test_emaillink.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 d0f0ebf04f..c18dc860a0 100644 --- a/myuw/test/dao/test_enrollment.py +++ b/myuw/test/dao/test_enrollment.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 bde3b56ad6..b25c072530 100644 --- a/myuw/test/dao/test_finance.py +++ b/myuw/test/dao/test_finance.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 86ec3a78ff..beee92a3a6 100644 --- a/myuw/test/dao/test_grad.py +++ b/myuw/test/dao/test_grad.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 6e8e2dd0bd..3440e78d47 100644 --- a/myuw/test/dao/test_gws.py +++ b/myuw/test/dao/test_gws.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 e8fc796fc3..8817f7c4bd 100644 --- a/myuw/test/dao/test_hfs.py +++ b/myuw/test/dao/test_hfs.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 cfc3735a24..f0d33cba63 100644 --- a/myuw/test/dao/test_hx_toolkit.py +++ b/myuw/test/dao/test_hx_toolkit.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 775ab86427..7e0a08b833 100644 --- a/myuw/test/dao/test_iasystem.py +++ b/myuw/test/dao/test_iasystem.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import datetime diff --git a/myuw/test/dao/test_instructor.py b/myuw/test/dao/test_instructor.py index 7896d4c34f..fb5d52f9c8 100644 --- a/myuw/test/dao/test_instructor.py +++ b/myuw/test/dao/test_instructor.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 827a8577dd..68700965af 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 2023 UW-IT, University of Washington +# Copyright 2024 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 f9e7d38449..b9fc9c2e29 100644 --- a/myuw/test/dao/test_instructor_schedule.py +++ b/myuw/test/dao/test_instructor_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 6708bfee5d..7d5146afec 100644 --- a/myuw/test/dao/test_library.py +++ b/myuw/test/dao/test_library.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 ac504d2a75..bc045bea23 100644 --- a/myuw/test/dao/test_mailman.py +++ b/myuw/test/dao/test_mailman.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 6bf9457d5e..4655916b3b 100644 --- a/myuw/test/dao/test_myplan.py +++ b/myuw/test/dao/test_myplan.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 33ee058e74..048706b753 100644 --- a/myuw/test/dao/test_myuw_notice.py +++ b/myuw/test/dao/test_myuw_notice.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 13c4d50b6e..a7bf9b6667 100644 --- a/myuw/test/dao/test_notice.py +++ b/myuw/test/dao/test_notice.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 f1c8a5f338..59f11605e8 100644 --- a/myuw/test/dao/test_notice_categorization.py +++ b/myuw/test/dao/test_notice_categorization.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 2d4dd92f1b..365ba5295d 100644 --- a/myuw/test/dao/test_notice_mapping.py +++ b/myuw/test/dao/test_notice_mapping.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import pytz diff --git a/myuw/test/dao/test_password.py b/myuw/test/dao/test_password.py index acd7aabea9..049aaece56 100644 --- a/myuw/test/dao/test_password.py +++ b/myuw/test/dao/test_password.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 5b4775b947..e0d1f1c3db 100644 --- a/myuw/test/dao/test_persistent_messages.py +++ b/myuw/test/dao/test_persistent_messages.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 92b407905c..948d126783 100644 --- a/myuw/test/dao/test_pws.py +++ b/myuw/test/dao/test_pws.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 cea35a4f1b..8287779f7d 100644 --- a/myuw/test/dao/test_quicklinks.py +++ b/myuw/test/dao/test_quicklinks.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 51a3f35258..82843c6712 100644 --- a/myuw/test/dao/test_registration.py +++ b/myuw/test/dao/test_registration.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 f798a9a845..72f2047c9f 100644 --- a/myuw/test/dao/test_stud_future_terms.py +++ b/myuw/test/dao/test_stud_future_terms.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 4a28682e9f..9dca6bf2a9 100644 --- a/myuw/test/dao/test_student_profile.py +++ b/myuw/test/dao/test_student_profile.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 f77f2dee58..b90cb9f8d7 100644 --- a/myuw/test/dao/test_term.py +++ b/myuw/test/dao/test_term.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 7350077592..01d3295709 100644 --- a/myuw/test/dao/test_textbook.py +++ b/myuw/test/dao/test_textbook.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 162c947059..0f7d5ba21f 100644 --- a/myuw/test/dao/test_thrive.py +++ b/myuw/test/dao/test_thrive.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 41adfb9a87..8b263292dc 100644 --- a/myuw/test/dao/test_upass.py +++ b/myuw/test/dao/test_upass.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 801ec3476f..0022c12155 100644 --- a/myuw/test/dao/test_user.py +++ b/myuw/test/dao/test_user.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 1742502e68..60e7d3679f 100644 --- a/myuw/test/dao/test_user_course_display.py +++ b/myuw/test/dao/test_user_course_display.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 c130714196..24d79c5d41 100644 --- a/myuw/test/dao/test_user_pref.py +++ b/myuw/test/dao/test_user_pref.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 76c53f6bfd..1481741771 100644 --- a/myuw/test/dao/test_uwnetid.py +++ b/myuw/test/dao/test_uwnetid.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 0c0ae30c01..299e78b13f 100644 --- a/myuw/test/dao/test_visual_schedule.py +++ b/myuw/test/dao/test_visual_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 177ad442b6..d319672adf 100644 --- a/myuw/test/event/test_academic_events.py +++ b/myuw/test/event/test_academic_events.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 fc87dd887b..4c4a278a8f 100644 --- a/myuw/test/event/test_section_status.py +++ b/myuw/test/event/test_section_status.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 3db186c847..e1cdc6fb94 100644 --- a/myuw/test/logger/test_session_log.py +++ b/myuw/test/logger/test_session_log.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 59749a0ec0..34c521c0d6 100644 --- a/myuw/test/management/commands/test_check_reslinks.py +++ b/myuw/test/management/commands/test_check_reslinks.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 01714478f9..bcc26bba8f 100644 --- a/myuw/test/management/commands/test_cleanup_instructors.py +++ b/myuw/test/management/commands/test_cleanup_instructors.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 304978b360..8c2b57121c 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 2023 UW-IT, University of Washington +# Copyright 2024 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 b50de4461c..cc6cc1802c 100644 --- a/myuw/test/management/commands/test_db_cleanup.py +++ b/myuw/test/management/commands/test_db_cleanup.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 d7b607a9e0..eced1df7f5 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 2023 UW-IT, University of Washington +# Copyright 2024 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 d19f8340e5..11942db3b0 100644 --- a/myuw/test/management/commands/test_load_buildings.py +++ b/myuw/test/management/commands/test_load_buildings.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 ab636dcee0..cc63a65e69 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 2023 UW-IT, University of Washington +# Copyright 2024 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 7752c4e130..cd9884f87b 100644 --- a/myuw/test/management/commands/test_memcache.py +++ b/myuw/test/management/commands/test_memcache.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 01deccd8a4..2708df1aee 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 2023 UW-IT, University of Washington +# Copyright 2024 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 5cfcb4b912..6809306a11 100644 --- a/myuw/test/model/test_campus_building.py +++ b/myuw/test/model/test_campus_building.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 f9369f5087..e2b769ada2 100644 --- a/myuw/test/model/test_link.py +++ b/myuw/test/model/test_link.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 d24697afda..7c74f3793e 100644 --- a/myuw/test/model/test_user_notices.py +++ b/myuw/test/model/test_user_notices.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 3282557eee..4c6bc6502a 100644 --- a/myuw/test/test_authorization.py +++ b/myuw/test/test_authorization.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 4546cf11cb..b871e589a7 100644 --- a/myuw/test/test_template_tags.py +++ b/myuw/test/test_template_tags.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 a4d54a8463..c5073b21a9 100644 --- a/myuw/test/util/test_cache.py +++ b/myuw/test/util/test_cache.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 ace50c1ba1..005e122c67 100644 --- a/myuw/test/util/test_sessions.py +++ b/myuw/test/util/test_sessions.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 2e6c0b92e8..0aa3736ccf 100644 --- a/myuw/test/util/test_settings.py +++ b/myuw/test/util/test_settings.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 db4bf488c4..86f5b3ab86 100644 --- a/myuw/test/util/test_thread.py +++ b/myuw/test/util/test_thread.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 499272df59..369ff8b7dd 100644 --- a/myuw/test/views/__init__.py +++ b/myuw/test/views/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 0d1a741a3f..9b67700ba0 100644 --- a/myuw/test/views/lti/__init__.py +++ b/myuw/test/views/lti/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 6b3fed3a56..799abf52a4 100644 --- a/myuw/test/views/lti/test_photo_list.py +++ b/myuw/test/views/lti/test_photo_list.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 da3a520189..24f9f1a8d6 100644 --- a/myuw/test/views/test_academic_calendar.py +++ b/myuw/test/views/test_academic_calendar.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 28d945df96..c064c7aef5 100644 --- a/myuw/test/views/test_academics.py +++ b/myuw/test/views/test_academics.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 069411cd17..1ae47cdaee 100644 --- a/myuw/test/views/test_accounts.py +++ b/myuw/test/views/test_accounts.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 5acc4e08c0..7fb4252878 100644 --- a/myuw/test/views/test_api.py +++ b/myuw/test/views/test_api.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 f32b13665c..56493c4148 100644 --- a/myuw/test/views/test_category.py +++ b/myuw/test/views/test_category.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 e678630c6a..1cfb40cc6b 100644 --- a/myuw/test/views/test_display_dates.py +++ b/myuw/test/views/test_display_dates.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 df4dc4a83e..6f0b1d558b 100644 --- a/myuw/test/views/test_errors.py +++ b/myuw/test/views/test_errors.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 f54ee93329..99c5d067d5 100644 --- a/myuw/test/views/test_future_quarters.py +++ b/myuw/test/views/test_future_quarters.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 2261d943f4..67d950e5f5 100644 --- a/myuw/test/views/test_index.py +++ b/myuw/test/views/test_index.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 804d433760..4c56b09ed8 100644 --- a/myuw/test/views/test_link.py +++ b/myuw/test/views/test_link.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 447e4fb3b0..d9755e5443 100644 --- a/myuw/test/views/test_link_admin.py +++ b/myuw/test/views/test_link_admin.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 f80f40cb65..908584bd82 100644 --- a/myuw/test/views/test_link_redirect.py +++ b/myuw/test/views/test_link_redirect.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 c89bdeb6b1..ccaabe22e4 100644 --- a/myuw/test/views/test_logout.py +++ b/myuw/test/views/test_logout.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 a160fb6a8e..59bae9555a 100644 --- a/myuw/test/views/test_mobile_login.py +++ b/myuw/test/views/test_mobile_login.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 b0da48b527..8ad7dd6fdf 100644 --- a/myuw/test/views/test_notice_admin.py +++ b/myuw/test/views/test_notice_admin.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 121a00457f..f86dec91d1 100644 --- a/myuw/test/views/test_page.py +++ b/myuw/test/views/test_page.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 89d55bd7bb..7ed54763bf 100644 --- a/myuw/test/views/test_rest_search.py +++ b/myuw/test/views/test_rest_search.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 8e68405968..2332e97a9f 100644 --- a/myuw/test/views/test_speed.py +++ b/myuw/test/views/test_speed.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 cefe18b6e7..5748e4479d 100644 --- a/myuw/test/views/test_teaching.py +++ b/myuw/test/views/test_teaching.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 2260ddf623..36566ae213 100644 --- a/myuw/test/views/test_textbooks.py +++ b/myuw/test/views/test_textbooks.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 0c3315a1cf..c7e99967a2 100644 --- a/myuw/urls.py +++ b/myuw/urls.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 25a22ff490..aa2e6d2f2e 100644 --- a/myuw/util/cache.py +++ b/myuw/util/cache.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from memcached_clients import RestclientPymemcacheClient diff --git a/myuw/util/page_view.py b/myuw/util/page_view.py index 8ee64a8f32..f41fc7584e 100644 --- a/myuw/util/page_view.py +++ b/myuw/util/page_view.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 2489e648fb..168cfc4b99 100644 --- a/myuw/util/sessions.py +++ b/myuw/util/sessions.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 6cd70991b5..390e73ed08 100644 --- a/myuw/util/settings.py +++ b/myuw/util/settings.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 be6ff86247..7b05aaf7ce 100644 --- a/myuw/util/thread.py +++ b/myuw/util/thread.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 ab855d5278..6bc4d9af90 100644 --- a/myuw/views/__init__.py +++ b/myuw/views/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 1e5dcaf84a..e02b4d8089 100644 --- a/myuw/views/academic_calendar.py +++ b/myuw/views/academic_calendar.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 44b6126d7d..98bf9f81ae 100644 --- a/myuw/views/academics.py +++ b/myuw/views/academics.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 f2b74b92b1..9d7c489ef4 100644 --- a/myuw/views/accounts.py +++ b/myuw/views/accounts.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 27e896ade1..d84540274c 100644 --- a/myuw/views/api/__init__.py +++ b/myuw/views/api/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 0fc266ae23..eaf9771df2 100644 --- a/myuw/views/api/academic_events.py +++ b/myuw/views/api/academic_events.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 1437d5d586..22987dfb74 100644 --- a/myuw/views/api/adviser.py +++ b/myuw/views/api/adviser.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 9a94dfa254..7e521b524a 100644 --- a/myuw/views/api/affiliation.py +++ b/myuw/views/api/affiliation.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 93d2c053d2..9375cde0de 100644 --- a/myuw/views/api/applications.py +++ b/myuw/views/api/applications.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 29fcd3bc55..390be3e14a 100644 --- a/myuw/views/api/banner_message.py +++ b/myuw/views/api/banner_message.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 8323ee7475..7f3b60fd35 100644 --- a/myuw/views/api/base_schedule.py +++ b/myuw/views/api/base_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 4161d5eb13..c6660535ab 100644 --- a/myuw/views/api/calendar.py +++ b/myuw/views/api/calendar.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 c2f53730ae..53cdea72fb 100644 --- a/myuw/views/api/category_links.py +++ b/myuw/views/api/category_links.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 74591c1a8a..320cb449ce 100644 --- a/myuw/views/api/current_schedule.py +++ b/myuw/views/api/current_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 d3371f8080..ff829a042f 100644 --- a/myuw/views/api/directory.py +++ b/myuw/views/api/directory.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 c18b730daa..9ac8205522 100644 --- a/myuw/views/api/emaillist.py +++ b/myuw/views/api/emaillist.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 3987e75e5a..906d9927f3 100644 --- a/myuw/views/api/finance.py +++ b/myuw/views/api/finance.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 175e6aae89..b7f3ba91d0 100644 --- a/myuw/views/api/future_schedule.py +++ b/myuw/views/api/future_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 ae89459692..09cda0fc67 100644 --- a/myuw/views/api/grad.py +++ b/myuw/views/api/grad.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 2bc72d510b..017ec5a55b 100644 --- a/myuw/views/api/hfs.py +++ b/myuw/views/api/hfs.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 7ec09b45c9..baf85c77b0 100644 --- a/myuw/views/api/hx_toolkit.py +++ b/myuw/views/api/hx_toolkit.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 e31e8eecde..49931ef77a 100644 --- a/myuw/views/api/iasystem.py +++ b/myuw/views/api/iasystem.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 8febbbad13..4c9dd02d16 100644 --- a/myuw/views/api/instructor_schedule.py +++ b/myuw/views/api/instructor_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 e75e67ac39..3618f1a832 100644 --- a/myuw/views/api/instructor_section.py +++ b/myuw/views/api/instructor_section.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 efdf81c091..d7d2c17e48 100644 --- a/myuw/views/api/instructor_section_display.py +++ b/myuw/views/api/instructor_section_display.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 d377687e25..ef7b8e73a2 100644 --- a/myuw/views/api/library.py +++ b/myuw/views/api/library.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 abe8895167..8bc8a355d9 100644 --- a/myuw/views/api/link.py +++ b/myuw/views/api/link.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 719783911d..01b468b3ad 100644 --- a/myuw/views/api/myplan.py +++ b/myuw/views/api/myplan.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 f7ba448c0d..325946532e 100644 --- a/myuw/views/api/notices.py +++ b/myuw/views/api/notices.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 04ac68e849..e8a06033dc 100644 --- a/myuw/views/api/other_quarters.py +++ b/myuw/views/api/other_quarters.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 a7a7980ae0..e9ec0b2bb5 100644 --- a/myuw/views/api/persistent_messages.py +++ b/myuw/views/api/persistent_messages.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 544f016664..be236c915b 100644 --- a/myuw/views/api/prev_unfinished_schedule.py +++ b/myuw/views/api/prev_unfinished_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 fbe699ef20..188284f5d2 100644 --- a/myuw/views/api/profile.py +++ b/myuw/views/api/profile.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 3ec2fbb93e..eb4d560242 100644 --- a/myuw/views/api/resources.py +++ b/myuw/views/api/resources.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 bd623c1734..09d4f55683 100644 --- a/myuw/views/api/textbook.py +++ b/myuw/views/api/textbook.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 b7a937bcc1..31ceb6a305 100644 --- a/myuw/views/api/thrive.py +++ b/myuw/views/api/thrive.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 a80bb51ec5..773a660d95 100644 --- a/myuw/views/api/upass.py +++ b/myuw/views/api/upass.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 a1fc86d6a8..f980323a0b 100644 --- a/myuw/views/api/visual_schedule.py +++ b/myuw/views/api/visual_schedule.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 3124d83de6..7877d5214a 100644 --- a/myuw/views/category.py +++ b/myuw/views/category.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 239a9cf70c..bb7e79855e 100644 --- a/myuw/views/decorators.py +++ b/myuw/views/decorators.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 5b294e79cc..c4deea3205 100644 --- a/myuw/views/display_dates.py +++ b/myuw/views/display_dates.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from datetime import datetime diff --git a/myuw/views/error.py b/myuw/views/error.py index 2d1a73eb86..a2838783c5 100644 --- a/myuw/views/error.py +++ b/myuw/views/error.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 592c8ade3c..89e910e647 100644 --- a/myuw/views/exceptions.py +++ b/myuw/views/exceptions.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 b87e283a6f..ea42edef33 100644 --- a/myuw/views/future_quarters.py +++ b/myuw/views/future_quarters.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 4b76d2b9b2..8be5c47cbe 100644 --- a/myuw/views/home.py +++ b/myuw/views/home.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 04a2d4774a..7948c38799 100644 --- a/myuw/views/husky_experience.py +++ b/myuw/views/husky_experience.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 7ccbce3e58..378c6b205f 100644 --- a/myuw/views/link.py +++ b/myuw/views/link.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 c33dce9240..0c7e5a5768 100644 --- a/myuw/views/link_admin.py +++ b/myuw/views/link_admin.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 0af037fac4..878b8440eb 100644 --- a/myuw/views/logger.py +++ b/myuw/views/logger.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 d8ed44bd96..02c78473ed 100644 --- a/myuw/views/lti/photo_list.py +++ b/myuw/views/lti/photo_list.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 6c2d78751a..3ce4204086 100644 --- a/myuw/views/notice_admin.py +++ b/myuw/views/notice_admin.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 3d6f6299b5..801022a987 100644 --- a/myuw/views/notices.py +++ b/myuw/views/notices.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 593e4f97a7..b36c16db34 100644 --- a/myuw/views/page.py +++ b/myuw/views/page.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 5061239624..98cb85f04a 100644 --- a/myuw/views/photo.py +++ b/myuw/views/photo.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.contrib.auth.decorators import login_required diff --git a/myuw/views/profile.py b/myuw/views/profile.py index b5f70b33ab..9bd8ed7a27 100644 --- a/myuw/views/profile.py +++ b/myuw/views/profile.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 1e04bc08a9..2049d37a29 100644 --- a/myuw/views/resources.py +++ b/myuw/views/resources.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 3dfe380c0d..9cfe9c7442 100644 --- a/myuw/views/rest_search.py +++ b/myuw/views/rest_search.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 11380adbff..a1f8f3abe5 100644 --- a/myuw/views/search.py +++ b/myuw/views/search.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 d01df78d4b..cfe557b73e 100644 --- a/myuw/views/teaching.py +++ b/myuw/views/teaching.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from myuw.views.page import page diff --git a/myuw/views/textbooks.py b/myuw/views/textbooks.py index 15738f021c..c530651a4d 100644 --- a/myuw/views/textbooks.py +++ b/myuw/views/textbooks.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 f6438564d0..6c1c1f13b9 100644 --- a/myuw/views/thrive.py +++ b/myuw/views/thrive.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 ee5a5d453f..d4d8a81a7d 100644 --- a/myuw/views/thrive_messages.py +++ b/myuw/views/thrive_messages.py @@ -1,4 +1,4 @@ -# Copyright 2023 UW-IT, University of Washington +# Copyright 2024 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 990cb074b0..870987ca13 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2022 UW-IT, University of Washington +# Copyright 2024 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 import os