summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.cpp
diff options
context:
space:
mode:
authorDolphin Bot <dolphin-emu-bot@users.noreply.github.com>2015-05-25 13:47:34 +0200
committerDolphin Bot <dolphin-emu-bot@users.noreply.github.com>2015-05-25 13:47:34 +0200
commit5e58d178e08ddf7115c991a6462ff73159d9e453 (patch)
treeda3f167c589808d403b85560b81935d623f8c753 /Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.cpp
parent732802ebd025675c4b257a5c79d49dd8d2597bb1 (diff)
parent30ebb2459eb97ba544547183854775df8460b475 (diff)
Merge pull request #1826 from Tilka/gplv2+
Relicense Dolphin under GPLv2+
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.cpp b/Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.cpp
index 9a700a9c99..e198f1112d 100644
--- a/Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.cpp
+++ b/Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.cpp
@@ -1,3 +1,7 @@
+// Copyright 2010 Dolphin Emulator Project
+// Licensed under GPLv2+
+// Refer to the license.txt file included.
+
#include <cstring>
#include <X11/XKBlib.h>