From 2577b55681a97f3eec3fb0e3b5a4fb7f2cb18b8a Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 30 Aug 2018 00:42:04 +0200 Subject: sync with upstream --- xbmc/input/XBMC_vkeys.h | 33 ++++++++++----------------------- 1 file changed, 10 insertions(+), 23 deletions(-) (limited to 'xbmc/input/XBMC_vkeys.h') diff --git a/xbmc/input/XBMC_vkeys.h b/xbmc/input/XBMC_vkeys.h index 4e3787c..496f336 100644 --- a/xbmc/input/XBMC_vkeys.h +++ b/xbmc/input/XBMC_vkeys.h @@ -1,27 +1,15 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2009 Sam Lantinga + * SDL - Simple DirectMedia Layer + * Copyright (C) 1997-2009 Sam Lantinga + * + * SPDX-License-Identifier: LGPL-2.1-or-later + * See LICENSES/README.md for more information. + * + * Sam Lantinga + * slouken@libsdl.org + */ - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU General Public License - along with XBMC; see the file COPYING. If not, see - . - - Sam Lantinga - slouken@libsdl.org -*/ - -#ifndef XBMC_vkeys_h -#define XBMC_vkeys_h +#pragma once // The XBMC_vkey identifies a key that is mapped to an action or function. // The keysym.sym generated by SDL_KEYDOWN is mapped to a vkey and the vkey @@ -283,4 +271,3 @@ typedef enum { #define VK_OEM_102 0xE2 #endif -#endif // XBMC_vkeys_h -- cgit v1.2.3