summaryrefslogtreecommitdiffstats
path: root/src/CBot
diff options
context:
space:
mode:
authorKrzysztof H <krzys_h@interia.pl>2012-03-11 20:49:33 +0100
committerKrzysztof H <krzys_h@interia.pl>2012-03-11 20:49:33 +0100
commit5649419a468b53665ec03ab83e8ce94deb71d5e7 (patch)
tree9f5793f259453593fcbdc75c63ef189c31bde005 /src/CBot
parent84d1f79fdf02e0010e4b2d118458e8cd8ce0dd71 (diff)
downloadcolobot-5649419a468b53665ec03ab83e8ce94deb71d5e7.tar.gz
colobot-5649419a468b53665ec03ab83e8ce94deb71d5e7.tar.bz2
colobot-5649419a468b53665ec03ab83e8ce94deb71d5e7.zip
FIX: "If not, see ." was replaced with: "If not, see http://www.gnu.org/licenses/."
Diffstat (limited to 'src/CBot')
-rw-r--r--src/CBot/CBot.cpp2
-rw-r--r--src/CBot/CBot.h2
-rw-r--r--src/CBot/CBotAddExpr.cpp2
-rw-r--r--src/CBot/CBotClass.cpp2
-rw-r--r--src/CBot/CBotCompExpr.cpp2
-rw-r--r--src/CBot/CBotDll.h2
-rw-r--r--src/CBot/CBotFunction.cpp2
-rw-r--r--src/CBot/CBotIf.cpp2
-rw-r--r--src/CBot/CBotProgram.cpp2
-rw-r--r--src/CBot/CBotStack.cpp2
-rw-r--r--src/CBot/CBotString.cpp2
-rw-r--r--src/CBot/CBotToken.cpp2
-rw-r--r--src/CBot/CBotToken.h2
-rw-r--r--src/CBot/CBotTwoOpExpr ordre inversé.cpp2
-rw-r--r--src/CBot/CBotTwoOpExpr.cpp2
-rw-r--r--src/CBot/CBotVar.cpp2
-rw-r--r--src/CBot/CBotWhile.cpp2
-rw-r--r--src/CBot/ClassFILE.cpp2
-rw-r--r--src/CBot/Copie de CBotTwoOpExpr.cpp2
-rw-r--r--src/CBot/StringFunctions.cpp2
-rw-r--r--src/CBot/TestCBot/CBotConsoleDlg.cpp2
-rw-r--r--src/CBot/TestCBot/CBotConsoleDlg.h2
-rw-r--r--src/CBot/TestCBot/ChildFrm.cpp2
-rw-r--r--src/CBot/TestCBot/ChildFrm.h2
-rw-r--r--src/CBot/TestCBot/MainFrm.cpp2
-rw-r--r--src/CBot/TestCBot/MainFrm.h2
-rw-r--r--src/CBot/TestCBot/PerformDlg.cpp2
-rw-r--r--src/CBot/TestCBot/PerformDlg.h2
-rw-r--r--src/CBot/TestCBot/Routines.cpp2
-rw-r--r--src/CBot/TestCBot/StdAfx.cpp2
-rw-r--r--src/CBot/TestCBot/StdAfx.h2
-rw-r--r--src/CBot/TestCBot/TestCBot.cpp2
-rw-r--r--src/CBot/TestCBot/TestCBot.h2
-rw-r--r--src/CBot/TestCBot/TestCBotDoc.cpp2
-rw-r--r--src/CBot/TestCBot/TestCBotDoc.h2
-rw-r--r--src/CBot/TestCBot/TestCBotView.cpp2
-rw-r--r--src/CBot/TestCBot/TestCBotView.h2
-rw-r--r--src/CBot/TestCBot/resource.h2
-rw-r--r--src/CBot/old CBotAddExpr.cpp2
-rw-r--r--src/CBot/old CBotCompExpr.cpp2
-rw-r--r--src/CBot/old TstCBot/BotConsoleDlg.cpp2
-rw-r--r--src/CBot/old TstCBot/BotConsoleDlg.h2
-rw-r--r--src/CBot/old TstCBot/BotErrorDlg.cpp2
-rw-r--r--src/CBot/old TstCBot/BotErrorDlg.h2
-rw-r--r--src/CBot/old TstCBot/CMyThread.cpp2
-rw-r--r--src/CBot/old TstCBot/CMyThread.h2
-rw-r--r--src/CBot/old TstCBot/MainFrm.cpp2
-rw-r--r--src/CBot/old TstCBot/MainFrm.h2
-rw-r--r--src/CBot/old TstCBot/Resource.h2
-rw-r--r--src/CBot/old TstCBot/StdAfx.cpp2
-rw-r--r--src/CBot/old TstCBot/StdAfx.h2
-rw-r--r--src/CBot/old TstCBot/TstCBot.cpp2
-rw-r--r--src/CBot/old TstCBot/TstCBot.h2
-rw-r--r--src/CBot/old TstCBot/TstCBotDoc.cpp2
-rw-r--r--src/CBot/old TstCBot/TstCBotDoc.h2
-rw-r--r--src/CBot/old TstCBot/TstCBotView.cpp2
-rw-r--r--src/CBot/old TstCBot/TstCBotView.h2
-rw-r--r--src/CBot/resource.h2
58 files changed, 58 insertions, 58 deletions
diff --git a/src/CBot/CBot.cpp b/src/CBot/CBot.cpp
index 02f6d50..34840ba 100644
--- a/src/CBot/CBot.cpp
+++ b/src/CBot/CBot.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
// principe de compilation:
// les routines Compile retournent un objet de la classe correspondant � l'op�ration trouv�e
diff --git a/src/CBot/CBot.h b/src/CBot/CBot.h
index 0189cf3..c1a7de9 100644
--- a/src/CBot/CBot.h
+++ b/src/CBot/CBot.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
// derni�re r�vision : 03/10/2002 DD
diff --git a/src/CBot/CBotAddExpr.cpp b/src/CBot/CBotAddExpr.cpp
index 067aa88..c6ed82d 100644
--- a/src/CBot/CBotAddExpr.cpp
+++ b/src/CBot/CBotAddExpr.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "CBot.h"
diff --git a/src/CBot/CBotClass.cpp b/src/CBot/CBotClass.cpp
index 7f1fd3f..a70449d 100644
--- a/src/CBot/CBotClass.cpp
+++ b/src/CBot/CBotClass.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "CBot.h"
diff --git a/src/CBot/CBotCompExpr.cpp b/src/CBot/CBotCompExpr.cpp
index 7618e4a..dada30e 100644
--- a/src/CBot/CBotCompExpr.cpp
+++ b/src/CBot/CBotCompExpr.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "CBot.h"
diff --git a/src/CBot/CBotDll.h b/src/CBot/CBotDll.h
index 973ccdb..afb9c1c 100644
--- a/src/CBot/CBotDll.h
+++ b/src/CBot/CBotDll.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
//#include "stdafx.h"
diff --git a/src/CBot/CBotFunction.cpp b/src/CBot/CBotFunction.cpp
index 426824e..ce61f44 100644
--- a/src/CBot/CBotFunction.cpp
+++ b/src/CBot/CBotFunction.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "CBot.h"
diff --git a/src/CBot/CBotIf.cpp b/src/CBot/CBotIf.cpp
index 1a53aeb..797c059 100644
--- a/src/CBot/CBotIf.cpp
+++ b/src/CBot/CBotIf.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "CBot.h"
diff --git a/src/CBot/CBotProgram.cpp b/src/CBot/CBotProgram.cpp
index 1b770e8..a32d51b 100644
--- a/src/CBot/CBotProgram.cpp
+++ b/src/CBot/CBotProgram.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "CBot.h"
#include <stdio.h>
diff --git a/src/CBot/CBotStack.cpp b/src/CBot/CBotStack.cpp
index 4809f66..5c3e2ef 100644
--- a/src/CBot/CBotStack.cpp
+++ b/src/CBot/CBotStack.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "CBot.h"
diff --git a/src/CBot/CBotString.cpp b/src/CBot/CBotString.cpp
index 09c45fb..950b0e1 100644
--- a/src/CBot/CBotString.cpp
+++ b/src/CBot/CBotString.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "CBot.h"
diff --git a/src/CBot/CBotToken.cpp b/src/CBot/CBotToken.cpp
index 6fd9e33..bd81b70 100644
--- a/src/CBot/CBotToken.cpp
+++ b/src/CBot/CBotToken.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
// il faudra traiter le seul cas d'erreur possible
// qui est un caract�re ill�gal dans une string
diff --git a/src/CBot/CBotToken.h b/src/CBot/CBotToken.h
index 5c54c55..2ac0d4c 100644
--- a/src/CBot/CBotToken.h
+++ b/src/CBot/CBotToken.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
// un programme �crit est tout d'abord transform� en une liste de tokens
diff --git a/src/CBot/CBotTwoOpExpr ordre inversé.cpp b/src/CBot/CBotTwoOpExpr ordre inversé.cpp
index 7ef646e..e34e26f 100644
--- a/src/CBot/CBotTwoOpExpr ordre inversé.cpp
+++ b/src/CBot/CBotTwoOpExpr ordre inversé.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "CBot.h"
diff --git a/src/CBot/CBotTwoOpExpr.cpp b/src/CBot/CBotTwoOpExpr.cpp
index d86b444..840278d 100644
--- a/src/CBot/CBotTwoOpExpr.cpp
+++ b/src/CBot/CBotTwoOpExpr.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "CBot.h"
diff --git a/src/CBot/CBotVar.cpp b/src/CBot/CBotVar.cpp
index bd6fe31..83778b5 100644
--- a/src/CBot/CBotVar.cpp
+++ b/src/CBot/CBotVar.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
// on ne cr�e jamais d'instance de la class m�re CBotVar
diff --git a/src/CBot/CBotWhile.cpp b/src/CBot/CBotWhile.cpp
index 7ed857c..8632fef 100644
--- a/src/CBot/CBotWhile.cpp
+++ b/src/CBot/CBotWhile.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "CBot.h"
diff --git a/src/CBot/ClassFILE.cpp b/src/CBot/ClassFILE.cpp
index cfde47f..6d284ae 100644
--- a/src/CBot/ClassFILE.cpp
+++ b/src/CBot/ClassFILE.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
diff --git a/src/CBot/Copie de CBotTwoOpExpr.cpp b/src/CBot/Copie de CBotTwoOpExpr.cpp
index 54db4c4..763eb95 100644
--- a/src/CBot/Copie de CBotTwoOpExpr.cpp
+++ b/src/CBot/Copie de CBotTwoOpExpr.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "CBot.h"
diff --git a/src/CBot/StringFunctions.cpp b/src/CBot/StringFunctions.cpp
index 88a41fd..0555426 100644
--- a/src/CBot/StringFunctions.cpp
+++ b/src/CBot/StringFunctions.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
// donne la longueur d'une cha�ne
diff --git a/src/CBot/TestCBot/CBotConsoleDlg.cpp b/src/CBot/TestCBot/CBotConsoleDlg.cpp
index dfd4ec4..a6056df 100644
--- a/src/CBot/TestCBot/CBotConsoleDlg.cpp
+++ b/src/CBot/TestCBot/CBotConsoleDlg.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "stdafx.h"
#include "TestCBot.h"
diff --git a/src/CBot/TestCBot/CBotConsoleDlg.h b/src/CBot/TestCBot/CBotConsoleDlg.h
index 88d04dc..f87e168 100644
--- a/src/CBot/TestCBot/CBotConsoleDlg.h
+++ b/src/CBot/TestCBot/CBotConsoleDlg.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#if !defined(AFX_BOTCONSOLEDLG_H__A11450A2_8E09_11D4_A439_00D059085115__INCLUDED_)
#define AFX_BOTCONSOLEDLG_H__A11450A2_8E09_11D4_A439_00D059085115__INCLUDED_
diff --git a/src/CBot/TestCBot/ChildFrm.cpp b/src/CBot/TestCBot/ChildFrm.cpp
index 0d21e5f..36a76d5 100644
--- a/src/CBot/TestCBot/ChildFrm.cpp
+++ b/src/CBot/TestCBot/ChildFrm.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "stdafx.h"
#include "TestCBot.h"
diff --git a/src/CBot/TestCBot/ChildFrm.h b/src/CBot/TestCBot/ChildFrm.h
index cacbc4a..04ee783 100644
--- a/src/CBot/TestCBot/ChildFrm.h
+++ b/src/CBot/TestCBot/ChildFrm.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#if !defined(AFX_CHILDFRM_H__4D1BB909_8E74_11D4_A439_00D059085115__INCLUDED_)
#define AFX_CHILDFRM_H__4D1BB909_8E74_11D4_A439_00D059085115__INCLUDED_
diff --git a/src/CBot/TestCBot/MainFrm.cpp b/src/CBot/TestCBot/MainFrm.cpp
index 2870f93..d0ab4c6 100644
--- a/src/CBot/TestCBot/MainFrm.cpp
+++ b/src/CBot/TestCBot/MainFrm.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "stdafx.h"
#include "TestCBot.h"
diff --git a/src/CBot/TestCBot/MainFrm.h b/src/CBot/TestCBot/MainFrm.h
index 5b33df5..1bdf61b 100644
--- a/src/CBot/TestCBot/MainFrm.h
+++ b/src/CBot/TestCBot/MainFrm.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#if !defined(AFX_MAINFRM_H__4D1BB907_8E74_11D4_A439_00D059085115__INCLUDED_)
#define AFX_MAINFRM_H__4D1BB907_8E74_11D4_A439_00D059085115__INCLUDED_
diff --git a/src/CBot/TestCBot/PerformDlg.cpp b/src/CBot/TestCBot/PerformDlg.cpp
index f027f66..af855d7 100644
--- a/src/CBot/TestCBot/PerformDlg.cpp
+++ b/src/CBot/TestCBot/PerformDlg.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "stdafx.h"
#include "testcbot.h"
diff --git a/src/CBot/TestCBot/PerformDlg.h b/src/CBot/TestCBot/PerformDlg.h
index 18ba1ea..e83f542 100644
--- a/src/CBot/TestCBot/PerformDlg.h
+++ b/src/CBot/TestCBot/PerformDlg.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#if !defined(AFX_PERFORMDLG_H__EAF2D560_97D8_11D4_A439_00D059085115__INCLUDED_)
#define AFX_PERFORMDLG_H__EAF2D560_97D8_11D4_A439_00D059085115__INCLUDED_
diff --git a/src/CBot/TestCBot/Routines.cpp b/src/CBot/TestCBot/Routines.cpp
index 4f037d1..77808e2 100644
--- a/src/CBot/TestCBot/Routines.cpp
+++ b/src/CBot/TestCBot/Routines.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
////////////////////////////////////////////////////////////////////
diff --git a/src/CBot/TestCBot/StdAfx.cpp b/src/CBot/TestCBot/StdAfx.cpp
index 7a91baa..a3471af 100644
--- a/src/CBot/TestCBot/StdAfx.cpp
+++ b/src/CBot/TestCBot/StdAfx.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "stdafx.h"
diff --git a/src/CBot/TestCBot/StdAfx.h b/src/CBot/TestCBot/StdAfx.h
index 9a7d859..8f3f644 100644
--- a/src/CBot/TestCBot/StdAfx.h
+++ b/src/CBot/TestCBot/StdAfx.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#if !defined(AFX_STDAFX_H__4D1BB905_8E74_11D4_A439_00D059085115__INCLUDED_)
#define AFX_STDAFX_H__4D1BB905_8E74_11D4_A439_00D059085115__INCLUDED_
diff --git a/src/CBot/TestCBot/TestCBot.cpp b/src/CBot/TestCBot/TestCBot.cpp
index 50c1e72..afebeac 100644
--- a/src/CBot/TestCBot/TestCBot.cpp
+++ b/src/CBot/TestCBot/TestCBot.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "stdafx.h"
#include "TestCBot.h"
diff --git a/src/CBot/TestCBot/TestCBot.h b/src/CBot/TestCBot/TestCBot.h
index 0fe04ec..4067423 100644
--- a/src/CBot/TestCBot/TestCBot.h
+++ b/src/CBot/TestCBot/TestCBot.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#if !defined(AFX_TESTCBOT_H__4D1BB903_8E74_11D4_A439_00D059085115__INCLUDED_)
#define AFX_TESTCBOT_H__4D1BB903_8E74_11D4_A439_00D059085115__INCLUDED_
diff --git a/src/CBot/TestCBot/TestCBotDoc.cpp b/src/CBot/TestCBot/TestCBotDoc.cpp
index 5238b19..44d88a9 100644
--- a/src/CBot/TestCBot/TestCBotDoc.cpp
+++ b/src/CBot/TestCBot/TestCBotDoc.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "stdafx.h"
#include "TestCBot.h"
diff --git a/src/CBot/TestCBot/TestCBotDoc.h b/src/CBot/TestCBot/TestCBotDoc.h
index d3a2748..d80a397 100644
--- a/src/CBot/TestCBot/TestCBotDoc.h
+++ b/src/CBot/TestCBot/TestCBotDoc.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#if !defined(AFX_TESTCBOTDOC_H__4D1BB90B_8E74_11D4_A439_00D059085115__INCLUDED_)
#define AFX_TESTCBOTDOC_H__4D1BB90B_8E74_11D4_A439_00D059085115__INCLUDED_
diff --git a/src/CBot/TestCBot/TestCBotView.cpp b/src/CBot/TestCBot/TestCBotView.cpp
index 21ddbaa..7f531e5 100644
--- a/src/CBot/TestCBot/TestCBotView.cpp
+++ b/src/CBot/TestCBot/TestCBotView.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "stdafx.h"
#include "TestCBot.h"
diff --git a/src/CBot/TestCBot/TestCBotView.h b/src/CBot/TestCBot/TestCBotView.h
index 1932993..14de389 100644
--- a/src/CBot/TestCBot/TestCBotView.h
+++ b/src/CBot/TestCBot/TestCBotView.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#if !defined(AFX_TESTCBOTVIEW_H__4D1BB90D_8E74_11D4_A439_00D059085115__INCLUDED_)
#define AFX_TESTCBOTVIEW_H__4D1BB90D_8E74_11D4_A439_00D059085115__INCLUDED_
diff --git a/src/CBot/TestCBot/resource.h b/src/CBot/TestCBot/resource.h
index d549244..0797131 100644
--- a/src/CBot/TestCBot/resource.h
+++ b/src/CBot/TestCBot/resource.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#define IDR_TESTCBTYPE 129
diff --git a/src/CBot/old CBotAddExpr.cpp b/src/CBot/old CBotAddExpr.cpp
index 4a1d91a..b04e3e0 100644
--- a/src/CBot/old CBotAddExpr.cpp
+++ b/src/CBot/old CBotAddExpr.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "CBot.h"
diff --git a/src/CBot/old CBotCompExpr.cpp b/src/CBot/old CBotCompExpr.cpp
index c9f81d9..f098e7d 100644
--- a/src/CBot/old CBotCompExpr.cpp
+++ b/src/CBot/old CBotCompExpr.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "CBot.h"
diff --git a/src/CBot/old TstCBot/BotConsoleDlg.cpp b/src/CBot/old TstCBot/BotConsoleDlg.cpp
index b7348ed..bd1cb11 100644
--- a/src/CBot/old TstCBot/BotConsoleDlg.cpp
+++ b/src/CBot/old TstCBot/BotConsoleDlg.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "stdafx.h"
#include "TstCBot.h"
diff --git a/src/CBot/old TstCBot/BotConsoleDlg.h b/src/CBot/old TstCBot/BotConsoleDlg.h
index 6a483da..aa23b0d 100644
--- a/src/CBot/old TstCBot/BotConsoleDlg.h
+++ b/src/CBot/old TstCBot/BotConsoleDlg.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#if !defined(AFX_BOTCONSOLEDLG_H__A11450A2_8E09_11D4_A439_00D059085115__INCLUDED_)
#define AFX_BOTCONSOLEDLG_H__A11450A2_8E09_11D4_A439_00D059085115__INCLUDED_
diff --git a/src/CBot/old TstCBot/BotErrorDlg.cpp b/src/CBot/old TstCBot/BotErrorDlg.cpp
index 8dc9b37..4d3cf04 100644
--- a/src/CBot/old TstCBot/BotErrorDlg.cpp
+++ b/src/CBot/old TstCBot/BotErrorDlg.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "stdafx.h"
#include "TstCBot.h"
diff --git a/src/CBot/old TstCBot/BotErrorDlg.h b/src/CBot/old TstCBot/BotErrorDlg.h
index 9d87848..0efaefc 100644
--- a/src/CBot/old TstCBot/BotErrorDlg.h
+++ b/src/CBot/old TstCBot/BotErrorDlg.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#if !defined(AFX_BOTERRORDLG_H__80E73D20_7454_11D4_A439_00D059085115__INCLUDED_)
#define AFX_BOTERRORDLG_H__80E73D20_7454_11D4_A439_00D059085115__INCLUDED_
diff --git a/src/CBot/old TstCBot/CMyThread.cpp b/src/CBot/old TstCBot/CMyThread.cpp
index ab54ab4..ed1e2ea 100644
--- a/src/CBot/old TstCBot/CMyThread.cpp
+++ b/src/CBot/old TstCBot/CMyThread.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "stdafx.h"
#include "TstCBot.h"
diff --git a/src/CBot/old TstCBot/CMyThread.h b/src/CBot/old TstCBot/CMyThread.h
index 6d5d866..89b8fa2 100644
--- a/src/CBot/old TstCBot/CMyThread.h
+++ b/src/CBot/old TstCBot/CMyThread.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#if !defined(AFX_MAINFRM_H__20B3756C_5DFD_11D4_A15E_00E0189013DF__INCLUDED_)
#define AFX_MAINFRM_H__20B3756C_5DFD_11D4_A15E_00E0189013DF__INCLUDED_
diff --git a/src/CBot/old TstCBot/MainFrm.cpp b/src/CBot/old TstCBot/MainFrm.cpp
index 6550a89..6b55222 100644
--- a/src/CBot/old TstCBot/MainFrm.cpp
+++ b/src/CBot/old TstCBot/MainFrm.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "stdafx.h"
#include "TstCBot.h"
diff --git a/src/CBot/old TstCBot/MainFrm.h b/src/CBot/old TstCBot/MainFrm.h
index fe86ee6..3eb4271 100644
--- a/src/CBot/old TstCBot/MainFrm.h
+++ b/src/CBot/old TstCBot/MainFrm.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#if !defined(AFX_MAINFRM_H__70B3756C_5DFD_11D4_A15E_00E0189013DF__INCLUDED_)
#define AFX_MAINFRM_H__70B3756C_5DFD_11D4_A15E_00E0189013DF__INCLUDED_
diff --git a/src/CBot/old TstCBot/Resource.h b/src/CBot/old TstCBot/Resource.h
index f131d7c..326e0e0 100644
--- a/src/CBot/old TstCBot/Resource.h
+++ b/src/CBot/old TstCBot/Resource.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#define IDR_TSTCBOTYPE 129
diff --git a/src/CBot/old TstCBot/StdAfx.cpp b/src/CBot/old TstCBot/StdAfx.cpp
index 7a91baa..a3471af 100644
--- a/src/CBot/old TstCBot/StdAfx.cpp
+++ b/src/CBot/old TstCBot/StdAfx.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "stdafx.h"
diff --git a/src/CBot/old TstCBot/StdAfx.h b/src/CBot/old TstCBot/StdAfx.h
index eea8584..42fdf52 100644
--- a/src/CBot/old TstCBot/StdAfx.h
+++ b/src/CBot/old TstCBot/StdAfx.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#if !defined(AFX_STDAFX_H__70B3756A_5DFD_11D4_A15E_00E0189013DF__INCLUDED_)
#define AFX_STDAFX_H__70B3756A_5DFD_11D4_A15E_00E0189013DF__INCLUDED_
diff --git a/src/CBot/old TstCBot/TstCBot.cpp b/src/CBot/old TstCBot/TstCBot.cpp
index 5b831e3..2cc2c9b 100644
--- a/src/CBot/old TstCBot/TstCBot.cpp
+++ b/src/CBot/old TstCBot/TstCBot.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "stdafx.h"
#include "TstCBot.h"
diff --git a/src/CBot/old TstCBot/TstCBot.h b/src/CBot/old TstCBot/TstCBot.h
index a351344..df38f3d 100644
--- a/src/CBot/old TstCBot/TstCBot.h
+++ b/src/CBot/old TstCBot/TstCBot.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#if !defined(AFX_TSTCBOT_H__70B37568_5DFD_11D4_A15E_00E0189013DF__INCLUDED_)
#define AFX_TSTCBOT_H__70B37568_5DFD_11D4_A15E_00E0189013DF__INCLUDED_
diff --git a/src/CBot/old TstCBot/TstCBotDoc.cpp b/src/CBot/old TstCBot/TstCBotDoc.cpp
index 6c14f11..4949b0e 100644
--- a/src/CBot/old TstCBot/TstCBotDoc.cpp
+++ b/src/CBot/old TstCBot/TstCBotDoc.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "stdafx.h"
#include "TstCBot.h"
diff --git a/src/CBot/old TstCBot/TstCBotDoc.h b/src/CBot/old TstCBot/TstCBotDoc.h
index dd71389..976982c 100644
--- a/src/CBot/old TstCBot/TstCBotDoc.h
+++ b/src/CBot/old TstCBot/TstCBotDoc.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#if !defined(AFX_TSTCBOTDOC_H__70B3756E_5DFD_11D4_A15E_00E0189013DF__INCLUDED_)
#define AFX_TSTCBOTDOC_H__70B3756E_5DFD_11D4_A15E_00E0189013DF__INCLUDED_
diff --git a/src/CBot/old TstCBot/TstCBotView.cpp b/src/CBot/old TstCBot/TstCBotView.cpp
index 33777a6..4c82e2a 100644
--- a/src/CBot/old TstCBot/TstCBotView.cpp
+++ b/src/CBot/old TstCBot/TstCBotView.cpp
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#include "stdafx.h"
#include "TstCBot.h"
diff --git a/src/CBot/old TstCBot/TstCBotView.h b/src/CBot/old TstCBot/TstCBotView.h
index 12f779d..7c755d7 100644
--- a/src/CBot/old TstCBot/TstCBotView.h
+++ b/src/CBot/old TstCBot/TstCBotView.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#if !defined(AFX_TSTCBOTVIEW_H__70B37570_5DFD_11D4_A15E_00E0189013DF__INCLUDED_)
#define AFX_TSTCBOTVIEW_H__70B37570_5DFD_11D4_A15E_00E0189013DF__INCLUDED_
diff --git a/src/CBot/resource.h b/src/CBot/resource.h
index 0cc2ea5..0188fac 100644
--- a/src/CBot/resource.h
+++ b/src/CBot/resource.h
@@ -12,7 +12,7 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see .
+// * along with this program. If not, see http://www.gnu.org/licenses/.
#define ID_KEYWORDS 2000
#define ID_IF 2000
#define ID_ELSE 2001