From eccc08b43d8e82e1d1fb1688393b45672a913186 Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 25 Sep 2010 16:12:26 +0200 Subject: [PATCH] Changed: #841 Change the wrong header in the source code --- code/nel/src/logic/logic_state_machine.cpp | 1 - .../3d/plugin_max/nel_patch_edit/stdafx.h | 16 +++++++++++ code/nel/tools/3d/tile_edit/Browse.h | 16 +++++++++++ .../nel/tools/3d/tile_edit/DialogEditList.cpp | 15 ++++++++++- code/nel/tools/3d/tile_edit/DialogEditList.h | 16 +++++++++++ code/nel/tools/3d/tile_edit/DllEntry.cpp | 27 ++++++++++--------- code/nel/tools/3d/tile_edit/GetVal.cpp | 15 ++++++++++- code/nel/tools/3d/tile_edit/GetVal.h | 16 +++++++++++ code/nel/tools/3d/tile_edit/Popup.cpp | 15 ++++++++++- code/nel/tools/3d/tile_edit/Popup.h | 16 +++++++++++ .../tools/3d/tile_edit/SelectionTerritoire.h | 16 +++++++++++ code/nel/tools/3d/tile_edit/TileCtrl.cpp | 15 ++++++++++- code/nel/tools/3d/tile_edit/TileCtrl.h | 16 +++++++++++ code/nel/tools/3d/tile_edit/TileList.cpp | 15 ++++++++++- code/nel/tools/3d/tile_edit/TileView.cpp | 15 ++++++++++- code/nel/tools/3d/tile_edit/TileView.h | 16 +++++++++++ code/nel/tools/3d/tile_edit/ViewColumn.cpp | 15 ++++++++++- code/nel/tools/3d/tile_edit/ViewColumn.h | 16 +++++++++++ .../tools/3d/tile_edit/choose_veget_set.cpp | 15 ++++++++++- .../nel/tools/3d/tile_edit/choose_veget_set.h | 16 +++++++++++ code/nel/tools/3d/tile_edit/cpu.cpp | 19 +++++++++++-- code/nel/tools/3d/tile_edit/custom.cpp | 15 ++++++++++- code/nel/tools/3d/tile_edit/custom.h | 16 +++++++++++ .../tools/3d/tile_edit/select_rotation.cpp | 15 ++++++++++- code/nel/tools/3d/tile_edit/select_rotation.h | 16 +++++++++++ code/nel/tools/3d/tile_edit/stdafx.cpp | 16 +++++++++++ code/nel/tools/3d/tile_edit/thread.h | 15 +++++++++++ code/nel/tools/3d/tile_edit/thread_win32.cpp | 17 ++++++++++-- code/nel/tools/3d/tile_edit/thread_win32.h | 16 +++++++++++ code/nel/tools/3d/tile_edit/tile_edit_exe.cpp | 15 ++++++++++- code/nel/tools/3d/tile_edit/tile_edit_exe.h | 15 ++++++++++- code/nel/tools/misc/branch_patcher/StdAfx.h | 17 +++++++++--- .../misc/branch_patcher/branch_patcher.cpp | 15 ++++++++++- .../misc/branch_patcher/branch_patcherDlg.cpp | 16 +++++++++++ code/nel/tools/misc/lock/lock.cpp | 15 ++++++++++- .../tools/misc/message_box/message_box.cpp | 15 ++++++++++- .../multi_cd_setup_fix/multi_cd_setup_fix.cpp | 15 ++++++++++- .../tools/misc/words_dic/DicSplashScreen.cpp | 15 ++++++++++- .../tools/misc/words_dic/DicSplashScreen.h | 16 +++++++++++ code/nel/tools/misc/words_dic/StdAfx.cpp | 18 ++++++++++--- code/nel/tools/misc/words_dic/StdAfx.h | 17 +++++++++--- code/nel/tools/misc/words_dic/words_dic.cpp | 15 ++++++++++- code/nel/tools/misc/words_dic/words_dic.h | 15 ++++++++++- .../nel/tools/misc/words_dic/words_dicDlg.cpp | 15 ++++++++++- code/nel/tools/misc/words_dic/words_dicDlg.h | 15 ++++++++++- .../nel/tools/nel_unit_test/nel_unit_test.cpp | 16 +++++++++++ code/nel/tools/nel_unit_test/ut_ligo.h | 16 +++++++++++ .../tools/nel_unit_test/ut_ligo_primitive.h | 16 +++++++++++ code/nel/tools/nel_unit_test/ut_misc.h | 16 +++++++++++ .../nel/tools/nel_unit_test/ut_misc_co_task.h | 16 +++++++++++ .../nel/tools/nel_unit_test/ut_misc_command.h | 16 +++++++++++ .../tools/nel_unit_test/ut_misc_config_file.h | 16 +++++++++++ code/nel/tools/nel_unit_test/ut_misc_debug.h | 16 +++++++++++ .../tools/nel_unit_test/ut_misc_dynlibload.h | 16 +++++++++++ .../tools/nel_unit_test/ut_misc_pack_file.h | 16 +++++++++++ .../tools/nel_unit_test/ut_misc_singleton.h | 16 +++++++++++ .../nel/tools/nel_unit_test/ut_misc_sstring.h | 16 +++++++++++ code/nel/tools/nel_unit_test/ut_misc_stream.h | 16 +++++++++++ code/nel/tools/nel_unit_test/ut_misc_types.h | 16 +++++++++++ .../tools/nel_unit_test/ut_misc_variable.h | 16 +++++++++++ code/nel/tools/nel_unit_test/ut_net.h | 16 +++++++++++ code/nel/tools/nel_unit_test/ut_net_layer3.h | 16 +++++++++++ code/nel/tools/nel_unit_test/ut_net_message.h | 16 +++++++++++ code/nel/tools/nel_unit_test/ut_net_module.h | 16 +++++++++++ 64 files changed, 959 insertions(+), 47 deletions(-) diff --git a/code/nel/src/logic/logic_state_machine.cpp b/code/nel/src/logic/logic_state_machine.cpp index dd4166bdb..c9612ebff 100644 --- a/code/nel/src/logic/logic_state_machine.cpp +++ b/code/nel/src/logic/logic_state_machine.cpp @@ -1,4 +1,3 @@ - // NeL - MMORPG Framework // Copyright (C) 2010 Winch Gate Property Limited // diff --git a/code/nel/tools/3d/plugin_max/nel_patch_edit/stdafx.h b/code/nel/tools/3d/plugin_max/nel_patch_edit/stdafx.h index cb4ae8ecf..abb66e7d8 100644 --- a/code/nel/tools/3d/plugin_max/nel_patch_edit/stdafx.h +++ b/code/nel/tools/3d/plugin_max/nel_patch_edit/stdafx.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 . + #pragma warning (disable : 4786) #include #include diff --git a/code/nel/tools/3d/tile_edit/Browse.h b/code/nel/tools/3d/tile_edit/Browse.h index ef4508b38..d30993e9b 100644 --- a/code/nel/tools/3d/tile_edit/Browse.h +++ b/code/nel/tools/3d/tile_edit/Browse.h @@ -1,3 +1,19 @@ +// Ryzom - 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_BROWSE_H__7C7A251D_86AF_4E56_8404_4B4073004C40__INCLUDED_) #define AFX_BROWSE_H__7C7A251D_86AF_4E56_8404_4B4073004C40__INCLUDED_ diff --git a/code/nel/tools/3d/tile_edit/DialogEditList.cpp b/code/nel/tools/3d/tile_edit/DialogEditList.cpp index bc4fdcfde..57b97c423 100644 --- a/code/nel/tools/3d/tile_edit/DialogEditList.cpp +++ b/code/nel/tools/3d/tile_edit/DialogEditList.cpp @@ -1,5 +1,18 @@ -// DialogEditList.cpp : implementation file +// Ryzom - 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 "stdafx.h" #include "tile_edit_exe.h" diff --git a/code/nel/tools/3d/tile_edit/DialogEditList.h b/code/nel/tools/3d/tile_edit/DialogEditList.h index fffbc3e58..cdb3020f4 100644 --- a/code/nel/tools/3d/tile_edit/DialogEditList.h +++ b/code/nel/tools/3d/tile_edit/DialogEditList.h @@ -1,3 +1,19 @@ +// Ryzom - 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_DIALOGEDITLIST_H__69173FE0_A38B_11D4_9CD4_0050DAC3A412__INCLUDED_) #define AFX_DIALOGEDITLIST_H__69173FE0_A38B_11D4_9CD4_0050DAC3A412__INCLUDED_ diff --git a/code/nel/tools/3d/tile_edit/DllEntry.cpp b/code/nel/tools/3d/tile_edit/DllEntry.cpp index ad34087d3..b07ac0727 100644 --- a/code/nel/tools/3d/tile_edit/DllEntry.cpp +++ b/code/nel/tools/3d/tile_edit/DllEntry.cpp @@ -1,15 +1,18 @@ -/********************************************************************** - *< - FILE: DllEntry.cpp - - DESCRIPTION:Contains the Dll Entry stuff - - CREATED BY: - - HISTORY: - - *> Copyright (c) 1997, All Rights Reserved. - **********************************************************************/ +// Ryzom - 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 "stdafx.h" #include "tile_edit.h" diff --git a/code/nel/tools/3d/tile_edit/GetVal.cpp b/code/nel/tools/3d/tile_edit/GetVal.cpp index b93474015..a4ab84a3f 100644 --- a/code/nel/tools/3d/tile_edit/GetVal.cpp +++ b/code/nel/tools/3d/tile_edit/GetVal.cpp @@ -1,5 +1,18 @@ -// GetVal.cpp : implementation file +// Ryzom - 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 "stdafx.h" #include "resource.h" diff --git a/code/nel/tools/3d/tile_edit/GetVal.h b/code/nel/tools/3d/tile_edit/GetVal.h index b8e8c1eba..d7d4d6009 100644 --- a/code/nel/tools/3d/tile_edit/GetVal.h +++ b/code/nel/tools/3d/tile_edit/GetVal.h @@ -1,3 +1,19 @@ +// Ryzom - 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_GETVAL_H__DD545A1E_2DA6_4D2B_A698_79FA197F9931__INCLUDED_) #define AFX_GETVAL_H__DD545A1E_2DA6_4D2B_A698_79FA197F9931__INCLUDED_ diff --git a/code/nel/tools/3d/tile_edit/Popup.cpp b/code/nel/tools/3d/tile_edit/Popup.cpp index 22992e1f0..c7caa67b4 100644 --- a/code/nel/tools/3d/tile_edit/Popup.cpp +++ b/code/nel/tools/3d/tile_edit/Popup.cpp @@ -1,5 +1,18 @@ -// Popup.cpp : implementation file +// Ryzom - 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 "stdafx.h" #include "tile_edit.h" diff --git a/code/nel/tools/3d/tile_edit/Popup.h b/code/nel/tools/3d/tile_edit/Popup.h index c944e48cf..34727a646 100644 --- a/code/nel/tools/3d/tile_edit/Popup.h +++ b/code/nel/tools/3d/tile_edit/Popup.h @@ -1,3 +1,19 @@ +// Ryzom - 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_POPUP_H__13727C3D_1734_422A_B9CC_60330EDB7A4C__INCLUDED_) #define AFX_POPUP_H__13727C3D_1734_422A_B9CC_60330EDB7A4C__INCLUDED_ diff --git a/code/nel/tools/3d/tile_edit/SelectionTerritoire.h b/code/nel/tools/3d/tile_edit/SelectionTerritoire.h index a5f42bf91..14109ef19 100644 --- a/code/nel/tools/3d/tile_edit/SelectionTerritoire.h +++ b/code/nel/tools/3d/tile_edit/SelectionTerritoire.h @@ -1,3 +1,19 @@ +// Ryzom - 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_SELECTIONTERRITOIRE_H__F0C921F8_E5F3_450B_96A1_870762FCD9FF__INCLUDED_) #define AFX_SELECTIONTERRITOIRE_H__F0C921F8_E5F3_450B_96A1_870762FCD9FF__INCLUDED_ diff --git a/code/nel/tools/3d/tile_edit/TileCtrl.cpp b/code/nel/tools/3d/tile_edit/TileCtrl.cpp index 048d48b2a..141d04c1d 100644 --- a/code/nel/tools/3d/tile_edit/TileCtrl.cpp +++ b/code/nel/tools/3d/tile_edit/TileCtrl.cpp @@ -1,5 +1,18 @@ -// TileCtrl.cpp : implementation file +// Ryzom - 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 "stdafx.h" #include "tile_edit.h" diff --git a/code/nel/tools/3d/tile_edit/TileCtrl.h b/code/nel/tools/3d/tile_edit/TileCtrl.h index 469311c13..7bc8f7e06 100644 --- a/code/nel/tools/3d/tile_edit/TileCtrl.h +++ b/code/nel/tools/3d/tile_edit/TileCtrl.h @@ -1,3 +1,19 @@ +// Ryzom - 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_TILECTRL_H__4E768057_293D_4D27_8193_06423D1D7380__INCLUDED_) #define AFX_TILECTRL_H__4E768057_293D_4D27_8193_06423D1D7380__INCLUDED_ diff --git a/code/nel/tools/3d/tile_edit/TileList.cpp b/code/nel/tools/3d/tile_edit/TileList.cpp index 855b2d5f9..aea68b227 100644 --- a/code/nel/tools/3d/tile_edit/TileList.cpp +++ b/code/nel/tools/3d/tile_edit/TileList.cpp @@ -1,5 +1,18 @@ -// TileList.cpp : implementation file +// Ryzom - 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 "stdafx.h" #include "tile_edit.h" diff --git a/code/nel/tools/3d/tile_edit/TileView.cpp b/code/nel/tools/3d/tile_edit/TileView.cpp index bd6b7e657..b6dbbf36c 100644 --- a/code/nel/tools/3d/tile_edit/TileView.cpp +++ b/code/nel/tools/3d/tile_edit/TileView.cpp @@ -1,5 +1,18 @@ -// TileView.cpp : implementation file +// Ryzom - 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 "stdafx.h" #include "tile_edit.h" diff --git a/code/nel/tools/3d/tile_edit/TileView.h b/code/nel/tools/3d/tile_edit/TileView.h index 23818a401..fd7ebc81c 100644 --- a/code/nel/tools/3d/tile_edit/TileView.h +++ b/code/nel/tools/3d/tile_edit/TileView.h @@ -1,3 +1,19 @@ +// Ryzom - 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_TILEVIEW_H__DEA1C044_F483_408A_84CE_5864950834D5__INCLUDED_) #define AFX_TILEVIEW_H__DEA1C044_F483_408A_84CE_5864950834D5__INCLUDED_ diff --git a/code/nel/tools/3d/tile_edit/ViewColumn.cpp b/code/nel/tools/3d/tile_edit/ViewColumn.cpp index 5c3a27a2b..f03292570 100644 --- a/code/nel/tools/3d/tile_edit/ViewColumn.cpp +++ b/code/nel/tools/3d/tile_edit/ViewColumn.cpp @@ -1,5 +1,18 @@ -// ViewColumn.cpp : implementation file +// Ryzom - 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 "stdafx.h" #include "resource.h" diff --git a/code/nel/tools/3d/tile_edit/ViewColumn.h b/code/nel/tools/3d/tile_edit/ViewColumn.h index b6cabfb51..cfa2b37a5 100644 --- a/code/nel/tools/3d/tile_edit/ViewColumn.h +++ b/code/nel/tools/3d/tile_edit/ViewColumn.h @@ -1,3 +1,19 @@ +// Ryzom - 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_VIEWCOLUMN_H__FD1910A9_1F29_45A3_8583_D8AE242010BF__INCLUDED_) #define AFX_VIEWCOLUMN_H__FD1910A9_1F29_45A3_8583_D8AE242010BF__INCLUDED_ diff --git a/code/nel/tools/3d/tile_edit/choose_veget_set.cpp b/code/nel/tools/3d/tile_edit/choose_veget_set.cpp index 33b33bad6..fbea87069 100644 --- a/code/nel/tools/3d/tile_edit/choose_veget_set.cpp +++ b/code/nel/tools/3d/tile_edit/choose_veget_set.cpp @@ -1,5 +1,18 @@ -// choose_veget_set.cpp : implementation file +// Ryzom - 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 "stdafx.h" #include "tile_edit_exe.h" diff --git a/code/nel/tools/3d/tile_edit/choose_veget_set.h b/code/nel/tools/3d/tile_edit/choose_veget_set.h index 840d24360..383f7bfbe 100644 --- a/code/nel/tools/3d/tile_edit/choose_veget_set.h +++ b/code/nel/tools/3d/tile_edit/choose_veget_set.h @@ -1,3 +1,19 @@ +// Ryzom - 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_VEGET_SET_H__EA817A1B_515D_4FD8_984F_35155195041C__INCLUDED_) #define AFX_CHOOSE_VEGET_SET_H__EA817A1B_515D_4FD8_984F_35155195041C__INCLUDED_ diff --git a/code/nel/tools/3d/tile_edit/cpu.cpp b/code/nel/tools/3d/tile_edit/cpu.cpp index de8b42af4..9a63ad89c 100644 --- a/code/nel/tools/3d/tile_edit/cpu.cpp +++ b/code/nel/tools/3d/tile_edit/cpu.cpp @@ -1,5 +1,20 @@ -#include -#include +// Ryzom - 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 "stdafx.h" // ---------------------------------------------------------------------------------------------------------------------------------- diff --git a/code/nel/tools/3d/tile_edit/custom.cpp b/code/nel/tools/3d/tile_edit/custom.cpp index 40f9954d4..49e422372 100644 --- a/code/nel/tools/3d/tile_edit/custom.cpp +++ b/code/nel/tools/3d/tile_edit/custom.cpp @@ -1,5 +1,18 @@ -// custom.cpp : implementation file +// Ryzom - 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 "stdafx.h" #include "resource.h" diff --git a/code/nel/tools/3d/tile_edit/custom.h b/code/nel/tools/3d/tile_edit/custom.h index 4907d16ce..0d9bb55f9 100644 --- a/code/nel/tools/3d/tile_edit/custom.h +++ b/code/nel/tools/3d/tile_edit/custom.h @@ -1,3 +1,19 @@ +// Ryzom - 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_CUSTOM_H__C97BB227_0040_4D31_9B6E_D90892BE6E9C__INCLUDED_) #define AFX_CUSTOM_H__C97BB227_0040_4D31_9B6E_D90892BE6E9C__INCLUDED_ diff --git a/code/nel/tools/3d/tile_edit/select_rotation.cpp b/code/nel/tools/3d/tile_edit/select_rotation.cpp index 7e049a1d4..d4f418868 100644 --- a/code/nel/tools/3d/tile_edit/select_rotation.cpp +++ b/code/nel/tools/3d/tile_edit/select_rotation.cpp @@ -1,5 +1,18 @@ -// select_rotation.cpp : implementation file +// Ryzom - 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 "stdafx.h" #include "tile_edit_exe.h" diff --git a/code/nel/tools/3d/tile_edit/select_rotation.h b/code/nel/tools/3d/tile_edit/select_rotation.h index 186d4321a..fa411039e 100644 --- a/code/nel/tools/3d/tile_edit/select_rotation.h +++ b/code/nel/tools/3d/tile_edit/select_rotation.h @@ -1,3 +1,19 @@ +// Ryzom - 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_SELECT_ROTATION_H__BDAD4C40_FD02_11D4_9CD4_0050DAC3A412__INCLUDED_) #define AFX_SELECT_ROTATION_H__BDAD4C40_FD02_11D4_9CD4_0050DAC3A412__INCLUDED_ diff --git a/code/nel/tools/3d/tile_edit/stdafx.cpp b/code/nel/tools/3d/tile_edit/stdafx.cpp index a27b824da..53df5fda5 100644 --- a/code/nel/tools/3d/tile_edit/stdafx.cpp +++ b/code/nel/tools/3d/tile_edit/stdafx.cpp @@ -1 +1,17 @@ +// Ryzom - 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 "stdafx.h" diff --git a/code/nel/tools/3d/tile_edit/thread.h b/code/nel/tools/3d/tile_edit/thread.h index 758678afe..f53a03fd6 100644 --- a/code/nel/tools/3d/tile_edit/thread.h +++ b/code/nel/tools/3d/tile_edit/thread.h @@ -1,3 +1,18 @@ +// Ryzom - 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 . //! component="System" diff --git a/code/nel/tools/3d/tile_edit/thread_win32.cpp b/code/nel/tools/3d/tile_edit/thread_win32.cpp index 2d5d948dd..80fd05bd2 100644 --- a/code/nel/tools/3d/tile_edit/thread_win32.cpp +++ b/code/nel/tools/3d/tile_edit/thread_win32.cpp @@ -1,5 +1,18 @@ - -//#include "Core/precomp.h" +// Ryzom - 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 "thread.h" #include "thread_win32.h" diff --git a/code/nel/tools/3d/tile_edit/thread_win32.h b/code/nel/tools/3d/tile_edit/thread_win32.h index 3bbc299e2..66ad23e75 100644 --- a/code/nel/tools/3d/tile_edit/thread_win32.h +++ b/code/nel/tools/3d/tile_edit/thread_win32.h @@ -1,3 +1,19 @@ +// Ryzom - 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 . + /* $Id: thread_win32.h,v 1.1 2000/10/19 07:53:33 corvazier Exp $ diff --git a/code/nel/tools/3d/tile_edit/tile_edit_exe.cpp b/code/nel/tools/3d/tile_edit/tile_edit_exe.cpp index 04f2459e4..68951d6d3 100644 --- a/code/nel/tools/3d/tile_edit/tile_edit_exe.cpp +++ b/code/nel/tools/3d/tile_edit/tile_edit_exe.cpp @@ -1,5 +1,18 @@ -// tile_edit_exe.cpp : Defines the class behaviors for the application. +// Ryzom - 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 "stdafx.h" #include "tile_edit_exe.h" diff --git a/code/nel/tools/3d/tile_edit/tile_edit_exe.h b/code/nel/tools/3d/tile_edit/tile_edit_exe.h index 9fb2fc339..c6e82b5c8 100644 --- a/code/nel/tools/3d/tile_edit/tile_edit_exe.h +++ b/code/nel/tools/3d/tile_edit/tile_edit_exe.h @@ -1,5 +1,18 @@ -// tile_edit_exe.h : main header file for the TILE_EDIT_EXE application +// Ryzom - 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_TILE_EDIT_EXE_H__254ECFC3_F100_41C1_8D5E_BA741F24687D__INCLUDED_) #define AFX_TILE_EDIT_EXE_H__254ECFC3_F100_41C1_8D5E_BA741F24687D__INCLUDED_ diff --git a/code/nel/tools/misc/branch_patcher/StdAfx.h b/code/nel/tools/misc/branch_patcher/StdAfx.h index ec44f933c..504a4d361 100644 --- a/code/nel/tools/misc/branch_patcher/StdAfx.h +++ b/code/nel/tools/misc/branch_patcher/StdAfx.h @@ -1,7 +1,18 @@ -// stdafx.h : include file for standard system include files, -// or project specific include files that are used frequently, but -// are changed infrequently +// 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_STDAFX_H__FCD40754_5B3A_471A_A2CE_F4A59D4AC7E6__INCLUDED_) #define AFX_STDAFX_H__FCD40754_5B3A_471A_A2CE_F4A59D4AC7E6__INCLUDED_ diff --git a/code/nel/tools/misc/branch_patcher/branch_patcher.cpp b/code/nel/tools/misc/branch_patcher/branch_patcher.cpp index 55fc8768d..b226ec93d 100644 --- a/code/nel/tools/misc/branch_patcher/branch_patcher.cpp +++ b/code/nel/tools/misc/branch_patcher/branch_patcher.cpp @@ -1,5 +1,18 @@ -// branch_patcher.cpp : Defines the class behaviors for the 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 "stdafx.h" #include "branch_patcher.h" diff --git a/code/nel/tools/misc/branch_patcher/branch_patcherDlg.cpp b/code/nel/tools/misc/branch_patcher/branch_patcherDlg.cpp index 7a7a1de50..35ec0ed77 100644 --- a/code/nel/tools/misc/branch_patcher/branch_patcherDlg.cpp +++ b/code/nel/tools/misc/branch_patcher/branch_patcherDlg.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 . + // branch_patcherDlg.cpp : implementation file // diff --git a/code/nel/tools/misc/lock/lock.cpp b/code/nel/tools/misc/lock/lock.cpp index 4e820db93..acdecd1ed 100644 --- a/code/nel/tools/misc/lock/lock.cpp +++ b/code/nel/tools/misc/lock/lock.cpp @@ -1,5 +1,18 @@ -// lock.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 "stdafx.h" #include diff --git a/code/nel/tools/misc/message_box/message_box.cpp b/code/nel/tools/misc/message_box/message_box.cpp index 8443f19de..9d09b0268 100644 --- a/code/nel/tools/misc/message_box/message_box.cpp +++ b/code/nel/tools/misc/message_box/message_box.cpp @@ -1,5 +1,18 @@ -// message_box.cpp : Defines the entry point for the application. +// Ryzom - 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 "stdafx.h" #include diff --git a/code/nel/tools/misc/multi_cd_setup_fix/multi_cd_setup_fix.cpp b/code/nel/tools/misc/multi_cd_setup_fix/multi_cd_setup_fix.cpp index f03b4b45f..3ee165eda 100644 --- a/code/nel/tools/misc/multi_cd_setup_fix/multi_cd_setup_fix.cpp +++ b/code/nel/tools/misc/multi_cd_setup_fix/multi_cd_setup_fix.cpp @@ -1,5 +1,18 @@ -// multi_cd_setup_fix.cpp : Defines the entry point for the application. +// Ryzom - 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 "stdafx.h" #include "resource.h" diff --git a/code/nel/tools/misc/words_dic/DicSplashScreen.cpp b/code/nel/tools/misc/words_dic/DicSplashScreen.cpp index 37adfde43..3e472a0f1 100644 --- a/code/nel/tools/misc/words_dic/DicSplashScreen.cpp +++ b/code/nel/tools/misc/words_dic/DicSplashScreen.cpp @@ -1,5 +1,18 @@ -// DicSplashScreen.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 "stdafx.h" #include "words_dic.h" diff --git a/code/nel/tools/misc/words_dic/DicSplashScreen.h b/code/nel/tools/misc/words_dic/DicSplashScreen.h index 5c279f918..ff2707d54 100644 --- a/code/nel/tools/misc/words_dic/DicSplashScreen.h +++ b/code/nel/tools/misc/words_dic/DicSplashScreen.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_DICSPLASHSCREEN_H__7DF0565F_D1BE_4FBA_B8E9_6DDDEEBBAF0E__INCLUDED_) #define AFX_DICSPLASHSCREEN_H__7DF0565F_D1BE_4FBA_B8E9_6DDDEEBBAF0E__INCLUDED_ diff --git a/code/nel/tools/misc/words_dic/StdAfx.cpp b/code/nel/tools/misc/words_dic/StdAfx.cpp index bb5fbae4d..fde90cc1b 100644 --- a/code/nel/tools/misc/words_dic/StdAfx.cpp +++ b/code/nel/tools/misc/words_dic/StdAfx.cpp @@ -1,6 +1,18 @@ -// stdafx.cpp : source file that includes just the standard includes -// words_dic.pch will be the pre-compiled header -// stdafx.obj will contain the pre-compiled type information +// 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 "stdafx.h" diff --git a/code/nel/tools/misc/words_dic/StdAfx.h b/code/nel/tools/misc/words_dic/StdAfx.h index dfd64e39a..9b1fd599f 100644 --- a/code/nel/tools/misc/words_dic/StdAfx.h +++ b/code/nel/tools/misc/words_dic/StdAfx.h @@ -1,7 +1,18 @@ -// stdafx.h : include file for standard system include files, -// or project specific include files that are used frequently, but -// are changed infrequently +// 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_STDAFX_H__AE8E8386_BE34_4C51_862F_F91BFFB8B9B0__INCLUDED_) #define AFX_STDAFX_H__AE8E8386_BE34_4C51_862F_F91BFFB8B9B0__INCLUDED_ diff --git a/code/nel/tools/misc/words_dic/words_dic.cpp b/code/nel/tools/misc/words_dic/words_dic.cpp index da2baa7fa..c2a1026fb 100644 --- a/code/nel/tools/misc/words_dic/words_dic.cpp +++ b/code/nel/tools/misc/words_dic/words_dic.cpp @@ -1,5 +1,18 @@ -// words_dic.cpp : Defines the class behaviors for the 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 "stdafx.h" #include "words_dic.h" diff --git a/code/nel/tools/misc/words_dic/words_dic.h b/code/nel/tools/misc/words_dic/words_dic.h index e5657ced4..91004ad64 100644 --- a/code/nel/tools/misc/words_dic/words_dic.h +++ b/code/nel/tools/misc/words_dic/words_dic.h @@ -1,5 +1,18 @@ -// words_dic.h : main header file for the WORDS_DIC 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 . #if !defined(AFX_WORDS_DIC_H__6715B68F_151F_41A0_9A34_A06A9093983D__INCLUDED_) #define AFX_WORDS_DIC_H__6715B68F_151F_41A0_9A34_A06A9093983D__INCLUDED_ diff --git a/code/nel/tools/misc/words_dic/words_dicDlg.cpp b/code/nel/tools/misc/words_dic/words_dicDlg.cpp index 556d75e9b..4c413171c 100644 --- a/code/nel/tools/misc/words_dic/words_dicDlg.cpp +++ b/code/nel/tools/misc/words_dic/words_dicDlg.cpp @@ -1,5 +1,18 @@ -// words_dicDlg.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 "stdafx.h" #include "words_dic.h" diff --git a/code/nel/tools/misc/words_dic/words_dicDlg.h b/code/nel/tools/misc/words_dic/words_dicDlg.h index be57db5db..95dfc93c9 100644 --- a/code/nel/tools/misc/words_dic/words_dicDlg.h +++ b/code/nel/tools/misc/words_dic/words_dicDlg.h @@ -1,5 +1,18 @@ -// words_dicDlg.h : header 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 . #if !defined(AFX_WORDS_DICDLG_H__B0C9AB06_2310_4A82_9C46_A7667C7D3407__INCLUDED_) #define AFX_WORDS_DICDLG_H__B0C9AB06_2310_4A82_9C46_A7667C7D3407__INCLUDED_ diff --git a/code/nel/tools/nel_unit_test/nel_unit_test.cpp b/code/nel/tools/nel_unit_test/nel_unit_test.cpp index 4e63931dd..ba9b8851c 100644 --- a/code/nel/tools/nel_unit_test/nel_unit_test.cpp +++ b/code/nel/tools/nel_unit_test/nel_unit_test.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 #include diff --git a/code/nel/tools/nel_unit_test/ut_ligo.h b/code/nel/tools/nel_unit_test/ut_ligo.h index b4344b360..69dc209cb 100644 --- a/code/nel/tools/nel_unit_test/ut_ligo.h +++ b/code/nel/tools/nel_unit_test/ut_ligo.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 UT_LIGO #define UT_LIGO diff --git a/code/nel/tools/nel_unit_test/ut_ligo_primitive.h b/code/nel/tools/nel_unit_test/ut_ligo_primitive.h index ac8efb388..4b626e4fe 100644 --- a/code/nel/tools/nel_unit_test/ut_ligo_primitive.h +++ b/code/nel/tools/nel_unit_test/ut_ligo_primitive.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 UT_LIGO_PRIMITIVE #define UT_LIGO_PRIMITIVE diff --git a/code/nel/tools/nel_unit_test/ut_misc.h b/code/nel/tools/nel_unit_test/ut_misc.h index f2bae154c..db8c60c19 100644 --- a/code/nel/tools/nel_unit_test/ut_misc.h +++ b/code/nel/tools/nel_unit_test/ut_misc.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 UT_MISC #define UT_MISC diff --git a/code/nel/tools/nel_unit_test/ut_misc_co_task.h b/code/nel/tools/nel_unit_test/ut_misc_co_task.h index 7b26f3a59..acfe0b809 100644 --- a/code/nel/tools/nel_unit_test/ut_misc_co_task.h +++ b/code/nel/tools/nel_unit_test/ut_misc_co_task.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 UT_MISC_CO_TASK #define UT_MISC_CO_TASK diff --git a/code/nel/tools/nel_unit_test/ut_misc_command.h b/code/nel/tools/nel_unit_test/ut_misc_command.h index 0d24f5152..341c7cba0 100644 --- a/code/nel/tools/nel_unit_test/ut_misc_command.h +++ b/code/nel/tools/nel_unit_test/ut_misc_command.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 UT_MISC_COMMAND #define UT_MISC_COMMAND diff --git a/code/nel/tools/nel_unit_test/ut_misc_config_file.h b/code/nel/tools/nel_unit_test/ut_misc_config_file.h index 3647a1edb..e3d092216 100644 --- a/code/nel/tools/nel_unit_test/ut_misc_config_file.h +++ b/code/nel/tools/nel_unit_test/ut_misc_config_file.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 UT_MISC_CONFIG_FILE #define UT_MISC_CONFIG_FILE diff --git a/code/nel/tools/nel_unit_test/ut_misc_debug.h b/code/nel/tools/nel_unit_test/ut_misc_debug.h index 0cd732e27..4256c76fd 100644 --- a/code/nel/tools/nel_unit_test/ut_misc_debug.h +++ b/code/nel/tools/nel_unit_test/ut_misc_debug.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 UT_MISC_DEBUG #define UT_MISC_DEBUG diff --git a/code/nel/tools/nel_unit_test/ut_misc_dynlibload.h b/code/nel/tools/nel_unit_test/ut_misc_dynlibload.h index 8c4676d99..cd78c1ac2 100644 --- a/code/nel/tools/nel_unit_test/ut_misc_dynlibload.h +++ b/code/nel/tools/nel_unit_test/ut_misc_dynlibload.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 UT_MISC_DYNLIBLOAD #define UT_MISC_DYNLIBLOAD diff --git a/code/nel/tools/nel_unit_test/ut_misc_pack_file.h b/code/nel/tools/nel_unit_test/ut_misc_pack_file.h index c2c00bfbb..3b9b3041b 100644 --- a/code/nel/tools/nel_unit_test/ut_misc_pack_file.h +++ b/code/nel/tools/nel_unit_test/ut_misc_pack_file.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 UT_MISC_PACK_FILE #define UT_MISC_PACK_FILE diff --git a/code/nel/tools/nel_unit_test/ut_misc_singleton.h b/code/nel/tools/nel_unit_test/ut_misc_singleton.h index 3815d47ae..65caf6a4b 100644 --- a/code/nel/tools/nel_unit_test/ut_misc_singleton.h +++ b/code/nel/tools/nel_unit_test/ut_misc_singleton.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 UT_MISC_SINGLETON #define UT_MISC_SINGLETON diff --git a/code/nel/tools/nel_unit_test/ut_misc_sstring.h b/code/nel/tools/nel_unit_test/ut_misc_sstring.h index 3e7e1eb67..b93585998 100644 --- a/code/nel/tools/nel_unit_test/ut_misc_sstring.h +++ b/code/nel/tools/nel_unit_test/ut_misc_sstring.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 UT_MISC_SSTRING #define UT_MISC_SSTRING diff --git a/code/nel/tools/nel_unit_test/ut_misc_stream.h b/code/nel/tools/nel_unit_test/ut_misc_stream.h index 37215e642..7196472c2 100644 --- a/code/nel/tools/nel_unit_test/ut_misc_stream.h +++ b/code/nel/tools/nel_unit_test/ut_misc_stream.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 UT_MISC_STREAM #define UT_MISC_STREAM diff --git a/code/nel/tools/nel_unit_test/ut_misc_types.h b/code/nel/tools/nel_unit_test/ut_misc_types.h index 4dcd14576..cc72569b0 100644 --- a/code/nel/tools/nel_unit_test/ut_misc_types.h +++ b/code/nel/tools/nel_unit_test/ut_misc_types.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 UT_MISC_TYPES #define UT_MISC_TYPES diff --git a/code/nel/tools/nel_unit_test/ut_misc_variable.h b/code/nel/tools/nel_unit_test/ut_misc_variable.h index 8d41c01f9..0e801b99f 100644 --- a/code/nel/tools/nel_unit_test/ut_misc_variable.h +++ b/code/nel/tools/nel_unit_test/ut_misc_variable.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 UT_MISC_VARIABLE #define UT_MISC_VARIABLE diff --git a/code/nel/tools/nel_unit_test/ut_net.h b/code/nel/tools/nel_unit_test/ut_net.h index 1b7512097..d50c8552d 100644 --- a/code/nel/tools/nel_unit_test/ut_net.h +++ b/code/nel/tools/nel_unit_test/ut_net.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 UT_NET #define UT_NET diff --git a/code/nel/tools/nel_unit_test/ut_net_layer3.h b/code/nel/tools/nel_unit_test/ut_net_layer3.h index adfa17ec9..32ac8e669 100644 --- a/code/nel/tools/nel_unit_test/ut_net_layer3.h +++ b/code/nel/tools/nel_unit_test/ut_net_layer3.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 UT_NET_LAYER3 #define UT_NET_LAYER3 diff --git a/code/nel/tools/nel_unit_test/ut_net_message.h b/code/nel/tools/nel_unit_test/ut_net_message.h index cc58f5399..97900cd3f 100644 --- a/code/nel/tools/nel_unit_test/ut_net_message.h +++ b/code/nel/tools/nel_unit_test/ut_net_message.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 UT_NET_MESSAGE #define UT_NET_MESSAGE diff --git a/code/nel/tools/nel_unit_test/ut_net_module.h b/code/nel/tools/nel_unit_test/ut_net_module.h index 1f5630ab7..6a87d78ef 100644 --- a/code/nel/tools/nel_unit_test/ut_net_module.h +++ b/code/nel/tools/nel_unit_test/ut_net_module.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 UT_NET_MODULE #define UT_NET_MODULE