]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
Added license to trgen eb2009/master
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 4 Jun 2009 12:07:58 +0000 (14:07 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 4 Jun 2009 12:07:58 +0000 (14:07 +0200)
.mailmap [new file with mode: 0644]
src/motion/arc.cc
src/motion/line.cc
src/motion/spline.cc
src/motion/trajectory.cc
src/motion/trgen.h
src/motion/trgenconstr.h
src/motion/trgendbg.h
src/motion/turn.cc

diff --git a/.mailmap b/.mailmap
new file mode 100644 (file)
index 0000000..e3d08bf
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,21 @@
+Filip Jares <jaresf1@k335-109.felk.cvut.cz>
+Jirka Kubias <jiri.kubias@gmail.com>
+Jirka Kubias <jiri.kubias@gmail.com>
+Jirka Kubias <jirka@Drak-NB.(none)>
+Jirka Kubias <jirka@DRAK-NB.(none)>
+Jirka Kubias <jirka@78ed6b52-5822-0410-8084-884f26da6e90>
+Jirka Kubias <kubiaj1@felk.cvut.cz>
+Jirka Kubias <kubiaj1@78ed6b52-5822-0410-8084-884f26da6e90>
+Marek Peca <marek@tesla.(none)>
+Martin Zidek <martin@martin-nb2.(none)>
+Martin Zidek <martin@78ed6b52-5822-0410-8084-884f26da6e90>
+Martin Zidek <mzi@mzi.endigy.sysgo.cz>
+Martin Zidek <zidekm1@78ed6b52-5822-0410-8084-884f26da6e90>
+Martin Zidek <zidekm1@78ed6b52-5822-0410-8084-884f26da6e90>
+Michal Sojka <sojka@78ed6b52-5822-0410-8084-884f26da6e90>
+Ondra Vrzal <ondra@localhost.localdomain>
+Petr Benes <benesp7@fel.cvut.cz>
+Petr Benes <root@electrabenes.(none)>
+Tran Duy Khanh <root@ti-nb-linux.(none)>
+Tran Duy Khanh <root@ti.nirvana.tran.cz>
+Tran Duy Khanh <trandk1@78ed6b52-5822-0410-8084-884f26da6e90>
index eac7d52b9bc551f5e3e173fb9b2374d54c13bd8b..7943a645dc4fda155a98f5b8db6deacdecbc1935 100644 (file)
@@ -1,3 +1,22 @@
+//     Copyright 2009 Michal Sojka <sojkam1@fel.cvut.cz>
+//     Copyright 2009 Petr Beneš
+//
+//     This file is part of Trgen library.
+//
+//     Trgen 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 3 of the License, or
+//     (at your option) any later version.
+//
+//     Trgen 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 Trgen.  If not, see <http://www.gnu.org/licenses/>.
+
+
 #include "trgen.h"
 #include "trgendbg.h"
 
index d26221e761781134db2f6ced6ce63a4c091f19fe..535ebe6ed46e4a5555f53a337f7f8b302d8f70ac 100644 (file)
@@ -1,3 +1,21 @@
+//     Copyright 2009 Michal Sojka <sojkam1@fel.cvut.cz>
+//     Copyright 2009 Petr Beneš
+//
+//     This file is part of Trgen library.
+//
+//     Trgen 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 3 of the License, or
+//     (at your option) any later version.
+//
+//     Trgen 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 Trgen.  If not, see <http://www.gnu.org/licenses/>.
+
 #include "trgen.h"
 #include "trgendbg.h"
 #include <stdio.h>
index 0153b24714f0563d2c00768be53b55f2004a746a..571710631a0ab90b8678fd083a547953d1fa2224 100644 (file)
@@ -1,3 +1,21 @@
+//     Copyright 2009 Petr Beneš
+//     Copyright 2009 Michal Sojka <sojkam1@fel.cvut.cz>
+//
+//     This file is part of Trgen library.
+//
+//     Trgen 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 3 of the License, or
+//     (at your option) any later version.
+//
+//     Trgen 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 Trgen.  If not, see <http://www.gnu.org/licenses/>.
+
 #include "trgen.h"
 #include "trgendbg.h"
 #include <stdlib.h>
index 80197cc2fd960e7e500e9bd596d93116244cea6f..7ee563231453caccc610451dc63e53500c4ede96 100644 (file)
@@ -1,3 +1,21 @@
+//     Copyright 2009 Michal Sojka <sojkam1@fel.cvut.cz>
+//     Copyright 2009 Petr Beneš
+//
+//     This file is part of Trgen library.
+//
+//     Trgen 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 3 of the License, or
+//     (at your option) any later version.
+//
+//     Trgen 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 Trgen.  If not, see <http://www.gnu.org/licenses/>.
+
 /**
  * @file   trajectory.cc
  * @author Michal Sojka, Petr Beneš
index d5780d8b25c37935e42e405583c08457a395c252..8e7a452ba239dd0cfb42831b67f969a95e9385a1 100644 (file)
@@ -1,4 +1,21 @@
 // -*- c++ -*-
+//     Copyright 2009 Michal Sojka <sojkam1@fel.cvut.cz>
+//     Copyright 2009 Petr Beneš
+//
+//     This file is part of Trgen library.
+//
+//     Trgen 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 3 of the License, or
+//     (at your option) any later version.
+//
+//     Trgen 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 Trgen.  If not, see <http://www.gnu.org/licenses/>.
 
 #ifndef __TRGEN_H
 #define __TRGEN_H
index 3408ffffde75384b800b525aeef3c4b9da7b720e..4aa1d379e129e1e2d3dd3a9e656bdff7845d7de5 100644 (file)
@@ -1,3 +1,21 @@
+//     Copyright 2009 Michal Sojka <sojkam1@fel.cvut.cz>
+//     Copyright 2009 Petr Beneš
+//
+//     This file is part of Trgen library.
+//
+//     Trgen 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 3 of the License, or
+//     (at your option) any later version.
+//
+//     Trgen 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 Trgen.  If not, see <http://www.gnu.org/licenses/>.
+
 #ifndef TRGENCONSTR_H
 #define TRGENCONSTR_H
 
index 1677d9e2356a1b8f2c8be23e736c401cb4514fcd..9840029f66ddd6faca893a268270b5ad82574a1a 100644 (file)
@@ -1,3 +1,21 @@
+//     Copyright 2009 Michal Sojka <sojkam1@fel.cvut.cz>
+//     Copyright 2009 Petr Beneš
+//
+//     This file is part of Trgen library.
+//
+//     Trgen 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 3 of the License, or
+//     (at your option) any later version.
+//
+//     Trgen 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 Trgen.  If not, see <http://www.gnu.org/licenses/>.
+
 #ifndef TRGENDBG_H
 #define TRGENDBG_H
 
index 9baec13cc42ae1d201c224185a83370d6e2987b2..7ab3373f0bab9e4883d8cc998c51e2ae8b2a65e2 100644 (file)
@@ -1,3 +1,21 @@
+//     Copyright 2009 Michal Sojka <sojkam1@fel.cvut.cz>
+//     Copyright 2009 Petr Beneš
+//
+//     This file is part of Trgen library.
+//
+//     Trgen 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 3 of the License, or
+//     (at your option) any later version.
+//
+//     Trgen 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 Trgen.  If not, see <http://www.gnu.org/licenses/>.
+
 #include "trgen.h"
 #include "trgendbg.h"