From d1d5584d18096ce160099560901c24ff260461bf Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Thu, 27 Oct 2016 11:47:10 -0400 Subject: [PATCH] update copyright --- command.c | 1 + command.h | 1 + config.def.h | 1 + configuration.c | 1 + configuration.h | 1 + content.h | 1 + core_impl.c | 1 + core_info.c | 1 + core_info.h | 1 + cores/libretro-ffmpeg/ffmpeg_core.c | 1 + database_info.c | 1 + database_info.h | 1 + gfx/drivers_context/x_ctx.c | 1 + gfx/drivers_font/gl_raster_font.c | 1 + gfx/video_context_driver.c | 1 + gfx/video_context_driver.h | 1 + input/input_config.c | 1 + intl/msg_hash_jp.c | 1 + intl/msg_hash_us.c | 1 + libretro-common/encodings/encoding_utf.c | 1 + libretro-common/file/archive_file.c | 1 + libretro-common/file/archive_file_7z.c | 1 + libretro-common/file/archive_file_zlib.c | 1 + libretro-common/file/file_path.c | 1 + libretro-common/include/encodings/utf.h | 1 + libretro-common/include/file/archive_file.h | 1 + libretro-common/include/file/file_path.h | 1 + libretro-common/include/lists/dir_list.h | 1 + libretro-common/include/lists/string_list.h | 1 + libretro-common/include/queues/task_queue.h | 1 + libretro-common/include/retro_miscellaneous.h | 1 + libretro-common/lists/dir_list.c | 1 + libretro-common/lists/string_list.c | 1 + libretro-common/queues/task_queue.c | 1 + list_special.c | 1 + list_special.h | 1 + menu/cbs/menu_cbs_ok.c | 1 + menu/drivers/materialui.c | 1 + menu/drivers/menu_generic.c | 1 + menu/drivers/rgui.c | 1 + menu/drivers/xmb.c | 1 + menu/menu_display.c | 1 + menu/menu_display.h | 1 + menu/menu_displaylist.c | 1 + menu/menu_driver.c | 1 + menu/menu_driver.h | 1 + menu/menu_input.h | 1 + menu/menu_setting.c | 1 + menu/widgets/menu_dialog.c | 1 + menu/widgets/menu_dialog.h | 1 + msg_hash.c | 1 + msg_hash.h | 1 + network/net_http_special.c | 1 + runloop.c | 1 + runloop.h | 1 + tasks/task_content.c | 1 + tasks/task_database.c | 1 + tasks/task_database_cue.c | 1 + tasks/task_decompress.c | 1 + tasks/task_save.c | 1 + tasks/task_screenshot.c | 1 + 61 files changed, 61 insertions(+) diff --git a/command.c b/command.c index 263d1bb17a..5609a4f3a0 100644 --- a/command.c +++ b/command.c @@ -1,5 +1,6 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2016 - 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/command.h b/command.h index 0b5843059f..475a02cb7d 100644 --- a/command.h +++ b/command.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) 2016 - 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/config.def.h b/config.def.h index 867614efd5..040ea09e32 100644 --- a/config.def.h +++ b/config.def.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) 2016 - 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 a1eaecda86..54ff6fc7b8 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) 2016 - 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 0c1a46534f..01202f37e0 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) 2016 - 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/content.h b/content.h index fa61dada24..6900c0fa55 100644 --- a/content.h +++ b/content.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) 2016 - 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/core_impl.c b/core_impl.c index a53e9f0213..5d669d6f01 100644 --- a/core_impl.c +++ b/core_impl.c @@ -2,6 +2,7 @@ * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2016 - Daniel De Matteis * Copyright (C) 2012-2015 - Michael Lelli + * Copyright (C) 2016 - 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/core_info.c b/core_info.c index 4a06e44f36..eca5785845 100644 --- a/core_info.c +++ b/core_info.c @@ -2,6 +2,7 @@ * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2016 - Daniel De Matteis * Copyright (C) 2013-2015 - Jason Fetters + * Copyright (C) 2016 - 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/core_info.h b/core_info.h index b1f31e3c3b..469188185b 100644 --- a/core_info.h +++ b/core_info.h @@ -2,6 +2,7 @@ * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2016 - Daniel De Matteis * Copyright (C) 2013-2015 - Jason Fetters + * Copyright (C) 2016 - 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/cores/libretro-ffmpeg/ffmpeg_core.c b/cores/libretro-ffmpeg/ffmpeg_core.c index c0eefbb081..6d090d4dfd 100644 --- a/cores/libretro-ffmpeg/ffmpeg_core.c +++ b/cores/libretro-ffmpeg/ffmpeg_core.c @@ -1,3 +1,4 @@ +/* Copyright (C) 2016 - Brad Parker */ #include #include #include diff --git a/database_info.c b/database_info.c index 49b46af3c6..37be9b16f9 100644 --- a/database_info.c +++ b/database_info.c @@ -2,6 +2,7 @@ * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2016 - Daniel De Matteis * Copyright (C) 2013-2015 - Jason Fetters + * Copyright (C) 2016 - 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/database_info.h b/database_info.h index f6c63fe79f..7ec56de6a1 100644 --- a/database_info.h +++ b/database_info.h @@ -2,6 +2,7 @@ * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2016 - Daniel De Matteis * Copyright (C) 2013-2015 - Jason Fetters + * Copyright (C) 2016 - 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/gfx/drivers_context/x_ctx.c b/gfx/drivers_context/x_ctx.c index dcb1b374bf..e432dfb5ea 100644 --- a/gfx/drivers_context/x_ctx.c +++ b/gfx/drivers_context/x_ctx.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) 2016 - 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/gfx/drivers_font/gl_raster_font.c b/gfx/drivers_font/gl_raster_font.c index 49caed5737..7743fc3b88 100644 --- a/gfx/drivers_font/gl_raster_font.c +++ b/gfx/drivers_font/gl_raster_font.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) 2016 - 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/gfx/video_context_driver.c b/gfx/video_context_driver.c index 83cf7befbb..fe1970d676 100644 --- a/gfx/video_context_driver.c +++ b/gfx/video_context_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) 2016 - 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/gfx/video_context_driver.h b/gfx/video_context_driver.h index bcf2f934c4..694b086daf 100644 --- a/gfx/video_context_driver.h +++ b/gfx/video_context_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) 2016 - 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/input/input_config.c b/input/input_config.c index 48de5146fd..2fc281fd2b 100644 --- a/input/input_config.c +++ b/input/input_config.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) 2016 - 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/intl/msg_hash_jp.c b/intl/msg_hash_jp.c index c7f2c7968b..136b82fd50 100644 --- a/intl/msg_hash_jp.c +++ b/intl/msg_hash_jp.c @@ -1,5 +1,6 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2016 - 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/intl/msg_hash_us.c b/intl/msg_hash_us.c index d604afaf95..7285b151f0 100644 --- a/intl/msg_hash_us.c +++ b/intl/msg_hash_us.c @@ -1,5 +1,6 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2016 - 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/libretro-common/encodings/encoding_utf.c b/libretro-common/encodings/encoding_utf.c index 0c339e7418..787d1281b0 100644 --- a/libretro-common/encodings/encoding_utf.c +++ b/libretro-common/encodings/encoding_utf.c @@ -1,4 +1,5 @@ /* Copyright (C) 2010-2016 The RetroArch team + * Copyright (C) 2016 - Brad Parker * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (encoding_utf.c). diff --git a/libretro-common/file/archive_file.c b/libretro-common/file/archive_file.c index 4a623557f9..39ae00131e 100644 --- a/libretro-common/file/archive_file.c +++ b/libretro-common/file/archive_file.c @@ -1,4 +1,5 @@ /* Copyright (C) 2010-2016 The RetroArch team + * Copyright (C) 2016 - Brad Parker * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (archive_file.c). diff --git a/libretro-common/file/archive_file_7z.c b/libretro-common/file/archive_file_7z.c index 992b2cbffd..2d4a367cd8 100644 --- a/libretro-common/file/archive_file_7z.c +++ b/libretro-common/file/archive_file_7z.c @@ -1,4 +1,5 @@ /* Copyright (C) 2010-2016 The RetroArch team + * Copyright (C) 2016 - Brad Parker * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (archive_file_sevenzip.c). diff --git a/libretro-common/file/archive_file_zlib.c b/libretro-common/file/archive_file_zlib.c index c7577b2607..2e91cb1a6c 100644 --- a/libretro-common/file/archive_file_zlib.c +++ b/libretro-common/file/archive_file_zlib.c @@ -1,4 +1,5 @@ /* Copyright (C) 2010-2016 The RetroArch team + * Copyright (C) 2016 - Brad Parker * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (archive_file_zlib.c). diff --git a/libretro-common/file/file_path.c b/libretro-common/file/file_path.c index e4b6eb37c4..53a7de6b2d 100644 --- a/libretro-common/file/file_path.c +++ b/libretro-common/file/file_path.c @@ -1,4 +1,5 @@ /* Copyright (C) 2010-2016 The RetroArch team + * Copyright (C) 2016 - Brad Parker * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (file_path.c). diff --git a/libretro-common/include/encodings/utf.h b/libretro-common/include/encodings/utf.h index aabe113e2c..93f1ed785e 100644 --- a/libretro-common/include/encodings/utf.h +++ b/libretro-common/include/encodings/utf.h @@ -1,4 +1,5 @@ /* Copyright (C) 2010-2016 The RetroArch team + * Copyright (C) 2016 - Brad Parker * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (utf.h). diff --git a/libretro-common/include/file/archive_file.h b/libretro-common/include/file/archive_file.h index 048387c857..400129138e 100644 --- a/libretro-common/include/file/archive_file.h +++ b/libretro-common/include/file/archive_file.h @@ -1,4 +1,5 @@ /* Copyright (C) 2010-2016 The RetroArch team + * Copyright (C) 2016 - Brad Parker * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (archive_file.h). diff --git a/libretro-common/include/file/file_path.h b/libretro-common/include/file/file_path.h index 25f8e39f91..6b6bd37f0e 100644 --- a/libretro-common/include/file/file_path.h +++ b/libretro-common/include/file/file_path.h @@ -1,4 +1,5 @@ /* Copyright (C) 2010-2015 The RetroArch team + * Copyright (C) 2016 - Brad Parker * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (file_path.h). diff --git a/libretro-common/include/lists/dir_list.h b/libretro-common/include/lists/dir_list.h index a4d0d263ff..c229e68bf9 100644 --- a/libretro-common/include/lists/dir_list.h +++ b/libretro-common/include/lists/dir_list.h @@ -1,4 +1,5 @@ /* Copyright (C) 2010-2016 The RetroArch team + * Copyright (C) 2016 - Brad Parker * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (dir_list.h). diff --git a/libretro-common/include/lists/string_list.h b/libretro-common/include/lists/string_list.h index 386ceab9ad..47d4e54d0d 100644 --- a/libretro-common/include/lists/string_list.h +++ b/libretro-common/include/lists/string_list.h @@ -1,4 +1,5 @@ /* Copyright (C) 2010-2016 The RetroArch team + * Copyright (C) 2016 - Brad Parker * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (string_list.h). diff --git a/libretro-common/include/queues/task_queue.h b/libretro-common/include/queues/task_queue.h index 20f0aceef3..5d571426ac 100644 --- a/libretro-common/include/queues/task_queue.h +++ b/libretro-common/include/queues/task_queue.h @@ -1,4 +1,5 @@ /* Copyright (C) 2010-2016 The RetroArch team + * Copyright (C) 2016 - Brad Parker * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (task_queue.h). diff --git a/libretro-common/include/retro_miscellaneous.h b/libretro-common/include/retro_miscellaneous.h index fe98f1fbb7..6aa691dd0a 100644 --- a/libretro-common/include/retro_miscellaneous.h +++ b/libretro-common/include/retro_miscellaneous.h @@ -1,4 +1,5 @@ /* Copyright (C) 2010-2016 The RetroArch team + * Copyright (C) 2016 - Brad Parker * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (retro_miscellaneous.h). diff --git a/libretro-common/lists/dir_list.c b/libretro-common/lists/dir_list.c index fdba0dc475..f4e93e3484 100644 --- a/libretro-common/lists/dir_list.c +++ b/libretro-common/lists/dir_list.c @@ -1,4 +1,5 @@ /* Copyright (C) 2010-2016 The RetroArch team + * Copyright (C) 2016 - Brad Parker * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (dir_list.c). diff --git a/libretro-common/lists/string_list.c b/libretro-common/lists/string_list.c index 93368c4201..7ab3980477 100644 --- a/libretro-common/lists/string_list.c +++ b/libretro-common/lists/string_list.c @@ -1,4 +1,5 @@ /* Copyright (C) 2010-2016 The RetroArch team + * Copyright (C) 2016 - Brad Parker * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (string_list.c). diff --git a/libretro-common/queues/task_queue.c b/libretro-common/queues/task_queue.c index 0787f14c54..d237d18b7e 100644 --- a/libretro-common/queues/task_queue.c +++ b/libretro-common/queues/task_queue.c @@ -1,4 +1,5 @@ /* Copyright (C) 2010-2016 The RetroArch team + * Copyright (C) 2016 - Brad Parker * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (task_queue.c). diff --git a/list_special.c b/list_special.c index 235f77ff96..5acfb61a51 100644 --- a/list_special.c +++ b/list_special.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) 2016 - 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/list_special.h b/list_special.h index 709b4cb90a..b8995b0af0 100644 --- a/list_special.h +++ b/list_special.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) 2016 - 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/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index fe664b1848..0bafbca650 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -1,5 +1,6 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2016 - 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/drivers/materialui.c b/menu/drivers/materialui.c index af25eae791..83d2b270e0 100644 --- a/menu/drivers/materialui.c +++ b/menu/drivers/materialui.c @@ -1,6 +1,7 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2011-2016 - Daniel De Matteis * Copyright (C) 2014-2015 - Jean-André Santoni + * Copyright (C) 2016 - 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/drivers/menu_generic.c b/menu/drivers/menu_generic.c index 7da95506e9..a22f8154d8 100644 --- a/menu/drivers/menu_generic.c +++ b/menu/drivers/menu_generic.c @@ -2,6 +2,7 @@ * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2016 - Daniel De Matteis * Copyright (C) 2012-2015 - Michael Lelli + * Copyright (C) 2016 - 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/drivers/rgui.c b/menu/drivers/rgui.c index 226bc5fc1a..a40be48572 100644 --- a/menu/drivers/rgui.c +++ b/menu/drivers/rgui.c @@ -2,6 +2,7 @@ * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2016 - Daniel De Matteis * Copyright (C) 2012-2015 - Michael Lelli + * Copyright (C) 2016 - 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/drivers/xmb.c b/menu/drivers/xmb.c index b294e48ab3..04989d4a44 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -1,6 +1,7 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2011-2016 - Daniel De Matteis * Copyright (C) 2014-2015 - Jean-André Santoni + * Copyright (C) 2016 - 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_display.c b/menu/menu_display.c index 72a3a38f64..7aeb3bcf28 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) 2016 - 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_display.h b/menu/menu_display.h index a000a953a0..24aa476e76 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) 2016 - 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 56739e7754..f7c2a0f184 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) 2016 - 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_driver.c b/menu/menu_driver.c index 770a01796b..1baa4b0932 100644 --- a/menu/menu_driver.c +++ b/menu/menu_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) 2016 - 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_driver.h b/menu/menu_driver.h index b8f1c3e7f5..de4ac37104 100644 --- a/menu/menu_driver.h +++ b/menu/menu_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) 2016 - 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_input.h b/menu/menu_input.h index cb61e9a45d..c0ef63f172 100644 --- a/menu/menu_input.h +++ b/menu/menu_input.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) 2016 - 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 0aea94431d..7328942e54 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) 2016 - 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/widgets/menu_dialog.c b/menu/widgets/menu_dialog.c index fcb86a8ba2..dc4fc34393 100644 --- a/menu/widgets/menu_dialog.c +++ b/menu/widgets/menu_dialog.c @@ -1,5 +1,6 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2016 - 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/widgets/menu_dialog.h b/menu/widgets/menu_dialog.h index 90c9eb80ba..0d2975478f 100644 --- a/menu/widgets/menu_dialog.h +++ b/menu/widgets/menu_dialog.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) 2016 - 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.c b/msg_hash.c index d2f1f3a0e8..a568211f94 100644 --- a/msg_hash.c +++ b/msg_hash.c @@ -1,5 +1,6 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2016 - 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 cda9932697..77bba67aae 100644 --- a/msg_hash.h +++ b/msg_hash.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) 2016 - 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/network/net_http_special.c b/network/net_http_special.c index ca92f092ac..cda037c098 100644 --- a/network/net_http_special.c +++ b/network/net_http_special.c @@ -1,6 +1,7 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2011-2016 - Daniel De Matteis * Copyright (C) 2015-2016 - Andre Leiradella + * Copyright (C) 2016 - 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/runloop.c b/runloop.c index b54f2de19f..70fd7c77e0 100644 --- a/runloop.c +++ b/runloop.c @@ -3,6 +3,7 @@ * Copyright (C) 2011-2016 - Daniel De Matteis * Copyright (C) 2012-2015 - Michael Lelli * Copyright (C) 2014-2015 - Jay McCarthy + * Copyright (C) 2016 - 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/runloop.h b/runloop.h index dd2d1ea1d3..335567a8fa 100644 --- a/runloop.h +++ b/runloop.h @@ -1,5 +1,6 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2016 - 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/tasks/task_content.c b/tasks/task_content.c index 9f989251c0..343ba346f1 100644 --- a/tasks/task_content.c +++ b/tasks/task_content.c @@ -1,5 +1,6 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2016 - 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/tasks/task_database.c b/tasks/task_database.c index b18cb204dc..3e418788ce 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) 2016 - 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/tasks/task_database_cue.c b/tasks/task_database_cue.c index 87561c2084..d0aa73ad10 100644 --- a/tasks/task_database_cue.c +++ b/tasks/task_database_cue.c @@ -1,6 +1,7 @@ /* 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 * of the GNU General Public License as published by the Free Software Found- diff --git a/tasks/task_decompress.c b/tasks/task_decompress.c index 2210ac3d54..43691626e0 100644 --- a/tasks/task_decompress.c +++ b/tasks/task_decompress.c @@ -1,5 +1,6 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2016 - 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/tasks/task_save.c b/tasks/task_save.c index 46f4ee883b..b4f499a718 100644 --- a/tasks/task_save.c +++ b/tasks/task_save.c @@ -1,5 +1,6 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2011-2016 - Daniel De Matteis + * Copyright (C) 2016 - 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/tasks/task_screenshot.c b/tasks/task_screenshot.c index f12ec19c49..4647441d57 100644 --- a/tasks/task_screenshot.c +++ b/tasks/task_screenshot.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) 2016 - 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-