diff --git a/renderers/audio_renderer.h b/renderers/audio_renderer.h index 6481eb1..da754b4 100644 --- a/renderers/audio_renderer.h +++ b/renderers/audio_renderer.h @@ -1,6 +1,9 @@ /** * RPiPlay - An open-source AirPlay mirroring server for Raspberry Pi * Copyright (C) 2019 Florian Draschbacher + * Modified for: + * UxPlay - An open-source AirPlay mirroring server + * Copyright (C) 2021-23 F. Duncanh * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/renderers/audio_renderer_gstreamer.c b/renderers/audio_renderer_gstreamer.c index d1760dd..97ee8f7 100644 --- a/renderers/audio_renderer_gstreamer.c +++ b/renderers/audio_renderer_gstreamer.c @@ -1,6 +1,9 @@ /** * RPiPlay - An open-source AirPlay mirroring server for Raspberry Pi * Copyright (C) 2019 Florian Draschbacher + * Modified for: + * UxPlay - An open-source AirPlay mirroring server + * Copyright (C) 2021-23 F. Duncanh * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/renderers/video_renderer.h b/renderers/video_renderer.h index d1fca03..8a604fa 100644 --- a/renderers/video_renderer.h +++ b/renderers/video_renderer.h @@ -1,6 +1,9 @@ /** * RPiPlay - An open-source AirPlay mirroring server for Raspberry Pi * Copyright (C) 2019 Florian Draschbacher + * Modified for: + * UxPlay - An open-source AirPlay mirroring server + * Copyright (C) 2021-23 F. Duncanh * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/renderers/video_renderer_gstreamer.c b/renderers/video_renderer_gstreamer.c index dd03a90..9c424d2 100644 --- a/renderers/video_renderer_gstreamer.c +++ b/renderers/video_renderer_gstreamer.c @@ -1,6 +1,9 @@ /** * RPiPlay - An open-source AirPlay mirroring server for Raspberry Pi * Copyright (C) 2019 Florian Draschbacher + * Modified for: + * UxPlay - An open-source AirPlay mirroring server + * Copyright (C) 2021-23 F. Duncanh * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/renderers/x_display_fix.h b/renderers/x_display_fix.h index 52c0b12..7bbb51c 100644 --- a/renderers/x_display_fix.h +++ b/renderers/x_display_fix.h @@ -1,6 +1,10 @@ /** * RPiPlay - An open-source AirPlay mirroring server for Raspberry Pi * Copyright (C) 2019 Florian Draschbacher + * Modified for: + * UxPlay - An open-source AirPlay mirroring server + * Copyright (C) 2021-23 F. Duncanh + * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/uxplay.cpp b/uxplay.cpp index a63eb9f..5ee2f19 100644 --- a/uxplay.cpp +++ b/uxplay.cpp @@ -1,6 +1,9 @@ /** * RPiPlay - An open-source AirPlay mirroring server for Raspberry Pi * Copyright (C) 2019 Florian Draschbacher + * Modified extensively to become + * UxPlay - An open-souce AirPlay mirroring server. + * Modifications Copyright (C) 2021-23 F. Duncanh * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by