From 622fce6f9c7c9960b488d4add1a2aff7f2d0ac4a Mon Sep 17 00:00:00 2001 From: Lynix Date: Fri, 30 Jan 2015 22:33:41 +0100 Subject: [PATCH] Regenerated global headers (and updated copyright year, again) Former-commit-id: b5b24f4a3610e1dead2883afaded48bf3554669d --- .../include/Nazara/ModuleName/ClassName.hpp | 2 +- .../include/Nazara/ModuleName/Config.hpp | 2 +- .../include/Nazara/ModuleName/ConfigCheck.hpp | 2 +- .../include/Nazara/ModuleName/Debug.hpp | 2 +- .../include/Nazara/ModuleName/ModuleName.hpp | 2 +- .../src/Nazara/ModuleName/ClassName.cpp | 2 +- .../src/Nazara/ModuleName/ModuleName.cpp | 2 +- include/Nazara/Audio.hpp | 4 ++-- include/Nazara/Core.hpp | 8 ++++++-- include/Nazara/Core/RefCounted.hpp | 2 +- include/Nazara/Debug.hpp | 4 ++-- include/Nazara/DebugOff.hpp | 2 +- include/Nazara/Graphics.hpp | 12 ++++++++++-- include/Nazara/Lua.hpp | 4 ++-- include/Nazara/Math.hpp | 4 ++-- include/Nazara/Noise.hpp | 4 ++-- include/Nazara/Physics.hpp | 4 ++-- include/Nazara/Renderer.hpp | 4 ++-- include/Nazara/Utility.hpp | 5 +++-- src/Nazara/Audio/Debug/NewOverload.cpp | 2 +- src/Nazara/Core/Debug/NewOverload.cpp | 2 +- src/Nazara/Core/ObjectListener.cpp | 2 +- src/Nazara/Core/Posix/ClockImpl.cpp | 2 +- src/Nazara/Core/Posix/ClockImpl.hpp | 2 +- src/Nazara/Core/Posix/ConditionVariableImpl.cpp | 2 +- src/Nazara/Core/Posix/ConditionVariableImpl.hpp | 2 +- src/Nazara/Core/Posix/DirectoryImpl.cpp | 2 +- src/Nazara/Core/Posix/DirectoryImpl.hpp | 2 +- src/Nazara/Core/Posix/DynLibImpl.cpp | 2 +- src/Nazara/Core/Posix/DynLibImpl.hpp | 2 +- src/Nazara/Core/Posix/FileImpl.cpp | 2 +- src/Nazara/Core/Posix/FileImpl.hpp | 2 +- src/Nazara/Core/Posix/HardwareInfoImpl.cpp | 2 +- src/Nazara/Core/Posix/HardwareInfoImpl.hpp | 2 +- src/Nazara/Core/Posix/MutexImpl.cpp | 2 +- src/Nazara/Core/Posix/SemaphoreImpl.cpp | 2 +- src/Nazara/Core/Posix/SemaphoreImpl.hpp | 2 +- src/Nazara/Core/Posix/ThreadImpl.cpp | 2 +- src/Nazara/Core/Posix/ThreadImpl.hpp | 2 +- src/Nazara/Core/RefCounted.cpp | 2 +- src/Nazara/Graphics/Debug/NewOverload.cpp | 2 +- src/Nazara/Lua/Debug/NewOverload.cpp | 2 +- src/Nazara/Noise/Debug/NewOverload.cpp | 2 +- src/Nazara/Physics/Debug/NewOverload.cpp | 2 +- src/Nazara/Renderer/Debug/NewOverload.cpp | 2 +- src/Nazara/Utility/Debug/NewOverload.cpp | 2 +- writing style.md | 6 +++--- 47 files changed, 72 insertions(+), 59 deletions(-) diff --git a/NazaraModuleTemplate/include/Nazara/ModuleName/ClassName.hpp b/NazaraModuleTemplate/include/Nazara/ModuleName/ClassName.hpp index bc9d5f088..b3fcc13e2 100644 --- a/NazaraModuleTemplate/include/Nazara/ModuleName/ClassName.hpp +++ b/NazaraModuleTemplate/include/Nazara/ModuleName/ClassName.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 AUTHORS +// Copyright (C) YEAR AUTHORS // This file is part of the "Nazara Engine - Module name" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/NazaraModuleTemplate/include/Nazara/ModuleName/Config.hpp b/NazaraModuleTemplate/include/Nazara/ModuleName/Config.hpp index 9257290da..a72f02c69 100644 --- a/NazaraModuleTemplate/include/Nazara/ModuleName/Config.hpp +++ b/NazaraModuleTemplate/include/Nazara/ModuleName/Config.hpp @@ -1,7 +1,7 @@ /* Nazara Engine - Module name - Copyright (C) 2014 AUTHORS (EMAIL) + Copyright (C) YEAR AUTHORS (EMAIL) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/NazaraModuleTemplate/include/Nazara/ModuleName/ConfigCheck.hpp b/NazaraModuleTemplate/include/Nazara/ModuleName/ConfigCheck.hpp index 25bf87f19..941cd832c 100644 --- a/NazaraModuleTemplate/include/Nazara/ModuleName/ConfigCheck.hpp +++ b/NazaraModuleTemplate/include/Nazara/ModuleName/ConfigCheck.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 AUTHORS +// Copyright (C) YEAR AUTHORS // This file is part of the "Nazara Engine - Module name" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/NazaraModuleTemplate/include/Nazara/ModuleName/Debug.hpp b/NazaraModuleTemplate/include/Nazara/ModuleName/Debug.hpp index 22128629b..d225798df 100644 --- a/NazaraModuleTemplate/include/Nazara/ModuleName/Debug.hpp +++ b/NazaraModuleTemplate/include/Nazara/ModuleName/Debug.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 AUTHORS +// Copyright (C) YEAR AUTHORS // This file is part of the "Nazara Engine - Module name" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/NazaraModuleTemplate/include/Nazara/ModuleName/ModuleName.hpp b/NazaraModuleTemplate/include/Nazara/ModuleName/ModuleName.hpp index fa4839bb6..96d9322c9 100644 --- a/NazaraModuleTemplate/include/Nazara/ModuleName/ModuleName.hpp +++ b/NazaraModuleTemplate/include/Nazara/ModuleName/ModuleName.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 AUTHORS +// Copyright (C) YEAR AUTHORS // This file is part of the "Nazara Engine - Module name" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/NazaraModuleTemplate/src/Nazara/ModuleName/ClassName.cpp b/NazaraModuleTemplate/src/Nazara/ModuleName/ClassName.cpp index f40960dd6..cd6ac9ac7 100644 --- a/NazaraModuleTemplate/src/Nazara/ModuleName/ClassName.cpp +++ b/NazaraModuleTemplate/src/Nazara/ModuleName/ClassName.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 AUTHORS +// Copyright (C) YEAR AUTHORS // This file is part of the "Nazara Engine - Module name" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/NazaraModuleTemplate/src/Nazara/ModuleName/ModuleName.cpp b/NazaraModuleTemplate/src/Nazara/ModuleName/ModuleName.cpp index edb8ebe48..09b3d093b 100644 --- a/NazaraModuleTemplate/src/Nazara/ModuleName/ModuleName.cpp +++ b/NazaraModuleTemplate/src/Nazara/ModuleName/ModuleName.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 AUTHORS +// Copyright (C) YEAR AUTHORS // This file is part of the "Nazara Engine - Module name" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Audio.hpp b/include/Nazara/Audio.hpp index f34c4257a..154936967 100644 --- a/include/Nazara/Audio.hpp +++ b/include/Nazara/Audio.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated on 21 Feb 2014 at 18:17:18 +// This file was automatically generated on 30 Jan 2015 at 22:28:30 /* Nazara Engine - Audio module - Copyright (C) 2014 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Core.hpp b/include/Nazara/Core.hpp index e4d1f7078..3e9cb9073 100644 --- a/include/Nazara/Core.hpp +++ b/include/Nazara/Core.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated on 17 Jan 2015 at 00:38:08 +// This file was automatically generated on 30 Jan 2015 at 22:28:30 /* Nazara Engine - Core module - Copyright (C) 2014 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -61,15 +61,19 @@ #include #include #include +#include #include +#include #include #include #include #include #include #include +#include #include #include +#include #include #include #include diff --git a/include/Nazara/Core/RefCounted.hpp b/include/Nazara/Core/RefCounted.hpp index e60e73364..401b712c9 100644 --- a/include/Nazara/Core/RefCounted.hpp +++ b/include/Nazara/Core/RefCounted.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jérôme Leclercq +// Copyright (C) 2015 Jérôme Leclercq // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Debug.hpp b/include/Nazara/Debug.hpp index 432cd4266..e5621d346 100644 --- a/include/Nazara/Debug.hpp +++ b/include/Nazara/Debug.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2014 Jérôme Leclercq +// Copyright (C) 2015 Jérôme Leclercq // This file is part of the "Nazara Engine" // For conditions of distribution and use, see copyright notice in Config.hpp -#include \ No newline at end of file +#include diff --git a/include/Nazara/DebugOff.hpp b/include/Nazara/DebugOff.hpp index 3486abe03..806548460 100644 --- a/include/Nazara/DebugOff.hpp +++ b/include/Nazara/DebugOff.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jérôme Leclercq +// Copyright (C) 2015 Jérôme Leclercq // This file is part of the "Nazara Engine" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/include/Nazara/Graphics.hpp b/include/Nazara/Graphics.hpp index 202f07a8c..a573b4288 100644 --- a/include/Nazara/Graphics.hpp +++ b/include/Nazara/Graphics.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated on 17 Jan 2015 at 00:38:08 +// This file was automatically generated on 30 Jan 2015 at 22:28:30 /* Nazara Engine - Graphics module - Copyright (C) 2014 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -57,6 +57,14 @@ #include #include #include +#include +#include +#include +#include +#include +#include +#include +#include #include #include #include diff --git a/include/Nazara/Lua.hpp b/include/Nazara/Lua.hpp index a3ecdedec..39346b426 100644 --- a/include/Nazara/Lua.hpp +++ b/include/Nazara/Lua.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated on 21 Feb 2014 at 18:17:18 +// This file was automatically generated on 30 Jan 2015 at 22:28:30 /* Nazara Engine - Lua scripting module - Copyright (C) 2014 Jérôme Leclercq (lynix680@gmail.com) + Copyright (C) 2015 Jérôme Leclercq (lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Math.hpp b/include/Nazara/Math.hpp index b80211a25..2a0513662 100644 --- a/include/Nazara/Math.hpp +++ b/include/Nazara/Math.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated on 21 Feb 2014 at 18:17:18 +// This file was automatically generated on 30 Jan 2015 at 22:28:30 /* Nazara Engine - Mathematics module - Copyright (C) 2014 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) Rémi "overdrivr" Bèges (remi.beges@laposte.net) Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/include/Nazara/Noise.hpp b/include/Nazara/Noise.hpp index 76aa7f8ec..08fbb7c80 100644 --- a/include/Nazara/Noise.hpp +++ b/include/Nazara/Noise.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated on 21 Feb 2014 at 18:17:18 +// This file was automatically generated on 30 Jan 2015 at 22:28:30 /* Nazara Engine - Noise module - Copyright (C) 2014 Rémi "Overdrivr" Bèges (remi.beges@laposte.net) + Copyright (C) 2015 Rémi "Overdrivr" Bèges (remi.beges@laposte.net) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Physics.hpp b/include/Nazara/Physics.hpp index abf8c7c03..e56e0c0c1 100644 --- a/include/Nazara/Physics.hpp +++ b/include/Nazara/Physics.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated on 21 Feb 2014 at 18:17:18 +// This file was automatically generated on 30 Jan 2015 at 22:28:30 /* Nazara Engine - Physics module - Copyright (C) 2014 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Renderer.hpp b/include/Nazara/Renderer.hpp index 1009a48f7..62e103ee8 100644 --- a/include/Nazara/Renderer.hpp +++ b/include/Nazara/Renderer.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated on 21 Feb 2014 at 18:17:18 +// This file was automatically generated on 30 Jan 2015 at 22:28:30 /* Nazara Engine - Renderer module - Copyright (C) 2014 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/include/Nazara/Utility.hpp b/include/Nazara/Utility.hpp index 6f7ecb312..7c741a542 100644 --- a/include/Nazara/Utility.hpp +++ b/include/Nazara/Utility.hpp @@ -1,9 +1,9 @@ -// This file was automatically generated on 17 Jan 2015 at 00:38:08 +// This file was automatically generated on 30 Jan 2015 at 22:28:30 /* Nazara Engine - Utility module - Copyright (C) 2014 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -52,6 +52,7 @@ #include #include #include +#include #include #include #include diff --git a/src/Nazara/Audio/Debug/NewOverload.cpp b/src/Nazara/Audio/Debug/NewOverload.cpp index 259ef3640..ebab9512a 100644 --- a/src/Nazara/Audio/Debug/NewOverload.cpp +++ b/src/Nazara/Audio/Debug/NewOverload.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jérôme Leclercq +// Copyright (C) 2015 Jérôme Leclercq // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Debug/NewOverload.cpp b/src/Nazara/Core/Debug/NewOverload.cpp index abbcb6728..b8c16363c 100644 --- a/src/Nazara/Core/Debug/NewOverload.cpp +++ b/src/Nazara/Core/Debug/NewOverload.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jérôme Leclercq +// Copyright (C) 2015 Jérôme Leclercq // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/ObjectListener.cpp b/src/Nazara/Core/ObjectListener.cpp index 61deacee2..bedca61c2 100644 --- a/src/Nazara/Core/ObjectListener.cpp +++ b/src/Nazara/Core/ObjectListener.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jérôme Leclercq +// Copyright (C) 2015 Jérôme Leclercq // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/ClockImpl.cpp b/src/Nazara/Core/Posix/ClockImpl.cpp index fece5f65d..9058760b8 100644 --- a/src/Nazara/Core/Posix/ClockImpl.cpp +++ b/src/Nazara/Core/Posix/ClockImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Alexandre Janniaux +// Copyright (C) 2015 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/ClockImpl.hpp b/src/Nazara/Core/Posix/ClockImpl.hpp index f4d0b4b08..2628214be 100644 --- a/src/Nazara/Core/Posix/ClockImpl.hpp +++ b/src/Nazara/Core/Posix/ClockImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Alexandre Janniaux +// Copyright (C) 2015 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/ConditionVariableImpl.cpp b/src/Nazara/Core/Posix/ConditionVariableImpl.cpp index 5626e5019..d75af776e 100644 --- a/src/Nazara/Core/Posix/ConditionVariableImpl.cpp +++ b/src/Nazara/Core/Posix/ConditionVariableImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Alexandre Janniaux +// Copyright (C) 2015 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/ConditionVariableImpl.hpp b/src/Nazara/Core/Posix/ConditionVariableImpl.hpp index 12ee64c44..a49cbf901 100644 --- a/src/Nazara/Core/Posix/ConditionVariableImpl.hpp +++ b/src/Nazara/Core/Posix/ConditionVariableImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Alexandre Janniaux +// Copyright (C) 2015 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/DirectoryImpl.cpp b/src/Nazara/Core/Posix/DirectoryImpl.cpp index 6084d0b56..50451edbe 100644 --- a/src/Nazara/Core/Posix/DirectoryImpl.cpp +++ b/src/Nazara/Core/Posix/DirectoryImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Alexandre Janniaux +// Copyright (C) 2015 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/DirectoryImpl.hpp b/src/Nazara/Core/Posix/DirectoryImpl.hpp index b50ef8f6f..858e21930 100644 --- a/src/Nazara/Core/Posix/DirectoryImpl.hpp +++ b/src/Nazara/Core/Posix/DirectoryImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Alexandre Janniaux +// Copyright (C) 2015 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/DynLibImpl.cpp b/src/Nazara/Core/Posix/DynLibImpl.cpp index 709a496d9..b3bafebda 100644 --- a/src/Nazara/Core/Posix/DynLibImpl.cpp +++ b/src/Nazara/Core/Posix/DynLibImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Alexandre Janniaux +// Copyright (C) 2015 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/DynLibImpl.hpp b/src/Nazara/Core/Posix/DynLibImpl.hpp index d4c022dba..5e4cac8d5 100644 --- a/src/Nazara/Core/Posix/DynLibImpl.hpp +++ b/src/Nazara/Core/Posix/DynLibImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Alexandre Janniaux +// Copyright (C) 2015 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/FileImpl.cpp b/src/Nazara/Core/Posix/FileImpl.cpp index 7f01e45fb..fed2b8686 100644 --- a/src/Nazara/Core/Posix/FileImpl.cpp +++ b/src/Nazara/Core/Posix/FileImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Alexandre Janniaux +// Copyright (C) 2015 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/FileImpl.hpp b/src/Nazara/Core/Posix/FileImpl.hpp index d62427270..b6d22aca5 100644 --- a/src/Nazara/Core/Posix/FileImpl.hpp +++ b/src/Nazara/Core/Posix/FileImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Alexandre Janniaux +// Copyright (C) 2015 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/HardwareInfoImpl.cpp b/src/Nazara/Core/Posix/HardwareInfoImpl.cpp index 333d85c4d..a62418fc8 100644 --- a/src/Nazara/Core/Posix/HardwareInfoImpl.cpp +++ b/src/Nazara/Core/Posix/HardwareInfoImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Alexandre Janniaux +// Copyright (C) 2015 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/HardwareInfoImpl.hpp b/src/Nazara/Core/Posix/HardwareInfoImpl.hpp index ecf894940..2e23283bd 100644 --- a/src/Nazara/Core/Posix/HardwareInfoImpl.hpp +++ b/src/Nazara/Core/Posix/HardwareInfoImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Alexandre Janniaux +// Copyright (C) 2015 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/MutexImpl.cpp b/src/Nazara/Core/Posix/MutexImpl.cpp index 2266175ef..dee6078dc 100644 --- a/src/Nazara/Core/Posix/MutexImpl.cpp +++ b/src/Nazara/Core/Posix/MutexImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Alexandre Janniaux +// Copyright (C) 2015 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/SemaphoreImpl.cpp b/src/Nazara/Core/Posix/SemaphoreImpl.cpp index 5eb4d6c8f..baa70f10a 100644 --- a/src/Nazara/Core/Posix/SemaphoreImpl.cpp +++ b/src/Nazara/Core/Posix/SemaphoreImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Alexandre Janniaux +// Copyright (C) 2015 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/SemaphoreImpl.hpp b/src/Nazara/Core/Posix/SemaphoreImpl.hpp index be1e21fee..1708d3be4 100644 --- a/src/Nazara/Core/Posix/SemaphoreImpl.hpp +++ b/src/Nazara/Core/Posix/SemaphoreImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Alexandre Janniaux +// Copyright (C) 2015 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/ThreadImpl.cpp b/src/Nazara/Core/Posix/ThreadImpl.cpp index 01aadd02f..c97abe19c 100644 --- a/src/Nazara/Core/Posix/ThreadImpl.cpp +++ b/src/Nazara/Core/Posix/ThreadImpl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Alexandre Janniaux +// Copyright (C) 2015 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/Posix/ThreadImpl.hpp b/src/Nazara/Core/Posix/ThreadImpl.hpp index 7d2bc98b3..f1674d902 100644 --- a/src/Nazara/Core/Posix/ThreadImpl.hpp +++ b/src/Nazara/Core/Posix/ThreadImpl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Alexandre Janniaux +// Copyright (C) 2015 Alexandre Janniaux // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Core/RefCounted.cpp b/src/Nazara/Core/RefCounted.cpp index 6ca923a44..55c487c0d 100644 --- a/src/Nazara/Core/RefCounted.cpp +++ b/src/Nazara/Core/RefCounted.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jérôme Leclercq +// Copyright (C) 2015 Jérôme Leclercq // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Graphics/Debug/NewOverload.cpp b/src/Nazara/Graphics/Debug/NewOverload.cpp index 985b556ec..3cd2de7dc 100644 --- a/src/Nazara/Graphics/Debug/NewOverload.cpp +++ b/src/Nazara/Graphics/Debug/NewOverload.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jérôme Leclercq +// Copyright (C) 2015 Jérôme Leclercq // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Lua/Debug/NewOverload.cpp b/src/Nazara/Lua/Debug/NewOverload.cpp index 17bc09b73..2f0f42402 100644 --- a/src/Nazara/Lua/Debug/NewOverload.cpp +++ b/src/Nazara/Lua/Debug/NewOverload.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jérôme Leclercq +// Copyright (C) 2015 Jérôme Leclercq // This file is part of the "Nazara Engine - Lua module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Noise/Debug/NewOverload.cpp b/src/Nazara/Noise/Debug/NewOverload.cpp index b22595d3e..a8b96c450 100644 --- a/src/Nazara/Noise/Debug/NewOverload.cpp +++ b/src/Nazara/Noise/Debug/NewOverload.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jérôme Leclercq +// Copyright (C) 2015 Jérôme Leclercq // This file is part of the "Nazara Engine - Noise module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Physics/Debug/NewOverload.cpp b/src/Nazara/Physics/Debug/NewOverload.cpp index 278162316..ed0126e77 100644 --- a/src/Nazara/Physics/Debug/NewOverload.cpp +++ b/src/Nazara/Physics/Debug/NewOverload.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jérôme Leclercq +// Copyright (C) 2015 Jérôme Leclercq // This file is part of the "Nazara Engine - Physics module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Renderer/Debug/NewOverload.cpp b/src/Nazara/Renderer/Debug/NewOverload.cpp index 388752cab..72563a400 100644 --- a/src/Nazara/Renderer/Debug/NewOverload.cpp +++ b/src/Nazara/Renderer/Debug/NewOverload.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jérôme Leclercq +// Copyright (C) 2015 Jérôme Leclercq // This file is part of the "Nazara Engine - Renderer module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/src/Nazara/Utility/Debug/NewOverload.cpp b/src/Nazara/Utility/Debug/NewOverload.cpp index 7316673f5..0ab389a70 100644 --- a/src/Nazara/Utility/Debug/NewOverload.cpp +++ b/src/Nazara/Utility/Debug/NewOverload.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014 Jérôme Leclercq +// Copyright (C) 2015 Jérôme Leclercq // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/writing style.md b/writing style.md index cc6da29f7..1d1d094f9 100644 --- a/writing style.md +++ b/writing style.md @@ -4,7 +4,7 @@ Alphabetical order for everything and try to regroup each methods beginning with Class header: -// Copyright (C) 2014 AUTHOR +// Copyright (C) YEAR AUTHOR // This file is part of the "Nazara Engine - MODULE module" // For conditions of distribution and use, see copyright notice in Config.hpp @@ -43,7 +43,7 @@ class NAZARA_API NzClassName Class source: -// Copyright (C) 2014 AUTHOR +// Copyright (C) YEAR AUTHOR // This file is part of the "Nazara Engine - MODULE module" // For conditions of distribution and use, see copyright notice in Config.hpp @@ -81,4 +81,4 @@ Function: FunctionName() { variableName = init; -} \ No newline at end of file +}