From 9b43464d81dc89288d6c2706c1615bff1c5d7a97 Mon Sep 17 00:00:00 2001 From: Manuel Alfayate Corchete Date: Tue, 25 Aug 2020 16:30:23 +0200 Subject: [PATCH] kmsdrm: Add programmer credits to the Atomic KMSDRM driver. --- src/video/kmsdrm/SDL_kmsdrmdyn.c | 1 + src/video/kmsdrm/SDL_kmsdrmdyn.h | 1 + src/video/kmsdrm/SDL_kmsdrmevents.c | 1 + src/video/kmsdrm/SDL_kmsdrmevents.h | 1 + src/video/kmsdrm/SDL_kmsdrmmouse.c | 1 + src/video/kmsdrm/SDL_kmsdrmmouse.h | 1 + src/video/kmsdrm/SDL_kmsdrmopengles.c | 1 + src/video/kmsdrm/SDL_kmsdrmopengles.h | 1 + src/video/kmsdrm/SDL_kmsdrmvideo.c | 1 + src/video/kmsdrm/SDL_kmsdrmvideo.h | 1 + 10 files changed, 10 insertions(+) diff --git a/src/video/kmsdrm/SDL_kmsdrmdyn.c b/src/video/kmsdrm/SDL_kmsdrmdyn.c index 13c68d76d..38fc3ab12 100644 --- a/src/video/kmsdrm/SDL_kmsdrmdyn.c +++ b/src/video/kmsdrm/SDL_kmsdrmdyn.c @@ -1,6 +1,7 @@ /* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga + Atomic KMSDRM backend by Manuel Alfayate Corchete This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/src/video/kmsdrm/SDL_kmsdrmdyn.h b/src/video/kmsdrm/SDL_kmsdrmdyn.h index 7f4f0a0ff..a7b825b3f 100644 --- a/src/video/kmsdrm/SDL_kmsdrmdyn.h +++ b/src/video/kmsdrm/SDL_kmsdrmdyn.h @@ -1,6 +1,7 @@ /* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga + Atomic KMSDRM backend by Manuel Alfayate Corchete This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/src/video/kmsdrm/SDL_kmsdrmevents.c b/src/video/kmsdrm/SDL_kmsdrmevents.c index 1bf000ff1..f2405d4a3 100644 --- a/src/video/kmsdrm/SDL_kmsdrmevents.c +++ b/src/video/kmsdrm/SDL_kmsdrmevents.c @@ -1,6 +1,7 @@ /* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga + Atomic KMSDRM backend by Manuel Alfayate Corchete This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/src/video/kmsdrm/SDL_kmsdrmevents.h b/src/video/kmsdrm/SDL_kmsdrmevents.h index e85003174..74f90da25 100644 --- a/src/video/kmsdrm/SDL_kmsdrmevents.h +++ b/src/video/kmsdrm/SDL_kmsdrmevents.h @@ -1,6 +1,7 @@ /* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga + Atomic KMSDRM backend by Manuel Alfayate Corchete This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/src/video/kmsdrm/SDL_kmsdrmmouse.c b/src/video/kmsdrm/SDL_kmsdrmmouse.c index 2c6c5defe..4e196c390 100644 --- a/src/video/kmsdrm/SDL_kmsdrmmouse.c +++ b/src/video/kmsdrm/SDL_kmsdrmmouse.c @@ -1,6 +1,7 @@ /* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga + Atomic KMSDRM backend by Manuel Alfayate Corchete This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/src/video/kmsdrm/SDL_kmsdrmmouse.h b/src/video/kmsdrm/SDL_kmsdrmmouse.h index ebc472880..f0a337dc7 100644 --- a/src/video/kmsdrm/SDL_kmsdrmmouse.h +++ b/src/video/kmsdrm/SDL_kmsdrmmouse.h @@ -1,6 +1,7 @@ /* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga + Atomic KMSDRM backend by Manuel Alfayate Corchete This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/src/video/kmsdrm/SDL_kmsdrmopengles.c b/src/video/kmsdrm/SDL_kmsdrmopengles.c index ace179006..53c6fcdf1 100644 --- a/src/video/kmsdrm/SDL_kmsdrmopengles.c +++ b/src/video/kmsdrm/SDL_kmsdrmopengles.c @@ -1,6 +1,7 @@ /* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga + Atomic KMSDRM backend by Manuel Alfayate Corchete This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/src/video/kmsdrm/SDL_kmsdrmopengles.h b/src/video/kmsdrm/SDL_kmsdrmopengles.h index b92b24cf4..0db2cf687 100644 --- a/src/video/kmsdrm/SDL_kmsdrmopengles.h +++ b/src/video/kmsdrm/SDL_kmsdrmopengles.h @@ -1,6 +1,7 @@ /* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga + Atomic KMSDRM backend by Manuel Alfayate Corchete This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/src/video/kmsdrm/SDL_kmsdrmvideo.c b/src/video/kmsdrm/SDL_kmsdrmvideo.c index dbb7223d4..dec25a722 100644 --- a/src/video/kmsdrm/SDL_kmsdrmvideo.c +++ b/src/video/kmsdrm/SDL_kmsdrmvideo.c @@ -1,6 +1,7 @@ /* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga + Atomic KMSDRM backend by Manuel Alfayate Corchete This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/src/video/kmsdrm/SDL_kmsdrmvideo.h b/src/video/kmsdrm/SDL_kmsdrmvideo.h index fcc33a79e..0b6543d26 100644 --- a/src/video/kmsdrm/SDL_kmsdrmvideo.h +++ b/src/video/kmsdrm/SDL_kmsdrmvideo.h @@ -1,6 +1,7 @@ /* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga + Atomic KMSDRM backend by Manuel Alfayate Corchete This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages