Skip to content

Commit

Permalink
License the repo under the BSD-3-Clause license (#192)
Browse files Browse the repository at this point in the history
* License the repo under the BSD-3-Clause license

* Mention change of license in CHANGELOG

---------

Co-authored-by: Lorenzo Rapetti <[email protected]>
  • Loading branch information
traversaro and lrapetti authored Aug 24, 2023
1 parent 5e4a477 commit dc0b817
Show file tree
Hide file tree
Showing 114 changed files with 290 additions and 1,126 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed EMG normalization value in IWearWrapper and IWearLogger (https://github.com/robotology/wearables/pull/186)

### Changed
- The license of the repo changed to [`BSD-3-Clause`](https://spdx.org/licenses/BSD-3-Clause.html) (https://github.com/robotology/wearables/pull/192).

## [1.7.1] - 2023-02-07

### Changed
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
## SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
## SPDX-License-Identifier: BSD-3-Clause


cmake_minimum_required(VERSION 3.16)

Expand Down
532 changes: 28 additions & 504 deletions LICENSE

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions XSensMVN/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
# SPDX-License-Identifier: BSD-3-Clause


set(XSENS_MVN_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/src/XSensMVNCalibrator.cpp
Expand Down
9 changes: 2 additions & 7 deletions XSensMVN/include/XSensCalibrationQualities.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
/*
* Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
* GNU Lesser General Public License v2.1 or any later version.
*/
// SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
// SPDX-License-Identifier: BSD-3-Clause

#ifndef XSENS_CALIBRATION_QUALITIES_H
#define XSENS_CALIBRATION_QUALITIES_H
Expand Down
9 changes: 2 additions & 7 deletions XSensMVN/include/XSensLogger.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
/*
* Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
* GNU Lesser General Public License v2.1 or any later version.
*/
// SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
// SPDX-License-Identifier: BSD-3-Clause

#ifndef XSENS_LOGGER_H
#define XSENS_LOGGER_H
Expand Down
9 changes: 2 additions & 7 deletions XSensMVN/include/XSensMVNCalibrator.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
/*
* Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
* GNU Lesser General Public License v2.1 or any later version.
*/
// SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
// SPDX-License-Identifier: BSD-3-Clause

#ifndef XSENS_MVN_CALIBRATOR_H
#define XSENS_MVN_CALIBRATOR_H
Expand Down
9 changes: 2 additions & 7 deletions XSensMVN/include/XSensMVNDriver.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
/*
* Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
* GNU Lesser General Public License v2.1 or any later version.
*/
// SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
// SPDX-License-Identifier: BSD-3-Clause

#ifndef XSENS_MVN_DRIVER_H
#define XSENS_MVN_DRIVER_H
Expand Down
9 changes: 2 additions & 7 deletions XSensMVN/include/XSensMVNDriverImpl.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
/*
* Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
* GNU Lesser General Public License v2.1 or any later version.
*/
// SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
// SPDX-License-Identifier: BSD-3-Clause

#ifndef XSENS_MVN_DRIVER_IMPL_H
#define XSENS_MVN_DRIVER_IMPL_H
Expand Down
9 changes: 2 additions & 7 deletions XSensMVN/include/XSensMVNDriverImplBCKP.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
/*
* Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
* GNU Lesser General Public License v2.1 or any later version.
*/
// SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
// SPDX-License-Identifier: BSD-3-Clause

#ifndef XSENS_MVN_DRIVER_IMPL_H
#define XSENS_MVN_DRIVER_IMPL_H
Expand Down
9 changes: 2 additions & 7 deletions XSensMVN/include/XSensMVNDriverStates.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
/*
* Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
* GNU Lesser General Public License v2.1 or any later version.
*/
// SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
// SPDX-License-Identifier: BSD-3-Clause

#ifndef XSENS_MVN_DRIVER_STATES_H
#define XSENS_MVN_DRIVER_STATES_H
Expand Down
9 changes: 2 additions & 7 deletions XSensMVN/src/XSensMVNCalibrator.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
/*
* Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
* GNU Lesser General Public License v2.1 or any later version.
*/
// SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
// SPDX-License-Identifier: BSD-3-Clause

#include "XsensMVNCalibrator.h"

Expand Down
9 changes: 2 additions & 7 deletions XSensMVN/src/XSensMVNDriver.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
/*
* Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
* GNU Lesser General Public License v2.1 or any later version.
*/
// SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
// SPDX-License-Identifier: BSD-3-Clause

#include "XSensMVNDriver.h"
#include "XSensMVNDriverImpl.h"
Expand Down
9 changes: 2 additions & 7 deletions XSensMVN/src/XSensMVNDriverImpl.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
/*
* Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
* GNU Lesser General Public License v2.1 or any later version.
*/
// SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
// SPDX-License-Identifier: BSD-3-Clause

#include "XSensMVNDriverImpl.h"

Expand Down
9 changes: 2 additions & 7 deletions XSensMVN/src/XSensMVNDriverImpl_BCKP.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
/*
* Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
* GNU Lesser General Public License v2.1 or any later version.
*/
// SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
// SPDX-License-Identifier: BSD-3-Clause

#include "XSensMVNDriverImpl.h"

Expand Down
6 changes: 3 additions & 3 deletions XSensMVN/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
# SPDX-License-Identifier: BSD-3-Clause


# Build the test unit executables
# ===============================
Expand Down
9 changes: 2 additions & 7 deletions XSensMVN/test/testCalibrator.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
/*
* Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
* GNU Lesser General Public License v2.1 or any later version.
*/
// SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
// SPDX-License-Identifier: BSD-3-Clause

#include "XSensCalibrationQualities.h"
#include "XSensMVNCalibrator.h"
Expand Down
9 changes: 2 additions & 7 deletions XSensMVN/test/testDriver.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
/*
* Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
* GNU Lesser General Public License v2.1 or any later version.
*/
// SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
// SPDX-License-Identifier: BSD-3-Clause

#include "XSensLogger.h"
#include "XSensMVNDriver.h"
Expand Down
3 changes: 3 additions & 0 deletions app/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
# SPDX-License-Identifier: BSD-3-Clause

# HDE xml files installation

set (WEARABLES_XML_FILES xml/FTShoeLeftWearableDevice.xml
Expand Down
5 changes: 2 additions & 3 deletions bindings/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (C) 2020 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# BSD-3-Clause license.
# SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
# SPDX-License-Identifier: BSD-3-Clause

if(WEARABLES_COMPILE_PYTHON_BINDINGS)

Expand Down
5 changes: 2 additions & 3 deletions bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (C) 2022 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# BSD-3-Clause license.
# SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
# SPDX-License-Identifier: BSD-3-Clause

add_subdirectory(msgs)

Expand Down
5 changes: 2 additions & 3 deletions bindings/python/msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (C) 2022 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# BSD-3-Clause license.
# SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
# SPDX-License-Identifier: BSD-3-Clause


set(H_PREFIX include/Wearable/bindings/msgs)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
/**
* @file BufferedPort.h
* @authors Giulio Romualdi
* @copyright 2022 Istituto Italiano di Tecnologia (IIT). This software may be modified and
* distributed under the terms of the BSD-3-Clause license.
*/
// SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
// SPDX-License-Identifier: BSD-3-Clause

#ifndef WEARABLES_BINDINGS_MSGS_BUFFERED_PORT_H
#define WEARABLES_BINDINGS_MSGS_BUFFERED_PORT_H
Expand Down
8 changes: 2 additions & 6 deletions bindings/python/msgs/include/Wearable/bindings/msgs/Module.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
/**
* @file Module.h
* @authors Giulio Romualdi
* @copyright 2022 Istituto Italiano di Tecnologia (IIT). This software may be modified and
* distributed under the terms of the BSD-3-Clause license.
*/
// SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
// SPDX-License-Identifier: BSD-3-Clause

#ifndef WEARABLES_BINDINGS_MSGS_MODULE_H
#define WEARABLES_BINDINGS_MSGS_MODULE_H
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
/**
* @file VectorsCollection.h
* @authors Giulio Romualdi
* @copyright 2022 Istituto Italiano di Tecnologia (IIT). This software may be modified and
* distributed under the terms of the BSD-3-Clause license.
*/
// SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
// SPDX-License-Identifier: BSD-3-Clause

#ifndef WEARABLES_BINDINGS_MSGS_WEARABLE_DATA_H
#define WEARABLES_BINDINGS_MSGS_WEARABLE_DATA_H
Expand Down
8 changes: 2 additions & 6 deletions bindings/python/msgs/src/Module.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
/**
* @file Module.cpp
* @authors Giulio Romualdi
* @copyright 2022 Istituto Italiano di Tecnologia (IIT). This software may be modified and
* distributed under the terms of the BSD-3-Clause license.
*/
// SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
// SPDX-License-Identifier: BSD-3-Clause

#include <pybind11/pybind11.h>

Expand Down
9 changes: 3 additions & 6 deletions bindings/python/msgs/src/WearableData.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/**
* @file WearableData.cpp
* @authors Giulio Romualdi
* @copyright 2022 Istituto Italiano di Tecnologia (IIT). This software may be modified and
* distributed under the terms of the BSD-3-Clause license.
*/
// SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
// SPDX-License-Identifier: BSD-3-Clause


#include "thrift/Accelerometer.h"
#include "thrift/EmgData.h"
Expand Down
9 changes: 3 additions & 6 deletions bindings/python/wearables.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/**
* @file wearables.cpp
* @authors Giulio Romualdi
* @copyright 2022 Istituto Italiano di Tecnologia (IIT). This software may be modified and
* distributed under the terms of the BSD-3-Clause license.
*/
// SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
// SPDX-License-Identifier: BSD-3-Clause


#include <pybind11/pybind11.h>

Expand Down
4 changes: 2 additions & 2 deletions cmake/AddInstallRPATHSupport.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
# SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
# SPDX-License-Identifier: BSD-3-Clause

#[=======================================================================[.rst:
AddInstallRPATHSupport
Expand Down
5 changes: 2 additions & 3 deletions cmake/AddWearablesPythonModule.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (C) 2021 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# BSD-3-Clause license.
# SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
# SPDX-License-Identifier: BSD-3-Clause

function(add_wearables_python_module)

Expand Down
4 changes: 2 additions & 2 deletions cmake/FindSenseGlove.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2021 Istituto Italiano di Tecnologia (IIT)
# @author Kourosh Darvish <[email protected]>
# SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
# SPDX-License-Identifier: BSD-3-Clause

# Finds the Sense Glove SDK
#
Expand Down
6 changes: 3 additions & 3 deletions cmake/FindXsensXME.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
# SPDX-License-Identifier: BSD-3-Clause


#.rst:
# FindXsensXME
Expand Down
16 changes: 3 additions & 13 deletions cmake/InstallBasicPackageFiles.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
# SPDX-License-Identifier: BSD-3-Clause
#
#.rst:
# InstallBasicPackageFiles
# ------------------------
Expand Down Expand Up @@ -209,19 +212,6 @@
# If the ``COMPONENT`` argument is passed, it is forwarded to the
# :command:`install` commands, otherwise <Name> is used.

#=============================================================================
# Copyright 2013 Istituto Italiano di Tecnologia (IIT)
# Authors: Daniele E. Domenichelli <[email protected]>
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================
# (To distribute this file outside of CMake, substitute the full
# License text for the above reference.)


if(COMMAND install_basic_package_files)
Expand Down
6 changes: 3 additions & 3 deletions devices/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
# SPDX-License-Identifier: BSD-3-Clause


find_package(iDynTree)

Expand Down
6 changes: 3 additions & 3 deletions devices/FTShoes/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT). All rights reserved.
# This software may be modified and distributed under the terms of the
# GNU Lesser General Public License v2.1 or any later version.
# SPDX-FileCopyrightText: Fondazione Istituto Italiano di Tecnologia (IIT)
# SPDX-License-Identifier: BSD-3-Clause


add_library(FTShoes SHARED
src/FTShoes.cpp
Expand Down
Loading

0 comments on commit dc0b817

Please sign in to comment.