From 9a85de5760481594cad7a4e7828b83ab718141e7 Mon Sep 17 00:00:00 2001 From: matlabbe Date: Fri, 2 Dec 2011 18:34:08 +0000 Subject: [PATCH] Added copyright git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@55 620bd6b2-0a58-f614-fd9a-1bd335dccda9 --- example/main.cpp | 5 +---- src/AboutDialog.cpp | 17 +---------------- src/AboutDialog.h | 17 +---------------- src/AddObjectDialog.cpp | 3 +++ src/AddObjectDialog.h | 4 ++++ src/Camera.cpp | 5 +---- src/Camera.h | 5 +---- src/KeypointItem.cpp | 4 +++- src/KeypointItem.h | 3 +++ src/MainWindow.cpp | 3 +++ src/MainWindow.h | 4 +++- src/ObjWidget.cpp | 3 +++ src/ObjWidget.h | 5 +---- src/ParametersToolBox.cpp | 5 +---- src/ParametersToolBox.h | 5 +---- src/Settings.cpp | 6 +----- src/Settings.h | 5 +---- src/qtipl.cpp | 3 +++ src/qtipl.h | 4 ++++ 19 files changed, 39 insertions(+), 67 deletions(-) diff --git a/example/main.cpp b/example/main.cpp index b5ab7dff..1112dbc6 100644 --- a/example/main.cpp +++ b/example/main.cpp @@ -1,8 +1,5 @@ /* - * main.cpp - * - * Created on: 2011-11-15 - * Author: matlab + * Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke */ #include diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index e32ec7f3..24628382 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -1,20 +1,5 @@ /* - * Copyright (C) 2010-2011, Mathieu Labbe and IntRoLab - Universite de Sherbrooke - * - * This file is part of RTAB-Map. - * - * RTAB-Map 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. - * - * RTAB-Map 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 RTAB-Map. If not, see . + * Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke */ #include "AboutDialog.h" diff --git a/src/AboutDialog.h b/src/AboutDialog.h index 6ad29e5e..a69f04f0 100644 --- a/src/AboutDialog.h +++ b/src/AboutDialog.h @@ -1,20 +1,5 @@ /* - * Copyright (C) 2010-2011, Mathieu Labbe and IntRoLab - Universite de Sherbrooke - * - * This file is part of RTAB-Map. - * - * RTAB-Map 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. - * - * RTAB-Map 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 RTAB-Map. If not, see . + * Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke */ #ifndef ABOUTDIALOG_H_ diff --git a/src/AddObjectDialog.cpp b/src/AddObjectDialog.cpp index 995fefe6..5e303ede 100644 --- a/src/AddObjectDialog.cpp +++ b/src/AddObjectDialog.cpp @@ -1,3 +1,6 @@ +/* + * Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke + */ #include "AddObjectDialog.h" #include "ui_addObjectDialog.h" diff --git a/src/AddObjectDialog.h b/src/AddObjectDialog.h index 44590cdd..c8ad0b55 100644 --- a/src/AddObjectDialog.h +++ b/src/AddObjectDialog.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke + */ + #ifndef ADDOBJECTDIALOG_H_ #define ADDOBJECTDIALOG_H_ diff --git a/src/Camera.cpp b/src/Camera.cpp index a2b13a98..24b62f92 100644 --- a/src/Camera.cpp +++ b/src/Camera.cpp @@ -1,8 +1,5 @@ /* - * Camera.cpp - * - * Created on: 2011-10-21 - * Author: matlab + * Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke */ #include "Camera.h" diff --git a/src/Camera.h b/src/Camera.h index 827132d4..ecb8edb3 100644 --- a/src/Camera.h +++ b/src/Camera.h @@ -1,8 +1,5 @@ /* - * Camera.h - * - * Created on: 2011-10-21 - * Author: matlab + * Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke */ #ifndef CAMERA_H_ diff --git a/src/KeypointItem.cpp b/src/KeypointItem.cpp index bdc9443c..a3d6cc8f 100644 --- a/src/KeypointItem.cpp +++ b/src/KeypointItem.cpp @@ -1,4 +1,6 @@ - +/* + * Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke + */ #include "KeypointItem.h" diff --git a/src/KeypointItem.h b/src/KeypointItem.h index b3aae07d..6286f958 100644 --- a/src/KeypointItem.h +++ b/src/KeypointItem.h @@ -1,3 +1,6 @@ +/* + * Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke + */ #ifndef KEYPOINTITEM_H_ #define KEYPOINTITEM_H_ diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index a6970fab..c67b6560 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -1,3 +1,6 @@ +/* + * Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke + */ #include "MainWindow.h" #include "AddObjectDialog.h" diff --git a/src/MainWindow.h b/src/MainWindow.h index 4b1f3d03..1ff17f29 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -1,4 +1,6 @@ - +/* + * Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke + */ #ifndef MAINWINDOW_H_ #define MAINWINDOW_H_ diff --git a/src/ObjWidget.cpp b/src/ObjWidget.cpp index 5e3247fe..df737740 100644 --- a/src/ObjWidget.cpp +++ b/src/ObjWidget.cpp @@ -1,3 +1,6 @@ +/* + * Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke + */ #include "ObjWidget.h" #include "KeypointItem.h" diff --git a/src/ObjWidget.h b/src/ObjWidget.h index 537e2383..4f7ba46e 100644 --- a/src/ObjWidget.h +++ b/src/ObjWidget.h @@ -1,8 +1,5 @@ /* - * ObjWidget.h - * - * Created on: 2011-10-21 - * Author: matlab + * Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke */ #ifndef OBJWIDGET_H_ diff --git a/src/ParametersToolBox.cpp b/src/ParametersToolBox.cpp index 171cd3da..eb697af7 100644 --- a/src/ParametersToolBox.cpp +++ b/src/ParametersToolBox.cpp @@ -1,8 +1,5 @@ /* - * ParametersToolbox.cpp - * - * Created on: 2011-10-22 - * Author: matlab + * Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke */ #include "ParametersToolBox.h" diff --git a/src/ParametersToolBox.h b/src/ParametersToolBox.h index 22012f2a..7ada01b7 100644 --- a/src/ParametersToolBox.h +++ b/src/ParametersToolBox.h @@ -1,8 +1,5 @@ /* - * ParametersToolbox.h - * - * Created on: 2011-10-22 - * Author: matlab + * Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke */ #ifndef PARAMETERSTOOLBOX_H_ diff --git a/src/Settings.cpp b/src/Settings.cpp index 6a7ae957..67eee329 100644 --- a/src/Settings.cpp +++ b/src/Settings.cpp @@ -1,11 +1,7 @@ /* - * Settings.cpp - * - * Created on: 2011-10-22 - * Author: matlab + * Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke */ - #include "Settings.h" #include "Camera.h" #include diff --git a/src/Settings.h b/src/Settings.h index 74560744..f0715608 100644 --- a/src/Settings.h +++ b/src/Settings.h @@ -1,8 +1,5 @@ /* - * Settings.h - * - * Created on: 2011-10-22 - * Author: matlab + * Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke */ #ifndef SETTINGS_H_ diff --git a/src/qtipl.cpp b/src/qtipl.cpp index 5c7de42f..aa3749aa 100644 --- a/src/qtipl.cpp +++ b/src/qtipl.cpp @@ -1,3 +1,6 @@ +/* + * Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke + */ #include "qtipl.h" #include diff --git a/src/qtipl.h b/src/qtipl.h index e8631b22..0cd28f10 100644 --- a/src/qtipl.h +++ b/src/qtipl.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke + */ + #ifndef QTIPL_H #define QTIPL_H