diff options
| author | XTra.KrazzY <XTra.KrazzY@gmail.com> | 2009-07-28 21:32:10 +0000 |
|---|---|---|
| committer | XTra.KrazzY <XTra.KrazzY@gmail.com> | 2009-07-28 21:32:10 +0000 |
| commit | c86d2e5129fc0ecffa647db457aa99d13230ea29 (patch) | |
| tree | 80c37c4fb1e7b872fb71c2942a8570b01ea96e74 /Source/Core/InputCommon | |
| parent | cec4b6551273cf3f13ffee8acd9e81b97f3a17f0 (diff) | |
Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3898 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon')
| -rw-r--r-- | Source/Core/InputCommon/Src/Configuration.cpp | 2 | ||||
| -rw-r--r-- | Source/Core/InputCommon/Src/DirectInputBase.cpp | 2 | ||||
| -rw-r--r-- | Source/Core/InputCommon/Src/DirectInputBase.h | 2 | ||||
| -rw-r--r-- | Source/Core/InputCommon/Src/SDL.cpp | 2 | ||||
| -rw-r--r-- | Source/Core/InputCommon/Src/SDL.h | 2 | ||||
| -rw-r--r-- | Source/Core/InputCommon/Src/X11InputBase.cpp | 2 | ||||
| -rw-r--r-- | Source/Core/InputCommon/Src/X11InputBase.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/Source/Core/InputCommon/Src/Configuration.cpp b/Source/Core/InputCommon/Src/Configuration.cpp index 1b968cf596..c08362bd5d 100644 --- a/Source/Core/InputCommon/Src/Configuration.cpp +++ b/Source/Core/InputCommon/Src/Configuration.cpp @@ -5,7 +5,7 @@ // Description: Common SDL Input Functions // // Author: Falcon4ever (nJoy@falcon4ever.com, www.multigesture.net), JPeterson etc -// Copyright (C) 2003-2009 Dolphin Project. +// Copyright (C) 2003 Dolphin Project. // ////////////////////////////////////////////////////////////////////////////////////////// // diff --git a/Source/Core/InputCommon/Src/DirectInputBase.cpp b/Source/Core/InputCommon/Src/DirectInputBase.cpp index 28e2071a51..60ab61acb9 100644 --- a/Source/Core/InputCommon/Src/DirectInputBase.cpp +++ b/Source/Core/InputCommon/Src/DirectInputBase.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2009 Dolphin Project. +// Copyright (C) 2003 Dolphin Project. // 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/Source/Core/InputCommon/Src/DirectInputBase.h b/Source/Core/InputCommon/Src/DirectInputBase.h index c40870a8cd..ffb572288b 100644 --- a/Source/Core/InputCommon/Src/DirectInputBase.h +++ b/Source/Core/InputCommon/Src/DirectInputBase.h @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2009 Dolphin Project. +// Copyright (C) 2003 Dolphin Project. // 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/Source/Core/InputCommon/Src/SDL.cpp b/Source/Core/InputCommon/Src/SDL.cpp index 25e7920f64..f556769df6 100644 --- a/Source/Core/InputCommon/Src/SDL.cpp +++ b/Source/Core/InputCommon/Src/SDL.cpp @@ -5,7 +5,7 @@ // Description: Common SDL Input Functions // // Author: Falcon4ever (nJoy@falcon4ever.com, www.multigesture.net), JPeterson etc -// Copyright (C) 2003-2009 Dolphin Project. +// Copyright (C) 2003 Dolphin Project. // ////////////////////////////////////////////////////////////////////////////////////////// // diff --git a/Source/Core/InputCommon/Src/SDL.h b/Source/Core/InputCommon/Src/SDL.h index 5a4f3f04f1..580f6fb5bf 100644 --- a/Source/Core/InputCommon/Src/SDL.h +++ b/Source/Core/InputCommon/Src/SDL.h @@ -5,7 +5,7 @@ // Description: Common SDL Input Functions // // Author: Falcon4ever (nJoy@falcon4ever.com, www.multigesture.net), JPeterson etc -// Copyright (C) 2003-2009 Dolphin Project. +// Copyright (C) 2003 Dolphin Project. // ////////////////////////////////////////////////////////////////////////////////////////// // diff --git a/Source/Core/InputCommon/Src/X11InputBase.cpp b/Source/Core/InputCommon/Src/X11InputBase.cpp index 32512d9307..c4b7c81e4e 100644 --- a/Source/Core/InputCommon/Src/X11InputBase.cpp +++ b/Source/Core/InputCommon/Src/X11InputBase.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2008 Dolphin Project. +// Copyright (C) 2003 Dolphin Project. // 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/Source/Core/InputCommon/Src/X11InputBase.h b/Source/Core/InputCommon/Src/X11InputBase.h index aaa14a36ca..ea8226801e 100644 --- a/Source/Core/InputCommon/Src/X11InputBase.h +++ b/Source/Core/InputCommon/Src/X11InputBase.h @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2008 Dolphin Project. +// Copyright (C) 2003 Dolphin Project. // 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 |
