diff --git a/include/Nazara/Noise/Config.hpp b/include/Nazara/Noise/Config.hpp index 0b628002a..77cb9d990 100644 --- a/include/Nazara/Noise/Config.hpp +++ b/include/Nazara/Noise/Config.hpp @@ -3,6 +3,10 @@ Copyright (C) 2012 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + Nazara Engine - NzNoise Module + + Copyright (C) 2012 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 the Software without restriction, including without limitation the rights to diff --git a/include/Nazara/Noise/Debug.hpp b/include/Nazara/Noise/Debug.hpp index c26ad1c80..1f8a08966 100644 --- a/include/Nazara/Noise/Debug.hpp +++ b/include/Nazara/Noise/Debug.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2012 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) +// Copyright (C) 2012 Rémi "Overdrivr" Bèges (remi.beges@laposte.net) // 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/Noise/DebugOff.hpp b/include/Nazara/Noise/DebugOff.hpp index 324f33c2b..1162e79c0 100644 --- a/include/Nazara/Noise/DebugOff.hpp +++ b/include/Nazara/Noise/DebugOff.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2012 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) +// Copyright (C) 2012 Rémi "Overdrivr" Bèges (remi.beges@laposte.net) // This file is part of the "Nazara Engine". // For conditions of distribution and use, see copyright notice in Config.hpp diff --git a/readme.txt b/readme.txt index a4cc42567..02814821f 100644 --- a/readme.txt +++ b/readme.txt @@ -12,7 +12,7 @@ Authors ------- Jérôme "Lynix" Leclercq - main developper (Lynix680@gmail.com) -Rémi "overdrivr" Bèges - developper & helper (remi.beges@laposte.net) +Rémi "overdrivr" Bèges - developper & helper - NzNoise Module - (remi.beges@laposte.net) Install ------- diff --git a/readme_fr.txt b/readme_fr.txt index 81c3e99ad..a31c39eca 100644 --- a/readme_fr.txt +++ b/readme_fr.txt @@ -12,7 +12,7 @@ Auteurs ------- Jérôme "Lynix" Leclercq - développeur principal (Lynix680@gmail.com) -Rémi "overdrivr" Bèges - développeur & aide (remi.beges@laposte.net) +Rémi "overdrivr" Bèges - développeur & aide - module NzNoise - (remi.beges@laposte.net) Installation ------------ diff --git a/src/Nazara/Noise/Debug/Leaks.cpp b/src/Nazara/Noise/Debug/Leaks.cpp index 81ed5eb4d..3e65ef142 100644 --- a/src/Nazara/Noise/Debug/Leaks.cpp +++ b/src/Nazara/Noise/Debug/Leaks.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2012 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) +// Copyright (C) 2012 Rémi Bèges // This file is part of the "Nazara Engine". // For conditions of distribution and use, see copyright notice in Config.hpp