Fixed bug 2374 - Update copyright for 2014...

Is it that time already??
This commit is contained in:
Sam Lantinga 2014-02-02 00:53:27 -08:00
parent 420a70436c
commit d7940a513e
662 changed files with 733 additions and 733 deletions

View file

@ -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
@ -304,4 +304,4 @@ function check_type_size(typename)
return 0
end
return tonumber(result)
end
end

View file

@ -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
@ -201,4 +201,4 @@ SDL_registerDependencyChecker("ESD", esdDep)
SDL_registerDependencyChecker("NAS", nasDep)
SDL_registerDependencyChecker("OSS", ossDep)
SDL_registerDependencyChecker("DLOpen", dlOpenDep)
SDL_registerDependencyChecker("X11", x11Dep)
SDL_registerDependencyChecker("X11", x11Dep)

View file

@ -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
@ -71,4 +71,4 @@ function find_dependency_dir_windows(env, main_search_paths, main_dir_path, sub_
end
-- we want the path in terms of '/'
return found_dir, abs_path
end
end

View file

@ -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
@ -138,4 +138,4 @@ os.getenvpath = function(...)
end
-- normalize path to unix
return path:gsub("\\", "/"):gsub("//", "/")
end
end

View file

@ -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
@ -65,4 +65,4 @@ function endGeneration()
configFile:write(templateFileContents)
end
configFile:close()
end
end

View file

@ -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
@ -458,4 +458,4 @@ function SDL_files(tbl)
end
if not currentDep.compat then return end
currentDep.files = tbl
end
end

View file

@ -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
@ -100,4 +100,4 @@ function implode(tbl, prefix, pre, post, join, suffix)
result = result .. suffix
end
return result
end
end