summaryrefslogtreecommitdiff
path: root/premake/projects/testtimer.lua
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2014-02-02 00:53:27 -0800
committerSam Lantinga <slouken@libsdl.org>2014-02-02 00:53:27 -0800
commit9d11e9814e8e1fe02e56c3579186961607851205 (patch)
tree1862cc030a169841fd7d7eb34bbbd1ecbdfe639a /premake/projects/testtimer.lua
parentf4bd2a879981956ec3bd4ff8996f057794ce89ee (diff)
downloadsdl-9d11e9814e8e1fe02e56c3579186961607851205.tar.gz
Fixed bug 2374 - Update copyright for 2014...
Is it that time already??
Diffstat (limited to 'premake/projects/testtimer.lua')
-rwxr-xr-xpremake/projects/testtimer.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/premake/projects/testtimer.lua b/premake/projects/testtimer.lua
index 54e4d50fa..5bf92fba1 100755
--- a/premake/projects/testtimer.lua
+++ b/premake/projects/testtimer.lua
@@ -1,4 +1,4 @@
--- Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org>
+-- Copyright (C) 1997-2014 Sam Lantinga <slouken@libsdl.org>
--
-- This software is provided 'as-is', without any express or implied
-- warranty. In no event will the authors be held liable for any damages
@@ -25,4 +25,4 @@ SDL_project "testtimer"
SDL_sourcedir "../test"
SDL_projectLocation "tests"
SDL_projectDependencies { "SDL2main", "SDL2" }
- SDL_files { "/testtimer.*" } \ No newline at end of file
+ SDL_files { "/testtimer.*" }