summaryrefslogtreecommitdiff
path: root/i/chuck/src/ai
diff options
context:
space:
mode:
authorbecquet2007-05-10 21:07:51 +0000
committerbecquet2007-05-10 21:07:51 +0000
commit7bd4a027d0b22489c998c201987855d73c79bee1 (patch)
treed1d06249ff6f8e22d5ef4f83304704971b4f3e46 /i/chuck/src/ai
parent8f486613be58ced269db1d437e560c16558604e8 (diff)
Diffstat (limited to 'i/chuck/src/ai')
-rw-r--r--i/chuck/src/ai/ai.cc13
-rw-r--r--i/chuck/src/ai/ai.hh12
2 files changed, 13 insertions, 12 deletions
diff --git a/i/chuck/src/ai/ai.cc b/i/chuck/src/ai/ai.cc
index c9be04a..7bf5c5a 100644
--- a/i/chuck/src/ai/ai.cc
+++ b/i/chuck/src/ai/ai.cc
@@ -1,7 +1,11 @@
-// AI.CC
-// marvin - programme du robot 2006. {{{
+// ai.cc
+// chuck - programme du robot 2007 {{{
//
-// Copyright (C) 2006 Nicolas Haller
+// Copyright (C) 2007 Romain Becquet
+//
+// Robot APB Team/Efrei 2007.
+// Web: http://assos.efrei.fr/si2e/
+// Email: si2e AT efrei DOT fr
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -17,9 +21,6 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-// Contact :
-// Web: http://perso.efrei.fr/~haller/
-// Email: <nicolas@boiteameuh.org>
// }}}
#include "ai.hh"
#include "config/config.hh"
diff --git a/i/chuck/src/ai/ai.hh b/i/chuck/src/ai/ai.hh
index 29598b4..467955b 100644
--- a/i/chuck/src/ai/ai.hh
+++ b/i/chuck/src/ai/ai.hh
@@ -1,9 +1,13 @@
#ifndef ai_hh
#define ai_hh
// ai.hh
-// marvin - programme du robot 2006. {{{
+// chuck - programme du robot 2007 {{{
//
-// Copyright (C) 2006 Nicolas Haller
+// Copyright (C) 2007 Romain Becquet
+//
+// Robot APB Team/Efrei 2007.
+// Web: http://assos.efrei.fr/si2e/
+// Email: si2e AT efrei DOT frr
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -18,10 +22,6 @@
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-//
-// Contact :
-// Web: http://perso.efrei.fr/~haller/
-// Email: <nicolas@boiteameuh.org>
// }}}
/// Intelligence supérieur(à celui d'une balle de ping-pong) artificielle
/// (comme une blonde) du robot.