diff --git a/Makefile b/Makefile index efe638150..fb04a0d5a 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ # and used to support university teaching. # # # # This file is part of SWAD core. # -# Copyright (C) 1999-2021 Antonio Caņas Vargas # +# Copyright (C) 1999-2022 Antonio Caņas Vargas # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU Affero General Public License as # @@ -30,7 +30,8 @@ OBJS = swad_account.o swad_account_database.o swad_action.o swad_admin.o \ swad_admin_database.o swad_agenda.o swad_agenda_database.o swad_alert.o \ swad_announcement.o swad_announcement_database.o swad_API.o \ swad_API_database.o swad_assignment.o swad_assignment_database.o \ - swad_attendance.o swad_attendance_database.o swad_autolink.o \ + swad_assignment_resource.o swad_attendance.o swad_attendance_database.o \ + swad_autolink.o \ swad_banner.o swad_banner_database.o swad_box.o swad_browser.o \ swad_browser_database.o swad_building.o swad_building_database.o \ swad_button.o \ diff --git a/css/swad22.16.css b/css/swad22.16.css index d83cd644c..9a17f2061 100644 --- a/css/swad22.16.css +++ b/css/swad22.16.css @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio CaÃąas Vargas + Copyright (C) 1999-2022 Antonio CaÃąas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_API.c b/swad_API.c index f4e3b2f13..a1a512fd6 100644 --- a/swad_API.c +++ b/swad_API.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_API.h b/swad_API.h index 18797106e..172ec85c7 100644 --- a/swad_API.h +++ b/swad_API.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_API_database.c b/swad_API_database.c index 54e9587b7..3c32083ca 100644 --- a/swad_API_database.c +++ b/swad_API_database.c @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_API_database.h b/swad_API_database.h index 7854ed196..05bda5161 100644 --- a/swad_API_database.h +++ b/swad_API_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_HTML.c b/swad_HTML.c index 1688277e7..1580f3e6f 100644 --- a/swad_HTML.c +++ b/swad_HTML.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_HTML.h b/swad_HTML.h index a7fadd5c6..24cb9045b 100644 --- a/swad_HTML.h +++ b/swad_HTML.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_ID.c b/swad_ID.c index 2fdbef51c..d968f1b37 100644 --- a/swad_ID.c +++ b/swad_ID.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_ID.h b/swad_ID.h index d4bb47471..0997ff149 100644 --- a/swad_ID.h +++ b/swad_ID.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_ID_database.c b/swad_ID_database.c index c891f86fa..2e6532f1e 100644 --- a/swad_ID_database.c +++ b/swad_ID_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_ID_database.h b/swad_ID_database.h index cb08dbf44..519140ca9 100644 --- a/swad_ID_database.h +++ b/swad_ID_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_MAC.c b/swad_MAC.c index aa2ad6411..dbc27a4c3 100644 --- a/swad_MAC.c +++ b/swad_MAC.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_MAC.h b/swad_MAC.h index 1b8d10d21..140ed491f 100644 --- a/swad_MAC.h +++ b/swad_MAC.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_MFU.c b/swad_MFU.c index b010df57e..c4bc82f3b 100644 --- a/swad_MFU.c +++ b/swad_MFU.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_MFU.h b/swad_MFU.h index 59680c8df..bb3d7eddd 100644 --- a/swad_MFU.h +++ b/swad_MFU.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_MFU_database.c b/swad_MFU_database.c index 2ca266957..754b22647 100644 --- a/swad_MFU_database.c +++ b/swad_MFU_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_MFU_database.h b/swad_MFU_database.h index 3945c8806..f82badc6f 100644 --- a/swad_MFU_database.h +++ b/swad_MFU_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_QR.c b/swad_QR.c index 2be94f915..aa8350f1b 100644 --- a/swad_QR.c +++ b/swad_QR.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_QR.h b/swad_QR.h index b776179e0..bc5e60b42 100644 --- a/swad_QR.h +++ b/swad_QR.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_RSS.c b/swad_RSS.c index 2e3c06b99..6aa534b45 100644 --- a/swad_RSS.c +++ b/swad_RSS.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_RSS.h b/swad_RSS.h index fbc07f40a..846646193 100644 --- a/swad_RSS.h +++ b/swad_RSS.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_account.c b/swad_account.c index 10b1f9bbc..0d263e9d9 100644 --- a/swad_account.c +++ b/swad_account.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_account.h b/swad_account.h index 00d1e911d..46acc15fd 100644 --- a/swad_account.h +++ b/swad_account.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_account_database.c b/swad_account_database.c index 7216d93d6..eb615a49b 100644 --- a/swad_account_database.c +++ b/swad_account_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_account_database.h b/swad_account_database.h index a568903e0..8f71c3cca 100644 --- a/swad_account_database.h +++ b/swad_account_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_action.c b/swad_action.c index dddca9d36..460984cdc 100644 --- a/swad_action.c +++ b/swad_action.c @@ -5,7 +5,7 @@ is a web platform developed at the University of Granada (Spain), and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the @@ -602,7 +602,7 @@ const struct Act_Actions Act_Actions[Act_NUM_ACTIONS] = [ActRemAsg ] = { 806,-1,TabUnk,ActSeeAsg ,0x220,0x200, 0, 0, 0, 0, 0,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,Asg_RemoveAssignment ,NULL}, [ActHidAsg ] = { 964,-1,TabUnk,ActSeeAsg ,0x220,0x200, 0, 0, 0, 0, 0,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,Asg_HideAssignment ,NULL}, [ActUnhAsg ] = { 965,-1,TabUnk,ActSeeAsg ,0x220,0x200, 0, 0, 0, 0, 0,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,Asg_UnhideAssignment ,NULL}, - [ActReqLnkAsg ] = {1943,-1,TabUnk,ActSeeAsg ,0x220,0x200, 0, 0, 0, 0, 0,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,Asg_GetLinkToAssignment ,NULL}, + [ActReqLnkAsg ] = {1943,-1,TabUnk,ActSeeAsg ,0x220,0x200, 0, 0, 0, 0, 0,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,AsgRsc_GetLinkToAssignment ,NULL}, [ActReqUsrPrj ] = {1805,-1,TabUnk,ActSeePrj ,0x238,0x200, 0, 0, 0, 0, 0,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,Prj_ListUsrsToSelect ,NULL}, [ActSeeTblAllPrj ] = {1696,-1,TabUnk,ActSeePrj ,0x238,0x200, 0, 0, 0, 0, 0,Act_CONT_NORM,Act_BRW_NEW_TAB,NULL ,Prj_ShowTableSelectedPrjs ,NULL}, diff --git a/swad_action.h b/swad_action.h index 4c8367a98..f9a4ff469 100644 --- a/swad_action.h +++ b/swad_action.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_admin.c b/swad_admin.c index 6343c4a1c..2ce45c084 100644 --- a/swad_admin.c +++ b/swad_admin.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_admin.h b/swad_admin.h index b96173369..a13baadb8 100644 --- a/swad_admin.h +++ b/swad_admin.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_admin_database.c b/swad_admin_database.c index 80007bcf0..8cc28e719 100644 --- a/swad_admin_database.c +++ b/swad_admin_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_admin_database.h b/swad_admin_database.h index a65b5e07a..a36bf950c 100644 --- a/swad_admin_database.h +++ b/swad_admin_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_agenda.c b/swad_agenda.c index afbbb7ac8..16482d26c 100644 --- a/swad_agenda.c +++ b/swad_agenda.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_agenda.h b/swad_agenda.h index a04aaee0b..be87a5350 100644 --- a/swad_agenda.h +++ b/swad_agenda.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_agenda_database.c b/swad_agenda_database.c index b28713b3f..485fa1974 100644 --- a/swad_agenda_database.c +++ b/swad_agenda_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_agenda_database.h b/swad_agenda_database.h index 9820b9601..f008ab973 100644 --- a/swad_agenda_database.h +++ b/swad_agenda_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_alert.c b/swad_alert.c index 15ac2ba79..a82dcf2d6 100644 --- a/swad_alert.c +++ b/swad_alert.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_alert.h b/swad_alert.h index c47b28fd3..b108bf6dd 100644 --- a/swad_alert.h +++ b/swad_alert.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_announcement.c b/swad_announcement.c index 42d901dcc..3f8bcc95b 100644 --- a/swad_announcement.c +++ b/swad_announcement.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_announcement.h b/swad_announcement.h index fba63642a..3133871b5 100644 --- a/swad_announcement.h +++ b/swad_announcement.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_announcement_database.c b/swad_announcement_database.c index 3f2fccad1..60537ef26 100644 --- a/swad_announcement_database.c +++ b/swad_announcement_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_announcement_database.h b/swad_announcement_database.h index 64eee5d34..364380c61 100644 --- a/swad_announcement_database.h +++ b/swad_announcement_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_assignment.c b/swad_assignment.c index 2b9e7dd4b..a27d1f4e2 100644 --- a/swad_assignment.c +++ b/swad_assignment.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -49,7 +49,6 @@ #include "swad_pagination.h" #include "swad_parameter.h" #include "swad_photo.h" -#include "swad_program_database.h" #include "swad_role.h" #include "swad_setting.h" #include "swad_string.h" @@ -64,9 +63,6 @@ extern struct Globals Gbl; /***************************** Private prototypes ****************************/ /*****************************************************************************/ -static void Asg_ResetAssignments (struct Asg_Assignments *Assignments); - -static void Asg_ShowAllAssignments (struct Asg_Assignments *Assignments); static void Asg_PutHeadForSeeing (struct Asg_Assignments *Assignments, bool PrintView); static bool Asg_CheckIfICanCreateAssignments (void); @@ -74,13 +70,11 @@ static void Asg_PutIconsListAssignments (void *Assignments); static void Asg_PutIconToCreateNewAsg (void *Assignments); static void Asg_PutButtonToCreateNewAsg (void *Assignments); static void Asg_ParamsWhichGroupsToShow (void *Assignments); -static void Asg_ShowOneAssignmentInBox (struct Asg_Assignments *Assignments); static void Asg_PutIconsOneAsg (void *Assignments); static void Asg_ShowOneAssignment (struct Asg_Assignments *Assignments, long AsgCod,bool PrintView); static void Asg_WriteAsgAuthor (struct Asg_Assignment *Asg); static void Asg_WriteAssignmentFolder (struct Asg_Assignment *Asg,bool PrintView); -static Dat_StartEndTime_t Asg_GetParamAsgOrder (void); static void Asg_PutFormsToRemEditOneAsg (struct Asg_Assignments *Assignments, const struct Asg_Assignment *Asg, @@ -92,7 +86,6 @@ static void Asg_GetDataOfAssignment (struct Asg_Assignment *Asg, unsigned NumAsgs); static void Asg_ResetAssignment (struct Asg_Assignment *Asg); static void Asg_FreeListAssignments (struct Asg_Assignments *Assignments); -static void Asg_PutParamAsgCod (long AsgCod); static void Asg_ShowLstGrpsToEditAssignment (long AsgCod); static void Asg_CreateAssignment (struct Asg_Assignment *Asg,const char *Txt); static void Asg_UpdateAssignment (struct Asg_Assignment *Asg,const char *Txt); @@ -104,7 +97,7 @@ static bool Asg_CheckIfIBelongToCrsOrGrpsThisAssignment (long AsgCod); /*************************** Reset assignments *******************************/ /*****************************************************************************/ -static void Asg_ResetAssignments (struct Asg_Assignments *Assignments) +void Asg_ResetAssignments (struct Asg_Assignments *Assignments) { Assignments->LstIsRead = false; // List is not read Assignments->Num = 0; @@ -138,7 +131,7 @@ void Asg_SeeAssignments (void) /**************************** Show all assignments ***************************/ /*****************************************************************************/ -static void Asg_ShowAllAssignments (struct Asg_Assignments *Assignments) +void Asg_ShowAllAssignments (struct Asg_Assignments *Assignments) { extern const char *Hlp_ASSESSMENT_Assignments; extern const char *Txt_Assignments; @@ -416,7 +409,7 @@ void Asg_PrintOneAssignment (void) /************************* Show an assignment in a box ***********************/ /*****************************************************************************/ -static void Asg_ShowOneAssignmentInBox (struct Asg_Assignments *Assignments) +void Asg_ShowOneAssignmentInBox (struct Asg_Assignments *Assignments) { extern const char *Hlp_ASSESSMENT_Assignments; extern const char *Txt_Assignment; @@ -685,7 +678,7 @@ static void Asg_WriteAssignmentFolder (struct Asg_Assignment *Asg,bool PrintView /******* Get parameter with the type or order in list of assignments *********/ /*****************************************************************************/ -static Dat_StartEndTime_t Asg_GetParamAsgOrder (void) +Dat_StartEndTime_t Asg_GetParamAsgOrder (void) { return (Dat_StartEndTime_t) Par_GetParToUnsignedLong ("Order", @@ -985,7 +978,7 @@ void Asg_GetNotifAssignment (char SummaryStr[Ntf_MAX_BYTES_SUMMARY + 1], /***************** Write parameter with code of assignment *******************/ /*****************************************************************************/ -static void Asg_PutParamAsgCod (long AsgCod) +void Asg_PutParamAsgCod (long AsgCod) { Par_PutHiddenParamLong (NULL,"AsgCod",AsgCod); } @@ -1771,99 +1764,3 @@ void Asg_GetAndShowAssignmentsStats (void) /***** End table and box *****/ Box_BoxTableEnd (); } - -/*****************************************************************************/ -/***************************** Get link to assignment ******************************/ -/*****************************************************************************/ - -void Asg_GetLinkToAssignment (void) - { - extern const char *Txt_Link_to_resource_X_copied_into_clipboard; - struct Asg_Assignments Assignments; - char Title[Asg_MAX_BYTES_ASSIGNMENT_TITLE + 1]; - - /***** Reset assignments *****/ - Asg_ResetAssignments (&Assignments); - - /***** Get parameters *****/ - Assignments.SelectedOrder = Asg_GetParamAsgOrder (); - Grp_GetParamWhichGroups (); - Assignments.CurrentPage = Pag_GetParamPagNum (Pag_ASSIGNMENTS); - - /***** Get assignment code *****/ - if ((Assignments.AsgCod = Asg_GetParamAsgCod ()) <= 0) - Err_WrongAssignmentExit (); - - /***** Get assignment title *****/ - Asg_DB_GetAssignmentTitleByCod (Assignments.AsgCod,Title); - - /***** Copy link to assignment into resource clipboard *****/ - Prg_DB_CopyToClipboard (PrgRsc_ASSIGNMENT,Assignments.AsgCod); - - /***** Write sucess message *****/ - Ale_ShowAlert (Ale_SUCCESS,Txt_Link_to_resource_X_copied_into_clipboard, - Title); - - /***** Show selected assignment in a box *****/ - Asg_ShowOneAssignmentInBox (&Assignments); - - /***** Show current assignments, if any *****/ - Asg_ShowAllAssignments (&Assignments); - } - -/*****************************************************************************/ -/*********************** Write assignment in course program ************************/ -/*****************************************************************************/ - -void Asg_WriteAssignmentInCrsProgram (long AsgCod,bool PutFormToGo, - const char *Icon,const char *IconTitle) - { - extern const char *Txt_Actions[Act_NUM_ACTIONS]; - char Title[Asg_MAX_BYTES_ASSIGNMENT_TITLE + 1]; - - /***** Get assignment title *****/ - Asg_DB_GetAssignmentTitleByCod (AsgCod,Title); - - /***** Begin form to go to assignment *****/ - if (PutFormToGo) - { - Frm_BeginForm (ActSeeOneAsg); - Asg_PutParamAsgCod (AsgCod); - // TODO: In the listing of assignments, the page is always the first. - // The page should be that corresponding to the selected assignment. - HTM_BUTTON_Submit_Begin (Txt_Actions[ActSeeOneAsg], - "class=\"LM BT_LINK PRG_RSC_%s\"", - The_GetSuffix ()); - } - - /***** Icon depending on type ******/ - if (PutFormToGo) - Ico_PutIconLink (Icon,Ico_BLACK,ActSeeOneAsg); - else - Ico_PutIconOn (Icon,Ico_BLACK,IconTitle); - - /***** Write assignment title of exam *****/ - HTM_Txt (Title); - - /***** End form to download file *****/ - if (PutFormToGo) - { - /* End form */ - HTM_BUTTON_End (); - - Frm_EndForm (); - } - } - -/*****************************************************************************/ -/**************** Get assignment title from assignment code ******************/ -/*****************************************************************************/ - -void Asg_GetTitleFromAsgCod (long AsgCod,char *Title,size_t TitleSize) - { - char TitleFromDB[Asg_MAX_BYTES_ASSIGNMENT_TITLE + 1]; - - /***** Get assignment title *****/ - Asg_DB_GetAssignmentTitleByCod (AsgCod,TitleFromDB); - Str_Copy (Title,TitleFromDB,TitleSize); - } diff --git a/swad_assignment.h b/swad_assignment.h index eb3c0a611..87ef59913 100644 --- a/swad_assignment.h +++ b/swad_assignment.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -79,10 +79,17 @@ struct Asg_Assignment /***************************** Public prototypes *****************************/ /*****************************************************************************/ +void Asg_ResetAssignments (struct Asg_Assignments *Assignments); + void Asg_SeeAssignments (void); +void Asg_ShowAllAssignments (struct Asg_Assignments *Assignments); void Asg_SeeOneAssignment (void); void Asg_PrintOneAssignment (void); +void Asg_ShowOneAssignmentInBox (struct Asg_Assignments *Assignments); + +Dat_StartEndTime_t Asg_GetParamAsgOrder (void); + void Asg_RequestCreatOrEditAsg (void); void Asg_GetDataOfAssignmentByCod (struct Asg_Assignment *Asg); void Asg_GetDataOfAssignmentByFolder (struct Asg_Assignment *Asg); @@ -91,6 +98,7 @@ void Asg_GetNotifAssignment (char SummaryStr[Ntf_MAX_BYTES_SUMMARY + 1], char **ContentStr, long AsgCod,bool GetContent); +void Asg_PutParamAsgCod (long AsgCod); long Asg_GetParamAsgCod (void); void Asg_ReqRemAssignment (void); void Asg_RemoveAssignment (void); @@ -105,9 +113,9 @@ unsigned Asg_GetNumAssignments (HieLvl_Level_t Scope,unsigned *NumNotif); void Asg_GetAndShowAssignmentsStats (void); //--------------------------- Program resources ------------------------------- -void Asg_GetLinkToAssignment (void); -void Asg_WriteAssignmentInCrsProgram (long AsgCod,bool PutFormToGo, - const char *Icon,const char *IconTitle); -void Asg_GetTitleFromAsgCod (long AsgCod,char *Title,size_t TitleSize); +void AsgRsc_GetLinkToAssignment (void); +void AsgRsc_WriteAssignmentInCrsProgram (long AsgCod,bool PutFormToGo, + const char *Icon,const char *IconTitle); +void AsgRsc_GetTitleFromAsgCod (long AsgCod,char *Title,size_t TitleSize); #endif diff --git a/swad_assignment_database.c b/swad_assignment_database.c index 6359bd0fa..36a7c0b42 100644 --- a/swad_assignment_database.c +++ b/swad_assignment_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_assignment_database.h b/swad_assignment_database.h index ca4a0f9aa..4ff9f0c51 100644 --- a/swad_assignment_database.h +++ b/swad_assignment_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_attendance.c b/swad_attendance.c index 5896a146a..d261f807e 100644 --- a/swad_attendance.c +++ b/swad_attendance.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -3327,7 +3327,7 @@ void Att_GetLinkToEvent (void) /**************** Write attendance event in course program *******************/ /*****************************************************************************/ -void Att_WriteAttEventInCrsProgram (long AttCod,bool PutFormToGo, +void AttRsc_WriteAttEventInCrsProgram (long AttCod,bool PutFormToGo, const char *Icon,const char *IconTitle) { extern const char *Txt_Actions[Act_NUM_ACTIONS]; @@ -3370,7 +3370,7 @@ void Att_WriteAttEventInCrsProgram (long AttCod,bool PutFormToGo, /*************** Get attendance event title from game code *******************/ /*****************************************************************************/ -void Att_GetTitleFromAttCod (long AttCod,char *Title,size_t TitleSize) +void AttRsc_GetTitleFromAttCod (long AttCod,char *Title,size_t TitleSize) { char TitleFromDB[Att_MAX_BYTES_ATTENDANCE_EVENT_TITLE + 1]; diff --git a/swad_attendance.h b/swad_attendance.h index 6d2607dd5..fa1f24856 100644 --- a/swad_attendance.h +++ b/swad_attendance.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -111,8 +111,8 @@ void Att_PrintUsrsAttendanceCrs (void); //--------------------------- Program resources ------------------------------- void Att_GetLinkToEvent (void); -void Att_WriteAttEventInCrsProgram (long AttCod,bool PutFormToGo, +void AttRsc_WriteAttEventInCrsProgram (long AttCod,bool PutFormToGo, const char *Icon,const char *IconTitle); -void Att_GetTitleFromAttCod (long AttCod,char *Title,size_t TitleSize); +void AttRsc_GetTitleFromAttCod (long AttCod,char *Title,size_t TitleSize); #endif diff --git a/swad_attendance_database.c b/swad_attendance_database.c index 8ad5dd79d..e2856cd7c 100644 --- a/swad_attendance_database.c +++ b/swad_attendance_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_attendance_database.h b/swad_attendance_database.h index bf8459c6e..768c6eef2 100644 --- a/swad_attendance_database.h +++ b/swad_attendance_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_autolink.c b/swad_autolink.c index 88948a54a..da2a4cdb8 100644 --- a/swad_autolink.c +++ b/swad_autolink.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_autolink.h b/swad_autolink.h index e08779edc..9c96d6441 100644 --- a/swad_autolink.h +++ b/swad_autolink.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_banner.c b/swad_banner.c index 3d4d1cce9..3cb573847 100644 --- a/swad_banner.c +++ b/swad_banner.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_banner.h b/swad_banner.h index d48717dd7..c4c898a27 100644 --- a/swad_banner.h +++ b/swad_banner.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_banner_database.c b/swad_banner_database.c index eef590dcc..324ec9bbd 100644 --- a/swad_banner_database.c +++ b/swad_banner_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_banner_database.h b/swad_banner_database.h index 8146e3121..9db22bd52 100644 --- a/swad_banner_database.h +++ b/swad_banner_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_box.c b/swad_box.c index 25238d515..87f55de93 100644 --- a/swad_box.c +++ b/swad_box.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_box.h b/swad_box.h index 5afaca10f..c282dcdf0 100644 --- a/swad_box.h +++ b/swad_box.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_browser.c b/swad_browser.c index d334ee9bd..ad1933fd5 100644 --- a/swad_browser.c +++ b/swad_browser.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -5374,7 +5374,7 @@ void Brw_GetLinkToFile (void) /******************** Write file name in course program **********************/ /*****************************************************************************/ -void Brw_WriteDocFileNameInCrsProgram (long FilCod,bool PutFormToGo, +void BrwRsc_WriteDocFileNameInCrsProgram (long FilCod,bool PutFormToGo, const char *Icon,const char *IconTitle) { extern const char *Txt_Actions[Act_NUM_ACTIONS]; @@ -5431,7 +5431,7 @@ void Brw_WriteDocFileNameInCrsProgram (long FilCod,bool PutFormToGo, /******************** Write file name in course program **********************/ /*****************************************************************************/ -void Brw_WriteMrkFileNameInCrsProgram (long FilCod,bool PutFormToGo, +void BrwRsc_WriteMrkFileNameInCrsProgram (long FilCod,bool PutFormToGo, const char *Icon,const char *IconTitle) { extern const char *Txt_Actions[Act_NUM_ACTIONS]; @@ -5476,7 +5476,7 @@ void Brw_WriteMrkFileNameInCrsProgram (long FilCod,bool PutFormToGo, /********************** Get file name from file code *************************/ /*****************************************************************************/ -void Brw_GetFileNameFromFilCod (long FilCod,char *FileName,size_t FileNameSize) +void BrwRsc_GetFileNameFromFilCod (long FilCod,char *FileName,size_t FileNameSize) { struct FileMetadata FileMetadata; diff --git a/swad_browser.h b/swad_browser.h index a66129be8..0f666decf 100644 --- a/swad_browser.h +++ b/swad_browser.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -257,11 +257,11 @@ void Brw_SetFullPathInTree (void); //--------------------------- Program resources ------------------------------- void Brw_GetLinkToFile (void); -void Brw_WriteDocFileNameInCrsProgram (long FilCod,bool PutFormToGo, +void BrwRsc_WriteDocFileNameInCrsProgram (long FilCod,bool PutFormToGo, const char *Icon,const char *IconTitle); -void Brw_WriteMrkFileNameInCrsProgram (long FilCod,bool PutFormToGo, +void BrwRsc_WriteMrkFileNameInCrsProgram (long FilCod,bool PutFormToGo, const char *Icon,const char *IconTitle); -void Brw_GetFileNameFromFilCod (long FilCod,char *FileName,size_t FileNameSize); +void BrwRsc_GetFileNameFromFilCod (long FilCod,char *FileName,size_t FileNameSize); //----------------------------------------------------------------------------- void Brw_CreateTmpPublicLinkToPrivateFile (const char *FullPathIncludingFile, diff --git a/swad_browser_database.c b/swad_browser_database.c index 9bbe830db..cac5ba0ee 100644 --- a/swad_browser_database.c +++ b/swad_browser_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_browser_database.h b/swad_browser_database.h index ba7b20e89..9819b6991 100644 --- a/swad_browser_database.h +++ b/swad_browser_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_building.c b/swad_building.c index 7445cec37..175f337ff 100644 --- a/swad_building.c +++ b/swad_building.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_building.h b/swad_building.h index fb10bd4bb..254d5a49e 100644 --- a/swad_building.h +++ b/swad_building.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_building_database.c b/swad_building_database.c index 15afa3924..9c9a0e7e2 100644 --- a/swad_building_database.c +++ b/swad_building_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_building_database.h b/swad_building_database.h index 1acb9a883..013849d50 100644 --- a/swad_building_database.h +++ b/swad_building_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_button.c b/swad_button.c index c27058c7a..83c933459 100644 --- a/swad_button.c +++ b/swad_button.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_button.h b/swad_button.h index 2dd747970..5c9e77b4c 100644 --- a/swad_button.h +++ b/swad_button.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_calendar.c b/swad_calendar.c index fcd1a2702..707ebf66b 100644 --- a/swad_calendar.c +++ b/swad_calendar.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_calendar.h b/swad_calendar.h index 37f7d4743..f85998cc8 100644 --- a/swad_calendar.h +++ b/swad_calendar.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_call_for_exam.c b/swad_call_for_exam.c index a5e05c06f..369855c6b 100644 --- a/swad_call_for_exam.c +++ b/swad_call_for_exam.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as @@ -1733,7 +1733,7 @@ void Cfe_GetLinkToCallForExam (void) /******************* Write call for exam in course program *******************/ /*****************************************************************************/ -void Cfe_WriteCallForExamInCrsProgram (long ExaCod,bool PutFormToGo, +void CfeRsc_WriteCallForExamInCrsProgram (long ExaCod,bool PutFormToGo, const char *Icon,const char *IconTitle) { extern const char *Txt_Actions[Act_NUM_ACTIONS]; @@ -1788,7 +1788,7 @@ void Cfe_WriteCallForExamInCrsProgram (long ExaCod,bool PutFormToGo, /************** Get call for exam text from call for exam code ***************/ /*****************************************************************************/ -void Cfe_GetTitleFromExaCod (long ExaCod,char *Title,size_t TitleSize) +void CfeRsc_GetTitleFromExaCod (long ExaCod,char *Title,size_t TitleSize) { extern const char *Txt_Call_for_exam; struct Cfe_CallsForExams CallsForExams; diff --git a/swad_call_for_exam.h b/swad_call_for_exam.h index d868c4f63..c5d83b03b 100644 --- a/swad_call_for_exam.h +++ b/swad_call_for_exam.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as @@ -128,8 +128,8 @@ void Cfe_GetSummaryAndContentCallForExam (char SummaryStr[Ntf_MAX_BYTES_SUMMARY //--------------------------- Program resources ------------------------------- void Cfe_GetLinkToCallForExam (void); -void Cfe_WriteCallForExamInCrsProgram (long ExaCod,bool PutFormToGo, +void CfeRsc_WriteCallForExamInCrsProgram (long ExaCod,bool PutFormToGo, const char *Icon,const char *IconTitle); -void Cfe_GetTitleFromExaCod (long ExaCod,char *Title,size_t TitleSize); +void CfeRsc_GetTitleFromExaCod (long ExaCod,char *Title,size_t TitleSize); #endif diff --git a/swad_call_for_exam_database.c b/swad_call_for_exam_database.c index fd1c3132b..c03180073 100644 --- a/swad_call_for_exam_database.c +++ b/swad_call_for_exam_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_call_for_exam_database.h b/swad_call_for_exam_database.h index 83e164b5a..3a3db51da 100644 --- a/swad_call_for_exam_database.h +++ b/swad_call_for_exam_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_center.c b/swad_center.c index 5a814cee1..cf9774e68 100644 --- a/swad_center.c +++ b/swad_center.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_center.h b/swad_center.h index 9864fbb41..2319a952a 100644 --- a/swad_center.h +++ b/swad_center.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_center_config.c b/swad_center_config.c index 74afc4e8d..e8ba5abd3 100644 --- a/swad_center_config.c +++ b/swad_center_config.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_center_config.h b/swad_center_config.h index 97cf93f21..060559235 100644 --- a/swad_center_config.h +++ b/swad_center_config.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_center_database.c b/swad_center_database.c index 23fe5cefa..ca94ffbbd 100644 --- a/swad_center_database.c +++ b/swad_center_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_center_database.h b/swad_center_database.h index 0707b1085..5568fe743 100644 --- a/swad_center_database.h +++ b/swad_center_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_changelog.h b/swad_changelog.h index 3f692118a..24cc22a87 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -606,10 +606,11 @@ TODO: Fix bug: error al enviar un mensaje a dos recipientes, error on duplicate TODO: Attach pdf files in multimedia. */ -#define Log_PLATFORM_VERSION "SWAD 22.16.1 (2022-09-21)" +#define Log_PLATFORM_VERSION "SWAD 22.17 (2022-09-21)" #define CSS_FILE "swad22.16.css" #define JS_FILE "swad21.100.js" /* + Version 22.17: Sep 21, 2022 New module swad_assignment_resource. (331524 lines) Version 22.16.1: Sep 21, 2022 Changes in program layout. (331462 lines) Version 22.16: Sep 21, 2022 Changes in program layout. (331455 lines) Version 22.15: Sep 21, 2022 Links to assignments in program. (331442 lines) diff --git a/swad_chat.c b/swad_chat.c index c85f26b69..4a795f3c4 100644 --- a/swad_chat.c +++ b/swad_chat.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_chat.h b/swad_chat.h index a2ae737a6..614366b31 100644 --- a/swad_chat.h +++ b/swad_chat.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_chat_database.c b/swad_chat_database.c index e8b86109a..4c24abb27 100644 --- a/swad_chat_database.c +++ b/swad_chat_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_chat_database.h b/swad_chat_database.h index 851e79102..f39936988 100644 --- a/swad_chat_database.h +++ b/swad_chat_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_config.c b/swad_config.c index 6c9bcc8de..f985765d9 100644 --- a/swad_config.c +++ b/swad_config.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_config.h b/swad_config.h index d10685925..6695e65d6 100644 --- a/swad_config.h +++ b/swad_config.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_connected.c b/swad_connected.c index 892bd9c86..857210067 100644 --- a/swad_connected.c +++ b/swad_connected.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_connected.h b/swad_connected.h index b8dc4028d..d6cbc92a5 100644 --- a/swad_connected.h +++ b/swad_connected.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_connected_database.c b/swad_connected_database.c index 87581b512..731153d88 100644 --- a/swad_connected_database.c +++ b/swad_connected_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_connected_database.h b/swad_connected_database.h index e4edeea1f..fc2f4cc88 100644 --- a/swad_connected_database.h +++ b/swad_connected_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_constant.h b/swad_constant.h index 7c913af34..e1477f5e8 100644 --- a/swad_constant.h +++ b/swad_constant.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_cookie.c b/swad_cookie.c index 57ed85ed7..509461728 100644 --- a/swad_cookie.c +++ b/swad_cookie.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_cookie.h b/swad_cookie.h index 5c359caee..821332404 100644 --- a/swad_cookie.h +++ b/swad_cookie.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_cookie_database.c b/swad_cookie_database.c index bd26fc108..a7711bea2 100644 --- a/swad_cookie_database.c +++ b/swad_cookie_database.c @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_cookie_database.h b/swad_cookie_database.h index 9ed6a0b6b..58b899f78 100644 --- a/swad_cookie_database.h +++ b/swad_cookie_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_country.c b/swad_country.c index 98b80087f..86337e9a7 100644 --- a/swad_country.c +++ b/swad_country.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_country.h b/swad_country.h index db61ffb84..a626afcd0 100644 --- a/swad_country.h +++ b/swad_country.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_country_config.c b/swad_country_config.c index c3e781971..2421afba0 100644 --- a/swad_country_config.c +++ b/swad_country_config.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_country_config.h b/swad_country_config.h index b19f7cee5..75d6cdf3e 100644 --- a/swad_country_config.h +++ b/swad_country_config.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_country_database.c b/swad_country_database.c index bbe2e43bb..df00ba0fe 100644 --- a/swad_country_database.c +++ b/swad_country_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_country_database.h b/swad_country_database.h index 282672a3a..e43fbd715 100644 --- a/swad_country_database.h +++ b/swad_country_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_course.c b/swad_course.c index eb694e628..7135545b6 100644 --- a/swad_course.c +++ b/swad_course.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_course.h b/swad_course.h index 23d3a4af4..0e7d37c1c 100644 --- a/swad_course.h +++ b/swad_course.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_course_config.c b/swad_course_config.c index b372d408d..03d2774ef 100644 --- a/swad_course_config.c +++ b/swad_course_config.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_course_config.h b/swad_course_config.h index d47b5c5e0..ed3423964 100644 --- a/swad_course_config.h +++ b/swad_course_config.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_course_database.c b/swad_course_database.c index 2eafec1dd..8cb927474 100644 --- a/swad_course_database.c +++ b/swad_course_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_course_database.h b/swad_course_database.h index 72c2e486d..747201964 100644 --- a/swad_course_database.h +++ b/swad_course_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_cryptography.c b/swad_cryptography.c index 54535ba83..139378867 100644 --- a/swad_cryptography.c +++ b/swad_cryptography.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_cryptography.h b/swad_cryptography.h index 52f4b13e1..7d1edd677 100644 --- a/swad_cryptography.h +++ b/swad_cryptography.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_database.c b/swad_database.c index c33efee7c..099d67a13 100644 --- a/swad_database.c +++ b/swad_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_database.h b/swad_database.h index 4aaf9122c..3e126ad66 100644 --- a/swad_database.h +++ b/swad_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_date.c b/swad_date.c index 574db9706..fca2db3bf 100644 --- a/swad_date.c +++ b/swad_date.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_date.h b/swad_date.h index f93cee730..07baac00c 100644 --- a/swad_date.h +++ b/swad_date.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_degree.c b/swad_degree.c index f4c35646e..7ddc11575 100644 --- a/swad_degree.c +++ b/swad_degree.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_degree.h b/swad_degree.h index aa9d35a53..8ea562ee9 100644 --- a/swad_degree.h +++ b/swad_degree.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_degree_config.c b/swad_degree_config.c index de58289a4..6c3d4cb6b 100644 --- a/swad_degree_config.c +++ b/swad_degree_config.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_degree_config.h b/swad_degree_config.h index e267f1a30..ad7df254a 100644 --- a/swad_degree_config.h +++ b/swad_degree_config.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_degree_database.c b/swad_degree_database.c index df4717842..e23526f85 100644 --- a/swad_degree_database.c +++ b/swad_degree_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_degree_database.h b/swad_degree_database.h index 82e188dd8..db2cb2baa 100644 --- a/swad_degree_database.h +++ b/swad_degree_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_degree_type.c b/swad_degree_type.c index f2496c099..282aad773 100644 --- a/swad_degree_type.c +++ b/swad_degree_type.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_degree_type.h b/swad_degree_type.h index 55c9f79d0..ce40bbef4 100644 --- a/swad_degree_type.h +++ b/swad_degree_type.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_department.c b/swad_department.c index a0e30a90b..3018a55bd 100644 --- a/swad_department.c +++ b/swad_department.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_department.h b/swad_department.h index 8c80b6e15..aacca4182 100644 --- a/swad_department.h +++ b/swad_department.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_department_database.c b/swad_department_database.c index ae0b3bb28..0744eaf82 100644 --- a/swad_department_database.c +++ b/swad_department_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_department_database.h b/swad_department_database.h index ca70d9a1e..c0fc6d3e2 100644 --- a/swad_department_database.h +++ b/swad_department_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_duplicate.c b/swad_duplicate.c index 550c53140..0afc1b2a8 100644 --- a/swad_duplicate.c +++ b/swad_duplicate.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_duplicate.h b/swad_duplicate.h index 5377abbb2..715ca76f9 100644 --- a/swad_duplicate.h +++ b/swad_duplicate.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_duplicate_database.c b/swad_duplicate_database.c index 27f21a402..010ca257a 100644 --- a/swad_duplicate_database.c +++ b/swad_duplicate_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_duplicate_database.h b/swad_duplicate_database.h index 7052e926b..90443dd7a 100644 --- a/swad_duplicate_database.h +++ b/swad_duplicate_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_enrolment.c b/swad_enrolment.c index 52a7df090..aec332064 100644 --- a/swad_enrolment.c +++ b/swad_enrolment.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_enrolment.h b/swad_enrolment.h index 9c6e41dfc..61465528b 100644 --- a/swad_enrolment.h +++ b/swad_enrolment.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_enrolment_database.c b/swad_enrolment_database.c index b60d3e220..b469c4b64 100644 --- a/swad_enrolment_database.c +++ b/swad_enrolment_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_enrolment_database.h b/swad_enrolment_database.h index d1c89123c..d5c4ee934 100644 --- a/swad_enrolment_database.h +++ b/swad_enrolment_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_error.c b/swad_error.c index af16e52dc..c779eed76 100644 --- a/swad_error.c +++ b/swad_error.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_error.h b/swad_error.h index 8b41428ef..5954f8999 100644 --- a/swad_error.h +++ b/swad_error.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_exam.c b/swad_exam.c index 5edf58fad..a90abf71c 100644 --- a/swad_exam.c +++ b/swad_exam.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as @@ -1677,7 +1677,7 @@ void Exa_GetLinkToExam (void) /*********************** Write exam in course program ************************/ /*****************************************************************************/ -void Exa_WriteExamInCrsProgram (long ExaCod,bool PutFormToGo, +void ExaRsc_WriteExamInCrsProgram (long ExaCod,bool PutFormToGo, const char *Icon,const char *IconTitle) { extern const char *Txt_Actions[Act_NUM_ACTIONS]; @@ -1719,7 +1719,7 @@ void Exa_WriteExamInCrsProgram (long ExaCod,bool PutFormToGo, /*********************** Get exam title from exam code ***********************/ /*****************************************************************************/ -void Exa_GetTitleFromExaCod (long ExaCod,char *Title,size_t TitleSize) +void ExaRsc_GetTitleFromExaCod (long ExaCod,char *Title,size_t TitleSize) { char TitleFromDB[Exa_MAX_BYTES_TITLE + 1]; diff --git a/swad_exam.h b/swad_exam.h index 6e97d1021..47674929a 100644 --- a/swad_exam.h +++ b/swad_exam.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as @@ -89,8 +89,8 @@ void Exa_GetAndShowExamsStats (void); //--------------------------- Program resources ------------------------------- void Exa_GetLinkToExam (void); -void Exa_WriteExamInCrsProgram (long ExaCod,bool PutFormToGo, +void ExaRsc_WriteExamInCrsProgram (long ExaCod,bool PutFormToGo, const char *Icon,const char *IconTitle); -void Exa_GetTitleFromExaCod (long ExaCod,char *Title,size_t TitleSize); +void ExaRsc_GetTitleFromExaCod (long ExaCod,char *Title,size_t TitleSize); #endif diff --git a/swad_exam_database.c b/swad_exam_database.c index 70666f026..8613e37c4 100644 --- a/swad_exam_database.c +++ b/swad_exam_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_exam_database.h b/swad_exam_database.h index 6144da877..398ccc108 100644 --- a/swad_exam_database.h +++ b/swad_exam_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_exam_log.c b/swad_exam_log.c index bc6a440b2..5ab6cd3fe 100644 --- a/swad_exam_log.c +++ b/swad_exam_log.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_exam_log.h b/swad_exam_log.h index c262a6b62..f4038c081 100644 --- a/swad_exam_log.h +++ b/swad_exam_log.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_exam_print.c b/swad_exam_print.c index 54b44d693..05d90cb42 100644 --- a/swad_exam_print.c +++ b/swad_exam_print.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_exam_print.h b/swad_exam_print.h index 93a04d0c3..cb64a4ba1 100644 --- a/swad_exam_print.h +++ b/swad_exam_print.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_exam_result.c b/swad_exam_result.c index be83a47ff..ddf28a1bf 100644 --- a/swad_exam_result.c +++ b/swad_exam_result.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_exam_result.h b/swad_exam_result.h index 586132111..c11c7cae3 100644 --- a/swad_exam_result.h +++ b/swad_exam_result.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_exam_session.c b/swad_exam_session.c index 666dfd71d..19720972c 100644 --- a/swad_exam_session.c +++ b/swad_exam_session.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_exam_session.h b/swad_exam_session.h index 0e194faee..74d968db6 100644 --- a/swad_exam_session.h +++ b/swad_exam_session.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_exam_set.c b/swad_exam_set.c index 623b5e9cd..7dd8248ef 100644 --- a/swad_exam_set.c +++ b/swad_exam_set.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_exam_set.h b/swad_exam_set.h index 56643c533..d0a556955 100644 --- a/swad_exam_set.h +++ b/swad_exam_set.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_exam_type.h b/swad_exam_type.h index 55a8accca..f141fdf3d 100644 --- a/swad_exam_type.h +++ b/swad_exam_type.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_figure.c b/swad_figure.c index a97e5ee2e..2843f9e46 100644 --- a/swad_figure.c +++ b/swad_figure.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_figure.h b/swad_figure.h index 635189384..f5901f89e 100644 --- a/swad_figure.h +++ b/swad_figure.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_figure_cache.c b/swad_figure_cache.c index aae2e18d3..2e7d06194 100644 --- a/swad_figure_cache.c +++ b/swad_figure_cache.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_figure_cache.h b/swad_figure_cache.h index 9fcb0a549..058aa586d 100644 --- a/swad_figure_cache.h +++ b/swad_figure_cache.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_figure_database.c b/swad_figure_database.c index 26c5b6c05..cbbb271ef 100644 --- a/swad_figure_database.c +++ b/swad_figure_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_figure_database.h b/swad_figure_database.h index 0c4c01d44..5983e9578 100644 --- a/swad_figure_database.h +++ b/swad_figure_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_file.c b/swad_file.c index 5de22f7cb..fd70eb294 100644 --- a/swad_file.c +++ b/swad_file.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_file.h b/swad_file.h index c8a31f520..8463fa1e9 100644 --- a/swad_file.h +++ b/swad_file.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_file_MIME.c b/swad_file_MIME.c index ffaa18291..6e48a3157 100644 --- a/swad_file_MIME.c +++ b/swad_file_MIME.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_file_MIME.h b/swad_file_MIME.h index 476aba286..3bfa265f6 100644 --- a/swad_file_MIME.h +++ b/swad_file_MIME.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_file_database.c b/swad_file_database.c index a57d3dbdf..fb460c3e8 100644 --- a/swad_file_database.c +++ b/swad_file_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_file_database.h b/swad_file_database.h index 7bc1f9c22..81c683e9d 100644 --- a/swad_file_database.h +++ b/swad_file_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_file_extension.c b/swad_file_extension.c index b866adac4..88e879291 100644 --- a/swad_file_extension.c +++ b/swad_file_extension.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_file_extension.h b/swad_file_extension.h index c22732b5b..7f3f1808c 100644 --- a/swad_file_extension.h +++ b/swad_file_extension.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_firewall.c b/swad_firewall.c index e84d2d1f5..febb0f604 100644 --- a/swad_firewall.c +++ b/swad_firewall.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_firewall.h b/swad_firewall.h index f016b8913..05185fc2c 100644 --- a/swad_firewall.h +++ b/swad_firewall.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_firewall_database.c b/swad_firewall_database.c index 6f892f8b0..1ca3923bf 100644 --- a/swad_firewall_database.c +++ b/swad_firewall_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_firewall_database.h b/swad_firewall_database.h index faef883ff..85aaecf4b 100644 --- a/swad_firewall_database.h +++ b/swad_firewall_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_follow.c b/swad_follow.c index f7a59a10d..a2297cbd8 100644 --- a/swad_follow.c +++ b/swad_follow.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_follow.h b/swad_follow.h index 8cbfb9048..c87f14281 100644 --- a/swad_follow.h +++ b/swad_follow.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_follow_database.c b/swad_follow_database.c index 11e71d919..26b9d4662 100644 --- a/swad_follow_database.c +++ b/swad_follow_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_follow_database.h b/swad_follow_database.h index c7a623020..771e61bf4 100644 --- a/swad_follow_database.h +++ b/swad_follow_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_form.c b/swad_form.c index db82fe4ad..3ec47f512 100644 --- a/swad_form.c +++ b/swad_form.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_form.h b/swad_form.h index 34f889358..5577af8aa 100644 --- a/swad_form.h +++ b/swad_form.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_forum.c b/swad_forum.c index dde82e796..197d9b8ed 100644 --- a/swad_forum.c +++ b/swad_forum.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -3554,7 +3554,7 @@ void For_GetLinkToThread (void) /***************** Write thread subject in course program ********************/ /*****************************************************************************/ -void For_WriteThreadInCrsProgram (long ThrCod,bool PutFormToGo, +void ForRsc_WriteThreadInCrsProgram (long ThrCod,bool PutFormToGo, const char *Icon,const char *IconTitle) { extern const char *Txt_Actions[Act_NUM_ACTIONS]; @@ -3606,7 +3606,7 @@ void For_WriteThreadInCrsProgram (long ThrCod,bool PutFormToGo, /********************* Get survey title from survey code *********************/ /*****************************************************************************/ -void For_GetTitleFromThrCod (long ThrCod,char *Title,size_t TitleSize) +void ForRsc_GetTitleFromThrCod (long ThrCod,char *Title,size_t TitleSize) { char Subject[Cns_MAX_BYTES_SUBJECT + 1]; diff --git a/swad_forum.h b/swad_forum.h index 02efa38c2..59bf74eaa 100644 --- a/swad_forum.h +++ b/swad_forum.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -152,8 +152,8 @@ void For_GetAndShowForumStats (void); //--------------------------- Program resources ------------------------------- void For_GetLinkToThread (void); -void For_WriteThreadInCrsProgram (long ThrCod,bool PutFormToGo, +void ForRsc_WriteThreadInCrsProgram (long ThrCod,bool PutFormToGo, const char *Icon,const char *IconTitle); -void For_GetTitleFromThrCod (long ThrCod,char *Title,size_t TitleSize); +void ForRsc_GetTitleFromThrCod (long ThrCod,char *Title,size_t TitleSize); #endif diff --git a/swad_forum_database.c b/swad_forum_database.c index 1b439e1ce..50283e580 100644 --- a/swad_forum_database.c +++ b/swad_forum_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_forum_database.h b/swad_forum_database.h index b078337c0..720d0e107 100644 --- a/swad_forum_database.h +++ b/swad_forum_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_game.c b/swad_game.c index 421abdda8..6ccf8eb82 100644 --- a/swad_game.c +++ b/swad_game.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -2387,7 +2387,7 @@ void Gam_GetLinkToGame (void) /*********************** Write game in course program ************************/ /*****************************************************************************/ -void Gam_WriteGameInCrsProgram (long GamCod,bool PutFormToGo, +void GamRsc_WriteGameInCrsProgram (long GamCod,bool PutFormToGo, const char *Icon,const char *IconTitle) { extern const char *Txt_Actions[Act_NUM_ACTIONS]; @@ -2429,7 +2429,7 @@ void Gam_WriteGameInCrsProgram (long GamCod,bool PutFormToGo, /*********************** Get game title from game code ***********************/ /*****************************************************************************/ -void Gam_GetTitleFromGamCod (long GamCod,char *Title,size_t TitleSize) +void GamRsc_GetTitleFromGamCod (long GamCod,char *Title,size_t TitleSize) { char TitleFromDB[Gam_MAX_BYTES_TITLE + 1]; diff --git a/swad_game.h b/swad_game.h index 90cd17852..057a62e05 100644 --- a/swad_game.h +++ b/swad_game.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -169,8 +169,8 @@ void Gam_GetAndShowGamesStats (void); //--------------------------- Program resources ------------------------------- void Gam_GetLinkToGame (void); -void Gam_WriteGameInCrsProgram (long GamCod,bool PutFormToGo, +void GamRsc_WriteGameInCrsProgram (long GamCod,bool PutFormToGo, const char *Icon,const char *IconTitle); -void Gam_GetTitleFromGamCod (long GamCod,char *Title,size_t TitleSize); +void GamRsc_GetTitleFromGamCod (long GamCod,char *Title,size_t TitleSize); #endif diff --git a/swad_game_database.c b/swad_game_database.c index 579381d19..6e4ac4946 100644 --- a/swad_game_database.c +++ b/swad_game_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_game_database.h b/swad_game_database.h index 168aeb530..93ee977b8 100644 --- a/swad_game_database.h +++ b/swad_game_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_global.c b/swad_global.c index 002e53424..8a7521c04 100644 --- a/swad_global.c +++ b/swad_global.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_global.h b/swad_global.h index 8cfd8168b..7e9cc8d99 100644 --- a/swad_global.h +++ b/swad_global.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_group.c b/swad_group.c index 2dcb2647b..baad92460 100644 --- a/swad_group.c +++ b/swad_group.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_group.h b/swad_group.h index 178ed9bba..912e1925b 100644 --- a/swad_group.h +++ b/swad_group.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_group_database.c b/swad_group_database.c index d8d4a0892..92887c7de 100644 --- a/swad_group_database.c +++ b/swad_group_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_group_database.h b/swad_group_database.h index f42048c58..4fac3b00c 100644 --- a/swad_group_database.h +++ b/swad_group_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_help.c b/swad_help.c index 218f99f98..9bf93bcee 100644 --- a/swad_help.c +++ b/swad_help.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_help.h b/swad_help.h index be4b1f649..772d95699 100644 --- a/swad_help.h +++ b/swad_help.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_help_URL.c b/swad_help_URL.c index 099e957cc..3a935f497 100644 --- a/swad_help_URL.c +++ b/swad_help_URL.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_hierarchy.c b/swad_hierarchy.c index cf0be3b31..eaea9857f 100644 --- a/swad_hierarchy.c +++ b/swad_hierarchy.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_hierarchy.h b/swad_hierarchy.h index 49bfd78cd..322bb0345 100644 --- a/swad_hierarchy.h +++ b/swad_hierarchy.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_hierarchy_config.c b/swad_hierarchy_config.c index 293bc5004..25ca54a47 100644 --- a/swad_hierarchy_config.c +++ b/swad_hierarchy_config.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_hierarchy_config.h b/swad_hierarchy_config.h index 44fe2e6b0..66fb69e57 100644 --- a/swad_hierarchy_config.h +++ b/swad_hierarchy_config.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_hierarchy_database.c b/swad_hierarchy_database.c index bfc00ed31..49c5d6202 100644 --- a/swad_hierarchy_database.c +++ b/swad_hierarchy_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_hierarchy_database.h b/swad_hierarchy_database.h index 9f79d6346..cf6298de9 100644 --- a/swad_hierarchy_database.h +++ b/swad_hierarchy_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_hierarchy_level.h b/swad_hierarchy_level.h index f996d349f..b5a5f93fa 100644 --- a/swad_hierarchy_level.h +++ b/swad_hierarchy_level.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_holiday.c b/swad_holiday.c index 1545f5355..584005247 100644 --- a/swad_holiday.c +++ b/swad_holiday.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_holiday.h b/swad_holiday.h index 23be809d4..8c5228556 100644 --- a/swad_holiday.h +++ b/swad_holiday.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_holiday_database.c b/swad_holiday_database.c index decd38c8f..96060a17a 100644 --- a/swad_holiday_database.c +++ b/swad_holiday_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_holiday_database.h b/swad_holiday_database.h index 853af29a5..663493ce7 100644 --- a/swad_holiday_database.h +++ b/swad_holiday_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_icon.c b/swad_icon.c index c7e673b11..f3d1b4d0c 100644 --- a/swad_icon.c +++ b/swad_icon.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_icon.h b/swad_icon.h index 34eaeca0c..6013ee19f 100644 --- a/swad_icon.h +++ b/swad_icon.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_indicator.c b/swad_indicator.c index a09658a16..05d220451 100644 --- a/swad_indicator.c +++ b/swad_indicator.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_indicator.h b/swad_indicator.h index 3828da79a..23a931110 100644 --- a/swad_indicator.h +++ b/swad_indicator.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_indicator_database.c b/swad_indicator_database.c index 0d386895a..c6e554af0 100644 --- a/swad_indicator_database.c +++ b/swad_indicator_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_indicator_database.h b/swad_indicator_database.h index c272ba3ed..579fb3484 100644 --- a/swad_indicator_database.h +++ b/swad_indicator_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_info.c b/swad_info.c index c8bf86d01..b6a9d33ad 100644 --- a/swad_info.c +++ b/swad_info.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_info.h b/swad_info.h index 29972ef49..c61f15d9d 100644 --- a/swad_info.h +++ b/swad_info.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_info_database.c b/swad_info_database.c index 693185613..2271dcbef 100644 --- a/swad_info_database.c +++ b/swad_info_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_info_database.h b/swad_info_database.h index a9ef76265..040ef1cb6 100644 --- a/swad_info_database.h +++ b/swad_info_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_institution.c b/swad_institution.c index 3d1d3c70c..785ea4b44 100644 --- a/swad_institution.c +++ b/swad_institution.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_institution.h b/swad_institution.h index 316f610b1..917fc3b07 100644 --- a/swad_institution.h +++ b/swad_institution.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_institution_config.c b/swad_institution_config.c index 1585912fa..4a85ec059 100644 --- a/swad_institution_config.c +++ b/swad_institution_config.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_institution_config.h b/swad_institution_config.h index 1571ef6b2..697c5f0c7 100644 --- a/swad_institution_config.h +++ b/swad_institution_config.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_institution_database.c b/swad_institution_database.c index 519922d76..b501b8e06 100644 --- a/swad_institution_database.c +++ b/swad_institution_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_institution_database.h b/swad_institution_database.h index 90b31e374..24096e563 100644 --- a/swad_institution_database.h +++ b/swad_institution_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_language.c b/swad_language.c index a2d61b5b7..8f50dc99e 100644 --- a/swad_language.c +++ b/swad_language.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_language.h b/swad_language.h index f3a82dfb0..28b2cbae3 100644 --- a/swad_language.h +++ b/swad_language.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_layout.c b/swad_layout.c index ae8fd6a6b..8e5375d8a 100644 --- a/swad_layout.c +++ b/swad_layout.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_layout.h b/swad_layout.h index a333f9aa5..eea497cc0 100644 --- a/swad_layout.h +++ b/swad_layout.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_link.c b/swad_link.c index 173009fe8..47637cddb 100644 --- a/swad_link.c +++ b/swad_link.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_link.h b/swad_link.h index 4b743b9da..b79e5bbe7 100644 --- a/swad_link.h +++ b/swad_link.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_link_database.c b/swad_link_database.c index b6bfc2029..777c766a8 100644 --- a/swad_link_database.c +++ b/swad_link_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_link_database.h b/swad_link_database.h index 00cb349b6..43311442a 100644 --- a/swad_link_database.h +++ b/swad_link_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_log.c b/swad_log.c index 6cd27e7c7..a9d19bb68 100644 --- a/swad_log.c +++ b/swad_log.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_log.h b/swad_log.h index c70c9f7a2..72cbf6338 100644 --- a/swad_log.h +++ b/swad_log.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_log_database.c b/swad_log_database.c index 4a73ddb3f..e28923878 100644 --- a/swad_log_database.c +++ b/swad_log_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_log_database.h b/swad_log_database.h index cd34c4563..f16487fcd 100644 --- a/swad_log_database.h +++ b/swad_log_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_logo.c b/swad_logo.c index 7f2515f2b..ce46031f2 100644 --- a/swad_logo.c +++ b/swad_logo.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_logo.h b/swad_logo.h index a1b30de12..4a2ea915c 100644 --- a/swad_logo.h +++ b/swad_logo.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_mail.c b/swad_mail.c index b22b3d7e9..e3760602f 100644 --- a/swad_mail.c +++ b/swad_mail.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_mail.h b/swad_mail.h index 87b739c0e..1fd349607 100644 --- a/swad_mail.h +++ b/swad_mail.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_mail_database.c b/swad_mail_database.c index af830a4f5..d6efc0429 100644 --- a/swad_mail_database.c +++ b/swad_mail_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_mail_database.h b/swad_mail_database.h index 3e337ff6c..3cee0e9ad 100644 --- a/swad_mail_database.h +++ b/swad_mail_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_main.c b/swad_main.c index d5645c3fe..bbdfb455c 100644 --- a/swad_main.c +++ b/swad_main.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_maintenance.c b/swad_maintenance.c index efabc3c66..63444fb90 100644 --- a/swad_maintenance.c +++ b/swad_maintenance.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_maintenance.h b/swad_maintenance.h index 554cea7c6..35c618724 100644 --- a/swad_maintenance.h +++ b/swad_maintenance.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_map.c b/swad_map.c index c1b487277..89666e2c2 100644 --- a/swad_map.c +++ b/swad_map.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_map.h b/swad_map.h index 4ebded42e..094856d96 100644 --- a/swad_map.h +++ b/swad_map.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_mark.c b/swad_mark.c index a544fa292..53f5b9682 100644 --- a/swad_mark.c +++ b/swad_mark.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_mark.h b/swad_mark.h index ab3175ea0..2a55046cc 100644 --- a/swad_mark.h +++ b/swad_mark.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_mark_database.c b/swad_mark_database.c index 479e635c3..1ba70510b 100644 --- a/swad_mark_database.c +++ b/swad_mark_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_mark_database.h b/swad_mark_database.h index 35a40d9c5..7dc2623b1 100644 --- a/swad_mark_database.h +++ b/swad_mark_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_match.c b/swad_match.c index 5030ba5e1..be7656b83 100644 --- a/swad_match.c +++ b/swad_match.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_match.h b/swad_match.h index bd7d5892c..5d6254a43 100644 --- a/swad_match.h +++ b/swad_match.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_match_database.c b/swad_match_database.c index af8893be5..a1999f211 100644 --- a/swad_match_database.c +++ b/swad_match_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_match_database.h b/swad_match_database.h index 50ec67fe0..dde5804b3 100644 --- a/swad_match_database.h +++ b/swad_match_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_match_print.c b/swad_match_print.c index ed5cd87b4..6e461091a 100644 --- a/swad_match_print.c +++ b/swad_match_print.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_match_print.h b/swad_match_print.h index 5c815e335..a71d85828 100644 --- a/swad_match_print.h +++ b/swad_match_print.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_match_result.c b/swad_match_result.c index f0b291751..1fa2760ce 100644 --- a/swad_match_result.c +++ b/swad_match_result.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_match_result.h b/swad_match_result.h index 1ed76d969..3194bff77 100644 --- a/swad_match_result.h +++ b/swad_match_result.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_media.c b/swad_media.c index 3d62f41ac..637ea15da 100644 --- a/swad_media.c +++ b/swad_media.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_media.h b/swad_media.h index 00a9527d1..a345a0efc 100644 --- a/swad_media.h +++ b/swad_media.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_media_database.c b/swad_media_database.c index 55c22fe18..0180a91db 100644 --- a/swad_media_database.c +++ b/swad_media_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_media_database.h b/swad_media_database.h index c16dee4f4..9373a8d27 100644 --- a/swad_media_database.h +++ b/swad_media_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_menu.c b/swad_menu.c index a2415efc9..34878b4ce 100644 --- a/swad_menu.c +++ b/swad_menu.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_menu.h b/swad_menu.h index 795dd249f..2e9ecb3fe 100644 --- a/swad_menu.h +++ b/swad_menu.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_message.c b/swad_message.c index 2293d1790..e52ca9a7b 100644 --- a/swad_message.c +++ b/swad_message.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_message.h b/swad_message.h index 38be001ab..75c4f06f6 100644 --- a/swad_message.h +++ b/swad_message.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_message_database.c b/swad_message_database.c index 82ecf5fee..a884a4126 100644 --- a/swad_message_database.c +++ b/swad_message_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_message_database.h b/swad_message_database.h index 6a25faf15..fe357723e 100644 --- a/swad_message_database.h +++ b/swad_message_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_network.c b/swad_network.c index 650854d35..f328cb735 100644 --- a/swad_network.c +++ b/swad_network.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_network.h b/swad_network.h index 374c3451f..53452cee9 100644 --- a/swad_network.h +++ b/swad_network.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_network_database.c b/swad_network_database.c index bbc596036..aebbd2891 100644 --- a/swad_network_database.c +++ b/swad_network_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_network_database.h b/swad_network_database.h index 5d4f5ea48..a7ebe3dbf 100644 --- a/swad_network_database.h +++ b/swad_network_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_nickname.c b/swad_nickname.c index 417f7fe25..b595e6adb 100644 --- a/swad_nickname.c +++ b/swad_nickname.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_nickname.h b/swad_nickname.h index da06eee41..270ec4dfe 100644 --- a/swad_nickname.h +++ b/swad_nickname.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_nickname_database.c b/swad_nickname_database.c index 842dfc6f1..ec8f5213b 100644 --- a/swad_nickname_database.c +++ b/swad_nickname_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_nickname_database.h b/swad_nickname_database.h index 4bdcbac8d..2393eb608 100644 --- a/swad_nickname_database.h +++ b/swad_nickname_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_notice.c b/swad_notice.c index e12e8278a..9e6eccb18 100644 --- a/swad_notice.c +++ b/swad_notice.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_notice.h b/swad_notice.h index cb9eadd83..8138d80b3 100644 --- a/swad_notice.h +++ b/swad_notice.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_notice_database.c b/swad_notice_database.c index 9a10aef54..af21ea218 100644 --- a/swad_notice_database.c +++ b/swad_notice_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_notice_database.h b/swad_notice_database.h index 65a646fc1..71f8123e6 100644 --- a/swad_notice_database.h +++ b/swad_notice_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_notification.c b/swad_notification.c index cbcc3dd01..36a2e7586 100644 --- a/swad_notification.c +++ b/swad_notification.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_notification.h b/swad_notification.h index aae3297da..e4389e77b 100644 --- a/swad_notification.h +++ b/swad_notification.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_notification_database.c b/swad_notification_database.c index f69d0cb73..a967fc33b 100644 --- a/swad_notification_database.c +++ b/swad_notification_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_notification_database.h b/swad_notification_database.h index 2bc5a044c..ad1007279 100644 --- a/swad_notification_database.h +++ b/swad_notification_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_pagination.c b/swad_pagination.c index 9da44e74b..aec072044 100644 --- a/swad_pagination.c +++ b/swad_pagination.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_pagination.h b/swad_pagination.h index d49e329de..048d1e001 100644 --- a/swad_pagination.h +++ b/swad_pagination.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_parameter.c b/swad_parameter.c index 6859543c7..17db26c46 100644 --- a/swad_parameter.c +++ b/swad_parameter.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_parameter.h b/swad_parameter.h index 82a83c6d7..2ac14681b 100644 --- a/swad_parameter.h +++ b/swad_parameter.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_password.c b/swad_password.c index 1c936bfb8..9b67cbcd0 100644 --- a/swad_password.c +++ b/swad_password.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_password.h b/swad_password.h index 95001efd2..20f150168 100644 --- a/swad_password.h +++ b/swad_password.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_password_database.c b/swad_password_database.c index ba217013c..776cec9db 100644 --- a/swad_password_database.c +++ b/swad_password_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_password_database.h b/swad_password_database.h index 21eaad305..6aa8c4452 100644 --- a/swad_password_database.h +++ b/swad_password_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_photo.c b/swad_photo.c index e64c5e1fa..21cc3588e 100644 --- a/swad_photo.c +++ b/swad_photo.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_photo.h b/swad_photo.h index 2af0ff052..e73552f31 100644 --- a/swad_photo.h +++ b/swad_photo.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_photo_database.c b/swad_photo_database.c index 939a98ea8..7bf16e87d 100644 --- a/swad_photo_database.c +++ b/swad_photo_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_photo_database.h b/swad_photo_database.h index 91b6c90d9..e067a26dc 100644 --- a/swad_photo_database.h +++ b/swad_photo_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_photo_shape.c b/swad_photo_shape.c index 682872cee..0e9c5a44f 100644 --- a/swad_photo_shape.c +++ b/swad_photo_shape.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_photo_shape.h b/swad_photo_shape.h index 1276a9bd1..314171963 100644 --- a/swad_photo_shape.h +++ b/swad_photo_shape.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_place.c b/swad_place.c index cc1b04ae8..7f48ce97d 100644 --- a/swad_place.c +++ b/swad_place.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_place.h b/swad_place.h index 814eece7f..e42e21b8c 100644 --- a/swad_place.h +++ b/swad_place.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_place_database.c b/swad_place_database.c index 557c656e5..cafc9f70e 100644 --- a/swad_place_database.c +++ b/swad_place_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_place_database.h b/swad_place_database.h index 6cfa1f36e..7208dfdaa 100644 --- a/swad_place_database.h +++ b/swad_place_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_plugin.c b/swad_plugin.c index 25dcc6f06..a45a99569 100644 --- a/swad_plugin.c +++ b/swad_plugin.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_plugin.h b/swad_plugin.h index 28f9cd069..3858a053d 100644 --- a/swad_plugin.h +++ b/swad_plugin.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_plugin_database.c b/swad_plugin_database.c index 02b063821..7e6419bb5 100644 --- a/swad_plugin_database.c +++ b/swad_plugin_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_plugin_database.h b/swad_plugin_database.h index 9125f10b7..3a0d1b5a3 100644 --- a/swad_plugin_database.h +++ b/swad_plugin_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_privacy.c b/swad_privacy.c index 30aa3b00e..eb481f485 100644 --- a/swad_privacy.c +++ b/swad_privacy.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_privacy.h b/swad_privacy.h index 9f38e2915..49d61dcd6 100644 --- a/swad_privacy.h +++ b/swad_privacy.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_privacy_visibility_type.h b/swad_privacy_visibility_type.h index ada3740e1..b298e96fc 100644 --- a/swad_privacy_visibility_type.h +++ b/swad_privacy_visibility_type.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_profile.c b/swad_profile.c index d160e57e8..94d4aa84a 100644 --- a/swad_profile.c +++ b/swad_profile.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_profile.h b/swad_profile.h index 94c3a8ad1..92f1b35b4 100644 --- a/swad_profile.h +++ b/swad_profile.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_profile_database.c b/swad_profile_database.c index 4ab240701..77751878b 100644 --- a/swad_profile_database.c +++ b/swad_profile_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_profile_database.h b/swad_profile_database.h index 484535c4e..6bb99c11d 100644 --- a/swad_profile_database.h +++ b/swad_profile_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_program.c b/swad_program.c index 9dc5d594b..4a3d6febe 100644 --- a/swad_program.c +++ b/swad_program.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_program.h b/swad_program.h index fdbcc6e2e..b8b8eb6a5 100644 --- a/swad_program.h +++ b/swad_program.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_program_database.c b/swad_program_database.c index dbd012fe6..a652d73cd 100644 --- a/swad_program_database.c +++ b/swad_program_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_program_database.h b/swad_program_database.h index e1ef68c52..de737ad37 100644 --- a/swad_program_database.h +++ b/swad_program_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_program_resource.c b/swad_program_resource.c index f0fbce4b7..e69d47d84 100644 --- a/swad_program_resource.c +++ b/swad_program_resource.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -29,6 +29,7 @@ #include // For asprintf #include // For string functions +#include "swad_assignment_resource.h" #include "swad_attendance.h" #include "swad_browser.h" #include "swad_call_for_exam.h" @@ -1017,15 +1018,15 @@ static void PrgRsc_WriteLinkName (const struct Prg_Link *Link,bool PutFormToGo, const char *IconTitle) = { [PrgRsc_NONE ] = PrgRsc_WriteEmptyLinkInCrsProgram, - [PrgRsc_ASSIGNMENT ] = Asg_WriteAssignmentInCrsProgram, - [PrgRsc_CALL_FOR_EXAM ] = Cfe_WriteCallForExamInCrsProgram, - [PrgRsc_EXAM ] = Exa_WriteExamInCrsProgram, - [PrgRsc_GAME ] = Gam_WriteGameInCrsProgram, - [PrgRsc_SURVEY ] = Svy_WriteSurveyInCrsProgram, - [PrgRsc_DOCUMENT ] = Brw_WriteDocFileNameInCrsProgram, - [PrgRsc_MARKS ] = Brw_WriteMrkFileNameInCrsProgram, - [PrgRsc_ATTENDANCE_EVENT] = Att_WriteAttEventInCrsProgram, - [PrgRsc_FORUM_THREAD ] = For_WriteThreadInCrsProgram, + [PrgRsc_ASSIGNMENT ] = AsgRsc_WriteAssignmentInCrsProgram, + [PrgRsc_CALL_FOR_EXAM ] = CfeRsc_WriteCallForExamInCrsProgram, + [PrgRsc_EXAM ] = ExaRsc_WriteExamInCrsProgram, + [PrgRsc_GAME ] = GamRsc_WriteGameInCrsProgram, + [PrgRsc_SURVEY ] = SvyRsc_WriteSurveyInCrsProgram, + [PrgRsc_DOCUMENT ] = BrwRsc_WriteDocFileNameInCrsProgram, + [PrgRsc_MARKS ] = BrwRsc_WriteMrkFileNameInCrsProgram, + [PrgRsc_ATTENDANCE_EVENT] = AttRsc_WriteAttEventInCrsProgram, + [PrgRsc_FORUM_THREAD ] = ForRsc_WriteThreadInCrsProgram, }; /***** Trivial check: code should be > 0 *****/ @@ -1066,15 +1067,15 @@ static void PrgRsc_GetResourceTitleFromLink (struct Prg_Item *Item) static void (*GetTitle[PrgRsc_NUM_TYPES]) (long Cod,char *Title,size_t TitleSize) = { [PrgRsc_NONE ] = NULL, - [PrgRsc_ASSIGNMENT ] = Asg_GetTitleFromAsgCod, - [PrgRsc_CALL_FOR_EXAM ] = Cfe_GetTitleFromExaCod, - [PrgRsc_EXAM ] = Exa_GetTitleFromExaCod, - [PrgRsc_GAME ] = Gam_GetTitleFromGamCod, - [PrgRsc_SURVEY ] = Svy_GetTitleFromSvyCod, - [PrgRsc_DOCUMENT ] = Brw_GetFileNameFromFilCod, - [PrgRsc_MARKS ] = Brw_GetFileNameFromFilCod, - [PrgRsc_ATTENDANCE_EVENT] = Att_GetTitleFromAttCod, - [PrgRsc_FORUM_THREAD ] = For_GetTitleFromThrCod, + [PrgRsc_ASSIGNMENT ] = AsgRsc_GetTitleFromAsgCod, + [PrgRsc_CALL_FOR_EXAM ] = CfeRsc_GetTitleFromExaCod, + [PrgRsc_EXAM ] = ExaRsc_GetTitleFromExaCod, + [PrgRsc_GAME ] = GamRsc_GetTitleFromGamCod, + [PrgRsc_SURVEY ] = SvyRsc_GetTitleFromSvyCod, + [PrgRsc_DOCUMENT ] = BrwRsc_GetFileNameFromFilCod, + [PrgRsc_MARKS ] = BrwRsc_GetFileNameFromFilCod, + [PrgRsc_ATTENDANCE_EVENT] = AttRsc_GetTitleFromAttCod, + [PrgRsc_FORUM_THREAD ] = ForRsc_GetTitleFromThrCod, }; /***** Reset title *****/ diff --git a/swad_program_resource.h b/swad_program_resource.h index 579dc3a2d..a0cd78468 100644 --- a/swad_program_resource.h +++ b/swad_program_resource.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_project.c b/swad_project.c index 176a5420f..21bf797dd 100644 --- a/swad_project.c +++ b/swad_project.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_project.h b/swad_project.h index 48364c8bd..c0d0f0a96 100644 --- a/swad_project.h +++ b/swad_project.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_project_database.c b/swad_project_database.c index fd7978c4a..baf476419 100644 --- a/swad_project_database.c +++ b/swad_project_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_project_database.h b/swad_project_database.h index 42a099b14..9b892118f 100644 --- a/swad_project_database.h +++ b/swad_project_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_question.c b/swad_question.c index f2c3a3cee..b88e72581 100644 --- a/swad_question.c +++ b/swad_question.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_question.h b/swad_question.h index 0a8a0ad14..eed0f805f 100644 --- a/swad_question.h +++ b/swad_question.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_question_database.c b/swad_question_database.c index 4021cfcb6..311321a65 100644 --- a/swad_question_database.c +++ b/swad_question_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_question_database.h b/swad_question_database.h index 1fd3ddf86..bf78ee7c8 100644 --- a/swad_question_database.h +++ b/swad_question_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_question_import.c b/swad_question_import.c index 5afeda307..b008ee53a 100644 --- a/swad_question_import.c +++ b/swad_question_import.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_question_import.h b/swad_question_import.h index 417ffd8ac..5d8586c61 100644 --- a/swad_question_import.h +++ b/swad_question_import.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_question_type.h b/swad_question_type.h index 99a9ad8e4..3f2f94574 100644 --- a/swad_question_type.h +++ b/swad_question_type.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_record.c b/swad_record.c index af5a22bea..2be4ca7f0 100644 --- a/swad_record.c +++ b/swad_record.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_record.h b/swad_record.h index b2af1cdd4..f2fb5ecd9 100644 --- a/swad_record.h +++ b/swad_record.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_record_database.c b/swad_record_database.c index 6976011f9..815d45cf9 100644 --- a/swad_record_database.c +++ b/swad_record_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_record_database.h b/swad_record_database.h index c44efba62..8675abd84 100644 --- a/swad_record_database.h +++ b/swad_record_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_report.c b/swad_report.c index 44cc09cfe..df642cf11 100644 --- a/swad_report.c +++ b/swad_report.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_report.h b/swad_report.h index 1ed56d83a..ca1f9f8c1 100644 --- a/swad_report.h +++ b/swad_report.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_report_database.c b/swad_report_database.c index cfc48dcf9..e96ce28fe 100644 --- a/swad_report_database.c +++ b/swad_report_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_report_database.h b/swad_report_database.h index 356f7d8eb..23b949bbf 100644 --- a/swad_report_database.h +++ b/swad_report_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_role.c b/swad_role.c index 79c96c67a..53883a3fd 100644 --- a/swad_role.c +++ b/swad_role.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_role.h b/swad_role.h index 93896796f..8a04dfed1 100644 --- a/swad_role.h +++ b/swad_role.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_role_database.c b/swad_role_database.c index 587ffaefd..a2f606747 100644 --- a/swad_role_database.c +++ b/swad_role_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_role_database.h b/swad_role_database.h index 1c587462a..5a5f73c60 100644 --- a/swad_role_database.h +++ b/swad_role_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_role_type.h b/swad_role_type.h index 3683f80c2..4d32d3818 100644 --- a/swad_role_type.h +++ b/swad_role_type.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_room.c b/swad_room.c index e2ab3520b..6a8f9457e 100644 --- a/swad_room.c +++ b/swad_room.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_room.h b/swad_room.h index 4e55cf9be..f28e84f52 100644 --- a/swad_room.h +++ b/swad_room.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_room_database.c b/swad_room_database.c index 75c374992..f6e7de913 100644 --- a/swad_room_database.c +++ b/swad_room_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_room_database.h b/swad_room_database.h index 9ee75c06b..feab2791a 100644 --- a/swad_room_database.h +++ b/swad_room_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_scope.c b/swad_scope.c index 216173260..0bd77b0b9 100644 --- a/swad_scope.c +++ b/swad_scope.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_scope.h b/swad_scope.h index 4244af5da..632df10ac 100644 --- a/swad_scope.h +++ b/swad_scope.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_search.c b/swad_search.c index 5d1f7bbf0..56f33034b 100644 --- a/swad_search.c +++ b/swad_search.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_search.h b/swad_search.h index 40f6d9291..62ad94b31 100644 --- a/swad_search.h +++ b/swad_search.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_session.c b/swad_session.c index 19ccd6e7c..d5743e6e2 100644 --- a/swad_session.c +++ b/swad_session.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_session.h b/swad_session.h index 58b000b9b..9016bf1ce 100644 --- a/swad_session.h +++ b/swad_session.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_session_database.c b/swad_session_database.c index df033a127..aa8b59ad8 100644 --- a/swad_session_database.c +++ b/swad_session_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_session_database.h b/swad_session_database.h index df90dbc7d..9c85575e2 100644 --- a/swad_session_database.h +++ b/swad_session_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_setting.c b/swad_setting.c index 635e5ecf1..044da925b 100644 --- a/swad_setting.c +++ b/swad_setting.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_setting.h b/swad_setting.h index d8bf83cbb..a154c8d73 100644 --- a/swad_setting.h +++ b/swad_setting.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_setting_database.c b/swad_setting_database.c index 60624ebca..0c4d83c21 100644 --- a/swad_setting_database.c +++ b/swad_setting_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_setting_database.h b/swad_setting_database.h index e20d94750..fccf24a14 100644 --- a/swad_setting_database.h +++ b/swad_setting_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_statistic.c b/swad_statistic.c index dab5b7cbe..fbfd9958f 100644 --- a/swad_statistic.c +++ b/swad_statistic.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_statistic.h b/swad_statistic.h index 062bc5d6d..1dcfa808e 100644 --- a/swad_statistic.h +++ b/swad_statistic.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_statistic_database.c b/swad_statistic_database.c index 5151777b8..fd481d8c1 100644 --- a/swad_statistic_database.c +++ b/swad_statistic_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_statistic_database.h b/swad_statistic_database.h index 0976315ab..c90927ba8 100644 --- a/swad_statistic_database.h +++ b/swad_statistic_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_string.c b/swad_string.c index c24d0c86d..fa7d2f09c 100644 --- a/swad_string.c +++ b/swad_string.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_string.h b/swad_string.h index 7bd69eca2..448b4d697 100644 --- a/swad_string.h +++ b/swad_string.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_survey.c b/swad_survey.c index b0a265ca4..646b67a47 100644 --- a/swad_survey.c +++ b/swad_survey.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -3489,7 +3489,7 @@ void Svy_GetLinkToSurvey (void) /********************** Write survey in course program ***********************/ /*****************************************************************************/ -void Svy_WriteSurveyInCrsProgram (long SvyCod,bool PutFormToGo, +void SvyRsc_WriteSurveyInCrsProgram (long SvyCod,bool PutFormToGo, const char *Icon,const char *IconTitle) { extern const char *Txt_Actions[Act_NUM_ACTIONS]; @@ -3531,7 +3531,7 @@ void Svy_WriteSurveyInCrsProgram (long SvyCod,bool PutFormToGo, /********************* Get survey title from survey code *********************/ /*****************************************************************************/ -void Svy_GetTitleFromSvyCod (long SvyCod,char *Title,size_t TitleSize) +void SvyRsc_GetTitleFromSvyCod (long SvyCod,char *Title,size_t TitleSize) { char TitleFromDB[Svy_MAX_BYTES_SURVEY_TITLE + 1]; diff --git a/swad_survey.h b/swad_survey.h index 8b8fee636..d8002177f 100644 --- a/swad_survey.h +++ b/swad_survey.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -119,7 +119,7 @@ void Svy_GetAndShowSurveysStats (void); //--------------------------- Program resources ------------------------------- void Svy_GetLinkToSurvey (void); -void Svy_WriteSurveyInCrsProgram (long SvyCod,bool PutFormToGo, +void SvyRsc_WriteSurveyInCrsProgram (long SvyCod,bool PutFormToGo, const char *Icon,const char *IconTitle); -void Svy_GetTitleFromSvyCod (long SvyCod,char *Title,size_t TitleSize); +void SvyRsc_GetTitleFromSvyCod (long SvyCod,char *Title,size_t TitleSize); #endif diff --git a/swad_survey_database.c b/swad_survey_database.c index 63e03bebc..b70d6779e 100644 --- a/swad_survey_database.c +++ b/swad_survey_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_survey_database.h b/swad_survey_database.h index e30df4fb1..f07599680 100644 --- a/swad_survey_database.h +++ b/swad_survey_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_syllabus.c b/swad_syllabus.c index 2990f124c..5313937ce 100644 --- a/swad_syllabus.c +++ b/swad_syllabus.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_syllabus.h b/swad_syllabus.h index 60ffb5984..9ba7f05b8 100644 --- a/swad_syllabus.h +++ b/swad_syllabus.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_system_config.c b/swad_system_config.c index 11fe1757f..bbdf0ae86 100644 --- a/swad_system_config.c +++ b/swad_system_config.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_system_config.h b/swad_system_config.h index e95c9e7bd..523940bb5 100644 --- a/swad_system_config.h +++ b/swad_system_config.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_tab.c b/swad_tab.c index d4d6645c8..6ea036ccf 100644 --- a/swad_tab.c +++ b/swad_tab.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_tab.h b/swad_tab.h index 73f7e8d88..391edbd82 100644 --- a/swad_tab.h +++ b/swad_tab.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_tag.c b/swad_tag.c index 0ba4ab2ce..5bc6d1308 100644 --- a/swad_tag.c +++ b/swad_tag.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_tag.h b/swad_tag.h index eb07a0a97..0dbdcceb5 100644 --- a/swad_tag.h +++ b/swad_tag.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_tag_database.c b/swad_tag_database.c index 8b5c34014..655edc0e6 100644 --- a/swad_tag_database.c +++ b/swad_tag_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_tag_database.h b/swad_tag_database.h index 5a91e3435..e00170657 100644 --- a/swad_tag_database.h +++ b/swad_tag_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_template.c b/swad_template.c index bd9032c92..8f97c8d8c 100644 --- a/swad_template.c +++ b/swad_template.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_template.h b/swad_template.h index 4e17e5c37..44e750a0e 100644 --- a/swad_template.h +++ b/swad_template.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_test.c b/swad_test.c index f0a690288..79637e4c9 100644 --- a/swad_test.c +++ b/swad_test.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_test.h b/swad_test.h index 8bbb18596..0973e659d 100644 --- a/swad_test.h +++ b/swad_test.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_test_config.c b/swad_test_config.c index 42457dab2..e8b1e1720 100644 --- a/swad_test_config.c +++ b/swad_test_config.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_test_config.h b/swad_test_config.h index 0eddd691e..0f24dffc1 100644 --- a/swad_test_config.h +++ b/swad_test_config.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_test_database.c b/swad_test_database.c index 515014488..893df9d45 100644 --- a/swad_test_database.c +++ b/swad_test_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_test_database.h b/swad_test_database.h index 86a7cc3bd..321bb2392 100644 --- a/swad_test_database.h +++ b/swad_test_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_test_print.c b/swad_test_print.c index e8b54ec2b..2fb7ef2c7 100644 --- a/swad_test_print.c +++ b/swad_test_print.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_test_print.h b/swad_test_print.h index 07448d83d..ea49eac8b 100644 --- a/swad_test_print.h +++ b/swad_test_print.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_test_visibility.c b/swad_test_visibility.c index d121aa7a1..137485010 100644 --- a/swad_test_visibility.c +++ b/swad_test_visibility.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_test_visibility.h b/swad_test_visibility.h index 78d84ab73..863c252e6 100644 --- a/swad_test_visibility.h +++ b/swad_test_visibility.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_text.c b/swad_text.c index 3d769b6f2..79e994f0f 100644 --- a/swad_text.c +++ b/swad_text.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas Catalā translation: Antonio Caņas Vargas diff --git a/swad_text_action.c b/swad_text_action.c index 1d2b58418..d6c9dc8fb 100644 --- a/swad_text_action.c +++ b/swad_text_action.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_text_no_html.c b/swad_text_no_html.c index 331ba0138..89437b532 100644 --- a/swad_text_no_html.c +++ b/swad_text_no_html.c @@ -16,7 +16,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas Catalā translation: Antonio Caņas Vargas diff --git a/swad_theme.c b/swad_theme.c index 24dabc6e2..c6e543f55 100644 --- a/swad_theme.c +++ b/swad_theme.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_theme.h b/swad_theme.h index 2f9131dde..d4d4c226f 100644 --- a/swad_theme.h +++ b/swad_theme.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_timeline.c b/swad_timeline.c index ef86fade5..90309d442 100644 --- a/swad_timeline.c +++ b/swad_timeline.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_timeline.h b/swad_timeline.h index 912cd7b9a..8782c0f45 100644 --- a/swad_timeline.h +++ b/swad_timeline.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_timeline_comment.c b/swad_timeline_comment.c index 2a0da63f6..dee41a9bd 100644 --- a/swad_timeline_comment.c +++ b/swad_timeline_comment.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_timeline_comment.h b/swad_timeline_comment.h index 43e81b7a5..5d5953422 100644 --- a/swad_timeline_comment.h +++ b/swad_timeline_comment.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_timeline_database.c b/swad_timeline_database.c index 5668da28b..8dde3837f 100644 --- a/swad_timeline_database.c +++ b/swad_timeline_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_timeline_database.h b/swad_timeline_database.h index 103a3e98b..6543b0d8b 100644 --- a/swad_timeline_database.h +++ b/swad_timeline_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_timeline_favourite.c b/swad_timeline_favourite.c index 4c394bf97..de83463ea 100644 --- a/swad_timeline_favourite.c +++ b/swad_timeline_favourite.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_timeline_favourite.h b/swad_timeline_favourite.h index 8f01a9e19..c2546ab69 100644 --- a/swad_timeline_favourite.h +++ b/swad_timeline_favourite.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_timeline_form.c b/swad_timeline_form.c index f6b4a7a26..53919dfe7 100644 --- a/swad_timeline_form.c +++ b/swad_timeline_form.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_timeline_form.h b/swad_timeline_form.h index c377942d1..6976f7375 100644 --- a/swad_timeline_form.h +++ b/swad_timeline_form.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_timeline_note.c b/swad_timeline_note.c index 59b79c66b..4ee42dd9d 100644 --- a/swad_timeline_note.c +++ b/swad_timeline_note.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_timeline_note.h b/swad_timeline_note.h index 9cc3c8caf..fb9e5a905 100644 --- a/swad_timeline_note.h +++ b/swad_timeline_note.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_timeline_notification.c b/swad_timeline_notification.c index 262d7a905..526ae925c 100644 --- a/swad_timeline_notification.c +++ b/swad_timeline_notification.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_timeline_notification.h b/swad_timeline_notification.h index 249ba42cd..d310b765e 100644 --- a/swad_timeline_notification.h +++ b/swad_timeline_notification.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_timeline_post.c b/swad_timeline_post.c index 05a28602c..6ac76786b 100644 --- a/swad_timeline_post.c +++ b/swad_timeline_post.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_timeline_post.h b/swad_timeline_post.h index ef3eadec5..84ee76d2f 100644 --- a/swad_timeline_post.h +++ b/swad_timeline_post.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_timeline_publication.c b/swad_timeline_publication.c index 6ae6a8f5b..840158041 100644 --- a/swad_timeline_publication.c +++ b/swad_timeline_publication.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_timeline_publication.h b/swad_timeline_publication.h index 639470e11..020256f05 100644 --- a/swad_timeline_publication.h +++ b/swad_timeline_publication.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_timeline_share.c b/swad_timeline_share.c index cd4dcafd9..4c88261b0 100644 --- a/swad_timeline_share.c +++ b/swad_timeline_share.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_timeline_share.h b/swad_timeline_share.h index 98c59d44d..14a9dd5e8 100644 --- a/swad_timeline_share.h +++ b/swad_timeline_share.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_timeline_user.c b/swad_timeline_user.c index b221cab87..ce18d2a30 100644 --- a/swad_timeline_user.c +++ b/swad_timeline_user.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_timeline_user.h b/swad_timeline_user.h index 535b23aa8..8aed6c466 100644 --- a/swad_timeline_user.h +++ b/swad_timeline_user.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_timeline_who.c b/swad_timeline_who.c index a5a1de961..0e7099833 100644 --- a/swad_timeline_who.c +++ b/swad_timeline_who.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_timeline_who.h b/swad_timeline_who.h index 238115edc..08a5db228 100644 --- a/swad_timeline_who.h +++ b/swad_timeline_who.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_timetable.c b/swad_timetable.c index 3e89eb6a8..4455b63e0 100644 --- a/swad_timetable.c +++ b/swad_timetable.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_timetable.h b/swad_timetable.h index e70e1edcf..3c7aba579 100644 --- a/swad_timetable.h +++ b/swad_timetable.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_timetable_database.c b/swad_timetable_database.c index fb47efb83..6ea60998b 100644 --- a/swad_timetable_database.c +++ b/swad_timetable_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_timetable_database.h b/swad_timetable_database.h index 6a3a8d321..64a3e9275 100644 --- a/swad_timetable_database.h +++ b/swad_timetable_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_user.c b/swad_user.c index 9ea46628e..c26d0b860 100644 --- a/swad_user.c +++ b/swad_user.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_user.h b/swad_user.h index b8b81386c..c8e886ff3 100644 --- a/swad_user.h +++ b/swad_user.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_user_database.c b/swad_user_database.c index 67e24c8a8..6c80fee64 100644 --- a/swad_user_database.c +++ b/swad_user_database.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_user_database.h b/swad_user_database.h index 13f5234f2..f0f858632 100644 --- a/swad_user_database.h +++ b/swad_user_database.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_xml.c b/swad_xml.c index 871217cf1..6a083459f 100644 --- a/swad_xml.c +++ b/swad_xml.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_xml.h b/swad_xml.h index 633d517f1..37cd7a81b 100644 --- a/swad_xml.h +++ b/swad_xml.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/swad_zip.c b/swad_zip.c index 0079d2c12..24e3b5b91 100644 --- a/swad_zip.c +++ b/swad_zip.c @@ -6,7 +6,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General 3 License as diff --git a/swad_zip.h b/swad_zip.h index 17584b038..b9d33f23b 100644 --- a/swad_zip.h +++ b/swad_zip.h @@ -8,7 +8,7 @@ and used to support university teaching. This file is part of SWAD core. - Copyright (C) 1999-2021 Antonio Caņas Vargas + Copyright (C) 1999-2022 Antonio Caņas Vargas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as