From 28a232837126a829d8cd42eb4579a39f113313b3 Mon Sep 17 00:00:00 2001 From: Lynix Date: Fri, 28 Oct 2016 17:53:03 +0200 Subject: [PATCH] Global headers: Remove the generation date They should now generate the same input everytime --- SDK/include/NDK/Components.hpp | 2 +- SDK/include/NDK/Systems.hpp | 2 +- build/scripts/actions/generateheaders.lua | 2 +- include/Nazara/Audio.hpp | 2 +- include/Nazara/Core.hpp | 2 +- include/Nazara/Graphics.hpp | 2 +- include/Nazara/Lua.hpp | 2 +- include/Nazara/Math.hpp | 2 +- include/Nazara/Network.hpp | 2 +- include/Nazara/Noise.hpp | 2 +- include/Nazara/Physics2D.hpp | 2 +- include/Nazara/Physics3D.hpp | 2 +- include/Nazara/Renderer.hpp | 2 +- include/Nazara/Utility.hpp | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/SDK/include/NDK/Components.hpp b/SDK/include/NDK/Components.hpp index afa25ade8..3338e5f52 100644 --- a/SDK/include/NDK/Components.hpp +++ b/SDK/include/NDK/Components.hpp @@ -1,4 +1,4 @@ -// This file was automatically generated on 30 Jul 2016 at 15:29:16 +// This file was automatically generated #pragma once diff --git a/SDK/include/NDK/Systems.hpp b/SDK/include/NDK/Systems.hpp index 287a2d61a..45a79bc6c 100644 --- a/SDK/include/NDK/Systems.hpp +++ b/SDK/include/NDK/Systems.hpp @@ -1,4 +1,4 @@ -// This file was automatically generated on 30 Jul 2016 at 15:29:16 +// This file was automatically generated #pragma once diff --git a/build/scripts/actions/generateheaders.lua b/build/scripts/actions/generateheaders.lua index 943919a90..6bbd5782c 100644 --- a/build/scripts/actions/generateheaders.lua +++ b/build/scripts/actions/generateheaders.lua @@ -67,7 +67,7 @@ ACTION.Function = function () error("Failed to create header file (" .. v.Target .. "): " .. err) end - header:write("// This file was automatically generated on " .. os.date("%d %b %Y at %X") .. "\n\n") + header:write("// This file was automatically generated\n\n") if (v.Header) then header:write(v.Header) end diff --git a/include/Nazara/Audio.hpp b/include/Nazara/Audio.hpp index d0fd17d6f..5becbb066 100644 --- a/include/Nazara/Audio.hpp +++ b/include/Nazara/Audio.hpp @@ -1,4 +1,4 @@ -// This file was automatically generated on 24 Jun 2015 at 13:55:50 +// This file was automatically generated /* Nazara Engine - Audio module diff --git a/include/Nazara/Core.hpp b/include/Nazara/Core.hpp index 5f3c85c4c..419ddaae9 100644 --- a/include/Nazara/Core.hpp +++ b/include/Nazara/Core.hpp @@ -1,4 +1,4 @@ -// This file was automatically generated on 09 May 2016 at 17:07:09 +// This file was automatically generated /* Nazara Engine - Core module diff --git a/include/Nazara/Graphics.hpp b/include/Nazara/Graphics.hpp index b79e8e348..252110d9d 100644 --- a/include/Nazara/Graphics.hpp +++ b/include/Nazara/Graphics.hpp @@ -1,4 +1,4 @@ -// This file was automatically generated on 15 Sep 2016 at 00:43:26 +// This file was automatically generated /* Nazara Engine - Graphics module diff --git a/include/Nazara/Lua.hpp b/include/Nazara/Lua.hpp index f73541cb8..a0e68204c 100644 --- a/include/Nazara/Lua.hpp +++ b/include/Nazara/Lua.hpp @@ -1,4 +1,4 @@ -// This file was automatically generated on 24 Jun 2015 at 13:55:50 +// This file was automatically generated /* Nazara Engine - Lua scripting module diff --git a/include/Nazara/Math.hpp b/include/Nazara/Math.hpp index fd0239a61..9ee9a2351 100644 --- a/include/Nazara/Math.hpp +++ b/include/Nazara/Math.hpp @@ -1,4 +1,4 @@ -// This file was automatically generated on 24 Jun 2015 at 13:55:50 +// This file was automatically generated /* Nazara Engine - Mathematics module diff --git a/include/Nazara/Network.hpp b/include/Nazara/Network.hpp index 45c923e2b..41b7fce71 100644 --- a/include/Nazara/Network.hpp +++ b/include/Nazara/Network.hpp @@ -1,4 +1,4 @@ -// This file was automatically generated on 28 Oct 2016 at 17:47:08 +// This file was automatically generated /* Nazara Engine - Network module diff --git a/include/Nazara/Noise.hpp b/include/Nazara/Noise.hpp index e1d14460e..f8ecfb82e 100644 --- a/include/Nazara/Noise.hpp +++ b/include/Nazara/Noise.hpp @@ -1,4 +1,4 @@ -// This file was automatically generated on 12 Jul 2016 at 17:44:43 +// This file was automatically generated /* Nazara Engine - Noise module diff --git a/include/Nazara/Physics2D.hpp b/include/Nazara/Physics2D.hpp index 88170c3f2..2c908ca79 100644 --- a/include/Nazara/Physics2D.hpp +++ b/include/Nazara/Physics2D.hpp @@ -1,4 +1,4 @@ -// This file was automatically generated on 28 Oct 2016 at 17:47:08 +// This file was automatically generated /* Nazara Engine - Physics 2D module diff --git a/include/Nazara/Physics3D.hpp b/include/Nazara/Physics3D.hpp index 85c8f33e3..a40c40b9c 100644 --- a/include/Nazara/Physics3D.hpp +++ b/include/Nazara/Physics3D.hpp @@ -1,4 +1,4 @@ -// This file was automatically generated on 28 Oct 2016 at 17:47:08 +// This file was automatically generated /* Nazara Engine - Physics 3D module diff --git a/include/Nazara/Renderer.hpp b/include/Nazara/Renderer.hpp index d9b720474..159b990de 100644 --- a/include/Nazara/Renderer.hpp +++ b/include/Nazara/Renderer.hpp @@ -1,4 +1,4 @@ -// This file was automatically generated on 28 Oct 2016 at 17:47:08 +// This file was automatically generated /* Nazara Engine - Renderer module diff --git a/include/Nazara/Utility.hpp b/include/Nazara/Utility.hpp index e5b4af0c1..3734b919e 100644 --- a/include/Nazara/Utility.hpp +++ b/include/Nazara/Utility.hpp @@ -1,4 +1,4 @@ -// This file was automatically generated on 28 Oct 2016 at 17:47:08 +// This file was automatically generated /* Nazara Engine - Utility module