summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--digital/io/src/elevator.c6
-rw-r--r--digital/io/src/elevator.h48
-rw-r--r--digital/io/src/filterbridge.c4
-rw-r--r--digital/io/src/filterbridge.h48
4 files changed, 53 insertions, 53 deletions
diff --git a/digital/io/src/elevator.c b/digital/io/src/elevator.c
index 989c132d..8da3b6c7 100644
--- a/digital/io/src/elevator.c
+++ b/digital/io/src/elevator.c
@@ -3,9 +3,9 @@
*
* Copyright (C) 2009 Nicolas Haller
*
- * RobotAPB
- * Web: http://assos.efrei.fr/robot/
- * Email: robot AT efrei DOT fr
+ * APBTeam:
+ * Web: http://apbteam.org/
+ * Email: team AT apbteam DOT org
*
* 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
diff --git a/digital/io/src/elevator.h b/digital/io/src/elevator.h
index 19cf0f67..3e8c9065 100644
--- a/digital/io/src/elevator.h
+++ b/digital/io/src/elevator.h
@@ -1,28 +1,28 @@
#ifndef elevator_h
#define elevator_h
-// elevator.h
-// io - Input & Output with Artificial Intelligence (ai) support on AVR. {{{
-//
-// Copyright (C) 2009 Nicolas Haller
-//
-// APBTeam
-// Web: http://assos.efrei.fr/robot/
-// Email: robot 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
-// the Free Software Foundation; either version 2 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 General Public License for more details.
-//
-// 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.
-//
-// }}}
+/* elevator.h */
+/* io - Input & Output with Artificial Intelligence (ai) support on AVR. {{{
+ *
+ * Copyright (C) 2009 Nicolas Haller
+ *
+ * APBTeam:
+ * Web: http://apbteam.org/
+ * Email: team AT apbteam DOT org
+ *
+ * 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
+ * the Free Software Foundation; either version 2 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 General Public License for more details.
+ *
+ * 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.
+ *
+ * }}} */
#endif // elevator_h
diff --git a/digital/io/src/filterbridge.c b/digital/io/src/filterbridge.c
index 163ea9e6..f74a1a58 100644
--- a/digital/io/src/filterbridge.c
+++ b/digital/io/src/filterbridge.c
@@ -4,8 +4,8 @@
* Copyright (C) 2009 Nicolas Haller
*
* APBTeam
- * Web: http://assos.efrei.fr/robot/
- * Email: robot AT efrei DOT fr
+ * Web: http://apbteam.org/
+ * Email: team AT apbteam DOT org
*
* 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
diff --git a/digital/io/src/filterbridge.h b/digital/io/src/filterbridge.h
index eb40d76f..1876bd86 100644
--- a/digital/io/src/filterbridge.h
+++ b/digital/io/src/filterbridge.h
@@ -1,28 +1,28 @@
#ifndef filterbridge_h
#define filterbridge_h
-// filterbridge.h
-// io - Input & Output with Artificial Intelligence (ai) support on AVR. {{{
-//
-// Copyright (C) 2009 Nicolas Haller
-//
-// APBTeam/Efrei 2005.
-// Web: http://assos.efrei.fr/robot/
-// Email: robot 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
-// the Free Software Foundation; either version 2 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 General Public License for more details.
-//
-// 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.
-//
-// }}}
+/* filterbridge.h */
+/* io - Input & Output with Artificial Intelligence (ai) support on AVR. {{{
+ *
+ * Copyright (C) 2009 Nicolas Haller
+ *
+ * APBTeam:
+ * Web: http://apbteam.org/
+ * Email: team AT apbteam DOT org
+ *
+ * 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
+ * the Free Software Foundation; either version 2 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 General Public License for more details.
+ *
+ * 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.
+ *
+ * }}} */
#endif // filterbridge_h