diff --git a/code/nel/src/3d/driver/direct3d/stddirect3d.cpp b/code/nel/src/3d/driver/direct3d/stddirect3d.cpp
index 581299d20..99b8b90b6 100644
--- a/code/nel/src/3d/driver/direct3d/stddirect3d.cpp
+++ b/code/nel/src/3d/driver/direct3d/stddirect3d.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#include "stddirect3d.h"
// leave not static else this workaround don't work
diff --git a/code/nel/src/3d/driver/opengl/stdopengl.cpp b/code/nel/src/3d/driver/opengl/stdopengl.cpp
index 56cf1bc04..4c8ee2ab1 100644
--- a/code/nel/src/3d/driver/opengl/stdopengl.cpp
+++ b/code/nel/src/3d/driver/opengl/stdopengl.cpp
@@ -1,3 +1,18 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
#include "stdopengl.h"
diff --git a/code/nel/src/3d/driver/opengl/stdopengl.h b/code/nel/src/3d/driver/opengl/stdopengl.h
index f7e9e5f6d..697aa2944 100644
--- a/code/nel/src/3d/driver/opengl/stdopengl.h
+++ b/code/nel/src/3d/driver/opengl/stdopengl.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#include "nel/misc/types_nl.h"
#include
diff --git a/code/nel/src/3d/particle_system.cpp b/code/nel/src/3d/particle_system.cpp
index cd0e464ff..0e22f5c94 100644
--- a/code/nel/src/3d/particle_system.cpp
+++ b/code/nel/src/3d/particle_system.cpp
@@ -1,5 +1,3 @@
-
-
// NeL - MMORPG Framework
// Copyright (C) 2010 Winch Gate Property Limited
//
diff --git a/code/nel/src/3d/ps_register_attribs.cpp b/code/nel/src/3d/ps_register_attribs.cpp
index ef9bb9d54..2e30be02c 100644
--- a/code/nel/src/3d/ps_register_attribs.cpp
+++ b/code/nel/src/3d/ps_register_attribs.cpp
@@ -1,4 +1,3 @@
-
// NeL - MMORPG Framework
// Copyright (C) 2010 Winch Gate Property Limited
//
diff --git a/code/nel/src/3d/ps_register_emitters.cpp b/code/nel/src/3d/ps_register_emitters.cpp
index 4857777e9..9a1d98cf1 100644
--- a/code/nel/src/3d/ps_register_emitters.cpp
+++ b/code/nel/src/3d/ps_register_emitters.cpp
@@ -1,4 +1,3 @@
-
// NeL - MMORPG Framework
// Copyright (C) 2010 Winch Gate Property Limited
//
diff --git a/code/nel/src/3d/ps_register_forces.cpp b/code/nel/src/3d/ps_register_forces.cpp
index 5a178fb6f..6769aa304 100644
--- a/code/nel/src/3d/ps_register_forces.cpp
+++ b/code/nel/src/3d/ps_register_forces.cpp
@@ -1,4 +1,3 @@
-
// NeL - MMORPG Framework
// Copyright (C) 2010 Winch Gate Property Limited
//
diff --git a/code/nel/src/3d/ps_register_particles.cpp b/code/nel/src/3d/ps_register_particles.cpp
index 485d73d9f..6498ade8d 100644
--- a/code/nel/src/3d/ps_register_particles.cpp
+++ b/code/nel/src/3d/ps_register_particles.cpp
@@ -1,4 +1,3 @@
-
// NeL - MMORPG Framework
// Copyright (C) 2010 Winch Gate Property Limited
//
diff --git a/code/nel/src/3d/ps_register_zones.cpp b/code/nel/src/3d/ps_register_zones.cpp
index fb18c2d2c..d723a0520 100644
--- a/code/nel/src/3d/ps_register_zones.cpp
+++ b/code/nel/src/3d/ps_register_zones.cpp
@@ -1,4 +1,3 @@
-
// NeL - MMORPG Framework
// Copyright (C) 2010 Winch Gate Property Limited
//
diff --git a/code/nel/src/misc/win32_util.cpp b/code/nel/src/misc/win32_util.cpp
index ce1db45bb..977a04420 100644
--- a/code/nel/src/misc/win32_util.cpp
+++ b/code/nel/src/misc/win32_util.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#include "stdmisc.h"
#include "nel/misc/win32_util.h"
#include "nel/misc/i18n.h"
diff --git a/code/nel/src/misc/win_tray.cpp b/code/nel/src/misc/win_tray.cpp
index 5b6cccc72..55602d4d2 100644
--- a/code/nel/src/misc/win_tray.cpp
+++ b/code/nel/src/misc/win_tray.cpp
@@ -1 +1,17 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#include "stdmisc.h"
diff --git a/code/nel/src/net/stdin_monitor_thread.cpp b/code/nel/src/net/stdin_monitor_thread.cpp
index e9ad7f875..50c2f5ede 100644
--- a/code/nel/src/net/stdin_monitor_thread.cpp
+++ b/code/nel/src/net/stdin_monitor_thread.cpp
@@ -1,4 +1,18 @@
-
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
//-----------------------------------------------------------------------------
// includes
diff --git a/code/nel/src/pacs/stdpacs.cpp b/code/nel/src/pacs/stdpacs.cpp
index b37168c1c..ad1bcb876 100644
--- a/code/nel/src/pacs/stdpacs.cpp
+++ b/code/nel/src/pacs/stdpacs.cpp
@@ -1,3 +1,18 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
#include "stdpacs.h"
diff --git a/code/nel/src/pacs/stdpacs.h b/code/nel/src/pacs/stdpacs.h
index 0277fe9eb..a80189929 100644
--- a/code/nel/src/pacs/stdpacs.h
+++ b/code/nel/src/pacs/stdpacs.h
@@ -1,3 +1,18 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
#include "nel/misc/types_nl.h"
diff --git a/code/nel/src/sound/clustered_sound.cpp b/code/nel/src/sound/clustered_sound.cpp
index 27773a6d4..71b1dec50 100644
--- a/code/nel/src/sound/clustered_sound.cpp
+++ b/code/nel/src/sound/clustered_sound.cpp
@@ -710,7 +710,6 @@ void CClusteredSound::soundTraverse(const std::vector &clusters, CSo
tc.OcclusionLFFactor = css.OcclusionLFFactor;
tc.OcclusionRoomRatio = css.OcclusionRoomRatio;
tc.Obstruction = css.Obstruction;
-
tc.Direction1 = d1;
tc.Direction2 = d2;
tc.NbPortal = travContext.NbPortal+1;
diff --git a/code/nel/src/sound/complex_sound.cpp b/code/nel/src/sound/complex_sound.cpp
index b52881432..04991aa4a 100644
--- a/code/nel/src/sound/complex_sound.cpp
+++ b/code/nel/src/sound/complex_sound.cpp
@@ -1,3 +1,18 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
#include "stdsound.h"
#include "nel/sound/complex_sound.h"
diff --git a/code/nel/tools/3d/animation_set_builder/animation_set_builder.cpp b/code/nel/tools/3d/animation_set_builder/animation_set_builder.cpp
index 09ae96145..b5e35a9e3 100644
--- a/code/nel/tools/3d/animation_set_builder/animation_set_builder.cpp
+++ b/code/nel/tools/3d/animation_set_builder/animation_set_builder.cpp
@@ -1,5 +1,18 @@
-// animation_set_builder.cpp : Defines the entry point for the console application.
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
#include
#include
diff --git a/code/nel/tools/3d/build_far_bank/build_far_bank.cpp b/code/nel/tools/3d/build_far_bank/build_far_bank.cpp
index db94e5e5e..be8b48e0e 100644
--- a/code/nel/tools/3d/build_far_bank/build_far_bank.cpp
+++ b/code/nel/tools/3d/build_far_bank/build_far_bank.cpp
@@ -1,6 +1,18 @@
-/**
- * Build a bank tile far
- */
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
#include "nel/misc/file.h"
#include "nel/3d/tile_bank.h"
diff --git a/code/nel/tools/3d/build_interface/main.cpp b/code/nel/tools/3d/build_interface/main.cpp
index 09c327db6..a82b6bde7 100644
--- a/code/nel/tools/3d/build_interface/main.cpp
+++ b/code/nel/tools/3d/build_interface/main.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// lightmap_optimizer
// ------------------
// the goal is to regroup lightmap of a level into lightmap with a higher level
diff --git a/code/nel/tools/3d/build_shadow_skin/main.cpp b/code/nel/tools/3d/build_shadow_skin/main.cpp
index cb9df595c..38562e5d1 100644
--- a/code/nel/tools/3d/build_shadow_skin/main.cpp
+++ b/code/nel/tools/3d/build_shadow_skin/main.cpp
@@ -1,4 +1,18 @@
-
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
#include "nel/misc/path.h"
#include "nel/3d/mesh_mrm_skinned.h"
diff --git a/code/nel/tools/3d/build_smallbank/build_smallbank.cpp b/code/nel/tools/3d/build_smallbank/build_smallbank.cpp
index 46f8f1aa7..45e995427 100644
--- a/code/nel/tools/3d/build_smallbank/build_smallbank.cpp
+++ b/code/nel/tools/3d/build_smallbank/build_smallbank.cpp
@@ -1,5 +1,18 @@
-// build_smallbank.cpp : build a small bank.
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
// NeL include
#include "nel/misc/file.h"
diff --git a/code/nel/tools/3d/crash_log_analyser/main.cpp b/code/nel/tools/3d/crash_log_analyser/main.cpp
index dda6f0c44..02bb1d206 100644
--- a/code/nel/tools/3d/crash_log_analyser/main.cpp
+++ b/code/nel/tools/3d/crash_log_analyser/main.cpp
@@ -1,7 +1,18 @@
-
-
-
-
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
#include "nel/misc/file.h"
#include "nel/misc/path.h"
diff --git a/code/nel/tools/3d/get_neighbors/main.cpp b/code/nel/tools/3d/get_neighbors/main.cpp
index cbfb05bc2..f316f33e9 100644
--- a/code/nel/tools/3d/get_neighbors/main.cpp
+++ b/code/nel/tools/3d/get_neighbors/main.cpp
@@ -1,3 +1,18 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
#include
#include
diff --git a/code/nel/tools/3d/lightmap_optimizer/main.cpp b/code/nel/tools/3d/lightmap_optimizer/main.cpp
index 6bda04b78..293f34ac7 100644
--- a/code/nel/tools/3d/lightmap_optimizer/main.cpp
+++ b/code/nel/tools/3d/lightmap_optimizer/main.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// lightmap_optimizer
// ------------------
// the goal is to regroup lightmap of a level into lightmap with a higher level
diff --git a/code/nel/tools/3d/ligo/plugin_max/DllEntry.cpp b/code/nel/tools/3d/ligo/plugin_max/DllEntry.cpp
index c3e90719e..3cf88f4a7 100644
--- a/code/nel/tools/3d/ligo/plugin_max/DllEntry.cpp
+++ b/code/nel/tools/3d/ligo/plugin_max/DllEntry.cpp
@@ -1,15 +1,19 @@
-/**********************************************************************
- *<
- FILE: DllEntry.cpp
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
- DESCRIPTION:Contains the Dll Entry stuff
-
- CREATED BY:
-
- HISTORY:
-
- *> Copyright (c) 1997, All Rights Reserved.
- **********************************************************************/
#include "ligoscape_utility.h"
#include "nel/misc/app_context.h"
#include
diff --git a/code/nel/tools/3d/object_viewer/about_dialog.cpp b/code/nel/tools/3d/object_viewer/about_dialog.cpp
index e5aceb121..3ecc9fe60 100644
--- a/code/nel/tools/3d/object_viewer/about_dialog.cpp
+++ b/code/nel/tools/3d/object_viewer/about_dialog.cpp
@@ -1,5 +1,18 @@
-// about_dialog.cpp : implementation file
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
#include "std_afx.h"
#include "object_viewer.h"
diff --git a/code/nel/tools/3d/object_viewer/about_dialog.h b/code/nel/tools/3d/object_viewer/about_dialog.h
index dec7e36da..e0af8447a 100644
--- a/code/nel/tools/3d/object_viewer/about_dialog.h
+++ b/code/nel/tools/3d/object_viewer/about_dialog.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_ABOUT_DIALOG_H__7AC72A72_F42F_4947_8630_1FE077BF66F4__INCLUDED_)
#define AFX_ABOUT_DIALOG_H__7AC72A72_F42F_4947_8630_1FE077BF66F4__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/choose_bg_color_dlg.cpp b/code/nel/tools/3d/object_viewer/choose_bg_color_dlg.cpp
index 41677644d..61560c0b1 100644
--- a/code/nel/tools/3d/object_viewer/choose_bg_color_dlg.cpp
+++ b/code/nel/tools/3d/object_viewer/choose_bg_color_dlg.cpp
@@ -1,5 +1,18 @@
-// choose_bg_color_dlg.cpp : implementation file
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
#include "std_afx.h"
#include "object_viewer.h"
diff --git a/code/nel/tools/3d/object_viewer/choose_bg_color_dlg.h b/code/nel/tools/3d/object_viewer/choose_bg_color_dlg.h
index 3aa18e37d..cd3538b20 100644
--- a/code/nel/tools/3d/object_viewer/choose_bg_color_dlg.h
+++ b/code/nel/tools/3d/object_viewer/choose_bg_color_dlg.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_CHOOSE_BG_COLOR_DLG_H__F340B75A_1593_42D0_9D11_C569053B03D0__INCLUDED_)
#define AFX_CHOOSE_BG_COLOR_DLG_H__F340B75A_1593_42D0_9D11_C569053B03D0__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/choose_frame_delay.cpp b/code/nel/tools/3d/object_viewer/choose_frame_delay.cpp
index ad96eb7ce..76c8dcb64 100644
--- a/code/nel/tools/3d/object_viewer/choose_frame_delay.cpp
+++ b/code/nel/tools/3d/object_viewer/choose_frame_delay.cpp
@@ -1,5 +1,18 @@
-// choose_frame_delay.cpp : implementation file
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
#include "std_afx.h"
#include "object_viewer.h"
diff --git a/code/nel/tools/3d/object_viewer/choose_frame_delay.h b/code/nel/tools/3d/object_viewer/choose_frame_delay.h
index 4fc5b8b8f..5799629a0 100644
--- a/code/nel/tools/3d/object_viewer/choose_frame_delay.h
+++ b/code/nel/tools/3d/object_viewer/choose_frame_delay.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_CHOOSE_FRAME_DELAY_H__F07A2A7E_FB96_4856_99B5_46DE3B05CD6D__INCLUDED_)
#define AFX_CHOOSE_FRAME_DELAY_H__F07A2A7E_FB96_4856_99B5_46DE3B05CD6D__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/choose_pool_id.cpp b/code/nel/tools/3d/object_viewer/choose_pool_id.cpp
index 9dd1b2985..be5e132f9 100644
--- a/code/nel/tools/3d/object_viewer/choose_pool_id.cpp
+++ b/code/nel/tools/3d/object_viewer/choose_pool_id.cpp
@@ -1,5 +1,18 @@
-// choose_pool_id.cpp : implementation file
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
#include "std_afx.h"
#include "object_viewer.h"
diff --git a/code/nel/tools/3d/object_viewer/choose_pool_id.h b/code/nel/tools/3d/object_viewer/choose_pool_id.h
index bdb7aebb8..5f7256e1b 100644
--- a/code/nel/tools/3d/object_viewer/choose_pool_id.h
+++ b/code/nel/tools/3d/object_viewer/choose_pool_id.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_CHOOSE_POOL_ID_H__FBCD9FA0_F8A8_4336_AE2A_81D007E5C855__INCLUDED_)
#define AFX_CHOOSE_POOL_ID_H__FBCD9FA0_F8A8_4336_AE2A_81D007E5C855__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/choose_sun_color_dlg.cpp b/code/nel/tools/3d/object_viewer/choose_sun_color_dlg.cpp
index 52b90f1bd..afa44d439 100644
--- a/code/nel/tools/3d/object_viewer/choose_sun_color_dlg.cpp
+++ b/code/nel/tools/3d/object_viewer/choose_sun_color_dlg.cpp
@@ -1,5 +1,18 @@
-// choose_sun_color_dlg.cpp : implementation file
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
#include "std_afx.h"
#include "object_viewer.h"
diff --git a/code/nel/tools/3d/object_viewer/choose_sun_color_dlg.h b/code/nel/tools/3d/object_viewer/choose_sun_color_dlg.h
index 70e8d9c47..58c117475 100644
--- a/code/nel/tools/3d/object_viewer/choose_sun_color_dlg.h
+++ b/code/nel/tools/3d/object_viewer/choose_sun_color_dlg.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_CHOOSE_SUN_COLOR_DLG_H__CA0B25DD_6DEE_4EF0_B561_2EFAA445321C__INCLUDED_)
#define AFX_CHOOSE_SUN_COLOR_DLG_H__CA0B25DD_6DEE_4EF0_B561_2EFAA445321C__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/color_static.cpp b/code/nel/tools/3d/object_viewer/color_static.cpp
index 2796ef772..484e67bad 100644
--- a/code/nel/tools/3d/object_viewer/color_static.cpp
+++ b/code/nel/tools/3d/object_viewer/color_static.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// This file was created on March 28th 2001 by Robert Brault.
// I created this Class to be able change the Color of your Static Text.
// This is Derived from CStatic.
diff --git a/code/nel/tools/3d/object_viewer/color_static.h b/code/nel/tools/3d/object_viewer/color_static.h
index a3f01dcb4..8ea20bb91 100644
--- a/code/nel/tools/3d/object_viewer/color_static.h
+++ b/code/nel/tools/3d/object_viewer/color_static.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// This file was created on March 28th 2001. By Robert Brault
//
//
diff --git a/code/nel/tools/3d/object_viewer/day_night_dlg.cpp b/code/nel/tools/3d/object_viewer/day_night_dlg.cpp
index 976baca7a..a71ce1c74 100644
--- a/code/nel/tools/3d/object_viewer/day_night_dlg.cpp
+++ b/code/nel/tools/3d/object_viewer/day_night_dlg.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// DayNightDlg.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/day_night_dlg.h b/code/nel/tools/3d/object_viewer/day_night_dlg.h
index 31c536645..1f16ef930 100644
--- a/code/nel/tools/3d/object_viewer/day_night_dlg.h
+++ b/code/nel/tools/3d/object_viewer/day_night_dlg.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_DAYNIGHTDLG_H__F46D276D_0B8A_4747_AD85_2C702C673F4A__INCLUDED_)
#define AFX_DAYNIGHTDLG_H__F46D276D_0B8A_4747_AD85_2C702C673F4A__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/dialog_progress.cpp b/code/nel/tools/3d/object_viewer/dialog_progress.cpp
index 958c3c064..1e73395db 100644
--- a/code/nel/tools/3d/object_viewer/dialog_progress.cpp
+++ b/code/nel/tools/3d/object_viewer/dialog_progress.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// dialog_progress.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/dialog_progress.h b/code/nel/tools/3d/object_viewer/dialog_progress.h
index 7021c50e8..52d191ecb 100644
--- a/code/nel/tools/3d/object_viewer/dialog_progress.h
+++ b/code/nel/tools/3d/object_viewer/dialog_progress.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_DIALOG_PROGRESS_H__868D678B_085A_4D6F_B547_FC103152419D__INCLUDED_)
#define AFX_DIALOG_PROGRESS_H__868D678B_085A_4D6F_B547_FC103152419D__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/edit_attrib_dlg.h b/code/nel/tools/3d/object_viewer/edit_attrib_dlg.h
index a443b4b58..2dfe5f83d 100644
--- a/code/nel/tools/3d/object_viewer/edit_attrib_dlg.h
+++ b/code/nel/tools/3d/object_viewer/edit_attrib_dlg.h
@@ -1,5 +1,3 @@
-
-
// NeL - MMORPG Framework
// Copyright (C) 2010 Winch Gate Property Limited
//
diff --git a/code/nel/tools/3d/object_viewer/edit_ex.cpp b/code/nel/tools/3d/object_viewer/edit_ex.cpp
index 457c7fe27..5659145f1 100644
--- a/code/nel/tools/3d/object_viewer/edit_ex.cpp
+++ b/code/nel/tools/3d/object_viewer/edit_ex.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// edit_ex.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/edit_ex.h b/code/nel/tools/3d/object_viewer/edit_ex.h
index 6bd86cb01..94b026a57 100644
--- a/code/nel/tools/3d/object_viewer/edit_ex.h
+++ b/code/nel/tools/3d/object_viewer/edit_ex.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_EDIT_EX_H__5D675CB2_E40F_4031_856A_33B0B3BD362E__INCLUDED_)
#define AFX_EDIT_EX_H__5D675CB2_E40F_4031_856A_33B0B3BD362E__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/edit_follow_path.cpp b/code/nel/tools/3d/object_viewer/edit_follow_path.cpp
index c7756e142..f11942c6e 100644
--- a/code/nel/tools/3d/object_viewer/edit_follow_path.cpp
+++ b/code/nel/tools/3d/object_viewer/edit_follow_path.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// edit_follow_path.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/edit_morph_mesh_dlg.cpp b/code/nel/tools/3d/object_viewer/edit_morph_mesh_dlg.cpp
index 49e49491c..6d232d42b 100644
--- a/code/nel/tools/3d/object_viewer/edit_morph_mesh_dlg.cpp
+++ b/code/nel/tools/3d/object_viewer/edit_morph_mesh_dlg.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// edit_morph_mesh_dlg.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/edit_morph_mesh_dlg.h b/code/nel/tools/3d/object_viewer/edit_morph_mesh_dlg.h
index 0cb27165d..47de38c13 100644
--- a/code/nel/tools/3d/object_viewer/edit_morph_mesh_dlg.h
+++ b/code/nel/tools/3d/object_viewer/edit_morph_mesh_dlg.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_EDIT_MORPH_MESH_DLG_H__62813786_A4E1_47E1_9EEF_4D169F270483__INCLUDED_)
#define AFX_EDIT_MORPH_MESH_DLG_H__62813786_A4E1_47E1_9EEF_4D169F270483__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/edit_ps_light.cpp b/code/nel/tools/3d/object_viewer/edit_ps_light.cpp
index 4e216db50..dab54601f 100644
--- a/code/nel/tools/3d/object_viewer/edit_ps_light.cpp
+++ b/code/nel/tools/3d/object_viewer/edit_ps_light.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// edit_ps_light.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/edit_ps_light.h b/code/nel/tools/3d/object_viewer/edit_ps_light.h
index 8185894ed..9eeee6c57 100644
--- a/code/nel/tools/3d/object_viewer/edit_ps_light.h
+++ b/code/nel/tools/3d/object_viewer/edit_ps_light.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_EDIT_PS_LIGHT_H__6F00004D_F2A5_452E_9FC2_8188F9164613__INCLUDED_)
#define AFX_EDIT_PS_LIGHT_H__6F00004D_F2A5_452E_9FC2_8188F9164613__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/fog_dlg.cpp b/code/nel/tools/3d/object_viewer/fog_dlg.cpp
index 10e092598..dfa5a4fb5 100644
--- a/code/nel/tools/3d/object_viewer/fog_dlg.cpp
+++ b/code/nel/tools/3d/object_viewer/fog_dlg.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// fog_dlg.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/fog_dlg.h b/code/nel/tools/3d/object_viewer/fog_dlg.h
index 57c2b3321..501e3706f 100644
--- a/code/nel/tools/3d/object_viewer/fog_dlg.h
+++ b/code/nel/tools/3d/object_viewer/fog_dlg.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_FOG_DLG_H__5B26E605_00F0_42FD_8893_D1A20AF132F5__INCLUDED_)
#define AFX_FOG_DLG_H__5B26E605_00F0_42FD_8893_D1A20AF132F5__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/global_wind_dlg.cpp b/code/nel/tools/3d/object_viewer/global_wind_dlg.cpp
index 0f0111a28..ca43d073d 100644
--- a/code/nel/tools/3d/object_viewer/global_wind_dlg.cpp
+++ b/code/nel/tools/3d/object_viewer/global_wind_dlg.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// global_wind_dlg.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/global_wind_dlg.h b/code/nel/tools/3d/object_viewer/global_wind_dlg.h
index 7ffe185d0..29392013e 100644
--- a/code/nel/tools/3d/object_viewer/global_wind_dlg.h
+++ b/code/nel/tools/3d/object_viewer/global_wind_dlg.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_GLOBAL_WIND_DLG_H__E98702D3_6CD0_4B43_B44D_A0663D168D18__INCLUDED_)
#define AFX_GLOBAL_WIND_DLG_H__E98702D3_6CD0_4B43_B44D_A0663D168D18__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/light_group_factor.cpp b/code/nel/tools/3d/object_viewer/light_group_factor.cpp
index deb6f3d95..3a04d64a6 100644
--- a/code/nel/tools/3d/object_viewer/light_group_factor.cpp
+++ b/code/nel/tools/3d/object_viewer/light_group_factor.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// light_group_factor.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/light_group_factor.h b/code/nel/tools/3d/object_viewer/light_group_factor.h
index 24297efd9..d5d919143 100644
--- a/code/nel/tools/3d/object_viewer/light_group_factor.h
+++ b/code/nel/tools/3d/object_viewer/light_group_factor.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_LIGHT_GROUP_FACTOR_H__7214CE3B_2ADD_4355_A18C_85B112C0D093__INCLUDED_)
#define AFX_LIGHT_GROUP_FACTOR_H__7214CE3B_2ADD_4355_A18C_85B112C0D093__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/main_frame.cpp b/code/nel/tools/3d/object_viewer/main_frame.cpp
index 3c591f163..72bb89fcb 100644
--- a/code/nel/tools/3d/object_viewer/main_frame.cpp
+++ b/code/nel/tools/3d/object_viewer/main_frame.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// main_frame.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/main_frame.h b/code/nel/tools/3d/object_viewer/main_frame.h
index 0bbaf873a..b80c16147 100644
--- a/code/nel/tools/3d/object_viewer/main_frame.h
+++ b/code/nel/tools/3d/object_viewer/main_frame.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_MAIN_FRAME_H__90D61263_7782_11D5_9CD4_0050DAC3A412__INCLUDED_)
#define AFX_MAIN_FRAME_H__90D61263_7782_11D5_9CD4_0050DAC3A412__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/particle_system_edit.cpp b/code/nel/tools/3d/object_viewer/particle_system_edit.cpp
index 137c68381..b2facb735 100644
--- a/code/nel/tools/3d/object_viewer/particle_system_edit.cpp
+++ b/code/nel/tools/3d/object_viewer/particle_system_edit.cpp
@@ -1,5 +1,3 @@
-
-
// NeL - MMORPG Framework
// Copyright (C) 2010 Winch Gate Property Limited
//
diff --git a/code/nel/tools/3d/object_viewer/ps_initial_pos.cpp b/code/nel/tools/3d/object_viewer/ps_initial_pos.cpp
index 64d662a82..a52ff0f95 100644
--- a/code/nel/tools/3d/object_viewer/ps_initial_pos.cpp
+++ b/code/nel/tools/3d/object_viewer/ps_initial_pos.cpp
@@ -1,4 +1,3 @@
-
// NeL - MMORPG Framework
// Copyright (C) 2010 Winch Gate Property Limited
//
diff --git a/code/nel/tools/3d/object_viewer/ribbon_dlg.cpp b/code/nel/tools/3d/object_viewer/ribbon_dlg.cpp
index 3513b6a2e..51972b3ee 100644
--- a/code/nel/tools/3d/object_viewer/ribbon_dlg.cpp
+++ b/code/nel/tools/3d/object_viewer/ribbon_dlg.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// ribbon_dlg.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/ribbon_dlg.h b/code/nel/tools/3d/object_viewer/ribbon_dlg.h
index 2de31d626..12b965bee 100644
--- a/code/nel/tools/3d/object_viewer/ribbon_dlg.h
+++ b/code/nel/tools/3d/object_viewer/ribbon_dlg.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_RIBBON_DLG_H__6BE29749_979B_4066_9CA2_6EDDDBDADA9C__INCLUDED_)
#define AFX_RIBBON_DLG_H__6BE29749_979B_4066_9CA2_6EDDDBDADA9C__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/save_options_dlg.cpp b/code/nel/tools/3d/object_viewer/save_options_dlg.cpp
index cc4d72cf7..d9138e3de 100644
--- a/code/nel/tools/3d/object_viewer/save_options_dlg.cpp
+++ b/code/nel/tools/3d/object_viewer/save_options_dlg.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// save_options_dlg.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/scene_rot_dlg.cpp b/code/nel/tools/3d/object_viewer/scene_rot_dlg.cpp
index 115e9c11d..f9355a387 100644
--- a/code/nel/tools/3d/object_viewer/scene_rot_dlg.cpp
+++ b/code/nel/tools/3d/object_viewer/scene_rot_dlg.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// scene_rot_dlg.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/scene_rot_dlg.h b/code/nel/tools/3d/object_viewer/scene_rot_dlg.h
index 825e972a3..995e45e4a 100644
--- a/code/nel/tools/3d/object_viewer/scene_rot_dlg.h
+++ b/code/nel/tools/3d/object_viewer/scene_rot_dlg.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_SCENE_ROT_DLG_H__AE312CB9_13F2_44E6_8AEB_B5D557B91C69__INCLUDED_)
#define AFX_SCENE_ROT_DLG_H__AE312CB9_13F2_44E6_8AEB_B5D557B91C69__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/select_movie_size.cpp b/code/nel/tools/3d/object_viewer/select_movie_size.cpp
index 11f2c04f5..48d8fb431 100644
--- a/code/nel/tools/3d/object_viewer/select_movie_size.cpp
+++ b/code/nel/tools/3d/object_viewer/select_movie_size.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// SelectMovieSize.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/select_movie_size.h b/code/nel/tools/3d/object_viewer/select_movie_size.h
index 386ac4bc4..4f3ad454e 100644
--- a/code/nel/tools/3d/object_viewer/select_movie_size.h
+++ b/code/nel/tools/3d/object_viewer/select_movie_size.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_SELECTMOVIESIZE_H__14091B63_19A8_44D4_8EB2_0CD15A4AFD8D__INCLUDED_)
#define AFX_SELECTMOVIESIZE_H__14091B63_19A8_44D4_8EB2_0CD15A4AFD8D__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/set_value_dlg.cpp b/code/nel/tools/3d/object_viewer/set_value_dlg.cpp
index d2609b553..afd465d3e 100644
--- a/code/nel/tools/3d/object_viewer/set_value_dlg.cpp
+++ b/code/nel/tools/3d/object_viewer/set_value_dlg.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// set_value_dlg.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/set_value_dlg.h b/code/nel/tools/3d/object_viewer/set_value_dlg.h
index 4da785707..df3cfeac4 100644
--- a/code/nel/tools/3d/object_viewer/set_value_dlg.h
+++ b/code/nel/tools/3d/object_viewer/set_value_dlg.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_SET_VALUE_DLG_H__7120C592_1A40_4A48_B718_714AC36356A1__INCLUDED_)
#define AFX_SET_VALUE_DLG_H__7120C592_1A40_4A48_B718_714AC36356A1__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/skeleton_scale_dlg.cpp b/code/nel/tools/3d/object_viewer/skeleton_scale_dlg.cpp
index dc368d2eb..cce034d3c 100644
--- a/code/nel/tools/3d/object_viewer/skeleton_scale_dlg.cpp
+++ b/code/nel/tools/3d/object_viewer/skeleton_scale_dlg.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// skeleton_scale_dlg.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/skeleton_scale_dlg.h b/code/nel/tools/3d/object_viewer/skeleton_scale_dlg.h
index 5d776fc17..2d727e615 100644
--- a/code/nel/tools/3d/object_viewer/skeleton_scale_dlg.h
+++ b/code/nel/tools/3d/object_viewer/skeleton_scale_dlg.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_SKELETON_SCALE_DLG_H__4684D63E_9A55_47E7_BE43_F5C4CD86F211__INCLUDED_)
#define AFX_SKELETON_SCALE_DLG_H__4684D63E_9A55_47E7_BE43_F5C4CD86F211__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/snapshot_tool_dlg.cpp b/code/nel/tools/3d/object_viewer/snapshot_tool_dlg.cpp
index 7e4a569f4..a8022b945 100644
--- a/code/nel/tools/3d/object_viewer/snapshot_tool_dlg.cpp
+++ b/code/nel/tools/3d/object_viewer/snapshot_tool_dlg.cpp
@@ -1,7 +1,18 @@
-// snapshot_tool_dlg.cpp : implementation file
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
//
-
-
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
#define USE_JPEG
diff --git a/code/nel/tools/3d/object_viewer/snapshot_tool_dlg.h b/code/nel/tools/3d/object_viewer/snapshot_tool_dlg.h
index 43296ae55..961bdafa9 100644
--- a/code/nel/tools/3d/object_viewer/snapshot_tool_dlg.h
+++ b/code/nel/tools/3d/object_viewer/snapshot_tool_dlg.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_SNAPSHOT_TOOL_DLG_H__46526215_8CE7_4A83_BF42_056578B50D2A__INCLUDED_)
#define AFX_SNAPSHOT_TOOL_DLG_H__46526215_8CE7_4A83_BF42_056578B50D2A__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/sound_anim_dlg.cpp b/code/nel/tools/3d/object_viewer/sound_anim_dlg.cpp
index 815dcc5bd..d9d635055 100644
--- a/code/nel/tools/3d/object_viewer/sound_anim_dlg.cpp
+++ b/code/nel/tools/3d/object_viewer/sound_anim_dlg.cpp
@@ -14,9 +14,6 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see .
-// sound_anim_dlg.cpp : implementation file
-//
-
#include "std_afx.h"
#include "object_viewer.h"
#include "sound_anim_dlg.h"
diff --git a/code/nel/tools/3d/object_viewer/start_stop_particle_system.cpp b/code/nel/tools/3d/object_viewer/start_stop_particle_system.cpp
index bafde137a..98c72fbe0 100644
--- a/code/nel/tools/3d/object_viewer/start_stop_particle_system.cpp
+++ b/code/nel/tools/3d/object_viewer/start_stop_particle_system.cpp
@@ -14,10 +14,6 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see .
-
-// start_stop_particle_system.cpp : implementation file
-//
-
#include "std_afx.h"
#include "object_viewer.h"
#include "start_stop_particle_system.h"
diff --git a/code/nel/tools/3d/object_viewer/tune_mrm_dlg.cpp b/code/nel/tools/3d/object_viewer/tune_mrm_dlg.cpp
index 071392556..493deec9c 100644
--- a/code/nel/tools/3d/object_viewer/tune_mrm_dlg.cpp
+++ b/code/nel/tools/3d/object_viewer/tune_mrm_dlg.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// tune_mrm_dlg.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/tune_mrm_dlg.h b/code/nel/tools/3d/object_viewer/tune_mrm_dlg.h
index 208f712df..432e1a813 100644
--- a/code/nel/tools/3d/object_viewer/tune_mrm_dlg.h
+++ b/code/nel/tools/3d/object_viewer/tune_mrm_dlg.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_TUNE_MRM_DLG_H__909B0EF0_8158_431F_91DC_B77D380DA7A0__INCLUDED_)
#define AFX_TUNE_MRM_DLG_H__909B0EF0_8158_431F_91DC_B77D380DA7A0__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/vegetable_apperance_page.cpp b/code/nel/tools/3d/object_viewer/vegetable_apperance_page.cpp
index bcb61e1bd..868e3719d 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_apperance_page.cpp
+++ b/code/nel/tools/3d/object_viewer/vegetable_apperance_page.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// VegetableApperancePage.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/vegetable_apperance_page.h b/code/nel/tools/3d/object_viewer/vegetable_apperance_page.h
index 46a8dc1f3..32d0817c2 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_apperance_page.h
+++ b/code/nel/tools/3d/object_viewer/vegetable_apperance_page.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_VEGETABLEAPPERANCEPAGE_H__BCF1C014_7271_4F83_9E62_F45C434B64F7__INCLUDED_)
#define AFX_VEGETABLEAPPERANCEPAGE_H__BCF1C014_7271_4F83_9E62_F45C434B64F7__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/vegetable_copy_dlg.cpp b/code/nel/tools/3d/object_viewer/vegetable_copy_dlg.cpp
index 00ca5747f..b00363a0a 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_copy_dlg.cpp
+++ b/code/nel/tools/3d/object_viewer/vegetable_copy_dlg.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// vegetable_copy_dlg.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/vegetable_copy_dlg.h b/code/nel/tools/3d/object_viewer/vegetable_copy_dlg.h
index 63873c522..bd6205ee6 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_copy_dlg.h
+++ b/code/nel/tools/3d/object_viewer/vegetable_copy_dlg.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_VEGETABLE_COPY_DLG_H__DA5F58B2_7C9D_4ABE_965E_5D01143A627D__INCLUDED_)
#define AFX_VEGETABLE_COPY_DLG_H__DA5F58B2_7C9D_4ABE_965E_5D01143A627D__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/vegetable_density_page.cpp b/code/nel/tools/3d/object_viewer/vegetable_density_page.cpp
index e513331dd..35f7833a6 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_density_page.cpp
+++ b/code/nel/tools/3d/object_viewer/vegetable_density_page.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// vegetable_density_page.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/vegetable_density_page.h b/code/nel/tools/3d/object_viewer/vegetable_density_page.h
index f829ab42c..cf6c1e324 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_density_page.h
+++ b/code/nel/tools/3d/object_viewer/vegetable_density_page.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_VEGETABLE_DENSITY_PAGE_H__12320F77_5179_4727_A551_F5A8FAE7EB3A__INCLUDED_)
#define AFX_VEGETABLE_DENSITY_PAGE_H__12320F77_5179_4727_A551_F5A8FAE7EB3A__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/vegetable_dlg.cpp b/code/nel/tools/3d/object_viewer/vegetable_dlg.cpp
index e66d30f12..8fd5a2c83 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_dlg.cpp
+++ b/code/nel/tools/3d/object_viewer/vegetable_dlg.cpp
@@ -1,5 +1,18 @@
-// vegetable_dlg.cpp : implementation file
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
#include "std_afx.h"
diff --git a/code/nel/tools/3d/object_viewer/vegetable_dlg.h b/code/nel/tools/3d/object_viewer/vegetable_dlg.h
index 152b0dfcf..e121b0bdd 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_dlg.h
+++ b/code/nel/tools/3d/object_viewer/vegetable_dlg.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_VEGETABLE_DLG_H__4E65E757_88C9_4FCE_94CC_9E429D8DFD68__INCLUDED_)
#define AFX_VEGETABLE_DLG_H__4E65E757_88C9_4FCE_94CC_9E429D8DFD68__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/vegetable_list_box.cpp b/code/nel/tools/3d/object_viewer/vegetable_list_box.cpp
index 3457b7aed..ce508f4a6 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_list_box.cpp
+++ b/code/nel/tools/3d/object_viewer/vegetable_list_box.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// vegetable_list_box.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/vegetable_list_box.h b/code/nel/tools/3d/object_viewer/vegetable_list_box.h
index 205329f95..581af756b 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_list_box.h
+++ b/code/nel/tools/3d/object_viewer/vegetable_list_box.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_VEGETABLE_LIST_BOX_H__2F5C38C3_1FB5_4B8F_86C5_DE9B194BD9F6__INCLUDED_)
#define AFX_VEGETABLE_LIST_BOX_H__2F5C38C3_1FB5_4B8F_86C5_DE9B194BD9F6__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/vegetable_list_color.cpp b/code/nel/tools/3d/object_viewer/vegetable_list_color.cpp
index b70b1a192..d2fd7debc 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_list_color.cpp
+++ b/code/nel/tools/3d/object_viewer/vegetable_list_color.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// vegetable_list_color.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/vegetable_list_color.h b/code/nel/tools/3d/object_viewer/vegetable_list_color.h
index 92b2d3e89..d691216a1 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_list_color.h
+++ b/code/nel/tools/3d/object_viewer/vegetable_list_color.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_VEGETABLE_LIST_COLOR_H__4F2D3BE1_B010_4A29_8452_C0E274B69743__INCLUDED_)
#define AFX_VEGETABLE_LIST_COLOR_H__4F2D3BE1_B010_4A29_8452_C0E274B69743__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/vegetable_noise_value_dlg.cpp b/code/nel/tools/3d/object_viewer/vegetable_noise_value_dlg.cpp
index e062c0926..998ee516e 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_noise_value_dlg.cpp
+++ b/code/nel/tools/3d/object_viewer/vegetable_noise_value_dlg.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// vegetable_noise_value_dlg.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/vegetable_noise_value_dlg.h b/code/nel/tools/3d/object_viewer/vegetable_noise_value_dlg.h
index 5a4464ffc..84506bf3a 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_noise_value_dlg.h
+++ b/code/nel/tools/3d/object_viewer/vegetable_noise_value_dlg.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_VEGETABLE_NOISE_VALUE_DLG_H__9845CF5F_B7BB_4D55_9153_443BDC89613C__INCLUDED_)
#define AFX_VEGETABLE_NOISE_VALUE_DLG_H__9845CF5F_B7BB_4D55_9153_443BDC89613C__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/vegetable_rotate_page.cpp b/code/nel/tools/3d/object_viewer/vegetable_rotate_page.cpp
index 3e93cf984..5191597ea 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_rotate_page.cpp
+++ b/code/nel/tools/3d/object_viewer/vegetable_rotate_page.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// vegetable_rotate_page.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/vegetable_rotate_page.h b/code/nel/tools/3d/object_viewer/vegetable_rotate_page.h
index d6a8387a1..cc7c1b8bf 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_rotate_page.h
+++ b/code/nel/tools/3d/object_viewer/vegetable_rotate_page.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_VEGETABLE_ROTATE_PAGE_H__EE4CBECA_CB0B_418B_8F72_CC02AB397E10__INCLUDED_)
#define AFX_VEGETABLE_ROTATE_PAGE_H__EE4CBECA_CB0B_418B_8F72_CC02AB397E10__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/vegetable_scale_page.cpp b/code/nel/tools/3d/object_viewer/vegetable_scale_page.cpp
index c5e2a2893..061733a2d 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_scale_page.cpp
+++ b/code/nel/tools/3d/object_viewer/vegetable_scale_page.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// vegetable_scale_page.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/vegetable_scale_page.h b/code/nel/tools/3d/object_viewer/vegetable_scale_page.h
index 00b525ad7..de517e294 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_scale_page.h
+++ b/code/nel/tools/3d/object_viewer/vegetable_scale_page.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_VEGETABLE_SCALE_PAGE_H__420A39C3_E7DD_4C7F_9527_9A7B8DB6E101__INCLUDED_)
#define AFX_VEGETABLE_SCALE_PAGE_H__420A39C3_E7DD_4C7F_9527_9A7B8DB6E101__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/vegetable_select_dlg.cpp b/code/nel/tools/3d/object_viewer/vegetable_select_dlg.cpp
index 0e340b79c..b0d792fa4 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_select_dlg.cpp
+++ b/code/nel/tools/3d/object_viewer/vegetable_select_dlg.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// vegetable_select_dlg.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/vegetable_select_dlg.h b/code/nel/tools/3d/object_viewer/vegetable_select_dlg.h
index 0046e4fc2..723c9ce8f 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_select_dlg.h
+++ b/code/nel/tools/3d/object_viewer/vegetable_select_dlg.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_VEGETABLE_SELECT_DLG_H__C47655F0_ED57_428C_A3FB_0EA0E83F5EE6__INCLUDED_)
#define AFX_VEGETABLE_SELECT_DLG_H__C47655F0_ED57_428C_A3FB_0EA0E83F5EE6__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/vegetable_wind_dlg.cpp b/code/nel/tools/3d/object_viewer/vegetable_wind_dlg.cpp
index c5cf741d6..0c529590a 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_wind_dlg.cpp
+++ b/code/nel/tools/3d/object_viewer/vegetable_wind_dlg.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// vegetable_wind_dlg.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer/vegetable_wind_dlg.h b/code/nel/tools/3d/object_viewer/vegetable_wind_dlg.h
index 865519ec5..96b913479 100644
--- a/code/nel/tools/3d/object_viewer/vegetable_wind_dlg.h
+++ b/code/nel/tools/3d/object_viewer/vegetable_wind_dlg.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#if !defined(AFX_VEGETABLE_WIND_DLG_H__2A8C3E24_6763_4B2C_AFD4_DD6F74D3871E__INCLUDED_)
#define AFX_VEGETABLE_WIND_DLG_H__2A8C3E24_6763_4B2C_AFD4_DD6F74D3871E__INCLUDED_
diff --git a/code/nel/tools/3d/object_viewer/water_pool_editor.cpp b/code/nel/tools/3d/object_viewer/water_pool_editor.cpp
index 380473408..72c2f9d5c 100644
--- a/code/nel/tools/3d/object_viewer/water_pool_editor.cpp
+++ b/code/nel/tools/3d/object_viewer/water_pool_editor.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// water_pool_editor.cpp : implementation file
//
diff --git a/code/nel/tools/3d/object_viewer_exe/object_viewer_exe.cpp b/code/nel/tools/3d/object_viewer_exe/object_viewer_exe.cpp
index 81d27b03e..0d7ea7357 100644
--- a/code/nel/tools/3d/object_viewer_exe/object_viewer_exe.cpp
+++ b/code/nel/tools/3d/object_viewer_exe/object_viewer_exe.cpp
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
// object_viewer_exe.cpp : Defines the entry point for the application.
//
diff --git a/code/nel/tools/3d/object_viewer_exe/std_afx.cpp b/code/nel/tools/3d/object_viewer_exe/std_afx.cpp
index cbb044902..87b93d84d 100644
--- a/code/nel/tools/3d/object_viewer_exe/std_afx.cpp
+++ b/code/nel/tools/3d/object_viewer_exe/std_afx.cpp
@@ -1 +1,17 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#include "std_afx.h"
\ No newline at end of file
diff --git a/code/nel/tools/3d/object_viewer_exe/std_afx.h b/code/nel/tools/3d/object_viewer_exe/std_afx.h
index a6ae8b260..a6acb9503 100644
--- a/code/nel/tools/3d/object_viewer_exe/std_afx.h
+++ b/code/nel/tools/3d/object_viewer_exe/std_afx.h
@@ -1,3 +1,19 @@
+// NeL - MMORPG Framework
+// Copyright (C) 2010 Winch Gate Property Limited
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as
+// published by the Free Software Foundation, either version 3 of the
+// License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+
#ifndef _STD_AFX_
#define _STD_AFX_