diff --git a/network/natt.c b/network/natt.c index 81c4376e27..f7237dddfa 100644 --- a/network/natt.c +++ b/network/natt.c @@ -1,5 +1,5 @@ /* RetroArch - A frontend for libretro. - * Copyright (C) 2021-2022 - Roberto V. Rampim + * Copyright (C) 2021-2022 - Libretro team * * RetroArch is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as published by the Free Software Found- diff --git a/network/natt.h b/network/natt.h index c839154279..97fa98f5f2 100644 --- a/network/natt.h +++ b/network/natt.h @@ -1,5 +1,5 @@ /* RetroArch - A frontend for libretro. - * Copyright (C) 2021-2022 - Roberto V. Rampim + * Copyright (C) 2021-2022 - Libretro team * * RetroArch is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as published by the Free Software Found- diff --git a/network/netplay/netplay.h b/network/netplay/netplay.h index 897eba8811..c4d59649bc 100644 --- a/network/netplay/netplay.h +++ b/network/netplay/netplay.h @@ -2,7 +2,6 @@ * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2017 - Daniel De Matteis * Copyright (C) 2016-2017 - Gregor Richards - * Copyright (C) 2021-2022 - Roberto V. Rampim * * RetroArch is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as published by the Free Software Found- diff --git a/network/netplay/netplay_frontend.c b/network/netplay/netplay_frontend.c index 408443883b..88011acb5d 100644 --- a/network/netplay/netplay_frontend.c +++ b/network/netplay/netplay_frontend.c @@ -2,7 +2,6 @@ * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2021 - Daniel De Matteis * Copyright (C) 2016-2017 - Gregor Richards - * Copyright (C) 2021-2022 - Roberto V. Rampim * * RetroArch is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as published by the Free Software Found- diff --git a/network/netplay/netplay_private.h b/network/netplay/netplay_private.h index 35404212d4..781d30bbab 100644 --- a/network/netplay/netplay_private.h +++ b/network/netplay/netplay_private.h @@ -2,7 +2,6 @@ * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2017 - Daniel De Matteis * Copyright (C) 2016-2017 - Gregor Richards - * Copyright (C) 2021-2022 - Roberto V. Rampim * * RetroArch is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as published by the Free Software Found- diff --git a/network/netplay/netplay_protocol.h b/network/netplay/netplay_protocol.h index ad1605b333..7583a2e256 100644 --- a/network/netplay/netplay_protocol.h +++ b/network/netplay/netplay_protocol.h @@ -2,7 +2,6 @@ * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2017 - Daniel De Matteis * Copyright (C) 2016-2017 - Gregor Richards - * Copyright (C) 2021-2021 - Roberto V. Rampim * * RetroArch is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as published by the Free Software Found- diff --git a/tasks/task_core_updater.c b/tasks/task_core_updater.c index 479c2d83ed..0e5b267485 100644 --- a/tasks/task_core_updater.c +++ b/tasks/task_core_updater.c @@ -3,7 +3,6 @@ * Copyright (C) 2014-2017 - Jean-André Santoni * Copyright (C) 2016-2019 - Brad Parker * Copyright (C) 2019 - James Leaver - * Copyright (C) 2022 - Roberto V. Rampim * * RetroArch is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as published by the Free Software Found- diff --git a/tasks/task_netplay_find_content.c b/tasks/task_netplay_find_content.c index 0d78ea0ffd..0dc84b94d7 100644 --- a/tasks/task_netplay_find_content.c +++ b/tasks/task_netplay_find_content.c @@ -1,7 +1,6 @@ /* RetroArch - A frontend for libretro. - * Copyright (C) 2017 - Jean-André Santoni + * Copyright (C) 2017 - Jean-André Santoni * Copyright (C) 2017-2019 - Andrés Suárez - * Copyright (C) 2021-2022 - Roberto V. Rampim * * RetroArch is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as published by the Free Software Found- diff --git a/tasks/task_netplay_lan_scan.c b/tasks/task_netplay_lan_scan.c index 05f67e130b..28e7d77bac 100644 --- a/tasks/task_netplay_lan_scan.c +++ b/tasks/task_netplay_lan_scan.c @@ -1,7 +1,6 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2016-2017 - Jean-André Santoni * Copyright (C) 2016-2019 - Andrés Suárez - * Copyright (C) 2021-2022 - Roberto V. Rampim * * RetroArch is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as published by the Free Software Found- diff --git a/tasks/task_netplay_nat_traversal.c b/tasks/task_netplay_nat_traversal.c index 7fb9d8e044..0ea2373ce1 100644 --- a/tasks/task_netplay_nat_traversal.c +++ b/tasks/task_netplay_nat_traversal.c @@ -1,6 +1,5 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2017-2017 - Gregor Richards - * Copyright (C) 2021-2022 - Roberto V. Rampim * * RetroArch is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as published by the Free Software Found-