diff options
| author | Dolphin Bot <dolphin-emu-bot@users.noreply.github.com> | 2015-05-25 13:47:34 +0200 |
|---|---|---|
| committer | Dolphin Bot <dolphin-emu-bot@users.noreply.github.com> | 2015-05-25 13:47:34 +0200 |
| commit | 5e58d178e08ddf7115c991a6462ff73159d9e453 (patch) | |
| tree | da3f167c589808d403b85560b81935d623f8c753 /Source/Core/InputCommon/ControllerInterface/SDL | |
| parent | 732802ebd025675c4b257a5c79d49dd8d2597bb1 (diff) | |
| parent | 30ebb2459eb97ba544547183854775df8460b475 (diff) | |
Merge pull request #1826 from Tilka/gplv2+
Relicense Dolphin under GPLv2+
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/SDL')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp | 4 | ||||
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/SDL/SDL.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp b/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp index 2525e273b8..6cdfa470cd 100644 --- a/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp +++ b/Source/Core/InputCommon/ControllerInterface/SDL/SDL.cpp @@ -1,5 +1,5 @@ -// Copyright 2014 Dolphin Emulator Project -// Licensed under GPLv2 +// Copyright 2010 Dolphin Emulator Project +// Licensed under GPLv2+ // Refer to the license.txt file included. #include <algorithm> diff --git a/Source/Core/InputCommon/ControllerInterface/SDL/SDL.h b/Source/Core/InputCommon/ControllerInterface/SDL/SDL.h index 7d722a2d80..751f40e9f4 100644 --- a/Source/Core/InputCommon/ControllerInterface/SDL/SDL.h +++ b/Source/Core/InputCommon/ControllerInterface/SDL/SDL.h @@ -1,5 +1,5 @@ -// Copyright 2014 Dolphin Emulator Project -// Licensed under GPLv2 +// Copyright 2010 Dolphin Emulator Project +// Licensed under GPLv2+ // Refer to the license.txt file included. #pragma once |
