From 0d8f7546a9d22bfe296bc5af4fc3f70018822c3b Mon Sep 17 00:00:00 2001 From: Lynix Date: Sun, 1 Mar 2015 19:48:01 +0100 Subject: [PATCH] Fixed copyright notices Former-commit-id: d5ccaa115ad229def2925099f82540ffa91c2297 --- SDK/src/NDK/BaseComponent.cpp | 4 +++- SDK/src/NDK/Entity.cpp | 4 +++- SDK/src/NDK/World.cpp | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/SDK/src/NDK/BaseComponent.cpp b/SDK/src/NDK/BaseComponent.cpp index 3d215d30f..f3bbaaa19 100644 --- a/SDK/src/NDK/BaseComponent.cpp +++ b/SDK/src/NDK/BaseComponent.cpp @@ -1,4 +1,6 @@ -// This file was automatically generated on 26 May 2014 at 01:05:31 +// Copyright (C) 2015 Jérôme Leclercq +// This file is part of the "Nazara Development Kit" +// For conditions of distribution and use, see copyright notice in Prerequesites.hpp #include diff --git a/SDK/src/NDK/Entity.cpp b/SDK/src/NDK/Entity.cpp index 47efff9e2..b167d0597 100644 --- a/SDK/src/NDK/Entity.cpp +++ b/SDK/src/NDK/Entity.cpp @@ -1,4 +1,6 @@ -// This file was automatically generated on 26 May 2014 at 01:05:31 +// Copyright (C) 2015 Jérôme Leclercq +// This file is part of the "Nazara Development Kit" +// For conditions of distribution and use, see copyright notice in Prerequesites.hpp #include #include diff --git a/SDK/src/NDK/World.cpp b/SDK/src/NDK/World.cpp index a9b5e2695..38ee525d0 100644 --- a/SDK/src/NDK/World.cpp +++ b/SDK/src/NDK/World.cpp @@ -1,4 +1,6 @@ -// This file was automatically generated on 26 May 2014 at 01:05:31 +// Copyright (C) 2015 Jérôme Leclercq +// This file is part of the "Nazara Development Kit" +// For conditions of distribution and use, see copyright notice in Prerequesites.hpp #include #include