Added copyright

git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@55 620bd6b2-0a58-f614-fd9a-1bd335dccda9
This commit is contained in:
matlabbe 2011-12-02 18:34:08 +00:00
parent 7029f14643
commit 9a85de5760
19 changed files with 39 additions and 67 deletions

View File

@ -1,8 +1,5 @@
/*
* main.cpp
*
* Created on: 2011-11-15
* Author: matlab
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
*/
#include <stdio.h>

View File

@ -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 <http://www.gnu.org/licenses/>.
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
*/
#include "AboutDialog.h"

View File

@ -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 <http://www.gnu.org/licenses/>.
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
*/
#ifndef ABOUTDIALOG_H_

View File

@ -1,3 +1,6 @@
/*
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
*/
#include "AddObjectDialog.h"
#include "ui_addObjectDialog.h"

View File

@ -1,3 +1,7 @@
/*
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
*/
#ifndef ADDOBJECTDIALOG_H_
#define ADDOBJECTDIALOG_H_

View File

@ -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"

View File

@ -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_

View File

@ -1,4 +1,6 @@
/*
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
*/
#include "KeypointItem.h"

View File

@ -1,3 +1,6 @@
/*
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
*/
#ifndef KEYPOINTITEM_H_
#define KEYPOINTITEM_H_

View File

@ -1,3 +1,6 @@
/*
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
*/
#include "MainWindow.h"
#include "AddObjectDialog.h"

View File

@ -1,4 +1,6 @@
/*
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
*/
#ifndef MAINWINDOW_H_
#define MAINWINDOW_H_

View File

@ -1,3 +1,6 @@
/*
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
*/
#include "ObjWidget.h"
#include "KeypointItem.h"

View File

@ -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_

View File

@ -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"

View File

@ -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_

View File

@ -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 <QtCore/QSettings>

View File

@ -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_

View File

@ -1,3 +1,6 @@
/*
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
*/
#include "qtipl.h"
#include <opencv2/core/core_c.h>

View File

@ -1,3 +1,7 @@
/*
* Copyright (C) 2011, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
*/
#ifndef QTIPL_H
#define QTIPL_H