From a331b7420e6d10a84f1d2b6f4d64fea8b7921637 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Wed, 9 Jan 2019 17:19:19 -0500 Subject: [PATCH] update copyrights --- config.def.h | 2 +- configuration.c | 2 +- configuration.h | 2 +- menu/menu_displaylist.c | 2 +- menu/menu_setting.c | 2 +- msg_hash.h | 2 +- playlist.c | 1 + 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/config.def.h b/config.def.h index 7d88b2a588..98c1c33740 100644 --- a/config.def.h +++ b/config.def.h @@ -1,7 +1,7 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2016 - Daniel De Matteis - * Copyright (C) 2016 - Brad Parker + * Copyright (C) 2016-2019 - Brad Parker * * 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/configuration.c b/configuration.c index 4b1cd99df3..d9d21d1a7b 100644 --- a/configuration.c +++ b/configuration.c @@ -3,7 +3,7 @@ * Copyright (C) 2011-2017 - Daniel De Matteis * Copyright (C) 2014-2017 - Jean-André Santoni * Copyright (C) 2015-2017 - Andrés Suárez - * Copyright (C) 2016-2017 - Brad Parker + * Copyright (C) 2016-2019 - Brad Parker * * 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/configuration.h b/configuration.h index 969d051175..464885a58f 100644 --- a/configuration.h +++ b/configuration.h @@ -2,7 +2,7 @@ * 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 + * Copyright (C) 2016-2019 - Brad Parker * * 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_displaylist.c b/menu/menu_displaylist.c index fe04cae8fd..f23bef146f 100644 --- a/menu/menu_displaylist.c +++ b/menu/menu_displaylist.c @@ -2,7 +2,7 @@ * Copyright (C) 2011-2017 - Daniel De Matteis * Copyright (C) 2014-2017 - Jean-André Santoni * Copyright (C) 2015-2017 - Andrés Suárez - * Copyright (C) 2016-2017 - Brad Parker + * Copyright (C) 2016-2019 - Brad Parker * * 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 117ca34bdb..9fac37f45f 100644 --- a/menu/menu_setting.c +++ b/menu/menu_setting.c @@ -2,7 +2,7 @@ * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2017 - Daniel De Matteis * Copyright (C) 2014-2017 - Jean-André Santoni - * Copyright (C) 2016-2017 - Brad Parker + * Copyright (C) 2016-2019 - Brad Parker * * 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/msg_hash.h b/msg_hash.h index a3c0deea44..2ebf2b9e1e 100644 --- a/msg_hash.h +++ b/msg_hash.h @@ -1,7 +1,7 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2017 - Daniel De Matteis - * Copyright (C) 2016-2017 - Brad Parker + * Copyright (C) 2016-2019 - Brad Parker * * 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/playlist.c b/playlist.c index db7237f208..5fe455df4b 100644 --- a/playlist.c +++ b/playlist.c @@ -1,6 +1,7 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2017 - Daniel De Matteis + * Copyright (C) 2018-2019 - Brad Parker * * 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-