Skip to content

Commit

Permalink
license fix part2
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Dec 30, 2024
1 parent 02d4a9c commit 8cd9813
Show file tree
Hide file tree
Showing 73 changed files with 163 additions and 5,898 deletions.
19 changes: 3 additions & 16 deletions src/baseControl2/cer/cer_motors.cpp
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
/*
* Copyright (C)2015 iCub Facility - Istituto Italiano di Tecnologia
* Author: Marco Randazzo
* email: [email protected]
* website: www.robotcub.org
* Permission is granted to copy, distribute, and/or modify this program
* under the terms of the GNU General Public License, version 2 or any
* later version published by the Free Software Foundation.
*
* A copy of the license can be found at
* http://www.robotcub.org/icub/license/gpl.txt
*
* 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
*/
* SPDX-FileCopyrightText: 2024 Istituto Italiano di Tecnologia (IIT)
* SPDX-License-Identifier: BSD-3-Clause
*/

#include "cer_motors.h"
#include "../filters.h"
Expand Down
19 changes: 3 additions & 16 deletions src/baseControl2/cer/cer_motors.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
/*
* Copyright (C)2015 iCub Facility - Istituto Italiano di Tecnologia
* Author: Marco Randazzo
* email: [email protected]
* website: www.robotcub.org
* Permission is granted to copy, distribute, and/or modify this program
* under the terms of the GNU General Public License, version 2 or any
* later version published by the Free Software Foundation.
*
* A copy of the license can be found at
* http://www.robotcub.org/icub/license/gpl.txt
*
* 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
*/
* SPDX-FileCopyrightText: 2024 Istituto Italiano di Tecnologia (IIT)
* SPDX-License-Identifier: BSD-3-Clause
*/

#ifndef CER_MOTORS_CTRL_H
#define CER_MOTORS_CTRL_H
Expand Down
19 changes: 3 additions & 16 deletions src/baseControl2/ikart/ikart_motors.cpp
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
/*
* Copyright (C)2015 iCub Facility - Istituto Italiano di Tecnologia
* Author: Marco Randazzo
* email: [email protected]
* website: www.robotcub.org
* Permission is granted to copy, distribute, and/or modify this program
* under the terms of the GNU General Public License, version 2 or any
* later version published by the Free Software Foundation.
*
* A copy of the license can be found at
* http://www.robotcub.org/icub/license/gpl.txt
*
* 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
*/
* SPDX-FileCopyrightText: 2024 Istituto Italiano di Tecnologia (IIT)
* SPDX-License-Identifier: BSD-3-Clause
*/

#include "ikart_motors.h"
#include "../filters.h"
Expand Down
19 changes: 3 additions & 16 deletions src/baseControl2/ikart/ikart_motors.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
/*
* Copyright (C)2015 iCub Facility - Istituto Italiano di Tecnologia
* Author: Marco Randazzo
* email: [email protected]
* website: www.robotcub.org
* Permission is granted to copy, distribute, and/or modify this program
* under the terms of the GNU General Public License, version 2 or any
* later version published by the Free Software Foundation.
*
* A copy of the license can be found at
* http://www.robotcub.org/icub/license/gpl.txt
*
* 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
*/
* SPDX-FileCopyrightText: 2024 Istituto Italiano di Tecnologia (IIT)
* SPDX-License-Identifier: BSD-3-Clause
*/

#ifndef IKART_MOTORS_CTRL_H
#define IKART_MOTORS_CTRL_H
Expand Down
5 changes: 5 additions & 0 deletions src/common/areas/areas.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2024 Istituto Italiano di Tecnologia (IIT)
* SPDX-License-Identifier: BSD-3-Clause
*/

#include <opencv2/imgproc.hpp>
#include <opencv2/highgui.hpp>
#include <opencv2/opencv.hpp>
Expand Down
5 changes: 5 additions & 0 deletions src/common/areas/roomsSegmentation2.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2024 Istituto Italiano di Tecnologia (IIT)
* SPDX-License-Identifier: BSD-3-Clause
*/

#include <opencv2/imgproc.hpp>
#include <opencv2/highgui.hpp>
#include <opencv2/opencv.hpp>
Expand Down
19 changes: 3 additions & 16 deletions src/common/include/navigation_defines.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,8 @@
/*
* Copyright (C) 2006-2019 Istituto Italiano di Tecnologia (IIT)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* SPDX-FileCopyrightText: 2024 Istituto Italiano di Tecnologia (IIT)
* SPDX-License-Identifier: BSD-3-Clause
*/

#define BASECONTROL_COMMAND_VELOCIY_CARTESIAN 3
#define BASECONTROL_COMMAND_VELOCIY_POLAR 2
#define BASECONTROL_COMMAND_PERCENT_POLAR 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/*
• Copyright (C) 2019 Istituto Italiano di Tecnologia (IIT)
• All rights reserved.
• This software may be modified and distributed under the terms of the
• GPL-2+ license. See the accompanying LICENSE file for details.
*/
* SPDX-FileCopyrightText: 2024 Istituto Italiano di Tecnologia (IIT)
* SPDX-License-Identifier: BSD-3-Clause
*/

#include "movable_localization_device.h"
#include <yarp/math/Math.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/*
• Copyright (C) 2019 Istituto Italiano di Tecnologia (IIT)
• All rights reserved.
• This software may be modified and distributed under the terms of the
• GPL-2+ license. See the accompanying LICENSE file for details.
*/
* SPDX-FileCopyrightText: 2024 Istituto Italiano di Tecnologia (IIT)
* SPDX-License-Identifier: BSD-3-Clause
*/

#include <yarp/os/Network.h>
#include <yarp/os/RFModule.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/*
• Copyright (C) 2019 Istituto Italiano di Tecnologia (IIT)
• All rights reserved.
• This software may be modified and distributed under the terms of the
• GPL-2+ license. See the accompanying LICENSE file for details.
*/
* SPDX-FileCopyrightText: 2024 Istituto Italiano di Tecnologia (IIT)
* SPDX-License-Identifier: BSD-3-Clause
*/

#define _USE_MATH_DEFINES
#include "localization_device_with_estimated_odometry.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/*
• Copyright (C) 2019 Istituto Italiano di Tecnologia (IIT)
• All rights reserved.
• This software may be modified and distributed under the terms of the
• GPL-2+ license. See the accompanying LICENSE file for details.
*/
* SPDX-FileCopyrightText: 2024 Istituto Italiano di Tecnologia (IIT)
* SPDX-License-Identifier: BSD-3-Clause
*/

#include <yarp/os/Network.h>
#include <yarp/os/RFModule.h>
Expand Down
21 changes: 4 additions & 17 deletions src/common/planner_aStar/aStar.cpp
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
/*
* Copyright (C)2011 Department of Robotics Brain and Cognitive Sciences - Istituto Italiano di Tecnologia
* Author: Marco Randazzo
* email: [email protected]
* website: www.robotcub.org
* Permission is granted to copy, distribute, and/or modify this program
* under the terms of the GNU General Public License, version 2 or any
* later version published by the Free Software Foundation.
*
* A copy of the license can be found at
* http://www.robotcub.org/icub/license/gpl.txt
*
* 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
*/
/*
* SPDX-FileCopyrightText: 2024 Istituto Italiano di Tecnologia (IIT)
* SPDX-License-Identifier: BSD-3-Clause
*/

#include <yarp/os/Os.h>
#include <yarp/os/Log.h>
Expand Down
21 changes: 4 additions & 17 deletions src/common/planner_aStar/aStar.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
/*
* Copyright (C)2011 Department of Robotics Brain and Cognitive Sciences - Istituto Italiano di Tecnologia
* Author: Marco Randazzo
* email: [email protected]
* website: www.robotcub.org
* Permission is granted to copy, distribute, and/or modify this program
* under the terms of the GNU General Public License, version 2 or any
* later version published by the Free Software Foundation.
*
* A copy of the license can be found at
* http://www.robotcub.org/icub/license/gpl.txt
*
* 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
*/
/*
* SPDX-FileCopyrightText: 2024 Istituto Italiano di Tecnologia (IIT)
* SPDX-License-Identifier: BSD-3-Clause
*/

#ifndef A_STAR_H
#define A_STAR_H
Expand Down
13 changes: 4 additions & 9 deletions src/common/planner_aStar/mapUtils.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
/*
* Copyright (C) 2006-2018 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
* Author: Marco Randazzo
* email: [email protected]
* This software may be modified and distributed under the terms of the
* BSD-3-Clause license. See the accompanying LICENSE file for details.
*/
/*
* SPDX-FileCopyrightText: 2024 Istituto Italiano di Tecnologia (IIT)
* SPDX-License-Identifier: BSD-3-Clause
*/

#include <yarp/os/Network.h>
#include <yarp/os/RFModule.h>
Expand Down
21 changes: 4 additions & 17 deletions src/common/planner_aStar/mapUtils.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
/*
* Copyright (C)2011 Department of Robotics Brain and Cognitive Sciences - Istituto Italiano di Tecnologia
* Author: Marco Randazzo
* email: [email protected]
* website: www.robotcub.org
* Permission is granted to copy, distribute, and/or modify this program
* under the terms of the GNU General Public License, version 2 or any
* later version published by the Free Software Foundation.
*
* A copy of the license can be found at
* http://www.robotcub.org/icub/license/gpl.txt
*
* 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
*/
/*
* SPDX-FileCopyrightText: 2024 Istituto Italiano di Tecnologia (IIT)
* SPDX-License-Identifier: BSD-3-Clause
*/

#ifndef MAP_H
#define MAP_H
Expand Down
9 changes: 3 additions & 6 deletions src/common/recovery_behaviors/recovery_behaviors.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/*
• Copyright (C) 2019 Istituto Italiano di Tecnologia (IIT)
• All rights reserved.
• This software may be modified and distributed under the terms of the
• GPL-2+ license. See the accompanying LICENSE file for details.
*/
* SPDX-FileCopyrightText: 2024 Istituto Italiano di Tecnologia (IIT)
* SPDX-License-Identifier: BSD-3-Clause
*/

#define _USE_MATH_DEFINES
#include "recovery_behaviors.h"
Expand Down
9 changes: 3 additions & 6 deletions src/common/recovery_behaviors/recovery_behaviors.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/*
• Copyright (C) 2019 Istituto Italiano di Tecnologia (IIT)
• All rights reserved.
• This software may be modified and distributed under the terms of the
• GPL-2+ license. See the accompanying LICENSE file for details.
*/
* SPDX-FileCopyrightText: 2024 Istituto Italiano di Tecnologia (IIT)
* SPDX-License-Identifier: BSD-3-Clause
*/

#ifndef NAVIGATION_RECOVERY_BEHAVIOR_H
#define NAVIGATION_RECOVERY_BEHAVIOR_H
Expand Down
9 changes: 3 additions & 6 deletions src/common/recovery_behaviors/stuck_detection.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/*
• Copyright (C) 2019 Istituto Italiano di Tecnologia (IIT)
• All rights reserved.
• This software may be modified and distributed under the terms of the
• GPL-2+ license. See the accompanying LICENSE file for details.
*/
* SPDX-FileCopyrightText: 2024 Istituto Italiano di Tecnologia (IIT)
* SPDX-License-Identifier: BSD-3-Clause
*/

#include "stuck_detection.h"

Expand Down
9 changes: 3 additions & 6 deletions src/common/recovery_behaviors/stuck_detection.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/*
• Copyright (C) 2019 Istituto Italiano di Tecnologia (IIT)
• All rights reserved.
• This software may be modified and distributed under the terms of the
• GPL-2+ license. See the accompanying LICENSE file for details.
*/
* SPDX-FileCopyrightText: 2024 Istituto Italiano di Tecnologia (IIT)
* SPDX-License-Identifier: BSD-3-Clause
*/

#include <yarp/os/Time.h>
#include <yarp/os/LogStream.h>
Expand Down
2 changes: 0 additions & 2 deletions src/deprecated/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
# Author: Marco Randazzo [email protected]
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
#


26 changes: 0 additions & 26 deletions src/deprecated/baseControl/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 8cd9813

Please sign in to comment.