summaryrefslogtreecommitdiff
path: root/d/dev/standards/ni_templates/templates
diff options
context:
space:
mode:
Diffstat (limited to 'd/dev/standards/ni_templates/templates')
-rw-r--r--d/dev/standards/ni_templates/templates/template_gpl.c28
-rw-r--r--d/dev/standards/ni_templates/templates/template_gpl.cpp25
-rw-r--r--d/dev/standards/ni_templates/templates/template_gpl.h30
-rw-r--r--d/dev/standards/ni_templates/templates/template_gpl.hpp27
-rw-r--r--d/dev/standards/ni_templates/templates/template_robot.c29
-rw-r--r--d/dev/standards/ni_templates/templates/template_robot.cpp26
-rw-r--r--d/dev/standards/ni_templates/templates/template_robot.h31
-rw-r--r--d/dev/standards/ni_templates/templates/template_robot.hpp28
8 files changed, 224 insertions, 0 deletions
diff --git a/d/dev/standards/ni_templates/templates/template_gpl.c b/d/dev/standards/ni_templates/templates/template_gpl.c
new file mode 100644
index 0000000..a86d1b5
--- /dev/null
+++ b/d/dev/standards/ni_templates/templates/template_gpl.c
@@ -0,0 +1,28 @@
+/* @FILE@ */
+/* @=Get_readme()@ {{{
+ *
+ * Copyright (C) @YEAR@ @AUTHOR@
+ *
+ * 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.
+ *
+ * Contact :
+ * Web: @WEB@
+ * Email: <@EMAIL@>
+ * }}} */
+#include "@FILEBASE@.h"
+
+/* +AutoDec */
+/* -AutoDec */
+
diff --git a/d/dev/standards/ni_templates/templates/template_gpl.cpp b/d/dev/standards/ni_templates/templates/template_gpl.cpp
new file mode 100644
index 0000000..f602829
--- /dev/null
+++ b/d/dev/standards/ni_templates/templates/template_gpl.cpp
@@ -0,0 +1,25 @@
+// @FILE@
+// @=Get_readme()@ {{{
+//
+// Copyright (C) @YEAR@ @AUTHOR@
+//
+// 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.
+//
+// Contact :
+// Web: @WEB@
+// Email: <@EMAIL@>
+// }}}
+#include "@FILEBASE@.h"
+
diff --git a/d/dev/standards/ni_templates/templates/template_gpl.h b/d/dev/standards/ni_templates/templates/template_gpl.h
new file mode 100644
index 0000000..f31eccd
--- /dev/null
+++ b/d/dev/standards/ni_templates/templates/template_gpl.h
@@ -0,0 +1,30 @@
+#ifndef @FILEDEF@
+#define @FILEDEF@
+/* @FILE@ */
+/* @=Get_readme()@ {{{
+ *
+ * Copyright (C) @YEAR@ @AUTHOR@
+ *
+ * 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.
+ *
+ * Contact :
+ * Web: @WEB@
+ * Email: <@EMAIL@>
+ * }}} */
+
+/* +AutoDec */
+/* -AutoDec */
+
+#endif /* @FILEDEF@ */
diff --git a/d/dev/standards/ni_templates/templates/template_gpl.hpp b/d/dev/standards/ni_templates/templates/template_gpl.hpp
new file mode 100644
index 0000000..db6a776
--- /dev/null
+++ b/d/dev/standards/ni_templates/templates/template_gpl.hpp
@@ -0,0 +1,27 @@
+#ifndef @FILEDEF@
+#define @FILEDEF@
+// @FILE@
+// @=Get_readme()@ {{{
+//
+// Copyright (C) @YEAR@ @AUTHOR@
+//
+// 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.
+//
+// Contact :
+// Web: @WEB@
+// Email: <@EMAIL@>
+// }}}
+
+#endif // @FILEDEF@
diff --git a/d/dev/standards/ni_templates/templates/template_robot.c b/d/dev/standards/ni_templates/templates/template_robot.c
new file mode 100644
index 0000000..f52e7d7
--- /dev/null
+++ b/d/dev/standards/ni_templates/templates/template_robot.c
@@ -0,0 +1,29 @@
+/* @FILE@ */
+/* @=Get_readme()@ {{{
+ *
+ * Copyright (C) @YEAR@ @AUTHOR@
+ *
+ * Robot APB Team/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.
+ *
+ * }}} */
+#include "@FILEBASE@.h"
+
+/* +AutoDec */
+/* -AutoDec */
+
diff --git a/d/dev/standards/ni_templates/templates/template_robot.cpp b/d/dev/standards/ni_templates/templates/template_robot.cpp
new file mode 100644
index 0000000..a777070
--- /dev/null
+++ b/d/dev/standards/ni_templates/templates/template_robot.cpp
@@ -0,0 +1,26 @@
+// @FILE@
+// @=Get_readme()@ {{{
+//
+// Copyright (C) @YEAR@ @AUTHOR@
+//
+// Robot APB Team/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.
+//
+// }}}
+#include "@FILEBASE@.h"
+
diff --git a/d/dev/standards/ni_templates/templates/template_robot.h b/d/dev/standards/ni_templates/templates/template_robot.h
new file mode 100644
index 0000000..0401cb0
--- /dev/null
+++ b/d/dev/standards/ni_templates/templates/template_robot.h
@@ -0,0 +1,31 @@
+#ifndef @FILEDEF@
+#define @FILEDEF@
+/* @FILE@ */
+/* @=Get_readme()@ {{{
+ *
+ * Copyright (C) @YEAR@ @AUTHOR@
+ *
+ * Robot APB Team/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.
+ *
+ * }}} */
+
+/* +AutoDec */
+/* -AutoDec */
+
+#endif /* @FILEDEF@ */
diff --git a/d/dev/standards/ni_templates/templates/template_robot.hpp b/d/dev/standards/ni_templates/templates/template_robot.hpp
new file mode 100644
index 0000000..691da0b
--- /dev/null
+++ b/d/dev/standards/ni_templates/templates/template_robot.hpp
@@ -0,0 +1,28 @@
+#ifndef @FILEDEF@
+#define @FILEDEF@
+// @FILE@
+// @=Get_readme()@ {{{
+//
+// Copyright (C) @YEAR@ @AUTHOR@
+//
+// Robot APB Team/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.
+//
+// }}}
+
+#endif // @FILEDEF@