Regenerated global headers (and updated copyright year, again)

Former-commit-id: b5b24f4a3610e1dead2883afaded48bf3554669d
This commit is contained in:
Lynix
2015-01-30 22:33:41 +01:00
parent 993b2e4145
commit 622fce6f9c
47 changed files with 72 additions and 59 deletions

View File

@@ -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;
}
}