From 4fb68083217720b10383aa28e2467688859130b1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 27 Oct 2016 19:52:58 +0200 Subject: [PATCH] libretro-common is MIT and we don't want individual copyright per authors here; RetroArch is GPL and it's fine there --- 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 - 15 files changed, 15 deletions(-) diff --git a/libretro-common/encodings/encoding_utf.c b/libretro-common/encodings/encoding_utf.c index 787d1281b0..0c339e7418 100644 --- a/libretro-common/encodings/encoding_utf.c +++ b/libretro-common/encodings/encoding_utf.c @@ -1,5 +1,4 @@ /* 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 9b2f601d10..3ac2d12db6 100644 --- a/libretro-common/file/archive_file.c +++ b/libretro-common/file/archive_file.c @@ -1,5 +1,4 @@ /* 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 2d4a367cd8..992b2cbffd 100644 --- a/libretro-common/file/archive_file_7z.c +++ b/libretro-common/file/archive_file_7z.c @@ -1,5 +1,4 @@ /* 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 34297473e1..0269dea358 100644 --- a/libretro-common/file/archive_file_zlib.c +++ b/libretro-common/file/archive_file_zlib.c @@ -1,5 +1,4 @@ /* 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 53a7de6b2d..e4b6eb37c4 100644 --- a/libretro-common/file/file_path.c +++ b/libretro-common/file/file_path.c @@ -1,5 +1,4 @@ /* 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 93f1ed785e..aabe113e2c 100644 --- a/libretro-common/include/encodings/utf.h +++ b/libretro-common/include/encodings/utf.h @@ -1,5 +1,4 @@ /* 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 400129138e..048387c857 100644 --- a/libretro-common/include/file/archive_file.h +++ b/libretro-common/include/file/archive_file.h @@ -1,5 +1,4 @@ /* 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 6b6bd37f0e..25f8e39f91 100644 --- a/libretro-common/include/file/file_path.h +++ b/libretro-common/include/file/file_path.h @@ -1,5 +1,4 @@ /* 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 c229e68bf9..a4d0d263ff 100644 --- a/libretro-common/include/lists/dir_list.h +++ b/libretro-common/include/lists/dir_list.h @@ -1,5 +1,4 @@ /* 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 47d4e54d0d..386ceab9ad 100644 --- a/libretro-common/include/lists/string_list.h +++ b/libretro-common/include/lists/string_list.h @@ -1,5 +1,4 @@ /* 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 5d571426ac..20f0aceef3 100644 --- a/libretro-common/include/queues/task_queue.h +++ b/libretro-common/include/queues/task_queue.h @@ -1,5 +1,4 @@ /* 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 6aa691dd0a..fe98f1fbb7 100644 --- a/libretro-common/include/retro_miscellaneous.h +++ b/libretro-common/include/retro_miscellaneous.h @@ -1,5 +1,4 @@ /* 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 f4e93e3484..fdba0dc475 100644 --- a/libretro-common/lists/dir_list.c +++ b/libretro-common/lists/dir_list.c @@ -1,5 +1,4 @@ /* 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 7ab3980477..93368c4201 100644 --- a/libretro-common/lists/string_list.c +++ b/libretro-common/lists/string_list.c @@ -1,5 +1,4 @@ /* 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 d237d18b7e..0787f14c54 100644 --- a/libretro-common/queues/task_queue.c +++ b/libretro-common/queues/task_queue.c @@ -1,5 +1,4 @@ /* Copyright (C) 2010-2016 The RetroArch team - * Copyright (C) 2016 - Brad Parker * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (task_queue.c).