Changeset 57:3d0021116fb4 in rrlib_xml
- Timestamp:
- 24.10.2013 18:48:23 (9 years ago)
- Branch:
- default
- Children:
- 58:d64b02bc9673, 59:33ec346d0903
- Phase:
- public
- Files:
-
- 1 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
tCleanupHandler.h
r50 r57 5 5 // Copyright (C) Finroc GbR (finroc.org) 6 6 // 7 // This program is free software; you can redistribute it and/or 8 // modify it under the terms of the GNU General Public License9 // as published by the Free Software Foundation; either version 210 // of the License, or(at your option) any later version.7 // This program is free software; you can redistribute it and/or modify 8 // it under the terms of the GNU General Public License as published by 9 // the Free Software Foundation; either version 2 of the License, or 10 // (at your option) any later version. 11 11 // 12 12 // This program is distributed in the hope that it will be useful, … … 15 15 // GNU General Public License for more details. 16 16 // 17 // You should have received a copy of the GNU General Public License 18 // along with this program; if not, write to the Free Software19 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,USA.17 // You should have received a copy of the GNU General Public License along 18 // with this program; if not, write to the Free Software Foundation, Inc., 19 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 20 20 // 21 21 //---------------------------------------------------------------------- -
tDocument.cpp
r52 r57 5 5 // Copyright (C) Finroc GbR (finroc.org) 6 6 // 7 // This program is free software; you can redistribute it and/or 8 // modify it under the terms of the GNU General Public License9 // as published by the Free Software Foundation; either version 210 // of the License, or(at your option) any later version.7 // This program is free software; you can redistribute it and/or modify 8 // it under the terms of the GNU General Public License as published by 9 // the Free Software Foundation; either version 2 of the License, or 10 // (at your option) any later version. 11 11 // 12 12 // This program is distributed in the hope that it will be useful, … … 15 15 // GNU General Public License for more details. 16 16 // 17 // You should have received a copy of the GNU General Public License 18 // along with this program; if not, write to the Free Software19 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,USA.17 // You should have received a copy of the GNU General Public License along 18 // with this program; if not, write to the Free Software Foundation, Inc., 19 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 20 20 // 21 21 //---------------------------------------------------------------------- -
tDocument.h
r50 r57 5 5 // Copyright (C) Finroc GbR (finroc.org) 6 6 // 7 // This program is free software; you can redistribute it and/or 8 // modify it under the terms of the GNU General Public License9 // as published by the Free Software Foundation; either version 210 // of the License, or(at your option) any later version.7 // This program is free software; you can redistribute it and/or modify 8 // it under the terms of the GNU General Public License as published by 9 // the Free Software Foundation; either version 2 of the License, or 10 // (at your option) any later version. 11 11 // 12 12 // This program is distributed in the hope that it will be useful, … … 15 15 // GNU General Public License for more details. 16 16 // 17 // You should have received a copy of the GNU General Public License 18 // along with this program; if not, write to the Free Software19 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,USA.17 // You should have received a copy of the GNU General Public License along 18 // with this program; if not, write to the Free Software Foundation, Inc., 19 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 20 20 // 21 21 //---------------------------------------------------------------------- -
tException.h
r50 r57 5 5 // Copyright (C) Finroc GbR (finroc.org) 6 6 // 7 // This program is free software; you can redistribute it and/or 8 // modify it under the terms of the GNU General Public License9 // as published by the Free Software Foundation; either version 210 // of the License, or(at your option) any later version.7 // This program is free software; you can redistribute it and/or modify 8 // it under the terms of the GNU General Public License as published by 9 // the Free Software Foundation; either version 2 of the License, or 10 // (at your option) any later version. 11 11 // 12 12 // This program is distributed in the hope that it will be useful, … … 15 15 // GNU General Public License for more details. 16 16 // 17 // You should have received a copy of the GNU General Public License 18 // along with this program; if not, write to the Free Software19 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,USA.17 // You should have received a copy of the GNU General Public License along 18 // with this program; if not, write to the Free Software Foundation, Inc., 19 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 20 20 // 21 21 //---------------------------------------------------------------------- -
tNode.cpp
r55 r57 5 5 // Copyright (C) Finroc GbR (finroc.org) 6 6 // 7 // This program is free software; you can redistribute it and/or 8 // modify it under the terms of the GNU General Public License9 // as published by the Free Software Foundation; either version 210 // of the License, or(at your option) any later version.7 // This program is free software; you can redistribute it and/or modify 8 // it under the terms of the GNU General Public License as published by 9 // the Free Software Foundation; either version 2 of the License, or 10 // (at your option) any later version. 11 11 // 12 12 // This program is distributed in the hope that it will be useful, … … 15 15 // GNU General Public License for more details. 16 16 // 17 // You should have received a copy of the GNU General Public License 18 // along with this program; if not, write to the Free Software19 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,USA.17 // You should have received a copy of the GNU General Public License along 18 // with this program; if not, write to the Free Software Foundation, Inc., 19 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 20 20 // 21 21 //---------------------------------------------------------------------- -
tNode.h
r54 r57 5 5 // Copyright (C) Finroc GbR (finroc.org) 6 6 // 7 // This program is free software; you can redistribute it and/or 8 // modify it under the terms of the GNU General Public License9 // as published by the Free Software Foundation; either version 210 // of the License, or(at your option) any later version.7 // This program is free software; you can redistribute it and/or modify 8 // it under the terms of the GNU General Public License as published by 9 // the Free Software Foundation; either version 2 of the License, or 10 // (at your option) any later version. 11 11 // 12 12 // This program is distributed in the hope that it will be useful, … … 15 15 // GNU General Public License for more details. 16 16 // 17 // You should have received a copy of the GNU General Public License 18 // along with this program; if not, write to the Free Software19 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,USA.17 // You should have received a copy of the GNU General Public License along 18 // with this program; if not, write to the Free Software Foundation, Inc., 19 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 20 20 // 21 21 //---------------------------------------------------------------------- -
test/test.cpp
r50 r57 5 5 // Copyright (C) Finroc GbR (finroc.org) 6 6 // 7 // This program is free software; you can redistribute it and/or 8 // modify it under the terms of the GNU General Public License9 // as published by the Free Software Foundation; either version 210 // of the License, or(at your option) any later version.7 // This program is free software; you can redistribute it and/or modify 8 // it under the terms of the GNU General Public License as published by 9 // the Free Software Foundation; either version 2 of the License, or 10 // (at your option) any later version. 11 11 // 12 12 // This program is distributed in the hope that it will be useful, … … 15 15 // GNU General Public License for more details. 16 16 // 17 // You should have received a copy of the GNU General Public License 18 // along with this program; if not, write to the Free Software19 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,USA.17 // You should have received a copy of the GNU General Public License along 18 // with this program; if not, write to the Free Software Foundation, Inc., 19 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 20 20 // 21 21 //----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.