From 6cc14a4fb976fcc40f8f81f7677f970f770e07a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Andr=C3=A9=20Santoni?= Date: Thu, 27 Oct 2016 18:17:43 +0200 Subject: [PATCH] Add missing copyright mention on some files --- configuration.c | 1 + configuration.h | 1 + intl/msg_hash_fr.c | 1 + lakka.h | 1 + menu/drivers/materialui.c | 2 +- menu/drivers/xmb.c | 2 +- menu/menu_animation.c | 2 +- menu/menu_animation.h | 2 +- menu/menu_display.c | 1 + menu/menu_display.h | 1 + menu/menu_displaylist.c | 1 + menu/menu_event.c | 1 + menu/menu_setting.c | 1 + tasks/task_database.c | 1 + wifi/drivers/connmanctl.c | 2 +- wifi/drivers/nullwifi.c | 2 +- wifi/wifi_driver.c | 1 + wifi/wifi_driver.h | 1 + 18 files changed, 18 insertions(+), 6 deletions(-) diff --git a/configuration.c b/configuration.c index 54ff6fc7b8..281ad1ad01 100644 --- a/configuration.c +++ b/configuration.c @@ -1,6 +1,7 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2014-2016 - Jean-André Santoni * Copyright (C) 2016 - Brad Parker * * RetroArch is free software: you can redistribute it and/or modify it under the terms diff --git a/configuration.h b/configuration.h index 01202f37e0..9cf3d78e8f 100644 --- a/configuration.h +++ b/configuration.h @@ -1,6 +1,7 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2014-2016 - Jean-André Santoni * Copyright (C) 2016 - Brad Parker * * RetroArch is free software: you can redistribute it and/or modify it under the terms diff --git a/intl/msg_hash_fr.c b/intl/msg_hash_fr.c index b88e444be5..25e89106ad 100644 --- a/intl/msg_hash_fr.c +++ b/intl/msg_hash_fr.c @@ -1,5 +1,6 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2014-2016 - Jean-André Santoni * * 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/lakka.h b/lakka.h index 54c3e7513c..f1659d2ef8 100644 --- a/lakka.h +++ b/lakka.h @@ -1,6 +1,7 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2014-2016 - Jean-André Santoni * * 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/menu/drivers/materialui.c b/menu/drivers/materialui.c index 83d2b270e0..bb76758d72 100644 --- a/menu/drivers/materialui.c +++ b/menu/drivers/materialui.c @@ -1,6 +1,6 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2011-2016 - Daniel De Matteis - * Copyright (C) 2014-2015 - Jean-André Santoni + * Copyright (C) 2014-2016 - Jean-André Santoni * Copyright (C) 2016 - Brad Parker * * RetroArch is free software: you can redistribute it and/or modify it under the terms diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index 04989d4a44..4677896684 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -1,6 +1,6 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2011-2016 - Daniel De Matteis - * Copyright (C) 2014-2015 - Jean-André Santoni + * Copyright (C) 2014-2016 - Jean-André Santoni * Copyright (C) 2016 - Brad Parker * * RetroArch is free software: you can redistribute it and/or modify it under the terms diff --git a/menu/menu_animation.c b/menu/menu_animation.c index 1f2bfe3e87..175ac1998f 100644 --- a/menu/menu_animation.c +++ b/menu/menu_animation.c @@ -1,5 +1,5 @@ /* RetroArch - A frontend for libretro. - * Copyright (C) 2014-2015 - Jean-André Santoni + * Copyright (C) 2014-2016 - Jean-André Santoni * Copyright (C) 2011-2016 - Daniel De Matteis * * RetroArch is free software: you can redistribute it and/or modify it under the terms diff --git a/menu/menu_animation.h b/menu/menu_animation.h index 792bf4d60a..71daa5219a 100644 --- a/menu/menu_animation.h +++ b/menu/menu_animation.h @@ -1,5 +1,5 @@ /* RetroArch - A frontend for libretro. - * Copyright (C) 2014-2015 - Jean-André Santoni + * Copyright (C) 2014-2016 - Jean-André Santoni * Copyright (C) 2011-2016 - Daniel De Matteis * * RetroArch is free software: you can redistribute it and/or modify it under the terms diff --git a/menu/menu_display.c b/menu/menu_display.c index 7aeb3bcf28..7a05239a5b 100644 --- a/menu/menu_display.c +++ b/menu/menu_display.c @@ -1,5 +1,6 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2014-2016 - Jean-André Santoni * Copyright (C) 2016 - Brad Parker * * RetroArch is free software: you can redistribute it and/or modify it under the terms diff --git a/menu/menu_display.h b/menu/menu_display.h index 24aa476e76..5801964d4d 100644 --- a/menu/menu_display.h +++ b/menu/menu_display.h @@ -1,5 +1,6 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2014-2016 - Jean-André Santoni * Copyright (C) 2016 - Brad Parker * * RetroArch is free software: you can redistribute it and/or modify it under the terms diff --git a/menu/menu_displaylist.c b/menu/menu_displaylist.c index f7c2a0f184..cb262ed5c4 100644 --- a/menu/menu_displaylist.c +++ b/menu/menu_displaylist.c @@ -1,5 +1,6 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2014-2016 - Jean-André Santoni * Copyright (C) 2016 - Brad Parker * * RetroArch is free software: you can redistribute it and/or modify it under the terms diff --git a/menu/menu_event.c b/menu/menu_event.c index e467e8dd9a..2f1dca3b4e 100644 --- a/menu/menu_event.c +++ b/menu/menu_event.c @@ -1,6 +1,7 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2014-2016 - Jean-André Santoni * * 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/menu/menu_setting.c b/menu/menu_setting.c index 7328942e54..1b65373d0c 100644 --- a/menu/menu_setting.c +++ b/menu/menu_setting.c @@ -1,6 +1,7 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2014-2016 - Jean-André Santoni * Copyright (C) 2016 - Brad Parker * * RetroArch is free software: you can redistribute it and/or modify it under the terms diff --git a/tasks/task_database.c b/tasks/task_database.c index 3e418788ce..1504ee3f4e 100644 --- a/tasks/task_database.c +++ b/tasks/task_database.c @@ -1,5 +1,6 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2014-2016 - Jean-André Santoni * Copyright (C) 2016 - Brad Parker * * RetroArch is free software: you can redistribute it and/or modify it under the terms diff --git a/wifi/drivers/connmanctl.c b/wifi/drivers/connmanctl.c index 3396aecdfe..d8e68dd678 100644 --- a/wifi/drivers/connmanctl.c +++ b/wifi/drivers/connmanctl.c @@ -1,5 +1,5 @@ /* RetroArch - A frontend for libretro. - * Copyright (C) 2010-2015 - Michael Lelli + * Copyright (C) 2014-2016 - Jean-André Santoni * * 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/wifi/drivers/nullwifi.c b/wifi/drivers/nullwifi.c index 36a2eb6279..a2e960f8b5 100644 --- a/wifi/drivers/nullwifi.c +++ b/wifi/drivers/nullwifi.c @@ -1,5 +1,5 @@ /* RetroArch - A frontend for libretro. - * Copyright (C) 2010-2015 - Michael Lelli + * Copyright (C) 2014-2016 - Jean-André Santoni * * 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/wifi/wifi_driver.c b/wifi/wifi_driver.c index b9f9bc4ff7..5c0d9c9f8f 100644 --- a/wifi/wifi_driver.c +++ b/wifi/wifi_driver.c @@ -1,6 +1,7 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2014-2016 - Jean-André Santoni * * 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/wifi/wifi_driver.h b/wifi/wifi_driver.h index 2ec13f0829..55646255e4 100644 --- a/wifi/wifi_driver.h +++ b/wifi/wifi_driver.h @@ -1,6 +1,7 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2014-2016 - Jean-André Santoni * * 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-