From 0788b98ae4d0550bdcf65a0c04367eeabafca822 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 25 Mar 2021 16:05:14 +0530 Subject: [PATCH] Fix header comment --- glfw/backend_utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glfw/backend_utils.h b/glfw/backend_utils.h index 00e2b8aa7..88ad5690c 100644 --- a/glfw/backend_utils.h +++ b/glfw/backend_utils.h @@ -1,7 +1,7 @@ //======================================================================== -// GLFW 3.4 Wayland - www.glfw.org +// GLFW 3.4 //------------------------------------------------------------------------ -// Copyright (c) 2014 Jonas Ã…dahl +// Copyright (c) 2014 Kovid Goyal // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages