From 1eab249f82d376cee59bb9979c7ce9fb158aa198 Mon Sep 17 00:00:00 2001 From: GEORGIOS MOYSIADIS Date: Tue, 26 Aug 2025 19:06:03 +0300 Subject: [PATCH] update copyright year --- LICENSE | 2 +- public/service-worker.js | 2 +- src/App.jsx | 2 +- src/assets/data/DepNames.js | 2 +- src/assets/data/FirstYearInfo.js | 2 +- src/assets/data/Graduation.js | 2 +- src/assets/data/ScheduleLink.js | 2 +- src/assets/data/announcements.js | 2 +- src/assets/data/projectMembers.js | 2 +- src/assets/data/questionsForFAQ.js | 2 +- src/assets/data/secretaries.js | 2 +- src/components/ContributorsCard.jsx | 2 +- src/components/FAQCard.jsx | 2 +- src/components/Header.jsx | 2 +- src/components/MenuBox.jsx | 2 +- src/components/ProjectMembersCard.jsx | 2 +- src/components/Search.jsx | 2 +- src/components/ServicesCard.jsx | 2 +- src/components/maps/MapCords.jsx | 2 +- src/components/professors/ProfCard.jsx | 2 +- src/components/professors/ProfList.jsx | 2 +- src/components/professors/SecrCard.jsx | 2 +- src/components/restaurant/RestaurantMenu.jsx | 2 +- src/components/restaurant/Schedule.jsx | 2 +- src/components/restaurant/TodaysRestaurantMenu.jsx | 2 +- src/components/settings/LanguagePicker.jsx | 2 +- src/components/settings/SettingsButton.jsx | 2 +- src/contexts/departmentContext.jsx | 2 +- src/hooks/useLocalStorage.js | 2 +- src/index.jsx | 2 +- src/pages/AboutSettingsPage.jsx | 4 ++-- src/pages/AnnouncementPage.jsx | 2 +- src/pages/FAQSettingsPage.jsx | 2 +- src/pages/FirstYearInfoPage.jsx | 2 +- src/pages/GraduationPage.jsx | 2 +- src/pages/HomePage.jsx | 2 +- src/pages/LibraryPage.jsx | 2 +- src/pages/MapPage.jsx | 2 +- src/pages/ProfInfoPage.jsx | 2 +- src/pages/RestaurantPage.jsx | 2 +- src/pages/SchedulePage.jsx | 2 +- src/pages/ServicesPage.jsx | 2 +- src/theme/theme.js | 2 +- 43 files changed, 44 insertions(+), 44 deletions(-) diff --git a/LICENSE b/LICENSE index 6c2f1dac..68f78ce1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Open Source UOM +Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/public/service-worker.js b/public/service-worker.js index 9db2eb55..c954dc11 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/App.jsx b/src/App.jsx index 63deedc3..ffb3574f 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/assets/data/DepNames.js b/src/assets/data/DepNames.js index 87a66f21..a657d504 100644 --- a/src/assets/data/DepNames.js +++ b/src/assets/data/DepNames.js @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/assets/data/FirstYearInfo.js b/src/assets/data/FirstYearInfo.js index da1a77ee..b80118bd 100644 --- a/src/assets/data/FirstYearInfo.js +++ b/src/assets/data/FirstYearInfo.js @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/assets/data/Graduation.js b/src/assets/data/Graduation.js index 761433ec..3de71b8a 100644 --- a/src/assets/data/Graduation.js +++ b/src/assets/data/Graduation.js @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/assets/data/ScheduleLink.js b/src/assets/data/ScheduleLink.js index 85fd78f8..4b2498af 100644 --- a/src/assets/data/ScheduleLink.js +++ b/src/assets/data/ScheduleLink.js @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/assets/data/announcements.js b/src/assets/data/announcements.js index 44dddc31..94bb5583 100644 --- a/src/assets/data/announcements.js +++ b/src/assets/data/announcements.js @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/assets/data/projectMembers.js b/src/assets/data/projectMembers.js index 2f8054fb..6fed5782 100644 --- a/src/assets/data/projectMembers.js +++ b/src/assets/data/projectMembers.js @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/assets/data/questionsForFAQ.js b/src/assets/data/questionsForFAQ.js index 6e55d7e0..e4634fc5 100644 --- a/src/assets/data/questionsForFAQ.js +++ b/src/assets/data/questionsForFAQ.js @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/assets/data/secretaries.js b/src/assets/data/secretaries.js index 10b22d8e..21bbed72 100644 --- a/src/assets/data/secretaries.js +++ b/src/assets/data/secretaries.js @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/components/ContributorsCard.jsx b/src/components/ContributorsCard.jsx index 831d5d14..65ec6ad6 100644 --- a/src/components/ContributorsCard.jsx +++ b/src/components/ContributorsCard.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/components/FAQCard.jsx b/src/components/FAQCard.jsx index 314ec4e0..53e335b1 100644 --- a/src/components/FAQCard.jsx +++ b/src/components/FAQCard.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/components/Header.jsx b/src/components/Header.jsx index 59e94493..2b7d735b 100644 --- a/src/components/Header.jsx +++ b/src/components/Header.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/components/MenuBox.jsx b/src/components/MenuBox.jsx index 7120a884..a5507578 100644 --- a/src/components/MenuBox.jsx +++ b/src/components/MenuBox.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/components/ProjectMembersCard.jsx b/src/components/ProjectMembersCard.jsx index c8544d00..c0edb4ce 100644 --- a/src/components/ProjectMembersCard.jsx +++ b/src/components/ProjectMembersCard.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/components/Search.jsx b/src/components/Search.jsx index 732b46c2..65113bf0 100644 --- a/src/components/Search.jsx +++ b/src/components/Search.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/components/ServicesCard.jsx b/src/components/ServicesCard.jsx index e2f5d038..93e665c9 100644 --- a/src/components/ServicesCard.jsx +++ b/src/components/ServicesCard.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/components/maps/MapCords.jsx b/src/components/maps/MapCords.jsx index 69e417fe..7020c5da 100644 --- a/src/components/maps/MapCords.jsx +++ b/src/components/maps/MapCords.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/components/professors/ProfCard.jsx b/src/components/professors/ProfCard.jsx index b70a62f8..6a17f0cb 100644 --- a/src/components/professors/ProfCard.jsx +++ b/src/components/professors/ProfCard.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/components/professors/ProfList.jsx b/src/components/professors/ProfList.jsx index f6c81a57..abd69e4a 100644 --- a/src/components/professors/ProfList.jsx +++ b/src/components/professors/ProfList.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/components/professors/SecrCard.jsx b/src/components/professors/SecrCard.jsx index 69b429bc..ec862bbf 100644 --- a/src/components/professors/SecrCard.jsx +++ b/src/components/professors/SecrCard.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/components/restaurant/RestaurantMenu.jsx b/src/components/restaurant/RestaurantMenu.jsx index 7d60abe9..a2c7ea06 100644 --- a/src/components/restaurant/RestaurantMenu.jsx +++ b/src/components/restaurant/RestaurantMenu.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/components/restaurant/Schedule.jsx b/src/components/restaurant/Schedule.jsx index cfaf44c8..90b1b77c 100644 --- a/src/components/restaurant/Schedule.jsx +++ b/src/components/restaurant/Schedule.jsx @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2024 Open Source UOM +Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/components/restaurant/TodaysRestaurantMenu.jsx b/src/components/restaurant/TodaysRestaurantMenu.jsx index ac83e261..2555614e 100644 --- a/src/components/restaurant/TodaysRestaurantMenu.jsx +++ b/src/components/restaurant/TodaysRestaurantMenu.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/components/settings/LanguagePicker.jsx b/src/components/settings/LanguagePicker.jsx index 17813fa3..d02683fd 100644 --- a/src/components/settings/LanguagePicker.jsx +++ b/src/components/settings/LanguagePicker.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/components/settings/SettingsButton.jsx b/src/components/settings/SettingsButton.jsx index deb9d027..453d6a96 100644 --- a/src/components/settings/SettingsButton.jsx +++ b/src/components/settings/SettingsButton.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/contexts/departmentContext.jsx b/src/contexts/departmentContext.jsx index e57a868a..c14bd1c1 100644 --- a/src/contexts/departmentContext.jsx +++ b/src/contexts/departmentContext.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/hooks/useLocalStorage.js b/src/hooks/useLocalStorage.js index 0e112e7d..3d8655b2 100644 --- a/src/hooks/useLocalStorage.js +++ b/src/hooks/useLocalStorage.js @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/index.jsx b/src/index.jsx index a650ac5c..bd0dc017 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/pages/AboutSettingsPage.jsx b/src/pages/AboutSettingsPage.jsx index d5b24b0c..280cfa98 100644 --- a/src/pages/AboutSettingsPage.jsx +++ b/src/pages/AboutSettingsPage.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -77,7 +77,7 @@ function AboutSettingsPage() { {i18n.t("about_version")} - @2024 OpenSourceUoM Team + @2025 OpenSourceUoM Team
All rights reserved.
diff --git a/src/pages/AnnouncementPage.jsx b/src/pages/AnnouncementPage.jsx index dce34676..d61d4ce1 100644 --- a/src/pages/AnnouncementPage.jsx +++ b/src/pages/AnnouncementPage.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/pages/FAQSettingsPage.jsx b/src/pages/FAQSettingsPage.jsx index f61f21db..f9f5863b 100644 --- a/src/pages/FAQSettingsPage.jsx +++ b/src/pages/FAQSettingsPage.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/pages/FirstYearInfoPage.jsx b/src/pages/FirstYearInfoPage.jsx index 0119a1e9..9bf45089 100644 --- a/src/pages/FirstYearInfoPage.jsx +++ b/src/pages/FirstYearInfoPage.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/pages/GraduationPage.jsx b/src/pages/GraduationPage.jsx index 8cae29b4..d1b18234 100644 --- a/src/pages/GraduationPage.jsx +++ b/src/pages/GraduationPage.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/pages/HomePage.jsx b/src/pages/HomePage.jsx index bf466549..6217a44c 100644 --- a/src/pages/HomePage.jsx +++ b/src/pages/HomePage.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/pages/LibraryPage.jsx b/src/pages/LibraryPage.jsx index bce68eb6..1065de2a 100644 --- a/src/pages/LibraryPage.jsx +++ b/src/pages/LibraryPage.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/pages/MapPage.jsx b/src/pages/MapPage.jsx index abb25718..872679f3 100644 --- a/src/pages/MapPage.jsx +++ b/src/pages/MapPage.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/pages/ProfInfoPage.jsx b/src/pages/ProfInfoPage.jsx index 5fc2d3bd..8c647c3b 100644 --- a/src/pages/ProfInfoPage.jsx +++ b/src/pages/ProfInfoPage.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/pages/RestaurantPage.jsx b/src/pages/RestaurantPage.jsx index b5e8226d..4b92d9cf 100644 --- a/src/pages/RestaurantPage.jsx +++ b/src/pages/RestaurantPage.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/pages/SchedulePage.jsx b/src/pages/SchedulePage.jsx index 4b1da407..c53729f3 100644 --- a/src/pages/SchedulePage.jsx +++ b/src/pages/SchedulePage.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/pages/ServicesPage.jsx b/src/pages/ServicesPage.jsx index 3bd77a50..04855979 100644 --- a/src/pages/ServicesPage.jsx +++ b/src/pages/ServicesPage.jsx @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/theme/theme.js b/src/theme/theme.js index 57ca8340..664bcf74 100644 --- a/src/theme/theme.js +++ b/src/theme/theme.js @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2024 Open Source UOM + Copyright (c) 2025 Open Source UOM Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal