summaryrefslogtreecommitdiffstats
path: root/src/CBot/CBotFunction.cpp
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/CBotFunction.cpp
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/CBotFunction.cpp')
-rw-r--r--src/CBot/CBotFunction.cpp2
1 files changed, 1 insertions, 1 deletions
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"