From 0ccc39769d98840d58f7ca630af8e26c7ecc3078 Mon Sep 17 00:00:00 2001 From: Gregor Richards Date: Tue, 13 Sep 2016 17:06:23 -0400 Subject: [PATCH] Adding my copyright lines to files I've touched. --- network/netplay/netplay.c | 1 + network/netplay/netplay_common.c | 1 + network/netplay/netplay_net.c | 1 + 3 files changed, 3 insertions(+) diff --git a/network/netplay/netplay.c b/network/netplay/netplay.c index 2ee8be9bd4..5849136258 100644 --- a/network/netplay/netplay.c +++ b/network/netplay/netplay.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 - Gregor Richards * * 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_common.c b/network/netplay/netplay_common.c index b1053c08e7..a1b26e1154 100644 --- a/network/netplay/netplay_common.c +++ b/network/netplay/netplay_common.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 - Gregor Richards * * 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_net.c b/network/netplay/netplay_net.c index 3ef0d57913..ea15cac265 100644 --- a/network/netplay/netplay_net.c +++ b/network/netplay/netplay_net.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 - Gregor Richards * * 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-