diff --git a/CMakeLists.txt b/CMakeLists.txt index 6eff8917f2b..e287c9503d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009, 2010 RobotCub Consortium # Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT cmake_minimum_required(VERSION 2.6) diff --git a/conf/CMakeLists.txt b/conf/CMakeLists.txt index fd56c2c7b89..7866bcd926b 100644 --- a/conf/CMakeLists.txt +++ b/conf/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009, 2010 RobotCub Consortium # Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT # Cannot APPEND here due to CMake 2.6.0 bug #set_property(GLOBAL APPEND PROPERTY YARP_TREE_INCLUDE_DIRS diff --git a/conf/FindACE.cmake b/conf/FindACE.cmake index 7e3cc99f82f..6983bfcd6d2 100644 --- a/conf/FindACE.cmake +++ b/conf/FindACE.cmake @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Alexandre Bernardino, Paul Fitzpatrick, Lorenzo Natale -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT # Variables set: # ACE_FOUND diff --git a/conf/FindGthread.cmake b/conf/FindGthread.cmake index c1b1d4e3297..9dceed45ba2 100644 --- a/conf/FindGthread.cmake +++ b/conf/FindGthread.cmake @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Alessandro Scalzo, Lorenzo Natale, Paul Fitzpatrick, Gianluca Massera -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT # Tried to make variables uniform with cmake "standards" # Now set Gthread_* variables (respect capitalization rule). diff --git a/conf/FindGtkPlus.cmake b/conf/FindGtkPlus.cmake index ba9c359857a..396ffa8b7f5 100644 --- a/conf/FindGtkPlus.cmake +++ b/conf/FindGtkPlus.cmake @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Alessandro Scalzo, Lorenzo Natale, Paul Fitzpatrick, Gianluca Massera -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT # Tried to make variables uniform with cmake "standards" # Now set GtkPlus_* variables (respect capitalization rule). diff --git a/conf/YarpDescribe.cmake b/conf/YarpDescribe.cmake index 1ffa4c0a8df..19a8194c5b3 100644 --- a/conf/YarpDescribe.cmake +++ b/conf/YarpDescribe.cmake @@ -1,6 +1,6 @@ # Copyright: (C) 2010 RobotCub Consortium # Authors: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT # Let's see what we built, and record it to facilitate in-tree # ("uninstalled") use of YARP. diff --git a/conf/YarpOptions.cmake b/conf/YarpOptions.cmake index 1a673f081cc..1563a86f39a 100644 --- a/conf/YarpOptions.cmake +++ b/conf/YarpOptions.cmake @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT ######################################################################### diff --git a/conf/YarpPackage.cmake b/conf/YarpPackage.cmake index 4fb550df865..bba00b9430b 100644 --- a/conf/YarpPackage.cmake +++ b/conf/YarpPackage.cmake @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT # # Packing stuff diff --git a/conf/YarpPlugin.cmake b/conf/YarpPlugin.cmake index 20fe5905b1a..0d27542db2b 100644 --- a/conf/YarpPlugin.cmake +++ b/conf/YarpPlugin.cmake @@ -1,6 +1,6 @@ # Copyright: (C) 2009, 2010 RobotCub Consortium # Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT ######################################################################### ## diff --git a/conf/YarpSystemCheck.cmake b/conf/YarpSystemCheck.cmake index 5e075a2e3fa..207caa7899e 100755 --- a/conf/YarpSystemCheck.cmake +++ b/conf/YarpSystemCheck.cmake @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale, Alessandro Scalzo -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT ######################################################################### # Check whether system is big- or little- endian diff --git a/conf/YarpVersion.cmake b/conf/YarpVersion.cmake index f7ca3629869..1ee7b35abd0 100644 --- a/conf/YarpVersion.cmake +++ b/conf/YarpVersion.cmake @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT # This file is the official location of the current YARP version number. diff --git a/conf/template/DEVICEConfig.cmake.in b/conf/template/DEVICEConfig.cmake.in index 70d11daac61..bc7257e96f3 100644 --- a/conf/template/DEVICEConfig.cmake.in +++ b/conf/template/DEVICEConfig.cmake.in @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT # Welcome to the configuration file for "@YARPY_DEV_LIB_NAME@". # diff --git a/conf/template/YARPConfig.cmake.in b/conf/template/YARPConfig.cmake.in index 4d23247e189..65253e29e74 100644 --- a/conf/template/YARPConfig.cmake.in +++ b/conf/template/YARPConfig.cmake.in @@ -1,6 +1,6 @@ # Copyright: (C) 2009, 2010 RobotCub Consortium # Authors: Paul Fitzpatrick, Giorgio Metta -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT IF (NOT YARP_FOUND) diff --git a/conf/template/yarp_config_options.h.in b/conf/template/yarp_config_options.h.in index 504981ba361..4fdfc4c6e26 100644 --- a/conf/template/yarp_config_options.h.in +++ b/conf/template/yarp_config_options.h.in @@ -3,7 +3,7 @@ /* * Copyright: (C) 2009 RobotCub Consortium * Author: Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #ifndef YARP_CONFIG_OPTIONS_H diff --git a/conf/template/yarp_config_system.h.in b/conf/template/yarp_config_system.h.in index 0d5bf137fde..ae23d179847 100644 --- a/conf/template/yarp_config_system.h.in +++ b/conf/template/yarp_config_system.h.in @@ -3,7 +3,7 @@ /* * Copyright: (C) 2009 RobotCub Consortium * Author: Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #ifndef YARP_CONFIG_SYSTEM_H diff --git a/conf/template/yarp_config_version.h.in b/conf/template/yarp_config_version.h.in index ad98041647e..6a93e449baa 100644 --- a/conf/template/yarp_config_version.h.in +++ b/conf/template/yarp_config_version.h.in @@ -3,7 +3,7 @@ /* * Copyright: (C) 2009 RobotCub Consortium * Author: Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #ifndef YARP_CONFIG_VERSION_H diff --git a/conf/template/yarp_plugin_carrier.cpp.in b/conf/template/yarp_plugin_carrier.cpp.in index c466f9a9cff..aff7157d447 100644 --- a/conf/template/yarp_plugin_carrier.cpp.in +++ b/conf/template/yarp_plugin_carrier.cpp.in @@ -3,7 +3,7 @@ /* * Copyright: (C) 2009 RobotCub Consortium * Author: Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #define ENABLE_@YARPDEV_NAME@ (@ENABLE_YARPDEV_NAME@) diff --git a/conf/template/yarp_plugin_device.cpp.in b/conf/template/yarp_plugin_device.cpp.in index acf3e3f730b..c9b0bb7111f 100644 --- a/conf/template/yarp_plugin_device.cpp.in +++ b/conf/template/yarp_plugin_device.cpp.in @@ -3,7 +3,7 @@ /* * Copyright: (C) 2009 RobotCub Consortium * Author: Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #define ENABLE_@YARPDEV_NAME@ (@ENABLE_YARPDEV_NAME@) diff --git a/conf/template/yarpdev_import.h.in b/conf/template/yarpdev_import.h.in index b6ebe4b7773..6adf05ca98c 100644 --- a/conf/template/yarpdev_import.h.in +++ b/conf/template/yarpdev_import.h.in @@ -3,7 +3,7 @@ /* * Copyright: (C) 2009 RobotCub Consortium * Author: Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #ifndef YARPDEV_IMPORTS diff --git a/conf/template/yarpdev_lib.cpp.in b/conf/template/yarpdev_lib.cpp.in index 880d376993a..c643790fc6c 100644 --- a/conf/template/yarpdev_lib.cpp.in +++ b/conf/template/yarpdev_lib.cpp.in @@ -3,7 +3,7 @@ /* * Copyright: (C) 2009 RobotCub Consortium * Author: Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ @YARP_CODE_PRE@ diff --git a/conf/template/yarpdev_lib.h.in b/conf/template/yarpdev_lib.h.in index a410d269ab1..553f39e19b9 100644 --- a/conf/template/yarpdev_lib.h.in +++ b/conf/template/yarpdev_lib.h.in @@ -3,7 +3,7 @@ /* * Copyright: (C) 2009 RobotCub Consortium * Author: Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #ifndef YARPDEV_INCLUDE_@YARP_LIB_NAME@ diff --git a/example/ace_check/CMakeLists.txt b/example/ace_check/CMakeLists.txt index 5b6a2b190d8..a8b0377b8c7 100644 --- a/example/ace_check/CMakeLists.txt +++ b/example/ace_check/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/ace_check/timers/CMakeLists.txt b/example/ace_check/timers/CMakeLists.txt index 3c97a8cc38f..8b6eed7c048 100644 --- a/example/ace_check/timers/CMakeLists.txt +++ b/example/ace_check/timers/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT # This is a small project to check if ace is working PROJECT(timers) diff --git a/example/attachable/CMakeLists.txt b/example/attachable/CMakeLists.txt index ac777b606e2..611c68151f6 100644 --- a/example/attachable/CMakeLists.txt +++ b/example/attachable/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Lorenzo Natale -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/bottle/CMakeLists.txt b/example/bottle/CMakeLists.txt index c268b025d87..3a89f43b8f3 100644 --- a/example/bottle/CMakeLists.txt +++ b/example/bottle/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/carrier/CMakeLists.txt b/example/carrier/CMakeLists.txt index 53308c01e1b..225af095554 100644 --- a/example/carrier/CMakeLists.txt +++ b/example/carrier/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/cuda/cuda_gpu.cpp b/example/cuda/cuda_gpu.cpp index 7d5c6b65aac..24d617f898b 100644 --- a/example/cuda/cuda_gpu.cpp +++ b/example/cuda/cuda_gpu.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Giacomo Spigler - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #include diff --git a/example/dev/CMakeLists.txt b/example/dev/CMakeLists.txt index b7dfd2befdc..b2d5a464e05 100644 --- a/example/dev/CMakeLists.txt +++ b/example/dev/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Paul Fitzpatrick, Giacomo Spigler -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT cmake_minimum_required(VERSION 2.6) diff --git a/example/dev/fake_motor.cpp b/example/dev/fake_motor.cpp index f4f10a14b6e..d81b9631122 100644 --- a/example/dev/fake_motor.cpp +++ b/example/dev/fake_motor.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/example/dev_check/CMakeLists.txt b/example/dev_check/CMakeLists.txt index b7755aa4089..4e2da2017b8 100644 --- a/example/dev_check/CMakeLists.txt +++ b/example/dev_check/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/externalmodules/CMakeLists.txt b/example/externalmodules/CMakeLists.txt index 859dd7a1aa0..6695a9c7f03 100644 --- a/example/externalmodules/CMakeLists.txt +++ b/example/externalmodules/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/externalmodules/baz/CMakeLists.txt b/example/externalmodules/baz/CMakeLists.txt index 9da1ce45bb6..7c5f8dcab95 100644 --- a/example/externalmodules/baz/CMakeLists.txt +++ b/example/externalmodules/baz/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/externalmodules/baz/bazBot/CMakeLists.txt b/example/externalmodules/baz/bazBot/CMakeLists.txt index 8b975d1df44..a6619cc6194 100644 --- a/example/externalmodules/baz/bazBot/CMakeLists.txt +++ b/example/externalmodules/baz/bazBot/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/externalmodules/baz/bazBot/bazbot.h b/example/externalmodules/baz/bazBot/bazbot.h index 2ed8a5e173f..7549e2e117c 100644 --- a/example/externalmodules/baz/bazBot/bazbot.h +++ b/example/externalmodules/baz/bazBot/bazbot.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Lorenzo Natale - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/example/externalmodules/baz/bazDevice/CMakeLists.txt b/example/externalmodules/baz/bazDevice/CMakeLists.txt index e58da845045..d87b8c380ef 100644 --- a/example/externalmodules/baz/bazDevice/CMakeLists.txt +++ b/example/externalmodules/baz/bazDevice/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/externalmodules/baz/bazDevice/bazdevice.h b/example/externalmodules/baz/bazDevice/bazdevice.h index c79ada5e92c..b902dd2ac97 100644 --- a/example/externalmodules/baz/bazDevice/bazdevice.h +++ b/example/externalmodules/baz/bazDevice/bazdevice.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Lorenzo Natale - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/example/externalmodules/foo/CMakeLists.txt b/example/externalmodules/foo/CMakeLists.txt index 2107ae713b6..110adb7a199 100644 --- a/example/externalmodules/foo/CMakeLists.txt +++ b/example/externalmodules/foo/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/externalmodules/foo/fooBot/CMakeLists.txt b/example/externalmodules/foo/fooBot/CMakeLists.txt index 374532328e8..b40be9b7151 100644 --- a/example/externalmodules/foo/fooBot/CMakeLists.txt +++ b/example/externalmodules/foo/fooBot/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/externalmodules/foo/fooBot/foobot.h b/example/externalmodules/foo/fooBot/foobot.h index 466739f088d..a455c9a55be 100644 --- a/example/externalmodules/foo/fooBot/foobot.h +++ b/example/externalmodules/foo/fooBot/foobot.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Lorenzo Natale - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/example/externalmodules/foo/fooDevice/CMakeLists.txt b/example/externalmodules/foo/fooDevice/CMakeLists.txt index 29271779920..f48563c2b70 100644 --- a/example/externalmodules/foo/fooDevice/CMakeLists.txt +++ b/example/externalmodules/foo/fooDevice/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/externalmodules/foo/fooDevice/foodevice.h b/example/externalmodules/foo/fooDevice/foodevice.h index 66e0f0aaf21..371595e6c99 100644 --- a/example/externalmodules/foo/fooDevice/foodevice.h +++ b/example/externalmodules/foo/fooDevice/foodevice.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Lorenzo Natale - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/example/framerate/CMakeLists.txt b/example/framerate/CMakeLists.txt index 74ceaa4a235..ee923caa6d5 100644 --- a/example/framerate/CMakeLists.txt +++ b/example/framerate/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT # Make sure that YARP_DIR is set in your environment to wherever you # compiled YARP. diff --git a/example/game/game_client/CMakeLists.txt b/example/game/game_client/CMakeLists.txt index 1f92302c976..4e01dcd0a08 100644 --- a/example/game/game_client/CMakeLists.txt +++ b/example/game/game_client/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/game/game_clientmt/CMakeLists.txt b/example/game/game_clientmt/CMakeLists.txt index a95665ca075..3ec94a361e9 100644 --- a/example/game/game_clientmt/CMakeLists.txt +++ b/example/game/game_clientmt/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT PROJECT(clientmt) diff --git a/example/game/game_server/CMakeLists.txt b/example/game/game_server/CMakeLists.txt index 2b44a0a8b7a..25f9915edd4 100644 --- a/example/game/game_server/CMakeLists.txt +++ b/example/game/game_server/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/game/maze_maker/CMakeLists.txt b/example/game/maze_maker/CMakeLists.txt index a8a17ff1e61..a6cdcd132a2 100644 --- a/example/game/maze_maker/CMakeLists.txt +++ b/example/game/maze_maker/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/game/minimal_client/CMakeLists.txt b/example/game/minimal_client/CMakeLists.txt index 3790c5a341e..6ad695386a8 100644 --- a/example/game/minimal_client/CMakeLists.txt +++ b/example/game/minimal_client/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/gtk/CMakeLists.txt b/example/gtk/CMakeLists.txt index c3d75905849..16bc8eb9015 100644 --- a/example/gtk/CMakeLists.txt +++ b/example/gtk/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/gtkmm/CMakeLists.txt b/example/gtkmm/CMakeLists.txt index 598c4a289c5..94e0487c4c5 100644 --- a/example/gtkmm/CMakeLists.txt +++ b/example/gtkmm/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Giorgio Metta -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT PROJECT(gtkmmdemo) diff --git a/example/hello/CMakeLists.txt b/example/hello/CMakeLists.txt index c5fb455acd2..116df22f909 100644 --- a/example/hello/CMakeLists.txt +++ b/example/hello/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT # Make sure that YARP_DIR is set in your environment to wherever you # compiled YARP. diff --git a/example/imagemagick/CMakeLists.txt b/example/imagemagick/CMakeLists.txt index 677188b7b79..4cad294d645 100644 --- a/example/imagemagick/CMakeLists.txt +++ b/example/imagemagick/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT PROJECT(hello) diff --git a/example/math/CMakeLists.txt b/example/math/CMakeLists.txt index 7ccc826a500..dc763e4ca93 100644 --- a/example/math/CMakeLists.txt +++ b/example/math/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT cmake_minimum_required(VERSION 2.6) diff --git a/example/matrix/CMakeLists.txt b/example/matrix/CMakeLists.txt index e9d05cb7625..6f5c7a3ecb9 100755 --- a/example/matrix/CMakeLists.txt +++ b/example/matrix/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Lorenzo Natale -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT # Make sure that YARP_DIR is set in your environment to wherever you # compiled YARP. diff --git a/example/motorcontrol/CMakeLists.txt b/example/motorcontrol/CMakeLists.txt index 824be92d72b..add715786d4 100755 --- a/example/motorcontrol/CMakeLists.txt +++ b/example/motorcontrol/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Lorenzo Natale, Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/nvidia/nvidia_gpu.cpp b/example/nvidia/nvidia_gpu.cpp index 96155ee27a9..20008480258 100644 --- a/example/nvidia/nvidia_gpu.cpp +++ b/example/nvidia/nvidia_gpu.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Giacomo Spigler - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #include diff --git a/example/opencv/CMakeLists.txt b/example/opencv/CMakeLists.txt index fafeeb41f64..f58363d066e 100644 --- a/example/opencv/CMakeLists.txt +++ b/example/opencv/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/os/CMakeLists.txt b/example/os/CMakeLists.txt index b4fa7f76dab..ee37f151ffe 100644 --- a/example/os/CMakeLists.txt +++ b/example/os/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale, Giacomo Spigler -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT cmake_minimum_required(VERSION 2.6) diff --git a/example/port_power/CMakeLists.txt b/example/port_power/CMakeLists.txt index bf58b14b8c3..8b6cd9e33c3 100644 --- a/example/port_power/CMakeLists.txt +++ b/example/port_power/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT # Make sure that YARP_DIR is set in your environment to wherever you # compiled YARP. diff --git a/example/portaudio/CMakeLists.txt b/example/portaudio/CMakeLists.txt index 57e412fbb9d..3609ea1cd14 100755 --- a/example/portaudio/CMakeLists.txt +++ b/example/portaudio/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Paul Fitzpatrick, Francesco Nori -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/profiling/CMakeLists.txt b/example/profiling/CMakeLists.txt index 986eaeef4ea..c8805b4775f 100644 --- a/example/profiling/CMakeLists.txt +++ b/example/profiling/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Lorenzo Natale, Paul Fitzpatrick, Giorgio Metta -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT cmake_minimum_required(VERSION 2.6) diff --git a/example/property/CMakeLists.txt b/example/property/CMakeLists.txt index ce83624a407..a85e7342f60 100644 --- a/example/property/CMakeLists.txt +++ b/example/property/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT # Make sure that YARP_DIR is set in your environment to wherever you # compiled YARP. diff --git a/example/rand/CMakeLists.txt b/example/rand/CMakeLists.txt index b87e8d08471..5b79bb3dcbb 100755 --- a/example/rand/CMakeLists.txt +++ b/example/rand/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Lorenzo Natale -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/remote_check/CMakeLists.txt b/example/remote_check/CMakeLists.txt index c82e7599348..4e34797b410 100644 --- a/example/remote_check/CMakeLists.txt +++ b/example/remote_check/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT # Make sure that YARP_DIR is set in your environment to wherever you # compiled YARP. diff --git a/example/soundgrabber/CMakeLists.txt b/example/soundgrabber/CMakeLists.txt index d3d934c59b3..e40261536f7 100644 --- a/example/soundgrabber/CMakeLists.txt +++ b/example/soundgrabber/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Alexandre Bernardino -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/stressTests/CMakeLists.txt b/example/stressTests/CMakeLists.txt index 5f27d70756f..d7d13a1704f 100644 --- a/example/stressTests/CMakeLists.txt +++ b/example/stressTests/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Lorenzo Natale -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT cmake_minimum_required(VERSION 2.6) diff --git a/example/swig/CMakeLists.txt b/example/swig/CMakeLists.txt index d36a9525852..d02df42ebfa 100644 --- a/example/swig/CMakeLists.txt +++ b/example/swig/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Paul Fitzpatrick, Arjan Gijsberts, Lorenzo Natale -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT CMAKE_MINIMUM_REQUIRED(VERSION 2.6) diff --git a/example/tutorial/CMakeLists.txt b/example/tutorial/CMakeLists.txt index 837356aeed0..a3d2285d680 100644 --- a/example/tutorial/CMakeLists.txt +++ b/example/tutorial/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT # Make sure that YARP_DIR is set in your environment to wherever you # compiled YARP. diff --git a/example/tutorial/fakebot/config.cmake b/example/tutorial/fakebot/config.cmake index 791d96549ca..1c7173c6724 100644 --- a/example/tutorial/fakebot/config.cmake +++ b/example/tutorial/fakebot/config.cmake @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT SET(YARPDEV_NAME "fakebot") SET(YARPDEV_WRAPPER "") diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6009a20113a..a2e64f1301f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale, Alessandro Scalzo -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT # libraries add_subdirectory(libYARP_OS) diff --git a/src/carriers/mpi_carrier/include/yarp/os/impl/MpiCarrier.h b/src/carriers/mpi_carrier/include/yarp/os/impl/MpiCarrier.h index 080df5ca8fb..e5899a4d9b0 100644 --- a/src/carriers/mpi_carrier/include/yarp/os/impl/MpiCarrier.h +++ b/src/carriers/mpi_carrier/include/yarp/os/impl/MpiCarrier.h @@ -3,7 +3,7 @@ /* * Author: Daniel Krieg krieg@fias.uni-frankfurt.de * Copyright (C) 2010 Daniel Krieg - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/carriers/mpi_carrier/include/yarp/os/impl/MpiStream.h b/src/carriers/mpi_carrier/include/yarp/os/impl/MpiStream.h index 691a6fbd16f..a3ae082298a 100644 --- a/src/carriers/mpi_carrier/include/yarp/os/impl/MpiStream.h +++ b/src/carriers/mpi_carrier/include/yarp/os/impl/MpiStream.h @@ -3,7 +3,7 @@ /* * Author: Daniel Krieg krieg@fias.uni-frankfurt.de * Copyright (C) 2010 Daniel Krieg - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/carriers/mpi_carrier/src/MpiCarrier.cpp b/src/carriers/mpi_carrier/src/MpiCarrier.cpp index 1639e037cb7..155bb331bd1 100644 --- a/src/carriers/mpi_carrier/src/MpiCarrier.cpp +++ b/src/carriers/mpi_carrier/src/MpiCarrier.cpp @@ -3,7 +3,7 @@ /* * Author: Daniel Krieg krieg@fias.uni-frankfurt.de * Copyright (C) 2010 Daniel Krieg - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/carriers/mpi_carrier/src/MpiStream.cpp b/src/carriers/mpi_carrier/src/MpiStream.cpp index f2454cd2ab7..e36c2157efa 100644 --- a/src/carriers/mpi_carrier/src/MpiStream.cpp +++ b/src/carriers/mpi_carrier/src/MpiStream.cpp @@ -3,7 +3,7 @@ /* * Author: Daniel Krieg krieg@fias.uni-frankfurt.de * Copyright (C) 2010 Daniel Krieg - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/add_a_device.dox b/src/doc/add_a_device.dox index 71209c5261a..b350baa36df 100644 --- a/src/doc/add_a_device.dox +++ b/src/doc/add_a_device.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/add_a_plugin.dox b/src/doc/add_a_plugin.dox index 6417c2aac31..ee20656da82 100644 --- a/src/doc/add_a_plugin.dox +++ b/src/doc/add_a_plugin.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/carrier_config.dox b/src/doc/carrier_config.dox index 6dd50364c9b..dc05942e124 100644 --- a/src/doc/carrier_config.dox +++ b/src/doc/carrier_config.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/carrier_expert.dox b/src/doc/carrier_expert.dox index 4c863c21079..e4d20e7be12 100644 --- a/src/doc/carrier_expert.dox +++ b/src/doc/carrier_expert.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/cmd_yarp.dox b/src/doc/cmd_yarp.dox index 70cb8b0a573..87e65596c6d 100644 --- a/src/doc/cmd_yarp.dox +++ b/src/doc/cmd_yarp.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/cmd_yarpdev.dox b/src/doc/cmd_yarpdev.dox index 9ee87b4c0dc..ac06f5da502 100644 --- a/src/doc/cmd_yarpdev.dox +++ b/src/doc/cmd_yarpdev.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/cmd_yarphear.dox b/src/doc/cmd_yarphear.dox index 863a2c49316..cc111bfaa31 100644 --- a/src/doc/cmd_yarphear.dox +++ b/src/doc/cmd_yarphear.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/cmd_yarprun.dox b/src/doc/cmd_yarprun.dox index b8729ee5951..1200a154178 100644 --- a/src/doc/cmd_yarprun.dox +++ b/src/doc/cmd_yarprun.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/cmd_yarpview.dox b/src/doc/cmd_yarpview.dox index 95020498964..7e295f3874f 100644 --- a/src/doc/cmd_yarpview.dox +++ b/src/doc/cmd_yarpview.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/companion_use.dox b/src/doc/companion_use.dox index df18d40bb13..c6ea875efb9 100644 --- a/src/doc/companion_use.dox +++ b/src/doc/companion_use.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/data_rep.dox b/src/doc/data_rep.dox index bb1a1348214..c4cfd127dac 100644 --- a/src/doc/data_rep.dox +++ b/src/doc/data_rep.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/dev_all.dox b/src/doc/dev_all.dox index a498640c6df..f77e35a4845 100644 --- a/src/doc/dev_all.dox +++ b/src/doc/dev_all.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/install.dox b/src/doc/install.dox index f7e6e66e6b3..bb25ed7fc13 100644 --- a/src/doc/install.dox +++ b/src/doc/install.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/key_modules.dox b/src/doc/key_modules.dox index 577f961359b..209bf47d48e 100644 --- a/src/doc/key_modules.dox +++ b/src/doc/key_modules.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/main.dox b/src/doc/main.dox index 9cdc2266ba8..4e191e0c16c 100644 --- a/src/doc/main.dox +++ b/src/doc/main.dox @@ -2,7 +2,7 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/manual.dox b/src/doc/manual.dox index 08f6ff6c9a1..788f4224a73 100644 --- a/src/doc/manual.dox +++ b/src/doc/manual.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/manual_title.dox b/src/doc/manual_title.dox index cc22e22523f..8af22af8aec 100644 --- a/src/doc/manual_title.dox +++ b/src/doc/manual_title.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/name_server.dox b/src/doc/name_server.dox index af3bb602ea1..49ec4f43687 100644 --- a/src/doc/name_server.dox +++ b/src/doc/name_server.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/persistent_connections.dox b/src/doc/persistent_connections.dox index 1be01ba8a62..fd681d81197 100644 --- a/src/doc/persistent_connections.dox +++ b/src/doc/persistent_connections.dox @@ -1,7 +1,7 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/port_admin.dox b/src/doc/port_admin.dox index 94ee5916093..cc7d5b1e664 100644 --- a/src/doc/port_admin.dox +++ b/src/doc/port_admin.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/port_expert.dox b/src/doc/port_expert.dox index e29b5ee4fc2..d1adb03ad8a 100644 --- a/src/doc/port_expert.dox +++ b/src/doc/port_expert.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/rpc_ports.dox b/src/doc/rpc_ports.dox index b63e7b9d9dc..9960c3d58c1 100644 --- a/src/doc/rpc_ports.dox +++ b/src/doc/rpc_ports.dox @@ -1,7 +1,7 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/sig_class.dox b/src/doc/sig_class.dox index 6584cc3a247..7af91de10d1 100644 --- a/src/doc/sig_class.dox +++ b/src/doc/sig_class.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/terms.dox b/src/doc/terms.dox index 9e3aacbaa6d..1143cb79cde 100644 --- a/src/doc/terms.dox +++ b/src/doc/terms.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/tutorials.dox b/src/doc/tutorials.dox index 99198195141..face4d0dbd8 100644 --- a/src/doc/tutorials.dox +++ b/src/doc/tutorials.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/using_cmake.dox b/src/doc/using_cmake.dox index bb41b533e6b..e6c325835d5 100644 --- a/src/doc/using_cmake.dox +++ b/src/doc/using_cmake.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/what_is_yarp.dox b/src/doc/what_is_yarp.dox index 94107a37ab0..45c4d868dc0 100644 --- a/src/doc/what_is_yarp.dox +++ b/src/doc/what_is_yarp.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/yarp_code_examples.dox b/src/doc/yarp_code_examples.dox index 451ef4e6340..c9d010eb897 100644 --- a/src/doc/yarp_code_examples.dox +++ b/src/doc/yarp_code_examples.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/yarp_config_files.dox b/src/doc/yarp_config_files.dox index 46f86141c88..80beff7d1c0 100644 --- a/src/doc/yarp_config_files.dox +++ b/src/doc/yarp_config_files.dox @@ -1,7 +1,7 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/yarp_guts.dox b/src/doc/yarp_guts.dox index d9eae2d1f17..20277cb259d 100644 --- a/src/doc/yarp_guts.dox +++ b/src/doc/yarp_guts.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/yarp_logos.dox b/src/doc/yarp_logos.dox index b52d044b50e..cc51b0971c2 100644 --- a/src/doc/yarp_logos.dox +++ b/src/doc/yarp_logos.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/yarp_os.dox b/src/doc/yarp_os.dox index 3bb0f106a79..65d2adf4cec 100644 --- a/src/doc/yarp_os.dox +++ b/src/doc/yarp_os.dox @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/doc/yarp_without_yarp.dox b/src/doc/yarp_without_yarp.dox index 274f578e408..93c3cb5c2d2 100644 --- a/src/doc/yarp_without_yarp.dox +++ b/src/doc/yarp_without_yarp.dox @@ -1,7 +1,7 @@ /* * Copyright (C) 2010 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/CMakeLists.txt b/src/libYARP_OS/CMakeLists.txt index 9237ba346b0..eb7362830b1 100644 --- a/src/libYARP_OS/CMakeLists.txt +++ b/src/libYARP_OS/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT project(YARP_OS) diff --git a/src/libYARP_OS/examples/receiver.cpp b/src/libYARP_OS/examples/receiver.cpp index efd61c56a37..67af31460bf 100644 --- a/src/libYARP_OS/examples/receiver.cpp +++ b/src/libYARP_OS/examples/receiver.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/examples/sender.cpp b/src/libYARP_OS/examples/sender.cpp index ee905b7c6f7..ab969628650 100644 --- a/src/libYARP_OS/examples/sender.cpp +++ b/src/libYARP_OS/examples/sender.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/AddressTest.cpp b/src/libYARP_OS/harness/AddressTest.cpp index 69de20eecc0..46b4f5ad913 100644 --- a/src/libYARP_OS/harness/AddressTest.cpp +++ b/src/libYARP_OS/harness/AddressTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/BinPortableTest.cpp b/src/libYARP_OS/harness/BinPortableTest.cpp index 78cf99771fe..19f90da8ac3 100644 --- a/src/libYARP_OS/harness/BinPortableTest.cpp +++ b/src/libYARP_OS/harness/BinPortableTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/BottleTest.cpp b/src/libYARP_OS/harness/BottleTest.cpp index 36026373c55..fc50ccdd17f 100644 --- a/src/libYARP_OS/harness/BottleTest.cpp +++ b/src/libYARP_OS/harness/BottleTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2008 Paul Fitzpatrick, Arjan Gijsberts - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/BufferedConnectionWriterTest.cpp b/src/libYARP_OS/harness/BufferedConnectionWriterTest.cpp index 9aca0b8d3e4..89b08500d6a 100644 --- a/src/libYARP_OS/harness/BufferedConnectionWriterTest.cpp +++ b/src/libYARP_OS/harness/BufferedConnectionWriterTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/DgramTwoWayStreamTest.cpp b/src/libYARP_OS/harness/DgramTwoWayStreamTest.cpp index f0187f3d816..9cc401a9ef8 100644 --- a/src/libYARP_OS/harness/DgramTwoWayStreamTest.cpp +++ b/src/libYARP_OS/harness/DgramTwoWayStreamTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/ElectionTest.cpp b/src/libYARP_OS/harness/ElectionTest.cpp index 340cbd2385a..1fd3d65ab27 100644 --- a/src/libYARP_OS/harness/ElectionTest.cpp +++ b/src/libYARP_OS/harness/ElectionTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/EventTest.cpp b/src/libYARP_OS/harness/EventTest.cpp index d6f4fefefc3..c855eaa97ca 100644 --- a/src/libYARP_OS/harness/EventTest.cpp +++ b/src/libYARP_OS/harness/EventTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/ModuleTest.cpp b/src/libYARP_OS/harness/ModuleTest.cpp index c74fb2af11f..9c4cd75f3dd 100644 --- a/src/libYARP_OS/harness/ModuleTest.cpp +++ b/src/libYARP_OS/harness/ModuleTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/NameConfigTest.cpp b/src/libYARP_OS/harness/NameConfigTest.cpp index f3c26272666..83a1fc9f30e 100644 --- a/src/libYARP_OS/harness/NameConfigTest.cpp +++ b/src/libYARP_OS/harness/NameConfigTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/NameServerTest.cpp b/src/libYARP_OS/harness/NameServerTest.cpp index a1e12864064..59d9e85f82e 100644 --- a/src/libYARP_OS/harness/NameServerTest.cpp +++ b/src/libYARP_OS/harness/NameServerTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/NetTypeTest.cpp b/src/libYARP_OS/harness/NetTypeTest.cpp index 026898abc9b..bc7401d318d 100644 --- a/src/libYARP_OS/harness/NetTypeTest.cpp +++ b/src/libYARP_OS/harness/NetTypeTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/NetworkTest.cpp b/src/libYARP_OS/harness/NetworkTest.cpp index ca692585272..fada4b0b920 100644 --- a/src/libYARP_OS/harness/NetworkTest.cpp +++ b/src/libYARP_OS/harness/NetworkTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/PortCommandTest.cpp b/src/libYARP_OS/harness/PortCommandTest.cpp index ca39fe7a1d2..866151d3c2d 100644 --- a/src/libYARP_OS/harness/PortCommandTest.cpp +++ b/src/libYARP_OS/harness/PortCommandTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/PortCoreTest.cpp b/src/libYARP_OS/harness/PortCoreTest.cpp index 2c7be99e3ab..d04a340f115 100644 --- a/src/libYARP_OS/harness/PortCoreTest.cpp +++ b/src/libYARP_OS/harness/PortCoreTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/PortReaderBufferTest.cpp b/src/libYARP_OS/harness/PortReaderBufferTest.cpp index 96cf45f8fb6..00a70e2a3c1 100644 --- a/src/libYARP_OS/harness/PortReaderBufferTest.cpp +++ b/src/libYARP_OS/harness/PortReaderBufferTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/PortTest.cpp b/src/libYARP_OS/harness/PortTest.cpp index b32697f3946..236b587cbfb 100644 --- a/src/libYARP_OS/harness/PortTest.cpp +++ b/src/libYARP_OS/harness/PortTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/PortablePairTest.cpp b/src/libYARP_OS/harness/PortablePairTest.cpp index 95bfef6a83f..c3abc933104 100644 --- a/src/libYARP_OS/harness/PortablePairTest.cpp +++ b/src/libYARP_OS/harness/PortablePairTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/PropertyTest.cpp b/src/libYARP_OS/harness/PropertyTest.cpp index a15ecc02559..0f21c441393 100644 --- a/src/libYARP_OS/harness/PropertyTest.cpp +++ b/src/libYARP_OS/harness/PropertyTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/ProtocolTest.cpp b/src/libYARP_OS/harness/ProtocolTest.cpp index af9ffdd4363..23b49c00a21 100644 --- a/src/libYARP_OS/harness/ProtocolTest.cpp +++ b/src/libYARP_OS/harness/ProtocolTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/RateThreadTest.cpp b/src/libYARP_OS/harness/RateThreadTest.cpp index 3de23e0f927..5472a361ca9 100644 --- a/src/libYARP_OS/harness/RateThreadTest.cpp +++ b/src/libYARP_OS/harness/RateThreadTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/ResourceFinderTest.cpp b/src/libYARP_OS/harness/ResourceFinderTest.cpp index 71ccd3d976c..3e68c973882 100644 --- a/src/libYARP_OS/harness/ResourceFinderTest.cpp +++ b/src/libYARP_OS/harness/ResourceFinderTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/SemaphoreTest.cpp b/src/libYARP_OS/harness/SemaphoreTest.cpp index 64a7a55d84f..603347adc33 100644 --- a/src/libYARP_OS/harness/SemaphoreTest.cpp +++ b/src/libYARP_OS/harness/SemaphoreTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/StampTest.cpp b/src/libYARP_OS/harness/StampTest.cpp index d7d99609af8..9e1257d06ad 100644 --- a/src/libYARP_OS/harness/StampTest.cpp +++ b/src/libYARP_OS/harness/StampTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/StreamConnectionReaderTest.cpp b/src/libYARP_OS/harness/StreamConnectionReaderTest.cpp index c8242cd84c3..c71b7ca88f0 100644 --- a/src/libYARP_OS/harness/StreamConnectionReaderTest.cpp +++ b/src/libYARP_OS/harness/StreamConnectionReaderTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/StringInputStreamTest.cpp b/src/libYARP_OS/harness/StringInputStreamTest.cpp index a87aca2d67e..4840185fe72 100644 --- a/src/libYARP_OS/harness/StringInputStreamTest.cpp +++ b/src/libYARP_OS/harness/StringInputStreamTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/StringOutputStreamTest.cpp b/src/libYARP_OS/harness/StringOutputStreamTest.cpp index 7f69fc4c910..9c022a8ea8f 100644 --- a/src/libYARP_OS/harness/StringOutputStreamTest.cpp +++ b/src/libYARP_OS/harness/StringOutputStreamTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/StringTest.cpp b/src/libYARP_OS/harness/StringTest.cpp index 66f1642b196..41779807dff 100644 --- a/src/libYARP_OS/harness/StringTest.cpp +++ b/src/libYARP_OS/harness/StringTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/TerminatorTest.cpp b/src/libYARP_OS/harness/TerminatorTest.cpp index 4a4c79bc381..2cf6e9d8055 100644 --- a/src/libYARP_OS/harness/TerminatorTest.cpp +++ b/src/libYARP_OS/harness/TerminatorTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Giorgio Metta - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/TestList.h b/src/libYARP_OS/harness/TestList.h index 81d06607912..2cc4f30e92e 100644 --- a/src/libYARP_OS/harness/TestList.h +++ b/src/libYARP_OS/harness/TestList.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/ThreadTest.cpp b/src/libYARP_OS/harness/ThreadTest.cpp index bef5b9a4442..fdb4cac0e11 100644 --- a/src/libYARP_OS/harness/ThreadTest.cpp +++ b/src/libYARP_OS/harness/ThreadTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/TimeTest.cpp b/src/libYARP_OS/harness/TimeTest.cpp index 779c4dd3d3f..fe09d13a254 100644 --- a/src/libYARP_OS/harness/TimeTest.cpp +++ b/src/libYARP_OS/harness/TimeTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/ValueTest.cpp b/src/libYARP_OS/harness/ValueTest.cpp index 772e65617ca..a44f0a457a2 100644 --- a/src/libYARP_OS/harness/ValueTest.cpp +++ b/src/libYARP_OS/harness/ValueTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/VocabTest.cpp b/src/libYARP_OS/harness/VocabTest.cpp index e5f5b946284..e67ecfd1578 100644 --- a/src/libYARP_OS/harness/VocabTest.cpp +++ b/src/libYARP_OS/harness/VocabTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/harness/harness.cpp b/src/libYARP_OS/harness/harness.cpp index 349e206c67c..b5b52947600 100644 --- a/src/libYARP_OS/harness/harness.cpp +++ b/src/libYARP_OS/harness/harness.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/AbstractCarrier.h b/src/libYARP_OS/include/yarp/AbstractCarrier.h index 41b46ca15bf..d4247a4e9ea 100644 --- a/src/libYARP_OS/include/yarp/AbstractCarrier.h +++ b/src/libYARP_OS/include/yarp/AbstractCarrier.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/Address.h b/src/libYARP_OS/include/yarp/Address.h index 9df87800edb..6de3032452e 100644 --- a/src/libYARP_OS/include/yarp/Address.h +++ b/src/libYARP_OS/include/yarp/Address.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/BottleImpl.h b/src/libYARP_OS/include/yarp/BottleImpl.h index 7114ef0deba..bb7b8bcf7e0 100644 --- a/src/libYARP_OS/include/yarp/BottleImpl.h +++ b/src/libYARP_OS/include/yarp/BottleImpl.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/BufferedConnectionWriter.h b/src/libYARP_OS/include/yarp/BufferedConnectionWriter.h index d6fcebf51f0..d7ea29abb04 100644 --- a/src/libYARP_OS/include/yarp/BufferedConnectionWriter.h +++ b/src/libYARP_OS/include/yarp/BufferedConnectionWriter.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/Bytes.h b/src/libYARP_OS/include/yarp/Bytes.h index 7ea1ef8aad3..2d3d5263804 100644 --- a/src/libYARP_OS/include/yarp/Bytes.h +++ b/src/libYARP_OS/include/yarp/Bytes.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/Carrier.h b/src/libYARP_OS/include/yarp/Carrier.h index 94de1954344..12bc4aceb01 100644 --- a/src/libYARP_OS/include/yarp/Carrier.h +++ b/src/libYARP_OS/include/yarp/Carrier.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/Carriers.h b/src/libYARP_OS/include/yarp/Carriers.h index b862d4989aa..a544be399b1 100644 --- a/src/libYARP_OS/include/yarp/Carriers.h +++ b/src/libYARP_OS/include/yarp/Carriers.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/Companion.h b/src/libYARP_OS/include/yarp/Companion.h index df8436cc9fc..8938ae3f114 100644 --- a/src/libYARP_OS/include/yarp/Companion.h +++ b/src/libYARP_OS/include/yarp/Companion.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/DgramTwoWayStream.h b/src/libYARP_OS/include/yarp/DgramTwoWayStream.h index a7f4ddf3f78..2de80e55174 100644 --- a/src/libYARP_OS/include/yarp/DgramTwoWayStream.h +++ b/src/libYARP_OS/include/yarp/DgramTwoWayStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/Dispatcher.h b/src/libYARP_OS/include/yarp/Dispatcher.h index 5faa7a6a84a..69369f9678f 100644 --- a/src/libYARP_OS/include/yarp/Dispatcher.h +++ b/src/libYARP_OS/include/yarp/Dispatcher.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/Election.h b/src/libYARP_OS/include/yarp/Election.h index 467bd3ef840..3f182bef594 100644 --- a/src/libYARP_OS/include/yarp/Election.h +++ b/src/libYARP_OS/include/yarp/Election.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/Face.h b/src/libYARP_OS/include/yarp/Face.h index f0196c28532..754d814b679 100644 --- a/src/libYARP_OS/include/yarp/Face.h +++ b/src/libYARP_OS/include/yarp/Face.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/FakeFace.h b/src/libYARP_OS/include/yarp/FakeFace.h index 6a4d4e2b7c0..1ff2c47aeb6 100644 --- a/src/libYARP_OS/include/yarp/FakeFace.h +++ b/src/libYARP_OS/include/yarp/FakeFace.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/FakeTwoWayStream.h b/src/libYARP_OS/include/yarp/FakeTwoWayStream.h index 546178890dd..01d38d24ff1 100644 --- a/src/libYARP_OS/include/yarp/FakeTwoWayStream.h +++ b/src/libYARP_OS/include/yarp/FakeTwoWayStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/FallbackNameClient.h b/src/libYARP_OS/include/yarp/FallbackNameClient.h index 29955ba6cab..18c149def1a 100644 --- a/src/libYARP_OS/include/yarp/FallbackNameClient.h +++ b/src/libYARP_OS/include/yarp/FallbackNameClient.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/FallbackNameServer.h b/src/libYARP_OS/include/yarp/FallbackNameServer.h index 3748fa23304..02c0f2b14c9 100644 --- a/src/libYARP_OS/include/yarp/FallbackNameServer.h +++ b/src/libYARP_OS/include/yarp/FallbackNameServer.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/HttpCarrier.h b/src/libYARP_OS/include/yarp/HttpCarrier.h index 88d63ba9f85..7ac7331ca4d 100644 --- a/src/libYARP_OS/include/yarp/HttpCarrier.h +++ b/src/libYARP_OS/include/yarp/HttpCarrier.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/IOException.h b/src/libYARP_OS/include/yarp/IOException.h index 09e9e94dd3f..fb38ecb2a71 100644 --- a/src/libYARP_OS/include/yarp/IOException.h +++ b/src/libYARP_OS/include/yarp/IOException.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/InputProtocol.h b/src/libYARP_OS/include/yarp/InputProtocol.h index c9f93678c51..8749cd57a3f 100644 --- a/src/libYARP_OS/include/yarp/InputProtocol.h +++ b/src/libYARP_OS/include/yarp/InputProtocol.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/InputStream.h b/src/libYARP_OS/include/yarp/InputStream.h index c83e09dbb11..bb239cc9203 100644 --- a/src/libYARP_OS/include/yarp/InputStream.h +++ b/src/libYARP_OS/include/yarp/InputStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/LocalCarrier.h b/src/libYARP_OS/include/yarp/LocalCarrier.h index 95fdac668fc..38030ccc606 100644 --- a/src/libYARP_OS/include/yarp/LocalCarrier.h +++ b/src/libYARP_OS/include/yarp/LocalCarrier.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/Logger.h b/src/libYARP_OS/include/yarp/Logger.h index b9d6e72f8ad..cf1c3b92208 100644 --- a/src/libYARP_OS/include/yarp/Logger.h +++ b/src/libYARP_OS/include/yarp/Logger.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/ManagedBytes.h b/src/libYARP_OS/include/yarp/ManagedBytes.h index f2544d8b3dc..3809eb85dcc 100644 --- a/src/libYARP_OS/include/yarp/ManagedBytes.h +++ b/src/libYARP_OS/include/yarp/ManagedBytes.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/McastCarrier.h b/src/libYARP_OS/include/yarp/McastCarrier.h index 17724a0bebf..b9c4fb1fae3 100644 --- a/src/libYARP_OS/include/yarp/McastCarrier.h +++ b/src/libYARP_OS/include/yarp/McastCarrier.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/Name.h b/src/libYARP_OS/include/yarp/Name.h index 6c6ad78d6b3..0b457ee0e75 100644 --- a/src/libYARP_OS/include/yarp/Name.h +++ b/src/libYARP_OS/include/yarp/Name.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/NameClient.h b/src/libYARP_OS/include/yarp/NameClient.h index cd9bf4574e4..55dec531090 100644 --- a/src/libYARP_OS/include/yarp/NameClient.h +++ b/src/libYARP_OS/include/yarp/NameClient.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/NameConfig.h b/src/libYARP_OS/include/yarp/NameConfig.h index 784241d4b23..18dc580d700 100644 --- a/src/libYARP_OS/include/yarp/NameConfig.h +++ b/src/libYARP_OS/include/yarp/NameConfig.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/NameServer.h b/src/libYARP_OS/include/yarp/NameServer.h index 5def45ff16b..f2163b6fb7e 100644 --- a/src/libYARP_OS/include/yarp/NameServer.h +++ b/src/libYARP_OS/include/yarp/NameServer.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/NameserCarrier.h b/src/libYARP_OS/include/yarp/NameserCarrier.h index b321b54ecf5..3860feb52f4 100644 --- a/src/libYARP_OS/include/yarp/NameserCarrier.h +++ b/src/libYARP_OS/include/yarp/NameserCarrier.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/NetType.h b/src/libYARP_OS/include/yarp/NetType.h index ea933b300ca..0a5ff4890be 100644 --- a/src/libYARP_OS/include/yarp/NetType.h +++ b/src/libYARP_OS/include/yarp/NetType.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/OutputProtocol.h b/src/libYARP_OS/include/yarp/OutputProtocol.h index f238a9a587c..e4b8278a20d 100644 --- a/src/libYARP_OS/include/yarp/OutputProtocol.h +++ b/src/libYARP_OS/include/yarp/OutputProtocol.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/OutputStream.h b/src/libYARP_OS/include/yarp/OutputStream.h index 797f1712985..4d5b102f54e 100644 --- a/src/libYARP_OS/include/yarp/OutputStream.h +++ b/src/libYARP_OS/include/yarp/OutputStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/PortCommand.h b/src/libYARP_OS/include/yarp/PortCommand.h index 443078013e4..75d251118fe 100644 --- a/src/libYARP_OS/include/yarp/PortCommand.h +++ b/src/libYARP_OS/include/yarp/PortCommand.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/PortCore.h b/src/libYARP_OS/include/yarp/PortCore.h index f08a4821074..f7094380828 100644 --- a/src/libYARP_OS/include/yarp/PortCore.h +++ b/src/libYARP_OS/include/yarp/PortCore.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/PortCoreInputUnit.h b/src/libYARP_OS/include/yarp/PortCoreInputUnit.h index f0477feffcf..d3f1ed5720f 100644 --- a/src/libYARP_OS/include/yarp/PortCoreInputUnit.h +++ b/src/libYARP_OS/include/yarp/PortCoreInputUnit.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/PortCoreOutputUnit.h b/src/libYARP_OS/include/yarp/PortCoreOutputUnit.h index 3d95561ae1b..580f6a388bf 100644 --- a/src/libYARP_OS/include/yarp/PortCoreOutputUnit.h +++ b/src/libYARP_OS/include/yarp/PortCoreOutputUnit.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/PortCorePacket.h b/src/libYARP_OS/include/yarp/PortCorePacket.h index 6ce5bb7c295..d551afa999b 100644 --- a/src/libYARP_OS/include/yarp/PortCorePacket.h +++ b/src/libYARP_OS/include/yarp/PortCorePacket.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/PortCoreUnit.h b/src/libYARP_OS/include/yarp/PortCoreUnit.h index 8ce7d114314..44b66bfa1a6 100644 --- a/src/libYARP_OS/include/yarp/PortCoreUnit.h +++ b/src/libYARP_OS/include/yarp/PortCoreUnit.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/PortManager.h b/src/libYARP_OS/include/yarp/PortManager.h index 23562c073da..25c172944c1 100644 --- a/src/libYARP_OS/include/yarp/PortManager.h +++ b/src/libYARP_OS/include/yarp/PortManager.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/Protocol.h b/src/libYARP_OS/include/yarp/Protocol.h index 99fd8b60fd7..a4e7674921f 100644 --- a/src/libYARP_OS/include/yarp/Protocol.h +++ b/src/libYARP_OS/include/yarp/Protocol.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/Readable.h b/src/libYARP_OS/include/yarp/Readable.h index 495e8e4ce32..7443ceda749 100644 --- a/src/libYARP_OS/include/yarp/Readable.h +++ b/src/libYARP_OS/include/yarp/Readable.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/Route.h b/src/libYARP_OS/include/yarp/Route.h index 28350b49b4b..e5520a33b5a 100644 --- a/src/libYARP_OS/include/yarp/Route.h +++ b/src/libYARP_OS/include/yarp/Route.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/Runnable.h b/src/libYARP_OS/include/yarp/Runnable.h index 6399bb4e999..bcee5b234a1 100644 --- a/src/libYARP_OS/include/yarp/Runnable.h +++ b/src/libYARP_OS/include/yarp/Runnable.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/SemaphoreImpl.h b/src/libYARP_OS/include/yarp/SemaphoreImpl.h index 96655e4f6eb..db1b7ac8af2 100644 --- a/src/libYARP_OS/include/yarp/SemaphoreImpl.h +++ b/src/libYARP_OS/include/yarp/SemaphoreImpl.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/ShiftStream.h b/src/libYARP_OS/include/yarp/ShiftStream.h index 6c0ac0c913e..f705002cdb1 100644 --- a/src/libYARP_OS/include/yarp/ShiftStream.h +++ b/src/libYARP_OS/include/yarp/ShiftStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/ShmemCarrier.h b/src/libYARP_OS/include/yarp/ShmemCarrier.h index 6f9eca8aed8..85bd6e5d9ab 100644 --- a/src/libYARP_OS/include/yarp/ShmemCarrier.h +++ b/src/libYARP_OS/include/yarp/ShmemCarrier.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/ShmemHybridStream.h b/src/libYARP_OS/include/yarp/ShmemHybridStream.h index f6594f647df..86112f54b57 100644 --- a/src/libYARP_OS/include/yarp/ShmemHybridStream.h +++ b/src/libYARP_OS/include/yarp/ShmemHybridStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/ShmemInputStream.h b/src/libYARP_OS/include/yarp/ShmemInputStream.h index e9deaa36844..fc72bc53421 100644 --- a/src/libYARP_OS/include/yarp/ShmemInputStream.h +++ b/src/libYARP_OS/include/yarp/ShmemInputStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/ShmemOutputStream.h b/src/libYARP_OS/include/yarp/ShmemOutputStream.h index 5575a352239..4a9c4dbd28f 100644 --- a/src/libYARP_OS/include/yarp/ShmemOutputStream.h +++ b/src/libYARP_OS/include/yarp/ShmemOutputStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/ShmemTwoWayStream.h b/src/libYARP_OS/include/yarp/ShmemTwoWayStream.h index bf92ce82b9f..acc1efc598e 100644 --- a/src/libYARP_OS/include/yarp/ShmemTwoWayStream.h +++ b/src/libYARP_OS/include/yarp/ShmemTwoWayStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/ShmemTypes.h b/src/libYARP_OS/include/yarp/ShmemTypes.h index cc3fde1c500..1068414479f 100644 --- a/src/libYARP_OS/include/yarp/ShmemTypes.h +++ b/src/libYARP_OS/include/yarp/ShmemTypes.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/SizedWriter.h b/src/libYARP_OS/include/yarp/SizedWriter.h index 2ba148395ed..83a90c63400 100644 --- a/src/libYARP_OS/include/yarp/SizedWriter.h +++ b/src/libYARP_OS/include/yarp/SizedWriter.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/SocketTwoWayStream.h b/src/libYARP_OS/include/yarp/SocketTwoWayStream.h index d337dc9c8b6..1fa25506688 100644 --- a/src/libYARP_OS/include/yarp/SocketTwoWayStream.h +++ b/src/libYARP_OS/include/yarp/SocketTwoWayStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/SplitString.h b/src/libYARP_OS/include/yarp/SplitString.h index 24d39e578fc..ae3b4d5ebbc 100644 --- a/src/libYARP_OS/include/yarp/SplitString.h +++ b/src/libYARP_OS/include/yarp/SplitString.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/StreamConnectionReader.h b/src/libYARP_OS/include/yarp/StreamConnectionReader.h index 0875a18325b..e77ac89c4cd 100644 --- a/src/libYARP_OS/include/yarp/StreamConnectionReader.h +++ b/src/libYARP_OS/include/yarp/StreamConnectionReader.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/String.h b/src/libYARP_OS/include/yarp/String.h index a42211e8c06..58eeb921ea8 100644 --- a/src/libYARP_OS/include/yarp/String.h +++ b/src/libYARP_OS/include/yarp/String.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/StringInputStream.h b/src/libYARP_OS/include/yarp/StringInputStream.h index 633097fb69d..d581431485e 100644 --- a/src/libYARP_OS/include/yarp/StringInputStream.h +++ b/src/libYARP_OS/include/yarp/StringInputStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/StringOutputStream.h b/src/libYARP_OS/include/yarp/StringOutputStream.h index a472b06094e..e0cdb576b59 100644 --- a/src/libYARP_OS/include/yarp/StringOutputStream.h +++ b/src/libYARP_OS/include/yarp/StringOutputStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/TcpCarrier.h b/src/libYARP_OS/include/yarp/TcpCarrier.h index b2ae8b3b35a..5dcf07bf01d 100644 --- a/src/libYARP_OS/include/yarp/TcpCarrier.h +++ b/src/libYARP_OS/include/yarp/TcpCarrier.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/TcpFace.h b/src/libYARP_OS/include/yarp/TcpFace.h index 8080b75e636..4e8feaf6006 100644 --- a/src/libYARP_OS/include/yarp/TcpFace.h +++ b/src/libYARP_OS/include/yarp/TcpFace.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/TextCarrier.h b/src/libYARP_OS/include/yarp/TextCarrier.h index a42e336b760..e6115fa2c70 100644 --- a/src/libYARP_OS/include/yarp/TextCarrier.h +++ b/src/libYARP_OS/include/yarp/TextCarrier.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/ThreadImpl.h b/src/libYARP_OS/include/yarp/ThreadImpl.h index c38ef64c7aa..4ec9d38c985 100644 --- a/src/libYARP_OS/include/yarp/ThreadImpl.h +++ b/src/libYARP_OS/include/yarp/ThreadImpl.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/TwoWayStream.h b/src/libYARP_OS/include/yarp/TwoWayStream.h index 8e6d978d489..34e3548720e 100644 --- a/src/libYARP_OS/include/yarp/TwoWayStream.h +++ b/src/libYARP_OS/include/yarp/TwoWayStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/UdpCarrier.h b/src/libYARP_OS/include/yarp/UdpCarrier.h index 3bb300ac420..d27bd435b82 100644 --- a/src/libYARP_OS/include/yarp/UdpCarrier.h +++ b/src/libYARP_OS/include/yarp/UdpCarrier.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/UnitTest.h b/src/libYARP_OS/include/yarp/UnitTest.h index 14fd6827f53..49fe1f9b84e 100644 --- a/src/libYARP_OS/include/yarp/UnitTest.h +++ b/src/libYARP_OS/include/yarp/UnitTest.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/Writable.h b/src/libYARP_OS/include/yarp/Writable.h index f19ce6133b8..9ed959a26ba 100644 --- a/src/libYARP_OS/include/yarp/Writable.h +++ b/src/libYARP_OS/include/yarp/Writable.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/BinPortable.h b/src/libYARP_OS/include/yarp/os/BinPortable.h index 6bc603d410d..cabde8cd631 100644 --- a/src/libYARP_OS/include/yarp/os/BinPortable.h +++ b/src/libYARP_OS/include/yarp/os/BinPortable.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/Bottle.h b/src/libYARP_OS/include/yarp/os/Bottle.h index a9af9c50782..9d08281f358 100644 --- a/src/libYARP_OS/include/yarp/os/Bottle.h +++ b/src/libYARP_OS/include/yarp/os/Bottle.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2008 Paul Fitzpatrick, Arjan Gijsberts - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/BufferedPort.h b/src/libYARP_OS/include/yarp/os/BufferedPort.h index 1109b2c2f52..0305e8b7251 100644 --- a/src/libYARP_OS/include/yarp/os/BufferedPort.h +++ b/src/libYARP_OS/include/yarp/os/BufferedPort.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/Bytes.h b/src/libYARP_OS/include/yarp/os/Bytes.h index c3b68bca70a..e6f01057fc3 100644 --- a/src/libYARP_OS/include/yarp/os/Bytes.h +++ b/src/libYARP_OS/include/yarp/os/Bytes.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/ConnectionReader.h b/src/libYARP_OS/include/yarp/os/ConnectionReader.h index 42be7c77d61..cf59316d295 100644 --- a/src/libYARP_OS/include/yarp/os/ConnectionReader.h +++ b/src/libYARP_OS/include/yarp/os/ConnectionReader.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/ConnectionWriter.h b/src/libYARP_OS/include/yarp/os/ConnectionWriter.h index 7a95676b2b9..6f5864dd171 100644 --- a/src/libYARP_OS/include/yarp/os/ConnectionWriter.h +++ b/src/libYARP_OS/include/yarp/os/ConnectionWriter.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/ConstString.h b/src/libYARP_OS/include/yarp/os/ConstString.h index 70c4b399ffe..82cb533d1e3 100644 --- a/src/libYARP_OS/include/yarp/os/ConstString.h +++ b/src/libYARP_OS/include/yarp/os/ConstString.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/Contact.h b/src/libYARP_OS/include/yarp/os/Contact.h index 258fa0d5045..7340a5ebf9b 100644 --- a/src/libYARP_OS/include/yarp/os/Contact.h +++ b/src/libYARP_OS/include/yarp/os/Contact.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/Contactable.h b/src/libYARP_OS/include/yarp/os/Contactable.h index 6963334d659..098b607faa9 100644 --- a/src/libYARP_OS/include/yarp/os/Contactable.h +++ b/src/libYARP_OS/include/yarp/os/Contactable.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/DummyConnector.h b/src/libYARP_OS/include/yarp/os/DummyConnector.h index 8b7aaad7778..78ecf6d4b35 100644 --- a/src/libYARP_OS/include/yarp/os/DummyConnector.h +++ b/src/libYARP_OS/include/yarp/os/DummyConnector.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Freyr Magnusson - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ #ifndef DUMMYCONNECTOR_H diff --git a/src/libYARP_OS/include/yarp/os/Event.h b/src/libYARP_OS/include/yarp/os/Event.h index 1667dd883be..7f57e5de60d 100644 --- a/src/libYARP_OS/include/yarp/os/Event.h +++ b/src/libYARP_OS/include/yarp/os/Event.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/IConfig.h b/src/libYARP_OS/include/yarp/os/IConfig.h index 28129c49298..00ce90ffd67 100644 --- a/src/libYARP_OS/include/yarp/os/IConfig.h +++ b/src/libYARP_OS/include/yarp/os/IConfig.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/LocalReader.h b/src/libYARP_OS/include/yarp/os/LocalReader.h index 18ee4a1b469..d73258ca3c8 100644 --- a/src/libYARP_OS/include/yarp/os/LocalReader.h +++ b/src/libYARP_OS/include/yarp/os/LocalReader.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/ManagedBytes.h b/src/libYARP_OS/include/yarp/os/ManagedBytes.h index 70b9607055b..772db9b9a30 100644 --- a/src/libYARP_OS/include/yarp/os/ManagedBytes.h +++ b/src/libYARP_OS/include/yarp/os/ManagedBytes.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/Module.h b/src/libYARP_OS/include/yarp/os/Module.h index a976e546558..848334e0f5c 100644 --- a/src/libYARP_OS/include/yarp/os/Module.h +++ b/src/libYARP_OS/include/yarp/os/Module.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/NetFloat64.h b/src/libYARP_OS/include/yarp/os/NetFloat64.h index 51d63aa93a7..b6251056aab 100644 --- a/src/libYARP_OS/include/yarp/os/NetFloat64.h +++ b/src/libYARP_OS/include/yarp/os/NetFloat64.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/NetInt32.h b/src/libYARP_OS/include/yarp/os/NetInt32.h index 06111a55c6e..e3a78edf546 100644 --- a/src/libYARP_OS/include/yarp/os/NetInt32.h +++ b/src/libYARP_OS/include/yarp/os/NetInt32.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/Network.h b/src/libYARP_OS/include/yarp/os/Network.h index 65bd0e23b2f..2fd64adb44f 100644 --- a/src/libYARP_OS/include/yarp/os/Network.h +++ b/src/libYARP_OS/include/yarp/os/Network.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/Os.h b/src/libYARP_OS/include/yarp/os/Os.h index 0e5cbdcfc45..a99468b1ef5 100644 --- a/src/libYARP_OS/include/yarp/os/Os.h +++ b/src/libYARP_OS/include/yarp/os/Os.h @@ -6,7 +6,7 @@ /* * Copyright (C) 2009 RobotCub Consortium * Author: Lorenzo natale -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/Port.h b/src/libYARP_OS/include/yarp/os/Port.h index 1a673433592..2d3ee59efe1 100644 --- a/src/libYARP_OS/include/yarp/os/Port.h +++ b/src/libYARP_OS/include/yarp/os/Port.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/PortReader.h b/src/libYARP_OS/include/yarp/os/PortReader.h index 625f7060c8d..07088ccd244 100644 --- a/src/libYARP_OS/include/yarp/os/PortReader.h +++ b/src/libYARP_OS/include/yarp/os/PortReader.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/PortReaderBuffer.h b/src/libYARP_OS/include/yarp/os/PortReaderBuffer.h index ae1e5547f5a..ca6d8f80b67 100644 --- a/src/libYARP_OS/include/yarp/os/PortReaderBuffer.h +++ b/src/libYARP_OS/include/yarp/os/PortReaderBuffer.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/PortReaderCreator.h b/src/libYARP_OS/include/yarp/os/PortReaderCreator.h index 7c262369037..900bfb9a94e 100644 --- a/src/libYARP_OS/include/yarp/os/PortReaderCreator.h +++ b/src/libYARP_OS/include/yarp/os/PortReaderCreator.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/PortReport.h b/src/libYARP_OS/include/yarp/os/PortReport.h index 18721263459..70772e56c46 100644 --- a/src/libYARP_OS/include/yarp/os/PortReport.h +++ b/src/libYARP_OS/include/yarp/os/PortReport.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/PortWriter.h b/src/libYARP_OS/include/yarp/os/PortWriter.h index 2e02d85d906..536dfa199d1 100644 --- a/src/libYARP_OS/include/yarp/os/PortWriter.h +++ b/src/libYARP_OS/include/yarp/os/PortWriter.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/PortWriterBuffer.h b/src/libYARP_OS/include/yarp/os/PortWriterBuffer.h index 378e8b59f81..589d48fc2d8 100644 --- a/src/libYARP_OS/include/yarp/os/PortWriterBuffer.h +++ b/src/libYARP_OS/include/yarp/os/PortWriterBuffer.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/Portable.h b/src/libYARP_OS/include/yarp/os/Portable.h index 7578f1335a7..210e245956e 100644 --- a/src/libYARP_OS/include/yarp/os/Portable.h +++ b/src/libYARP_OS/include/yarp/os/Portable.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/PortablePair.h b/src/libYARP_OS/include/yarp/os/PortablePair.h index a038db19304..f46b7b26749 100644 --- a/src/libYARP_OS/include/yarp/os/PortablePair.h +++ b/src/libYARP_OS/include/yarp/os/PortablePair.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/Property.h b/src/libYARP_OS/include/yarp/os/Property.h index f8b8f3491d1..81df2e62398 100644 --- a/src/libYARP_OS/include/yarp/os/Property.h +++ b/src/libYARP_OS/include/yarp/os/Property.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/RFModule.h b/src/libYARP_OS/include/yarp/os/RFModule.h index 7eb2fa8b23d..a6130ecece0 100644 --- a/src/libYARP_OS/include/yarp/os/RFModule.h +++ b/src/libYARP_OS/include/yarp/os/RFModule.h @@ -7,7 +7,7 @@ * Author: Lorenzo Natale. * Copyright (C) 2009 The Robotcub consortium * Based on code by Paul Fitzpatrick 2007. -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #include diff --git a/src/libYARP_OS/include/yarp/os/Random.h b/src/libYARP_OS/include/yarp/os/Random.h index 0cf2f8fb5f0..a6f84931d5c 100644 --- a/src/libYARP_OS/include/yarp/os/Random.h +++ b/src/libYARP_OS/include/yarp/os/Random.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/RateThread.h b/src/libYARP_OS/include/yarp/os/RateThread.h index 83610b90f15..caa876c836d 100644 --- a/src/libYARP_OS/include/yarp/os/RateThread.h +++ b/src/libYARP_OS/include/yarp/os/RateThread.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Lorenzo Natale - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/ResourceFinder.h b/src/libYARP_OS/include/yarp/os/ResourceFinder.h index a81b06898aa..8c31a830c51 100644 --- a/src/libYARP_OS/include/yarp/os/ResourceFinder.h +++ b/src/libYARP_OS/include/yarp/os/ResourceFinder.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/RpcClient.h b/src/libYARP_OS/include/yarp/os/RpcClient.h index a447e31eebb..403080291e4 100644 --- a/src/libYARP_OS/include/yarp/os/RpcClient.h +++ b/src/libYARP_OS/include/yarp/os/RpcClient.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/RpcServer.h b/src/libYARP_OS/include/yarp/os/RpcServer.h index c87f7a4c874..541911f0f1d 100644 --- a/src/libYARP_OS/include/yarp/os/RpcServer.h +++ b/src/libYARP_OS/include/yarp/os/RpcServer.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/Run.h b/src/libYARP_OS/include/yarp/os/Run.h index 7db868d4f6a..a26ee791e2a 100644 --- a/src/libYARP_OS/include/yarp/os/Run.h +++ b/src/libYARP_OS/include/yarp/os/Run.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007-2009 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * author Alessandro Scalzo alessandro@liralab.it */ diff --git a/src/libYARP_OS/include/yarp/os/Runnable.h b/src/libYARP_OS/include/yarp/os/Runnable.h index 677346b85cb..482a862024b 100644 --- a/src/libYARP_OS/include/yarp/os/Runnable.h +++ b/src/libYARP_OS/include/yarp/os/Runnable.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/Searchable.h b/src/libYARP_OS/include/yarp/os/Searchable.h index 2851600561c..65cbb6b111d 100644 --- a/src/libYARP_OS/include/yarp/os/Searchable.h +++ b/src/libYARP_OS/include/yarp/os/Searchable.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/Semaphore.h b/src/libYARP_OS/include/yarp/os/Semaphore.h index 659727d1789..40fbb93b304 100644 --- a/src/libYARP_OS/include/yarp/os/Semaphore.h +++ b/src/libYARP_OS/include/yarp/os/Semaphore.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/Stamp.h b/src/libYARP_OS/include/yarp/os/Stamp.h index dbd8b2868ef..e0cd7a4a24f 100644 --- a/src/libYARP_OS/include/yarp/os/Stamp.h +++ b/src/libYARP_OS/include/yarp/os/Stamp.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/Terminator.h b/src/libYARP_OS/include/yarp/os/Terminator.h index 1aafa87ac2e..a8526eaf0c4 100755 --- a/src/libYARP_OS/include/yarp/os/Terminator.h +++ b/src/libYARP_OS/include/yarp/os/Terminator.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Giorgio Metta - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/Thread.h b/src/libYARP_OS/include/yarp/os/Thread.h index c24849eeb79..fb621d5df6c 100644 --- a/src/libYARP_OS/include/yarp/os/Thread.h +++ b/src/libYARP_OS/include/yarp/os/Thread.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/Time.h b/src/libYARP_OS/include/yarp/os/Time.h index e366b62c33d..c0df176b707 100644 --- a/src/libYARP_OS/include/yarp/os/Time.h +++ b/src/libYARP_OS/include/yarp/os/Time.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/Value.h b/src/libYARP_OS/include/yarp/os/Value.h index 00098ca3def..a8999bd027f 100644 --- a/src/libYARP_OS/include/yarp/os/Value.h +++ b/src/libYARP_OS/include/yarp/os/Value.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/Vocab.h b/src/libYARP_OS/include/yarp/os/Vocab.h index 74f5fca92dc..ff3a924d1a8 100644 --- a/src/libYARP_OS/include/yarp/os/Vocab.h +++ b/src/libYARP_OS/include/yarp/os/Vocab.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/all.h b/src/libYARP_OS/include/yarp/os/all.h index 329b0d8d524..857866025c1 100644 --- a/src/libYARP_OS/include/yarp/os/all.h +++ b/src/libYARP_OS/include/yarp/os/all.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/begin_pack_for_net.h b/src/libYARP_OS/include/yarp/os/begin_pack_for_net.h index d40e7474ced..df2ae98c2c7 100644 --- a/src/libYARP_OS/include/yarp/os/begin_pack_for_net.h +++ b/src/libYARP_OS/include/yarp/os/begin_pack_for_net.h @@ -3,7 +3,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick, Giorgio Metta - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/end_pack_for_net.h b/src/libYARP_OS/include/yarp/os/end_pack_for_net.h index 130fb0fc5f3..2667658e39b 100644 --- a/src/libYARP_OS/include/yarp/os/end_pack_for_net.h +++ b/src/libYARP_OS/include/yarp/os/end_pack_for_net.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick, Giorgio Metta - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/AbstractCarrier.h b/src/libYARP_OS/include/yarp/os/impl/AbstractCarrier.h index 66fc771a512..d1513cb82bc 100644 --- a/src/libYARP_OS/include/yarp/os/impl/AbstractCarrier.h +++ b/src/libYARP_OS/include/yarp/os/impl/AbstractCarrier.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/Address.h b/src/libYARP_OS/include/yarp/os/impl/Address.h index ba30b19e735..83f59083dde 100644 --- a/src/libYARP_OS/include/yarp/os/impl/Address.h +++ b/src/libYARP_OS/include/yarp/os/impl/Address.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/BottleImpl.h b/src/libYARP_OS/include/yarp/os/impl/BottleImpl.h index 0b756593429..29d64f2a4be 100644 --- a/src/libYARP_OS/include/yarp/os/impl/BottleImpl.h +++ b/src/libYARP_OS/include/yarp/os/impl/BottleImpl.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2008 Paul Fitzpatrick, Arjan Gijsberts - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/BufferedConnectionWriter.h b/src/libYARP_OS/include/yarp/os/impl/BufferedConnectionWriter.h index 021b3f819ff..4833ec86de6 100644 --- a/src/libYARP_OS/include/yarp/os/impl/BufferedConnectionWriter.h +++ b/src/libYARP_OS/include/yarp/os/impl/BufferedConnectionWriter.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/Carrier.h b/src/libYARP_OS/include/yarp/os/impl/Carrier.h index 87e6d929c03..737909456d1 100644 --- a/src/libYARP_OS/include/yarp/os/impl/Carrier.h +++ b/src/libYARP_OS/include/yarp/os/impl/Carrier.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/Carriers.h b/src/libYARP_OS/include/yarp/os/impl/Carriers.h index 63d37a6a555..108c97a42ad 100644 --- a/src/libYARP_OS/include/yarp/os/impl/Carriers.h +++ b/src/libYARP_OS/include/yarp/os/impl/Carriers.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/Companion.h b/src/libYARP_OS/include/yarp/os/impl/Companion.h index c14256274dc..d892a74c93a 100644 --- a/src/libYARP_OS/include/yarp/os/impl/Companion.h +++ b/src/libYARP_OS/include/yarp/os/impl/Companion.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2008, 2009, 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/DgramTwoWayStream.h b/src/libYARP_OS/include/yarp/os/impl/DgramTwoWayStream.h index 5ca225ab28f..2ee53b22316 100644 --- a/src/libYARP_OS/include/yarp/os/impl/DgramTwoWayStream.h +++ b/src/libYARP_OS/include/yarp/os/impl/DgramTwoWayStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/Dispatcher.h b/src/libYARP_OS/include/yarp/os/impl/Dispatcher.h index de0dad7afad..304519aaf40 100644 --- a/src/libYARP_OS/include/yarp/os/impl/Dispatcher.h +++ b/src/libYARP_OS/include/yarp/os/impl/Dispatcher.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/Election.h b/src/libYARP_OS/include/yarp/os/impl/Election.h index 251c878c72a..4716ed9a478 100644 --- a/src/libYARP_OS/include/yarp/os/impl/Election.h +++ b/src/libYARP_OS/include/yarp/os/impl/Election.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/Face.h b/src/libYARP_OS/include/yarp/os/impl/Face.h index 1ff0b46c279..3ac1abfeb0a 100644 --- a/src/libYARP_OS/include/yarp/os/impl/Face.h +++ b/src/libYARP_OS/include/yarp/os/impl/Face.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/FakeFace.h b/src/libYARP_OS/include/yarp/os/impl/FakeFace.h index 705f5f4cadb..77aacf366d5 100644 --- a/src/libYARP_OS/include/yarp/os/impl/FakeFace.h +++ b/src/libYARP_OS/include/yarp/os/impl/FakeFace.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/FakeTwoWayStream.h b/src/libYARP_OS/include/yarp/os/impl/FakeTwoWayStream.h index 38f48ccde4d..12b914a85c8 100644 --- a/src/libYARP_OS/include/yarp/os/impl/FakeTwoWayStream.h +++ b/src/libYARP_OS/include/yarp/os/impl/FakeTwoWayStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/FallbackNameClient.h b/src/libYARP_OS/include/yarp/os/impl/FallbackNameClient.h index be4453e8b26..49957e21b44 100644 --- a/src/libYARP_OS/include/yarp/os/impl/FallbackNameClient.h +++ b/src/libYARP_OS/include/yarp/os/impl/FallbackNameClient.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/FallbackNameServer.h b/src/libYARP_OS/include/yarp/os/impl/FallbackNameServer.h index dad2350c244..94cc2706a0f 100644 --- a/src/libYARP_OS/include/yarp/os/impl/FallbackNameServer.h +++ b/src/libYARP_OS/include/yarp/os/impl/FallbackNameServer.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/HttpCarrier.h b/src/libYARP_OS/include/yarp/os/impl/HttpCarrier.h index 3902ef14edc..b14b44c4e5d 100644 --- a/src/libYARP_OS/include/yarp/os/impl/HttpCarrier.h +++ b/src/libYARP_OS/include/yarp/os/impl/HttpCarrier.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/IOException.h b/src/libYARP_OS/include/yarp/os/impl/IOException.h index 831e72e8194..c8f88546ae3 100644 --- a/src/libYARP_OS/include/yarp/os/impl/IOException.h +++ b/src/libYARP_OS/include/yarp/os/impl/IOException.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/InputProtocol.h b/src/libYARP_OS/include/yarp/os/impl/InputProtocol.h index aee3a78a009..a36233c4780 100644 --- a/src/libYARP_OS/include/yarp/os/impl/InputProtocol.h +++ b/src/libYARP_OS/include/yarp/os/impl/InputProtocol.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/InputStream.h b/src/libYARP_OS/include/yarp/os/impl/InputStream.h index 4219b4b8dfd..a634bbdfdfc 100644 --- a/src/libYARP_OS/include/yarp/os/impl/InputStream.h +++ b/src/libYARP_OS/include/yarp/os/impl/InputStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/LocalCarrier.h b/src/libYARP_OS/include/yarp/os/impl/LocalCarrier.h index d507ed62579..3c72c9fb121 100644 --- a/src/libYARP_OS/include/yarp/os/impl/LocalCarrier.h +++ b/src/libYARP_OS/include/yarp/os/impl/LocalCarrier.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/Logger.h b/src/libYARP_OS/include/yarp/os/impl/Logger.h index c9492fb7bf7..c7f31a14886 100644 --- a/src/libYARP_OS/include/yarp/os/impl/Logger.h +++ b/src/libYARP_OS/include/yarp/os/impl/Logger.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/McastCarrier.h b/src/libYARP_OS/include/yarp/os/impl/McastCarrier.h index 69193aa1427..1e0cb27ce25 100644 --- a/src/libYARP_OS/include/yarp/os/impl/McastCarrier.h +++ b/src/libYARP_OS/include/yarp/os/impl/McastCarrier.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/Name.h b/src/libYARP_OS/include/yarp/os/impl/Name.h index 826511235a0..02957607543 100644 --- a/src/libYARP_OS/include/yarp/os/impl/Name.h +++ b/src/libYARP_OS/include/yarp/os/impl/Name.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/NameClient.h b/src/libYARP_OS/include/yarp/os/impl/NameClient.h index d0431a14023..3e8cea27999 100644 --- a/src/libYARP_OS/include/yarp/os/impl/NameClient.h +++ b/src/libYARP_OS/include/yarp/os/impl/NameClient.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/NameConfig.h b/src/libYARP_OS/include/yarp/os/impl/NameConfig.h index b01a60c9ee0..b1751fe3688 100644 --- a/src/libYARP_OS/include/yarp/os/impl/NameConfig.h +++ b/src/libYARP_OS/include/yarp/os/impl/NameConfig.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/NameServer.h b/src/libYARP_OS/include/yarp/os/impl/NameServer.h index bc19321679e..9e8f451b1c0 100644 --- a/src/libYARP_OS/include/yarp/os/impl/NameServer.h +++ b/src/libYARP_OS/include/yarp/os/impl/NameServer.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/NameserCarrier.h b/src/libYARP_OS/include/yarp/os/impl/NameserCarrier.h index 13d689dd533..601e0048ee3 100644 --- a/src/libYARP_OS/include/yarp/os/impl/NameserCarrier.h +++ b/src/libYARP_OS/include/yarp/os/impl/NameserCarrier.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/NetType.h b/src/libYARP_OS/include/yarp/os/impl/NetType.h index 6fca027b838..95d2b1508a2 100644 --- a/src/libYARP_OS/include/yarp/os/impl/NetType.h +++ b/src/libYARP_OS/include/yarp/os/impl/NetType.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/OutputProtocol.h b/src/libYARP_OS/include/yarp/os/impl/OutputProtocol.h index add5194db62..b2017715980 100644 --- a/src/libYARP_OS/include/yarp/os/impl/OutputProtocol.h +++ b/src/libYARP_OS/include/yarp/os/impl/OutputProtocol.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/OutputStream.h b/src/libYARP_OS/include/yarp/os/impl/OutputStream.h index 37a302fa97b..16fada8c7c5 100644 --- a/src/libYARP_OS/include/yarp/os/impl/OutputStream.h +++ b/src/libYARP_OS/include/yarp/os/impl/OutputStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/PortCommand.h b/src/libYARP_OS/include/yarp/os/impl/PortCommand.h index c888fddd96c..34bcb236633 100644 --- a/src/libYARP_OS/include/yarp/os/impl/PortCommand.h +++ b/src/libYARP_OS/include/yarp/os/impl/PortCommand.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/PortCore.h b/src/libYARP_OS/include/yarp/os/impl/PortCore.h index 5413ae12eea..819b83df9c2 100644 --- a/src/libYARP_OS/include/yarp/os/impl/PortCore.h +++ b/src/libYARP_OS/include/yarp/os/impl/PortCore.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2007, 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/PortCoreInputUnit.h b/src/libYARP_OS/include/yarp/os/impl/PortCoreInputUnit.h index 2f2f74c43d2..475a7647fca 100644 --- a/src/libYARP_OS/include/yarp/os/impl/PortCoreInputUnit.h +++ b/src/libYARP_OS/include/yarp/os/impl/PortCoreInputUnit.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/PortCoreOutputUnit.h b/src/libYARP_OS/include/yarp/os/impl/PortCoreOutputUnit.h index 7c565a6d89d..c79d289b4ad 100644 --- a/src/libYARP_OS/include/yarp/os/impl/PortCoreOutputUnit.h +++ b/src/libYARP_OS/include/yarp/os/impl/PortCoreOutputUnit.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/PortCorePacket.h b/src/libYARP_OS/include/yarp/os/impl/PortCorePacket.h index 1d7493ca61f..21ecab41131 100644 --- a/src/libYARP_OS/include/yarp/os/impl/PortCorePacket.h +++ b/src/libYARP_OS/include/yarp/os/impl/PortCorePacket.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/PortCoreUnit.h b/src/libYARP_OS/include/yarp/os/impl/PortCoreUnit.h index 209e369f645..4da22a08600 100644 --- a/src/libYARP_OS/include/yarp/os/impl/PortCoreUnit.h +++ b/src/libYARP_OS/include/yarp/os/impl/PortCoreUnit.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/PortManager.h b/src/libYARP_OS/include/yarp/os/impl/PortManager.h index 94cd4213b60..3ca60e57db8 100644 --- a/src/libYARP_OS/include/yarp/os/impl/PortManager.h +++ b/src/libYARP_OS/include/yarp/os/impl/PortManager.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/Protocol.h b/src/libYARP_OS/include/yarp/os/impl/Protocol.h index 2c6b975478a..2483b0ab7a8 100644 --- a/src/libYARP_OS/include/yarp/os/impl/Protocol.h +++ b/src/libYARP_OS/include/yarp/os/impl/Protocol.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/Route.h b/src/libYARP_OS/include/yarp/os/impl/Route.h index 056aa9de0d5..267493b9665 100644 --- a/src/libYARP_OS/include/yarp/os/impl/Route.h +++ b/src/libYARP_OS/include/yarp/os/impl/Route.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/Runnable.h b/src/libYARP_OS/include/yarp/os/impl/Runnable.h index 7ffda8d147a..c331395f817 100644 --- a/src/libYARP_OS/include/yarp/os/impl/Runnable.h +++ b/src/libYARP_OS/include/yarp/os/impl/Runnable.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/SemaphoreImpl.h b/src/libYARP_OS/include/yarp/os/impl/SemaphoreImpl.h index 448a2e6ebbc..90a4937951d 100644 --- a/src/libYARP_OS/include/yarp/os/impl/SemaphoreImpl.h +++ b/src/libYARP_OS/include/yarp/os/impl/SemaphoreImpl.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/ShiftStream.h b/src/libYARP_OS/include/yarp/os/impl/ShiftStream.h index aad9538738e..f812814b71b 100644 --- a/src/libYARP_OS/include/yarp/os/impl/ShiftStream.h +++ b/src/libYARP_OS/include/yarp/os/impl/ShiftStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/ShmemCarrier.h b/src/libYARP_OS/include/yarp/os/impl/ShmemCarrier.h index 88991bf5998..e6f39cfc8d2 100644 --- a/src/libYARP_OS/include/yarp/os/impl/ShmemCarrier.h +++ b/src/libYARP_OS/include/yarp/os/impl/ShmemCarrier.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/ShmemHybridStream.h b/src/libYARP_OS/include/yarp/os/impl/ShmemHybridStream.h index a85bb3b8ff7..24d668ece02 100644 --- a/src/libYARP_OS/include/yarp/os/impl/ShmemHybridStream.h +++ b/src/libYARP_OS/include/yarp/os/impl/ShmemHybridStream.h @@ -3,7 +3,7 @@ /* * Author: Alessandro Scalzo alessandro@liralab.it * Copyright (C) 2007 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/ShmemInputStream.h b/src/libYARP_OS/include/yarp/os/impl/ShmemInputStream.h index 7907af7e3e8..c4edc78fa7c 100644 --- a/src/libYARP_OS/include/yarp/os/impl/ShmemInputStream.h +++ b/src/libYARP_OS/include/yarp/os/impl/ShmemInputStream.h @@ -3,7 +3,7 @@ /* * Author: Alessandro Scalzo alessandro@liralab.it * Copyright (C) 2007 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/ShmemOutputStream.h b/src/libYARP_OS/include/yarp/os/impl/ShmemOutputStream.h index 735e11fca9c..9b72c96eb57 100644 --- a/src/libYARP_OS/include/yarp/os/impl/ShmemOutputStream.h +++ b/src/libYARP_OS/include/yarp/os/impl/ShmemOutputStream.h @@ -3,7 +3,7 @@ /* * Author: Alessandro Scalzo alessandro@liralab.it * Copyright (C) 2007 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/ShmemTwoWayStream.h b/src/libYARP_OS/include/yarp/os/impl/ShmemTwoWayStream.h index 0d9ce301455..1478a2ce7e6 100644 --- a/src/libYARP_OS/include/yarp/os/impl/ShmemTwoWayStream.h +++ b/src/libYARP_OS/include/yarp/os/impl/ShmemTwoWayStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/ShmemTypes.h b/src/libYARP_OS/include/yarp/os/impl/ShmemTypes.h index 0aee5d45370..497fb60c02d 100644 --- a/src/libYARP_OS/include/yarp/os/impl/ShmemTypes.h +++ b/src/libYARP_OS/include/yarp/os/impl/ShmemTypes.h @@ -3,7 +3,7 @@ /* * Author: Alessandro Scalzo alessandro@liralab.it * Copyright (C) 2007 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/SizedWriter.h b/src/libYARP_OS/include/yarp/os/impl/SizedWriter.h index 207544b7b8c..8c6655f3aa5 100644 --- a/src/libYARP_OS/include/yarp/os/impl/SizedWriter.h +++ b/src/libYARP_OS/include/yarp/os/impl/SizedWriter.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/SocketTwoWayStream.h b/src/libYARP_OS/include/yarp/os/impl/SocketTwoWayStream.h index 89ec1e01a53..cc95277c935 100644 --- a/src/libYARP_OS/include/yarp/os/impl/SocketTwoWayStream.h +++ b/src/libYARP_OS/include/yarp/os/impl/SocketTwoWayStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/SplitString.h b/src/libYARP_OS/include/yarp/os/impl/SplitString.h index 37b1bfb08e2..b0b65a62ee9 100644 --- a/src/libYARP_OS/include/yarp/os/impl/SplitString.h +++ b/src/libYARP_OS/include/yarp/os/impl/SplitString.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/StreamConnectionReader.h b/src/libYARP_OS/include/yarp/os/impl/StreamConnectionReader.h index bde66051ee0..c562e992f3a 100644 --- a/src/libYARP_OS/include/yarp/os/impl/StreamConnectionReader.h +++ b/src/libYARP_OS/include/yarp/os/impl/StreamConnectionReader.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/String.h b/src/libYARP_OS/include/yarp/os/impl/String.h index 0ad1aa95c92..74ec6739261 100644 --- a/src/libYARP_OS/include/yarp/os/impl/String.h +++ b/src/libYARP_OS/include/yarp/os/impl/String.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/StringInputStream.h b/src/libYARP_OS/include/yarp/os/impl/StringInputStream.h index dac55771d92..796485c05c8 100644 --- a/src/libYARP_OS/include/yarp/os/impl/StringInputStream.h +++ b/src/libYARP_OS/include/yarp/os/impl/StringInputStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/StringOutputStream.h b/src/libYARP_OS/include/yarp/os/impl/StringOutputStream.h index a79ba8a2a3c..7ceadea88c2 100644 --- a/src/libYARP_OS/include/yarp/os/impl/StringOutputStream.h +++ b/src/libYARP_OS/include/yarp/os/impl/StringOutputStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/TcpCarrier.h b/src/libYARP_OS/include/yarp/os/impl/TcpCarrier.h index 6cb6282cf9e..cd76adcbbf3 100644 --- a/src/libYARP_OS/include/yarp/os/impl/TcpCarrier.h +++ b/src/libYARP_OS/include/yarp/os/impl/TcpCarrier.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/TcpFace.h b/src/libYARP_OS/include/yarp/os/impl/TcpFace.h index a32ae698aec..ef21ba1fec4 100644 --- a/src/libYARP_OS/include/yarp/os/impl/TcpFace.h +++ b/src/libYARP_OS/include/yarp/os/impl/TcpFace.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/TextCarrier.h b/src/libYARP_OS/include/yarp/os/impl/TextCarrier.h index 38eab3cff21..e8b326eb111 100644 --- a/src/libYARP_OS/include/yarp/os/impl/TextCarrier.h +++ b/src/libYARP_OS/include/yarp/os/impl/TextCarrier.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/ThreadImpl.h b/src/libYARP_OS/include/yarp/os/impl/ThreadImpl.h index ba2712edfc6..e3994d43b40 100644 --- a/src/libYARP_OS/include/yarp/os/impl/ThreadImpl.h +++ b/src/libYARP_OS/include/yarp/os/impl/ThreadImpl.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/TwoWayStream.h b/src/libYARP_OS/include/yarp/os/impl/TwoWayStream.h index 91bd54a7d93..440cd9c488d 100644 --- a/src/libYARP_OS/include/yarp/os/impl/TwoWayStream.h +++ b/src/libYARP_OS/include/yarp/os/impl/TwoWayStream.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/UdpCarrier.h b/src/libYARP_OS/include/yarp/os/impl/UdpCarrier.h index d499530f59a..4e86860bba1 100644 --- a/src/libYARP_OS/include/yarp/os/impl/UdpCarrier.h +++ b/src/libYARP_OS/include/yarp/os/impl/UdpCarrier.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/UnitTest.h b/src/libYARP_OS/include/yarp/os/impl/UnitTest.h index 73c1a614b03..b1f091c83bf 100644 --- a/src/libYARP_OS/include/yarp/os/impl/UnitTest.h +++ b/src/libYARP_OS/include/yarp/os/impl/UnitTest.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/os/impl/ydr.h b/src/libYARP_OS/include/yarp/os/impl/ydr.h index 9fce6938fd6..d7a8b2f1e4a 100644 --- a/src/libYARP_OS/include/yarp/os/impl/ydr.h +++ b/src/libYARP_OS/include/yarp/os/impl/ydr.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/include/yarp/ydr.h b/src/libYARP_OS/include/yarp/ydr.h index 756e2f25f91..e42ea9e989b 100644 --- a/src/libYARP_OS/include/yarp/ydr.h +++ b/src/libYARP_OS/include/yarp/ydr.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Address.cpp b/src/libYARP_OS/src/Address.cpp index 72c956b2275..9f6ec2dcb1b 100644 --- a/src/libYARP_OS/src/Address.cpp +++ b/src/libYARP_OS/src/Address.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Bottle.cpp b/src/libYARP_OS/src/Bottle.cpp index 41f72b75b41..68919f1c6ab 100644 --- a/src/libYARP_OS/src/Bottle.cpp +++ b/src/libYARP_OS/src/Bottle.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2008 Paul Fitzpatrick, Arjan Gijsberts - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/BottleImpl.cpp b/src/libYARP_OS/src/BottleImpl.cpp index f1a6d7a127f..af64ee40517 100644 --- a/src/libYARP_OS/src/BottleImpl.cpp +++ b/src/libYARP_OS/src/BottleImpl.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2008 Paul Fitzpatrick, Arjan Gijsberts - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/BufferedConnectionWriter.cpp b/src/libYARP_OS/src/BufferedConnectionWriter.cpp index 1314315563d..63469fd9563 100644 --- a/src/libYARP_OS/src/BufferedConnectionWriter.cpp +++ b/src/libYARP_OS/src/BufferedConnectionWriter.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Carriers.cpp b/src/libYARP_OS/src/Carriers.cpp index 76653e4b172..0c6ba1f499d 100644 --- a/src/libYARP_OS/src/Carriers.cpp +++ b/src/libYARP_OS/src/Carriers.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Companion.cpp b/src/libYARP_OS/src/Companion.cpp index 97db3d991b2..47be69a37f4 100644 --- a/src/libYARP_OS/src/Companion.cpp +++ b/src/libYARP_OS/src/Companion.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2007, 2008, 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/ConstString.cpp b/src/libYARP_OS/src/ConstString.cpp index 84f8ffe01bf..f33deae37ff 100644 --- a/src/libYARP_OS/src/ConstString.cpp +++ b/src/libYARP_OS/src/ConstString.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Contact.cpp b/src/libYARP_OS/src/Contact.cpp index 0f8f0de1f7d..9dd763e680b 100644 --- a/src/libYARP_OS/src/Contact.cpp +++ b/src/libYARP_OS/src/Contact.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/DgramTwoWayStream.cpp b/src/libYARP_OS/src/DgramTwoWayStream.cpp index fd4837d3842..e1c7710c1d3 100644 --- a/src/libYARP_OS/src/DgramTwoWayStream.cpp +++ b/src/libYARP_OS/src/DgramTwoWayStream.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Dispatcher.cpp b/src/libYARP_OS/src/Dispatcher.cpp index 1da40c54070..8bd4dab3640 100644 --- a/src/libYARP_OS/src/Dispatcher.cpp +++ b/src/libYARP_OS/src/Dispatcher.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/DummyConnector.cpp b/src/libYARP_OS/src/DummyConnector.cpp index 23ab7466234..347c2f1dfab 100644 --- a/src/libYARP_OS/src/DummyConnector.cpp +++ b/src/libYARP_OS/src/DummyConnector.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Freyr Magnusson and Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Election.cpp b/src/libYARP_OS/src/Election.cpp index 91147976e1f..3114c1eec44 100644 --- a/src/libYARP_OS/src/Election.cpp +++ b/src/libYARP_OS/src/Election.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Event.cpp b/src/libYARP_OS/src/Event.cpp index 4fcc965f716..d59f150ba29 100644 --- a/src/libYARP_OS/src/Event.cpp +++ b/src/libYARP_OS/src/Event.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/FakeFace.cpp b/src/libYARP_OS/src/FakeFace.cpp index 326f9f5435c..ba849a455d0 100644 --- a/src/libYARP_OS/src/FakeFace.cpp +++ b/src/libYARP_OS/src/FakeFace.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/FallbackNameClient.cpp b/src/libYARP_OS/src/FallbackNameClient.cpp index 9998da887de..1e52f7c3fe7 100644 --- a/src/libYARP_OS/src/FallbackNameClient.cpp +++ b/src/libYARP_OS/src/FallbackNameClient.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/FallbackNameServer.cpp b/src/libYARP_OS/src/FallbackNameServer.cpp index 5f03590b136..c31263849af 100644 --- a/src/libYARP_OS/src/FallbackNameServer.cpp +++ b/src/libYARP_OS/src/FallbackNameServer.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/HttpCarrier.cpp b/src/libYARP_OS/src/HttpCarrier.cpp index e6a5d14a5b1..b9333c9d8ec 100644 --- a/src/libYARP_OS/src/HttpCarrier.cpp +++ b/src/libYARP_OS/src/HttpCarrier.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/IConfig.cpp b/src/libYARP_OS/src/IConfig.cpp index b0bb8ba0ab7..2cf7bbf122f 100644 --- a/src/libYARP_OS/src/IConfig.cpp +++ b/src/libYARP_OS/src/IConfig.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/LocalCarrier.cpp b/src/libYARP_OS/src/LocalCarrier.cpp index 71cc67e1e80..8b69f0ce672 100644 --- a/src/libYARP_OS/src/LocalCarrier.cpp +++ b/src/libYARP_OS/src/LocalCarrier.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Logger.cpp b/src/libYARP_OS/src/Logger.cpp index bd2d470a773..6335fc276cd 100644 --- a/src/libYARP_OS/src/Logger.cpp +++ b/src/libYARP_OS/src/Logger.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/ManagedBytes.cpp b/src/libYARP_OS/src/ManagedBytes.cpp index 5a5d314e7da..02160632765 100644 --- a/src/libYARP_OS/src/ManagedBytes.cpp +++ b/src/libYARP_OS/src/ManagedBytes.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/McastCarrier.cpp b/src/libYARP_OS/src/McastCarrier.cpp index e68f5a4956a..11459b3cb64 100644 --- a/src/libYARP_OS/src/McastCarrier.cpp +++ b/src/libYARP_OS/src/McastCarrier.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Module.cpp b/src/libYARP_OS/src/Module.cpp index 52c22f8c108..da325b23c70 100644 --- a/src/libYARP_OS/src/Module.cpp +++ b/src/libYARP_OS/src/Module.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Name.cpp b/src/libYARP_OS/src/Name.cpp index ed6a0f818e0..cc0f986929f 100644 --- a/src/libYARP_OS/src/Name.cpp +++ b/src/libYARP_OS/src/Name.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/NameClient.cpp b/src/libYARP_OS/src/NameClient.cpp index 151b94be7fa..e63f222d42b 100644 --- a/src/libYARP_OS/src/NameClient.cpp +++ b/src/libYARP_OS/src/NameClient.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/NameConfig.cpp b/src/libYARP_OS/src/NameConfig.cpp index 4507db21a5a..3b648714f95 100644 --- a/src/libYARP_OS/src/NameConfig.cpp +++ b/src/libYARP_OS/src/NameConfig.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/NameServer.cpp b/src/libYARP_OS/src/NameServer.cpp index bbf57fd4fe3..cbae9632c0c 100644 --- a/src/libYARP_OS/src/NameServer.cpp +++ b/src/libYARP_OS/src/NameServer.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/NameserCarrier.cpp b/src/libYARP_OS/src/NameserCarrier.cpp index d33a0b29e2a..afdc613ab85 100644 --- a/src/libYARP_OS/src/NameserCarrier.cpp +++ b/src/libYARP_OS/src/NameserCarrier.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/NetType.cpp b/src/libYARP_OS/src/NetType.cpp index b3042706673..990336a1f88 100644 --- a/src/libYARP_OS/src/NetType.cpp +++ b/src/libYARP_OS/src/NetType.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Network.cpp b/src/libYARP_OS/src/Network.cpp index e9b8185ebfb..ab259d9c0e8 100644 --- a/src/libYARP_OS/src/Network.cpp +++ b/src/libYARP_OS/src/Network.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Os.cpp b/src/libYARP_OS/src/Os.cpp index 413cc7c1b43..2e6d0769fb0 100644 --- a/src/libYARP_OS/src/Os.cpp +++ b/src/libYARP_OS/src/Os.cpp @@ -3,7 +3,7 @@ /* * Copyright (C) 2009 RobotCub Consortium * Author: Lorenzo natale - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Port.cpp b/src/libYARP_OS/src/Port.cpp index e8540ebda8b..1b6e3576a05 100644 --- a/src/libYARP_OS/src/Port.cpp +++ b/src/libYARP_OS/src/Port.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/PortCommand.cpp b/src/libYARP_OS/src/PortCommand.cpp index 02eb89a5ee7..f1a969b2ad4 100644 --- a/src/libYARP_OS/src/PortCommand.cpp +++ b/src/libYARP_OS/src/PortCommand.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/PortCore.cpp b/src/libYARP_OS/src/PortCore.cpp index 6d8b277b2e2..3cec8d3af7d 100644 --- a/src/libYARP_OS/src/PortCore.cpp +++ b/src/libYARP_OS/src/PortCore.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/PortCoreInputUnit.cpp b/src/libYARP_OS/src/PortCoreInputUnit.cpp index fb2e4d23d29..3d99f84823a 100644 --- a/src/libYARP_OS/src/PortCoreInputUnit.cpp +++ b/src/libYARP_OS/src/PortCoreInputUnit.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/PortCoreOutputUnit.cpp b/src/libYARP_OS/src/PortCoreOutputUnit.cpp index 6879ad05408..11654ffad1e 100644 --- a/src/libYARP_OS/src/PortCoreOutputUnit.cpp +++ b/src/libYARP_OS/src/PortCoreOutputUnit.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/PortReaderBuffer.cpp b/src/libYARP_OS/src/PortReaderBuffer.cpp index 6107d2270b4..63ea626e245 100644 --- a/src/libYARP_OS/src/PortReaderBuffer.cpp +++ b/src/libYARP_OS/src/PortReaderBuffer.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/PortWriterBuffer.cpp b/src/libYARP_OS/src/PortWriterBuffer.cpp index 6b7984d1d73..2b53d66b325 100644 --- a/src/libYARP_OS/src/PortWriterBuffer.cpp +++ b/src/libYARP_OS/src/PortWriterBuffer.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Property.cpp b/src/libYARP_OS/src/Property.cpp index b7eaf1fd440..e4a40f4570c 100644 --- a/src/libYARP_OS/src/Property.cpp +++ b/src/libYARP_OS/src/Property.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Protocol.cpp b/src/libYARP_OS/src/Protocol.cpp index d7f531435ce..ff02607219b 100644 --- a/src/libYARP_OS/src/Protocol.cpp +++ b/src/libYARP_OS/src/Protocol.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/RFModule.cpp b/src/libYARP_OS/src/RFModule.cpp index 59ac17ec1e9..6d09c144429 100644 --- a/src/libYARP_OS/src/RFModule.cpp +++ b/src/libYARP_OS/src/RFModule.cpp @@ -4,7 +4,7 @@ * Author: Lorenzo Natale. * Copyright (C) 2009 The Robotcub consortium * Based on code by Paul Fitzpatrick 2007. -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #include diff --git a/src/libYARP_OS/src/RateThread.cpp b/src/libYARP_OS/src/RateThread.cpp index ee42276001a..fa937716a24 100644 --- a/src/libYARP_OS/src/RateThread.cpp +++ b/src/libYARP_OS/src/RateThread.cpp @@ -3,7 +3,7 @@ /* * Author: Lorenzo Natale. * Copyright (C) 2006 The Robotcub consortium -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ diff --git a/src/libYARP_OS/src/ResourceFinder.cpp b/src/libYARP_OS/src/ResourceFinder.cpp index 600c9fb23aa..aced611fb10 100644 --- a/src/libYARP_OS/src/ResourceFinder.cpp +++ b/src/libYARP_OS/src/ResourceFinder.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Run.cpp b/src/libYARP_OS/src/Run.cpp index 0e676196346..e2ee0187f15 100644 --- a/src/libYARP_OS/src/Run.cpp +++ b/src/libYARP_OS/src/Run.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007-2009 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #include diff --git a/src/libYARP_OS/src/Semaphore.cpp b/src/libYARP_OS/src/Semaphore.cpp index e26e519b36c..5d83109a7f8 100644 --- a/src/libYARP_OS/src/Semaphore.cpp +++ b/src/libYARP_OS/src/Semaphore.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/ShmemHybridStream.cpp b/src/libYARP_OS/src/ShmemHybridStream.cpp index a083b5cddf5..5d373e29810 100644 --- a/src/libYARP_OS/src/ShmemHybridStream.cpp +++ b/src/libYARP_OS/src/ShmemHybridStream.cpp @@ -3,7 +3,7 @@ /* * Author: Alessandro Scalzo alessandro@liralab.it * Copyright (C) 2007 RobotCub Consortium - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/ShmemInputStream.cpp b/src/libYARP_OS/src/ShmemInputStream.cpp index 895f82aae19..42ddf65c324 100644 --- a/src/libYARP_OS/src/ShmemInputStream.cpp +++ b/src/libYARP_OS/src/ShmemInputStream.cpp @@ -3,7 +3,7 @@ /* * Author: Alessandro Scalzo alessandro@liralab.it * Copyright (C) 2007 RobotCub Consortium -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/ShmemOutputStream.cpp b/src/libYARP_OS/src/ShmemOutputStream.cpp index 09fbcc1c894..4e2ddc94e8f 100644 --- a/src/libYARP_OS/src/ShmemOutputStream.cpp +++ b/src/libYARP_OS/src/ShmemOutputStream.cpp @@ -3,7 +3,7 @@ /* * Author: Alessandro Scalzo alessandro@liralab.it * Copyright (C) 2007 RobotCub Consortium -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/ShmemTwoWayStream.cpp b/src/libYARP_OS/src/ShmemTwoWayStream.cpp index 6637586ec8c..23a97fc54c3 100644 --- a/src/libYARP_OS/src/ShmemTwoWayStream.cpp +++ b/src/libYARP_OS/src/ShmemTwoWayStream.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/SocketTwoWayStream.cpp b/src/libYARP_OS/src/SocketTwoWayStream.cpp index 29b6341ff63..415f5f0ee59 100644 --- a/src/libYARP_OS/src/SocketTwoWayStream.cpp +++ b/src/libYARP_OS/src/SocketTwoWayStream.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Stamp.cpp b/src/libYARP_OS/src/Stamp.cpp index f02d7a9dbf5..c61bde5cc72 100644 --- a/src/libYARP_OS/src/Stamp.cpp +++ b/src/libYARP_OS/src/Stamp.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/StreamConnectionReader.cpp b/src/libYARP_OS/src/StreamConnectionReader.cpp index 108f1919c0e..5c279b2cd3e 100644 --- a/src/libYARP_OS/src/StreamConnectionReader.cpp +++ b/src/libYARP_OS/src/StreamConnectionReader.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/TcpFace.cpp b/src/libYARP_OS/src/TcpFace.cpp index f670b7c5060..6e08fe6e8a3 100644 --- a/src/libYARP_OS/src/TcpFace.cpp +++ b/src/libYARP_OS/src/TcpFace.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Terminator.cpp b/src/libYARP_OS/src/Terminator.cpp index 3937135c20e..f075c333a39 100644 --- a/src/libYARP_OS/src/Terminator.cpp +++ b/src/libYARP_OS/src/Terminator.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2008 Giorgio Metta, Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Thread.cpp b/src/libYARP_OS/src/Thread.cpp index f85c5d68267..7378fad68c7 100644 --- a/src/libYARP_OS/src/Thread.cpp +++ b/src/libYARP_OS/src/Thread.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/ThreadImpl.cpp b/src/libYARP_OS/src/ThreadImpl.cpp index 15937721166..b30f8b4364e 100644 --- a/src/libYARP_OS/src/ThreadImpl.cpp +++ b/src/libYARP_OS/src/ThreadImpl.cpp @@ -3,7 +3,7 @@ /* * Author: Lorenzo Natale and Paul Fitzpatrick. * Copyright (C) 2006 The Robotcub consortium -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ // added threadRelease/threadInit methods, synchronization and diff --git a/src/libYARP_OS/src/Time.cpp b/src/libYARP_OS/src/Time.cpp index 87e3aeb6a6d..536a8ed1736 100644 --- a/src/libYARP_OS/src/Time.cpp +++ b/src/libYARP_OS/src/Time.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/UnitTest.cpp b/src/libYARP_OS/src/UnitTest.cpp index 10768fd0706..098e8eb06f5 100644 --- a/src/libYARP_OS/src/UnitTest.cpp +++ b/src/libYARP_OS/src/UnitTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Value.cpp b/src/libYARP_OS/src/Value.cpp index 1f9fcf4090e..e89e44780af 100644 --- a/src/libYARP_OS/src/Value.cpp +++ b/src/libYARP_OS/src/Value.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/Vocab.cpp b/src/libYARP_OS/src/Vocab.cpp index 1ab6e6e9c30..b37a546c012 100644 --- a/src/libYARP_OS/src/Vocab.cpp +++ b/src/libYARP_OS/src/Vocab.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_OS/src/ydr.cpp b/src/libYARP_OS/src/ydr.cpp index 2e7f1a27a63..61a320ee4ea 100644 --- a/src/libYARP_OS/src/ydr.cpp +++ b/src/libYARP_OS/src/ydr.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/CMakeLists.txt b/src/libYARP_dev/CMakeLists.txt index 2827548022d..26d32cd9200 100644 --- a/src/libYARP_dev/CMakeLists.txt +++ b/src/libYARP_dev/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT project(libYARP_dev) diff --git a/src/libYARP_dev/harness/PolyDriverTest.cpp b/src/libYARP_dev/harness/PolyDriverTest.cpp index 3903b17850c..60710fb0897 100644 --- a/src/libYARP_dev/harness/PolyDriverTest.cpp +++ b/src/libYARP_dev/harness/PolyDriverTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/harness/TestList.h b/src/libYARP_dev/harness/TestList.h index 425fd2a1fa8..56ff555d7ed 100644 --- a/src/libYARP_dev/harness/TestList.h +++ b/src/libYARP_dev/harness/TestList.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/harness/harness.cpp b/src/libYARP_dev/harness/harness.cpp index 1565552e623..dcde3e83599 100644 --- a/src/libYARP_dev/harness/harness.cpp +++ b/src/libYARP_dev/harness/harness.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/AudioGrabberInterfaces.h b/src/libYARP_dev/include/yarp/dev/AudioGrabberInterfaces.h index ca9fd3f9e6f..0568e39d325 100644 --- a/src/libYARP_dev/include/yarp/dev/AudioGrabberInterfaces.h +++ b/src/libYARP_dev/include/yarp/dev/AudioGrabberInterfaces.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/AudioVisualInterfaces.h b/src/libYARP_dev/include/yarp/dev/AudioVisualInterfaces.h index f166eabf868..f2d18773cb3 100644 --- a/src/libYARP_dev/include/yarp/dev/AudioVisualInterfaces.h +++ b/src/libYARP_dev/include/yarp/dev/AudioVisualInterfaces.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/CalibratorInterfaces.h b/src/libYARP_dev/include/yarp/dev/CalibratorInterfaces.h index fb294c63b92..c028702837a 100644 --- a/src/libYARP_dev/include/yarp/dev/CalibratorInterfaces.h +++ b/src/libYARP_dev/include/yarp/dev/CalibratorInterfaces.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Lorenzo Natale - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/CanBusInterface.h b/src/libYARP_dev/include/yarp/dev/CanBusInterface.h index 86a099e7a06..c16a5519c12 100644 --- a/src/libYARP_dev/include/yarp/dev/CanBusInterface.h +++ b/src/libYARP_dev/include/yarp/dev/CanBusInterface.h @@ -2,7 +2,7 @@ /* * Copyright: (C) 2008 Lorenzo Natale - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/CartesianControl.h b/src/libYARP_dev/include/yarp/dev/CartesianControl.h index 353296abbd8..157d3047c64 100644 --- a/src/libYARP_dev/include/yarp/dev/CartesianControl.h +++ b/src/libYARP_dev/include/yarp/dev/CartesianControl.h @@ -3,7 +3,7 @@ /* * Copyright (C) 2008 RobotCub Consortium * Authors: Lorenzo Natale and Ugo Pattacini -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #ifndef __YARPCARTESIANCONTROLINTERFACES__ diff --git a/src/libYARP_dev/include/yarp/dev/ControlBoardHelpers.h b/src/libYARP_dev/include/yarp/dev/ControlBoardHelpers.h index da95a744d91..e219e81536b 100644 --- a/src/libYARP_dev/include/yarp/dev/ControlBoardHelpers.h +++ b/src/libYARP_dev/include/yarp/dev/ControlBoardHelpers.h @@ -1,7 +1,7 @@ // -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*- /* * Copyright (C) 2006 Giorgio Metta and Lorenzo Natale - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/ControlBoardInterfaces.h b/src/libYARP_dev/include/yarp/dev/ControlBoardInterfaces.h index 1584da3c99e..2c0c38a4d78 100644 --- a/src/libYARP_dev/include/yarp/dev/ControlBoardInterfaces.h +++ b/src/libYARP_dev/include/yarp/dev/ControlBoardInterfaces.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Lorenzo Natale, Giorgio Metta - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/ControlBoardInterfacesImpl.h b/src/libYARP_dev/include/yarp/dev/ControlBoardInterfacesImpl.h index 1e2a6ac66dc..a08ee7215a0 100644 --- a/src/libYARP_dev/include/yarp/dev/ControlBoardInterfacesImpl.h +++ b/src/libYARP_dev/include/yarp/dev/ControlBoardInterfacesImpl.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2008, 2009 Lorenzo Natale - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/ControlBoardInterfacesImpl.inl b/src/libYARP_dev/include/yarp/dev/ControlBoardInterfacesImpl.inl index e61600c5083..283a8ace76b 100644 --- a/src/libYARP_dev/include/yarp/dev/ControlBoardInterfacesImpl.inl +++ b/src/libYARP_dev/include/yarp/dev/ControlBoardInterfacesImpl.inl @@ -1,7 +1,7 @@ // -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*- /* * Copyright (C) 2006 Lorenzo Natale - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/ControlBoardPid.h b/src/libYARP_dev/include/yarp/dev/ControlBoardPid.h index 2ae205bbdeb..d02f4e5c2cc 100644 --- a/src/libYARP_dev/include/yarp/dev/ControlBoardPid.h +++ b/src/libYARP_dev/include/yarp/dev/ControlBoardPid.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Lorenzo Natale, Giorgio Metta - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/DataSource.h b/src/libYARP_dev/include/yarp/dev/DataSource.h index 42cc35d1a16..c61ea4c2035 100644 --- a/src/libYARP_dev/include/yarp/dev/DataSource.h +++ b/src/libYARP_dev/include/yarp/dev/DataSource.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/DeviceDriver.h b/src/libYARP_dev/include/yarp/dev/DeviceDriver.h index 3fd3a795fb0..093d21e5df3 100644 --- a/src/libYARP_dev/include/yarp/dev/DeviceDriver.h +++ b/src/libYARP_dev/include/yarp/dev/DeviceDriver.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/DeviceGroup.h b/src/libYARP_dev/include/yarp/dev/DeviceGroup.h index 2153404698e..dbf14ca523c 100644 --- a/src/libYARP_dev/include/yarp/dev/DeviceGroup.h +++ b/src/libYARP_dev/include/yarp/dev/DeviceGroup.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/DevicePipe.h b/src/libYARP_dev/include/yarp/dev/DevicePipe.h index 757833dd99d..01564f6cbdf 100644 --- a/src/libYARP_dev/include/yarp/dev/DevicePipe.h +++ b/src/libYARP_dev/include/yarp/dev/DevicePipe.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/Drivers.h b/src/libYARP_dev/include/yarp/dev/Drivers.h index c3590e6ae72..35c373d1551 100644 --- a/src/libYARP_dev/include/yarp/dev/Drivers.h +++ b/src/libYARP_dev/include/yarp/dev/Drivers.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/FrameGrabberInterfaces.h b/src/libYARP_dev/include/yarp/dev/FrameGrabberInterfaces.h index e0187e3454d..05456cc6742 100644 --- a/src/libYARP_dev/include/yarp/dev/FrameGrabberInterfaces.h +++ b/src/libYARP_dev/include/yarp/dev/FrameGrabberInterfaces.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick and Lorenzo Natale - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/GPUInterface.h b/src/libYARP_dev/include/yarp/dev/GPUInterface.h index 8ae153ea65a..a2855d5e512 100644 --- a/src/libYARP_dev/include/yarp/dev/GPUInterface.h +++ b/src/libYARP_dev/include/yarp/dev/GPUInterface.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Giacomo Spigler - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #ifndef __YARPGPUINTERFACES__ diff --git a/src/libYARP_dev/include/yarp/dev/GazeControl.h b/src/libYARP_dev/include/yarp/dev/GazeControl.h index a5891ea27f9..16a37d80637 100644 --- a/src/libYARP_dev/include/yarp/dev/GazeControl.h +++ b/src/libYARP_dev/include/yarp/dev/GazeControl.h @@ -3,7 +3,7 @@ /* * Copyright (C) 2008 RobotCub Consortium * Author: Ugo Pattacini -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #ifndef __YARPGAZECONTROLINTERFACES__ diff --git a/src/libYARP_dev/include/yarp/dev/GenericSensorInterfaces.h b/src/libYARP_dev/include/yarp/dev/GenericSensorInterfaces.h index ffa14050173..c4db4f1c8a5 100644 --- a/src/libYARP_dev/include/yarp/dev/GenericSensorInterfaces.h +++ b/src/libYARP_dev/include/yarp/dev/GenericSensorInterfaces.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Lorenzo Natale - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/IAnalogSensor.h b/src/libYARP_dev/include/yarp/dev/IAnalogSensor.h index 213a4dbfd3f..955234ae60d 100644 --- a/src/libYARP_dev/include/yarp/dev/IAnalogSensor.h +++ b/src/libYARP_dev/include/yarp/dev/IAnalogSensor.h @@ -3,7 +3,7 @@ /* * Copyright (C) 2010 RobotCub Consortium * Author: Lorenzo Natale - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/PolyDriver.h b/src/libYARP_dev/include/yarp/dev/PolyDriver.h index bd86e9405ab..779ab8bdc85 100644 --- a/src/libYARP_dev/include/yarp/dev/PolyDriver.h +++ b/src/libYARP_dev/include/yarp/dev/PolyDriver.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/PolyDriverDescriptor.h b/src/libYARP_dev/include/yarp/dev/PolyDriverDescriptor.h index a2f9c88de80..357b2269a12 100644 --- a/src/libYARP_dev/include/yarp/dev/PolyDriverDescriptor.h +++ b/src/libYARP_dev/include/yarp/dev/PolyDriverDescriptor.h @@ -5,7 +5,7 @@ /* * Copyright (C) 2008 RobotCub Consortium * Authors: Lorenzo Natale -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #include diff --git a/src/libYARP_dev/include/yarp/dev/PolyDriverList.h b/src/libYARP_dev/include/yarp/dev/PolyDriverList.h index 5dc3c09873d..bb7c570070f 100644 --- a/src/libYARP_dev/include/yarp/dev/PolyDriverList.h +++ b/src/libYARP_dev/include/yarp/dev/PolyDriverList.h @@ -6,7 +6,7 @@ /* * Copyright (C) 2008 RobotCub Consortium * Authors: Lorenzo Natale -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #include diff --git a/src/libYARP_dev/include/yarp/dev/PreciselyTimed.h b/src/libYARP_dev/include/yarp/dev/PreciselyTimed.h index c785c4546b8..30d14c8023c 100644 --- a/src/libYARP_dev/include/yarp/dev/PreciselyTimed.h +++ b/src/libYARP_dev/include/yarp/dev/PreciselyTimed.h @@ -3,7 +3,7 @@ /* * Copyright (C) 2008 RobotCub Consortium * Author Alessandro Scalzo - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/SerialInterfaces.h b/src/libYARP_dev/include/yarp/dev/SerialInterfaces.h index 507d5a92ff5..07e5844ae83 100644 --- a/src/libYARP_dev/include/yarp/dev/SerialInterfaces.h +++ b/src/libYARP_dev/include/yarp/dev/SerialInterfaces.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Alex Bernardino & Carlos Beltran-Gonzalez - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/ServerFrameGrabber.h b/src/libYARP_dev/include/yarp/dev/ServerFrameGrabber.h index c346905bef3..b9b6203f286 100644 --- a/src/libYARP_dev/include/yarp/dev/ServerFrameGrabber.h +++ b/src/libYARP_dev/include/yarp/dev/ServerFrameGrabber.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/ServerInertial.h b/src/libYARP_dev/include/yarp/dev/ServerInertial.h index c1c8156b776..983c47bdf50 100644 --- a/src/libYARP_dev/include/yarp/dev/ServerInertial.h +++ b/src/libYARP_dev/include/yarp/dev/ServerInertial.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/ServerSerial.h b/src/libYARP_dev/include/yarp/dev/ServerSerial.h index 73fe7076979..1aca21c4006 100644 --- a/src/libYARP_dev/include/yarp/dev/ServerSerial.h +++ b/src/libYARP_dev/include/yarp/dev/ServerSerial.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Alex Bernardino & Carlos Beltran-Gonzalez - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/ServerSoundGrabber.h b/src/libYARP_dev/include/yarp/dev/ServerSoundGrabber.h index 8bc6473a987..d663c8d1b5a 100644 --- a/src/libYARP_dev/include/yarp/dev/ServerSoundGrabber.h +++ b/src/libYARP_dev/include/yarp/dev/ServerSoundGrabber.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Julio Gomes - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/ServiceInterfaces.h b/src/libYARP_dev/include/yarp/dev/ServiceInterfaces.h index a44a5289319..2fe779e77ea 100644 --- a/src/libYARP_dev/include/yarp/dev/ServiceInterfaces.h +++ b/src/libYARP_dev/include/yarp/dev/ServiceInterfaces.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/TestFrameGrabber.h b/src/libYARP_dev/include/yarp/dev/TestFrameGrabber.h index 359de8312c2..b0b3cb5b771 100644 --- a/src/libYARP_dev/include/yarp/dev/TestFrameGrabber.h +++ b/src/libYARP_dev/include/yarp/dev/TestFrameGrabber.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/TestMotor.h b/src/libYARP_dev/include/yarp/dev/TestMotor.h index 995e8389b38..5e46e7060ac 100644 --- a/src/libYARP_dev/include/yarp/dev/TestMotor.h +++ b/src/libYARP_dev/include/yarp/dev/TestMotor.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/include/yarp/dev/Wrapper.h b/src/libYARP_dev/include/yarp/dev/Wrapper.h index 2a3f75dbcf0..aec0f2466aa 100644 --- a/src/libYARP_dev/include/yarp/dev/Wrapper.h +++ b/src/libYARP_dev/include/yarp/dev/Wrapper.h @@ -3,7 +3,7 @@ /* * Copyright (C) 2008 RobotCub Consortium * Authors: Lorenzo Natale -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #ifndef __YARPWRAPPERINTERFACE__ diff --git a/src/libYARP_dev/include/yarp/dev/all.h b/src/libYARP_dev/include/yarp/dev/all.h index 7773a6ac9b0..3405bda1c1b 100644 --- a/src/libYARP_dev/include/yarp/dev/all.h +++ b/src/libYARP_dev/include/yarp/dev/all.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/src/AnalogSensorClient.cpp b/src/libYARP_dev/src/AnalogSensorClient.cpp index ddb8803b678..1c4b6aaf6be 100644 --- a/src/libYARP_dev/src/AnalogSensorClient.cpp +++ b/src/libYARP_dev/src/AnalogSensorClient.cpp @@ -3,7 +3,7 @@ /* * Copyright (C) 2010 RobotCub Consortium * Author: Lorenzo Natale -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/src/ControlBoardInterfacesImpl.cpp b/src/libYARP_dev/src/ControlBoardInterfacesImpl.cpp index 47336084ac3..10eb647cc36 100644 --- a/src/libYARP_dev/src/ControlBoardInterfacesImpl.cpp +++ b/src/libYARP_dev/src/ControlBoardInterfacesImpl.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Lorenzo Natale - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/src/ControlBoardInterfacesImpl.inl b/src/libYARP_dev/src/ControlBoardInterfacesImpl.inl index 8cb8789779b..f257d92c7f4 100644 --- a/src/libYARP_dev/src/ControlBoardInterfacesImpl.inl +++ b/src/libYARP_dev/src/ControlBoardInterfacesImpl.inl @@ -1,7 +1,7 @@ // -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*- /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/src/ControlBoardPid.cpp b/src/libYARP_dev/src/ControlBoardPid.cpp index b66ba170f2e..fd6a9cc270e 100644 --- a/src/libYARP_dev/src/ControlBoardPid.cpp +++ b/src/libYARP_dev/src/ControlBoardPid.cpp @@ -3,7 +3,7 @@ /* * Author: Lorenzo Natale and Giorgio Metta. * Copyright (C) 2006 The Robotcub consortium -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #include diff --git a/src/libYARP_dev/src/ControlCalibrationImpl.cpp b/src/libYARP_dev/src/ControlCalibrationImpl.cpp index d6c8e440436..571ac9dfba3 100644 --- a/src/libYARP_dev/src/ControlCalibrationImpl.cpp +++ b/src/libYARP_dev/src/ControlCalibrationImpl.cpp @@ -3,7 +3,7 @@ /* * Author: Lorenzo Natale. * Copyright (C) 2006 The Robotcub consortium -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ diff --git a/src/libYARP_dev/src/DeviceDriver.cpp b/src/libYARP_dev/src/DeviceDriver.cpp index ac413e94e32..6fe0490568f 100644 --- a/src/libYARP_dev/src/DeviceDriver.cpp +++ b/src/libYARP_dev/src/DeviceDriver.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/src/DeviceGroup.cpp b/src/libYARP_dev/src/DeviceGroup.cpp index a13f5f465f8..ab18b3fa8cd 100644 --- a/src/libYARP_dev/src/DeviceGroup.cpp +++ b/src/libYARP_dev/src/DeviceGroup.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/src/DevicePipe.cpp b/src/libYARP_dev/src/DevicePipe.cpp index c8882490316..05a0e10b7bd 100644 --- a/src/libYARP_dev/src/DevicePipe.cpp +++ b/src/libYARP_dev/src/DevicePipe.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/src/Drivers.cpp b/src/libYARP_dev/src/Drivers.cpp index 4deaa31d291..5da944ad7d1 100644 --- a/src/libYARP_dev/src/Drivers.cpp +++ b/src/libYARP_dev/src/Drivers.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/src/Dummy.cpp b/src/libYARP_dev/src/Dummy.cpp index 81abcd8af99..caf6499c419 100644 --- a/src/libYARP_dev/src/Dummy.cpp +++ b/src/libYARP_dev/src/Dummy.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/src/PolyDriver.cpp b/src/libYARP_dev/src/PolyDriver.cpp index e81edf3d3af..4f7fc50273f 100644 --- a/src/libYARP_dev/src/PolyDriver.cpp +++ b/src/libYARP_dev/src/PolyDriver.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/src/PolyDriverDescriptor.cpp b/src/libYARP_dev/src/PolyDriverDescriptor.cpp index 3a21963ae1c..da07901d063 100644 --- a/src/libYARP_dev/src/PolyDriverDescriptor.cpp +++ b/src/libYARP_dev/src/PolyDriverDescriptor.cpp @@ -1,7 +1,7 @@ /* * Author: Lorenzo Natale. * Copyright (C) 2009 The Robotcub consortium -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #include diff --git a/src/libYARP_dev/src/PolyDriverList.cpp b/src/libYARP_dev/src/PolyDriverList.cpp index 2c6c0e3b4ac..c5faf848306 100644 --- a/src/libYARP_dev/src/PolyDriverList.cpp +++ b/src/libYARP_dev/src/PolyDriverList.cpp @@ -2,7 +2,7 @@ /* * Author: Lorenzo Natale. * Copyright (C) 2009 The Robotcub consortium -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #include diff --git a/src/libYARP_dev/src/PopulateDrivers.cpp b/src/libYARP_dev/src/PopulateDrivers.cpp index 07298afbc16..e9a9f1f36a2 100644 --- a/src/libYARP_dev/src/PopulateDrivers.cpp +++ b/src/libYARP_dev/src/PopulateDrivers.cpp @@ -9,7 +9,7 @@ /* * Copyright (C) 2006, 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/src/RemoteControlBoard.cpp b/src/libYARP_dev/src/RemoteControlBoard.cpp index 5e9216f4c0d..bf6e281b667 100644 --- a/src/libYARP_dev/src/RemoteControlBoard.cpp +++ b/src/libYARP_dev/src/RemoteControlBoard.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Giorgio Metta -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/src/ServerControlBoard.cpp b/src/libYARP_dev/src/ServerControlBoard.cpp index a7d0dbb825d..1982d73d024 100644 --- a/src/libYARP_dev/src/ServerControlBoard.cpp +++ b/src/libYARP_dev/src/ServerControlBoard.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Giorgio Metta -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/src/ServerFrameGrabber.cpp b/src/libYARP_dev/src/ServerFrameGrabber.cpp index 25e1776503b..bfcaf451a6f 100644 --- a/src/libYARP_dev/src/ServerFrameGrabber.cpp +++ b/src/libYARP_dev/src/ServerFrameGrabber.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_dev/src/TestFrameGrabber.cpp b/src/libYARP_dev/src/TestFrameGrabber.cpp index f40154f028c..7488e9edbd9 100644 --- a/src/libYARP_dev/src/TestFrameGrabber.cpp +++ b/src/libYARP_dev/src/TestFrameGrabber.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_init/CMakeLists.txt b/src/libYARP_init/CMakeLists.txt index 7bfe63583b2..e6e0b5562e1 100644 --- a/src/libYARP_init/CMakeLists.txt +++ b/src/libYARP_init/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT project(YARP_init) diff --git a/src/libYARP_init/src/CustomInit.cpp b/src/libYARP_init/src/CustomInit.cpp index 48124d3679b..bf744a15fa3 100644 --- a/src/libYARP_init/src/CustomInit.cpp +++ b/src/libYARP_init/src/CustomInit.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_math/CMakeLists.txt b/src/libYARP_math/CMakeLists.txt index 618e14fb699..0fac5dfb0b9 100755 --- a/src/libYARP_math/CMakeLists.txt +++ b/src/libYARP_math/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT option(CREATE_LIB_MATH "Create math library libYARP_math?" OFF) diff --git a/src/libYARP_math/harness/MathTest.cpp b/src/libYARP_math/harness/MathTest.cpp index a7b12cb6957..4e917105400 100755 --- a/src/libYARP_math/harness/MathTest.cpp +++ b/src/libYARP_math/harness/MathTest.cpp @@ -3,7 +3,7 @@ /* * Author: Lorenzo Natale. * Copyright (C) 2007 The Robotcub consortium. -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ diff --git a/src/libYARP_math/harness/TestList.h b/src/libYARP_math/harness/TestList.h index c2dbaebb680..7f5726530b4 100755 --- a/src/libYARP_math/harness/TestList.h +++ b/src/libYARP_math/harness/TestList.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_math/harness/harness.cpp b/src/libYARP_math/harness/harness.cpp index f16f7ceb256..e28ace6491a 100755 --- a/src/libYARP_math/harness/harness.cpp +++ b/src/libYARP_math/harness/harness.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_math/include/yarp/math/Math.h b/src/libYARP_math/include/yarp/math/Math.h index 815840c3b3d..abde0514d36 100755 --- a/src/libYARP_math/include/yarp/math/Math.h +++ b/src/libYARP_math/include/yarp/math/Math.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Lorenzo Natale - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_math/include/yarp/math/Rand.h b/src/libYARP_math/include/yarp/math/Rand.h index 11c9d2cbd7b..2b7656ba397 100755 --- a/src/libYARP_math/include/yarp/math/Rand.h +++ b/src/libYARP_math/include/yarp/math/Rand.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Lorenzo Natale - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_math/include/yarp/math/SVD.h b/src/libYARP_math/include/yarp/math/SVD.h index b75dc7aa6d9..94eba12379f 100644 --- a/src/libYARP_math/include/yarp/math/SVD.h +++ b/src/libYARP_math/include/yarp/math/SVD.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Lorenzo Natale - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_math/src/Rand.cpp b/src/libYARP_math/src/Rand.cpp index b4a68acf67e..991e312752f 100644 --- a/src/libYARP_math/src/Rand.cpp +++ b/src/libYARP_math/src/Rand.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Lorenzo Natale - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_math/src/SVD.cpp b/src/libYARP_math/src/SVD.cpp index 6459927fcec..7e972879d0a 100644 --- a/src/libYARP_math/src/SVD.cpp +++ b/src/libYARP_math/src/SVD.cpp @@ -3,7 +3,7 @@ /* * Author: Lorenzo Natale. * Copyright (C) 2007 The Robotcub consortium -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ /** diff --git a/src/libYARP_math/src/math.cpp b/src/libYARP_math/src/math.cpp index 08a2b91c7e7..171ff1c8235 100755 --- a/src/libYARP_math/src/math.cpp +++ b/src/libYARP_math/src/math.cpp @@ -3,7 +3,7 @@ /* * Author: Lorenzo Natale. * Copyright (C) 2007 The Robotcub consortium -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #include diff --git a/src/libYARP_sig/CMakeLists.txt b/src/libYARP_sig/CMakeLists.txt index 141ff5b7add..34e5da17c48 100644 --- a/src/libYARP_sig/CMakeLists.txt +++ b/src/libYARP_sig/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT project(YARP_sig) diff --git a/src/libYARP_sig/harness/ImageTest.cpp b/src/libYARP_sig/harness/ImageTest.cpp index 603a75c9104..9f4869fe4dd 100644 --- a/src/libYARP_sig/harness/ImageTest.cpp +++ b/src/libYARP_sig/harness/ImageTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_sig/harness/MatrixTest.cpp b/src/libYARP_sig/harness/MatrixTest.cpp index f5cb3f773e1..7daf9698194 100755 --- a/src/libYARP_sig/harness/MatrixTest.cpp +++ b/src/libYARP_sig/harness/MatrixTest.cpp @@ -3,7 +3,7 @@ /* * Author: Lorenzo Natale. * Copyright (C) 2006 The Robotcub consortium -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #include diff --git a/src/libYARP_sig/harness/SoundTest.cpp b/src/libYARP_sig/harness/SoundTest.cpp index b3d61d7ef91..47e5613317e 100644 --- a/src/libYARP_sig/harness/SoundTest.cpp +++ b/src/libYARP_sig/harness/SoundTest.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_sig/harness/TestList.h b/src/libYARP_sig/harness/TestList.h index 84cd64bec84..fa3cfeb8819 100644 --- a/src/libYARP_sig/harness/TestList.h +++ b/src/libYARP_sig/harness/TestList.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_sig/harness/VectorTest.cpp b/src/libYARP_sig/harness/VectorTest.cpp index 54eeb6c06f2..fa807a0d40a 100644 --- a/src/libYARP_sig/harness/VectorTest.cpp +++ b/src/libYARP_sig/harness/VectorTest.cpp @@ -3,7 +3,7 @@ /* * Author: Lorenzo Natale and Giorgio Metta * Copyright (C) 2006 The Robotcub consortium -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ diff --git a/src/libYARP_sig/harness/harness.cpp b/src/libYARP_sig/harness/harness.cpp index 349e206c67c..b5b52947600 100644 --- a/src/libYARP_sig/harness/harness.cpp +++ b/src/libYARP_sig/harness/harness.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_sig/include/yarp/gsl_compatibility.h b/src/libYARP_sig/include/yarp/gsl_compatibility.h index e65777402c0..e6c55d01626 100755 --- a/src/libYARP_sig/include/yarp/gsl_compatibility.h +++ b/src/libYARP_sig/include/yarp/gsl_compatibility.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Lorenzo Natale -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_sig/include/yarp/sig/Image.h b/src/libYARP_sig/include/yarp/sig/Image.h index 40032de8aa9..73ebab1804a 100644 --- a/src/libYARP_sig/include/yarp/sig/Image.h +++ b/src/libYARP_sig/include/yarp/sig/Image.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2008 Paul Fitzpatrick, Giorgio Metta - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_sig/include/yarp/sig/ImageDraw.h b/src/libYARP_sig/include/yarp/sig/ImageDraw.h index 5694b9c4b47..a7b4a5fbfd3 100644 --- a/src/libYARP_sig/include/yarp/sig/ImageDraw.h +++ b/src/libYARP_sig/include/yarp/sig/ImageDraw.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_sig/include/yarp/sig/ImageFile.h b/src/libYARP_sig/include/yarp/sig/ImageFile.h index c10e83d2c27..fd3fe982d50 100644 --- a/src/libYARP_sig/include/yarp/sig/ImageFile.h +++ b/src/libYARP_sig/include/yarp/sig/ImageFile.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Lorenzo Natale and Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_sig/include/yarp/sig/ImageNetworkHeader.h b/src/libYARP_sig/include/yarp/sig/ImageNetworkHeader.h index ea159d37a10..94771e0b1f6 100644 --- a/src/libYARP_sig/include/yarp/sig/ImageNetworkHeader.h +++ b/src/libYARP_sig/include/yarp/sig/ImageNetworkHeader.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_sig/include/yarp/sig/Matrix.h b/src/libYARP_sig/include/yarp/sig/Matrix.h index 85350cf7405..984ed9e54be 100755 --- a/src/libYARP_sig/include/yarp/sig/Matrix.h +++ b/src/libYARP_sig/include/yarp/sig/Matrix.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Lorenzo Natale -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_sig/include/yarp/sig/Sound.h b/src/libYARP_sig/include/yarp/sig/Sound.h index 5e33bc4e852..0b2decf1467 100644 --- a/src/libYARP_sig/include/yarp/sig/Sound.h +++ b/src/libYARP_sig/include/yarp/sig/Sound.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_sig/include/yarp/sig/SoundFile.h b/src/libYARP_sig/include/yarp/sig/SoundFile.h index 56ed986d1d2..3faef52a0ac 100644 --- a/src/libYARP_sig/include/yarp/sig/SoundFile.h +++ b/src/libYARP_sig/include/yarp/sig/SoundFile.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_sig/include/yarp/sig/Vector.h b/src/libYARP_sig/include/yarp/sig/Vector.h index 1f72688dd19..50ff394bb29 100644 --- a/src/libYARP_sig/include/yarp/sig/Vector.h +++ b/src/libYARP_sig/include/yarp/sig/Vector.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Lorenzo Natale -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_sig/include/yarp/sig/all.h b/src/libYARP_sig/include/yarp/sig/all.h index 797b9125124..99ad57e6daa 100644 --- a/src/libYARP_sig/include/yarp/sig/all.h +++ b/src/libYARP_sig/include/yarp/sig/all.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_sig/src/Image.cpp b/src/libYARP_sig/src/Image.cpp index 9cea9e74811..e94379985be 100644 --- a/src/libYARP_sig/src/Image.cpp +++ b/src/libYARP_sig/src/Image.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick, Giorgio Metta - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_sig/src/ImageCopy.cpp b/src/libYARP_sig/src/ImageCopy.cpp index e0e9b56543b..590468aee8e 100644 --- a/src/libYARP_sig/src/ImageCopy.cpp +++ b/src/libYARP_sig/src/ImageCopy.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_sig/src/ImageFile.cpp b/src/libYARP_sig/src/ImageFile.cpp index ada0cccf0b2..1578334d9b2 100644 --- a/src/libYARP_sig/src/ImageFile.cpp +++ b/src/libYARP_sig/src/ImageFile.cpp @@ -3,7 +3,7 @@ /* * Author: Lorenzo Natale, Giorgio Metta and Paul Fitzpatrick. * Copyright (C) 2006 The Robotcub consortium -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ /// diff --git a/src/libYARP_sig/src/IplImage.cpp b/src/libYARP_sig/src/IplImage.cpp index 5476ce175c3..bc431d393fe 100644 --- a/src/libYARP_sig/src/IplImage.cpp +++ b/src/libYARP_sig/src/IplImage.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Giorgio Metta - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_sig/src/Matrix.cpp b/src/libYARP_sig/src/Matrix.cpp index 505b2ec0697..392104fdb67 100755 --- a/src/libYARP_sig/src/Matrix.cpp +++ b/src/libYARP_sig/src/Matrix.cpp @@ -3,7 +3,7 @@ /* * Author: Lorenzo Natale. * Copyright (C) 2007 The Robotcub consortium -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ // $Id: Matrix.cpp,v 1.20 2009-05-12 16:02:29 eshuy Exp $ diff --git a/src/libYARP_sig/src/Sound.cpp b/src/libYARP_sig/src/Sound.cpp index 77b788b4f40..3262283e66a 100644 --- a/src/libYARP_sig/src/Sound.cpp +++ b/src/libYARP_sig/src/Sound.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libYARP_sig/src/Vector.cpp b/src/libYARP_sig/src/Vector.cpp index ab28563f6f5..64c0977ccbe 100644 --- a/src/libYARP_sig/src/Vector.cpp +++ b/src/libYARP_sig/src/Vector.cpp @@ -3,7 +3,7 @@ /* * Author: Lorenzo Natale. * Copyright (C) 2007 The Robotcub consortium -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ // $Id: Vector.cpp,v 1.28 2009-06-15 17:47:37 eshuy Exp $ diff --git a/src/libyarpc/CMakeLists.txt b/src/libyarpc/CMakeLists.txt index 7a5be04c5df..cbcd1e748e3 100644 --- a/src/libyarpc/CMakeLists.txt +++ b/src/libyarpc/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT option(CREATE_YARPC "Compile experimental stable C library" FALSE) mark_as_advanced(CREATE_YARPC) diff --git a/src/libyarpc/test1.cpp b/src/libyarpc/test1.cpp index 9f62ce9b7cb..b5c8d95a430 100644 --- a/src/libyarpc/test1.cpp +++ b/src/libyarpc/test1.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpc/test2.cpp b/src/libyarpc/test2.cpp index 3116e79a886..02264835f84 100644 --- a/src/libyarpc/test2.cpp +++ b/src/libyarpc/test2.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpc/yarp.cpp b/src/libyarpc/yarp.cpp index 421d1de004f..2d80c38b9e5 100644 --- a/src/libyarpc/yarp.cpp +++ b/src/libyarpc/yarp.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpc/yarp.h b/src/libyarpc/yarp.h index 5e56b3022a6..23fdee31986 100644 --- a/src/libyarpc/yarp.h +++ b/src/libyarpc/yarp.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008, 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * * This is a plain C interface to YARP. It is as yet incomplete. * diff --git a/src/libyarpc/yarpbottle.cpp b/src/libyarpc/yarpbottle.cpp index c9b816554b0..508a7607925 100644 --- a/src/libyarpc/yarpbottle.cpp +++ b/src/libyarpc/yarpbottle.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpc/yarpcontact.cpp b/src/libyarpc/yarpcontact.cpp index 2b845e377d5..10813c8fd85 100644 --- a/src/libyarpc/yarpcontact.cpp +++ b/src/libyarpc/yarpcontact.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpc/yarpimpl.h b/src/libyarpc/yarpimpl.h index 53921158eb5..37a6510e08a 100644 --- a/src/libyarpc/yarpimpl.h +++ b/src/libyarpc/yarpimpl.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2009, 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpc/yarpnetwork.cpp b/src/libyarpc/yarpnetwork.cpp index 7090d5ff157..0e670ac63ca 100644 --- a/src/libyarpc/yarpnetwork.cpp +++ b/src/libyarpc/yarpnetwork.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpc/yarpport.cpp b/src/libyarpc/yarpport.cpp index 0c973960807..0b4ea76e015 100644 --- a/src/libyarpc/yarpport.cpp +++ b/src/libyarpc/yarpport.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2008, 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpc/yarpportable.cpp b/src/libyarpc/yarpportable.cpp index 8d530f1efdb..3eacf805e87 100644 --- a/src/libyarpc/yarpportable.cpp +++ b/src/libyarpc/yarpportable.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpc/yarpreader.cpp b/src/libyarpc/yarpreader.cpp index 1bc2eb272f0..e06df73ca2e 100644 --- a/src/libyarpc/yarpreader.cpp +++ b/src/libyarpc/yarpreader.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpc/yarpsemaphore.cpp b/src/libyarpc/yarpsemaphore.cpp index caf639723a0..6284b1f75cc 100644 --- a/src/libyarpc/yarpsemaphore.cpp +++ b/src/libyarpc/yarpsemaphore.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpc/yarpstring.cpp b/src/libyarpc/yarpstring.cpp index 043754740bc..61eb83992b0 100644 --- a/src/libyarpc/yarpstring.cpp +++ b/src/libyarpc/yarpstring.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpc/yarpthread.cpp b/src/libyarpc/yarpthread.cpp index 16de1edee89..425243ba1bd 100644 --- a/src/libyarpc/yarpthread.cpp +++ b/src/libyarpc/yarpthread.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpc/yarptime.cpp b/src/libyarpc/yarptime.cpp index 407f61bee87..a3e3057fd5e 100644 --- a/src/libyarpc/yarptime.cpp +++ b/src/libyarpc/yarptime.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpc/yarpwriter.cpp b/src/libyarpc/yarpwriter.cpp index de1ed77e343..82d389e2021 100644 --- a/src/libyarpc/yarpwriter.cpp +++ b/src/libyarpc/yarpwriter.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpc/yarpxx.h b/src/libyarpc/yarpxx.h index 0a23351e2e6..b2cf7c26efc 100644 --- a/src/libyarpc/yarpxx.h +++ b/src/libyarpc/yarpxx.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * * This is a C++ wrapper of the plain C interface to YARP. * It is as yet uncomplete. diff --git a/src/libyarpcxx/CMakeLists.txt b/src/libyarpcxx/CMakeLists.txt index b0f7e807297..5c48066e3d3 100644 --- a/src/libyarpcxx/CMakeLists.txt +++ b/src/libyarpcxx/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright: (C) 2010 Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT if (CREATE_YARPC) diff --git a/src/libyarpcxx/include/yarp/os/Bottle.h b/src/libyarpcxx/include/yarp/os/Bottle.h index c1ccb1c7c8d..ef52717c428 100644 --- a/src/libyarpcxx/include/yarp/os/Bottle.h +++ b/src/libyarpcxx/include/yarp/os/Bottle.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpcxx/include/yarp/os/ConnectionReader.h b/src/libyarpcxx/include/yarp/os/ConnectionReader.h index 573064c84ac..42665f0d38e 100644 --- a/src/libyarpcxx/include/yarp/os/ConnectionReader.h +++ b/src/libyarpcxx/include/yarp/os/ConnectionReader.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpcxx/include/yarp/os/ConnectionWriter.h b/src/libyarpcxx/include/yarp/os/ConnectionWriter.h index 11f008c2e5a..923fc46c08d 100644 --- a/src/libyarpcxx/include/yarp/os/ConnectionWriter.h +++ b/src/libyarpcxx/include/yarp/os/ConnectionWriter.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpcxx/include/yarp/os/ConstString.h b/src/libyarpcxx/include/yarp/os/ConstString.h index 6fb68af9c7b..e414473a962 100644 --- a/src/libyarpcxx/include/yarp/os/ConstString.h +++ b/src/libyarpcxx/include/yarp/os/ConstString.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpcxx/include/yarp/os/Network.h b/src/libyarpcxx/include/yarp/os/Network.h index 752b0ae8bae..64c3f19b25d 100644 --- a/src/libyarpcxx/include/yarp/os/Network.h +++ b/src/libyarpcxx/include/yarp/os/Network.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpcxx/include/yarp/os/Port.h b/src/libyarpcxx/include/yarp/os/Port.h index f16c28fafc0..d1bbda72daa 100644 --- a/src/libyarpcxx/include/yarp/os/Port.h +++ b/src/libyarpcxx/include/yarp/os/Port.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpcxx/include/yarp/os/Portable.h b/src/libyarpcxx/include/yarp/os/Portable.h index c562ac41c16..2b96f00f18d 100644 --- a/src/libyarpcxx/include/yarp/os/Portable.h +++ b/src/libyarpcxx/include/yarp/os/Portable.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpcxx/include/yarp/os/Thread.h b/src/libyarpcxx/include/yarp/os/Thread.h index 3bd23547b9f..9e1e11a263e 100644 --- a/src/libyarpcxx/include/yarp/os/Thread.h +++ b/src/libyarpcxx/include/yarp/os/Thread.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpcxx/include/yarp/os/Time.h b/src/libyarpcxx/include/yarp/os/Time.h index d5b0c975aae..546099ba668 100644 --- a/src/libyarpcxx/include/yarp/os/Time.h +++ b/src/libyarpcxx/include/yarp/os/Time.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpcxx/include/yarp/os/all.h b/src/libyarpcxx/include/yarp/os/all.h index 130e0294417..b02f529a516 100644 --- a/src/libyarpcxx/include/yarp/os/all.h +++ b/src/libyarpcxx/include/yarp/os/all.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpcxx/include/yarp/yarpcxx.h b/src/libyarpcxx/include/yarp/yarpcxx.h index e97de570264..199b1e4c580 100644 --- a/src/libyarpcxx/include/yarp/yarpcxx.h +++ b/src/libyarpcxx/include/yarp/yarpcxx.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpcxx/yarpcxx_test1.cpp b/src/libyarpcxx/yarpcxx_test1.cpp index 34b91924e7a..f1420ff98c2 100644 --- a/src/libyarpcxx/yarpcxx_test1.cpp +++ b/src/libyarpcxx/yarpcxx_test1.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2010 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/libyarpcxx/yarpcxx_test2.cpp b/src/libyarpcxx/yarpcxx_test2.cpp index 8e2e6c56d51..841069fc7a3 100644 --- a/src/libyarpcxx/yarpcxx_test2.cpp +++ b/src/libyarpcxx/yarpcxx_test2.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/CMakeLists.txt b/src/modules/CMakeLists.txt index 44ddd9f8ecc..4485fa177bd 100644 --- a/src/modules/CMakeLists.txt +++ b/src/modules/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Paul Fitzpatrick, Giorgio Metta, Giacomo Spigler -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT option(CREATE_DEVICE_LIBRARY_MODULES "Compile device modules" FALSE) if (CREATE_DEVICE_LIBRARY_MODULES) diff --git a/src/modules/PumaCalibrator/CMakeLists.txt b/src/modules/PumaCalibrator/CMakeLists.txt index a6631d9619f..7b98699f992 100644 --- a/src/modules/PumaCalibrator/CMakeLists.txt +++ b/src/modules/PumaCalibrator/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Giorgio Metta, Lorenzo Natale -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT IF (COMPILE_DEVICE_LIBRARY) PREPARE_DEVICE(pumacalibrator TYPE PumaCalibrator INCLUDE PumaCalibrator.h ) diff --git a/src/modules/PumaCalibrator/PumaCalibrator.cpp b/src/modules/PumaCalibrator/PumaCalibrator.cpp index 00bbf2c6686..d7ea22003c2 100755 --- a/src/modules/PumaCalibrator/PumaCalibrator.cpp +++ b/src/modules/PumaCalibrator/PumaCalibrator.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Mattia Castelnovi -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/PumaCalibrator/PumaCalibrator.h b/src/modules/PumaCalibrator/PumaCalibrator.h index 339eb0d45ac..9c4fad92a47 100755 --- a/src/modules/PumaCalibrator/PumaCalibrator.h +++ b/src/modules/PumaCalibrator/PumaCalibrator.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Mattia Castelnovi -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/SerialServoBoard/CMakeLists.txt b/src/modules/SerialServoBoard/CMakeLists.txt index 82917f077bf..2c3ec4ebf4c 100644 --- a/src/modules/SerialServoBoard/CMakeLists.txt +++ b/src/modules/SerialServoBoard/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Giacomo Spigler, Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT IF (COMPILE_DEVICE_LIBRARY) PREPARE_DEVICE(SerialServoBoard TYPE SerialServoBoard INCLUDE "SerialServoBoard.h") diff --git a/src/modules/SerialServoBoard/SerialServoBoard.cpp b/src/modules/SerialServoBoard/SerialServoBoard.cpp index 2fa1a2f8949..074472799a5 100644 --- a/src/modules/SerialServoBoard/SerialServoBoard.cpp +++ b/src/modules/SerialServoBoard/SerialServoBoard.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Giacomo Spigler - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/SerialServoBoard/SerialServoBoard.h b/src/modules/SerialServoBoard/SerialServoBoard.h index 621b8d3258a..920c0cf29b7 100644 --- a/src/modules/SerialServoBoard/SerialServoBoard.h +++ b/src/modules/SerialServoBoard/SerialServoBoard.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Giacomo Spigler - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #include diff --git a/src/modules/cuda/CMakeLists.txt b/src/modules/cuda/CMakeLists.txt index fbab8ae8b4f..baf1006ef1e 100644 --- a/src/modules/cuda/CMakeLists.txt +++ b/src/modules/cuda/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Giacomo Spigler, Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT IF (COMPILE_DEVICE_LIBRARY) PREPARE_DEVICE(cuda TYPE CUDAGPU INCLUDE "CUDADeviceDriver.h") diff --git a/src/modules/cuda/CUDADeviceDriver.cpp b/src/modules/cuda/CUDADeviceDriver.cpp index 7e057add6ec..51c568dfe74 100644 --- a/src/modules/cuda/CUDADeviceDriver.cpp +++ b/src/modules/cuda/CUDADeviceDriver.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Giacomo Spigler - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #include diff --git a/src/modules/cuda/CUDADeviceDriver.h b/src/modules/cuda/CUDADeviceDriver.h index cd2a73e0c36..3e1c6c432e5 100644 --- a/src/modules/cuda/CUDADeviceDriver.h +++ b/src/modules/cuda/CUDADeviceDriver.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Giacomo Spigler - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #include diff --git a/src/modules/cuda/FunctionClass.h b/src/modules/cuda/FunctionClass.h index 9dfa2888abb..0fe77018246 100644 --- a/src/modules/cuda/FunctionClass.h +++ b/src/modules/cuda/FunctionClass.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Giacomo Spigler - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #include diff --git a/src/modules/dimax_u2c/CMakeLists.txt b/src/modules/dimax_u2c/CMakeLists.txt index 77bd2b638f2..39fa99007a6 100644 --- a/src/modules/dimax_u2c/CMakeLists.txt +++ b/src/modules/dimax_u2c/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT IF (COMPILE_DEVICE_LIBRARY) PREPARE_DEVICE(dimax_u2c TYPE DimaxU2C INCLUDE DimaxU2C.h WRAPPER controlboard) diff --git a/src/modules/dimax_u2c/DimaxU2C.cpp b/src/modules/dimax_u2c/DimaxU2C.cpp index 6b811b3d8bc..6b69bc645a1 100644 --- a/src/modules/dimax_u2c/DimaxU2C.cpp +++ b/src/modules/dimax_u2c/DimaxU2C.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Assif Mirza - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/dimax_u2c/DimaxU2C.h b/src/modules/dimax_u2c/DimaxU2C.h index 1becd7851d8..56f9fec7995 100644 --- a/src/modules/dimax_u2c/DimaxU2C.h +++ b/src/modules/dimax_u2c/DimaxU2C.h @@ -1,7 +1,7 @@ // -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*- /* * Copyright (C) 2006 Assif Mirza - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ #ifndef __KASPAR_CONTROL_DEVICE_H__ diff --git a/src/modules/dimax_u2c/Servo.cpp b/src/modules/dimax_u2c/Servo.cpp index 3c1e47ab3fe..1ed7a67e99e 100644 --- a/src/modules/dimax_u2c/Servo.cpp +++ b/src/modules/dimax_u2c/Servo.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2005,2006 Mike P. Blow, Lars Olsson, Assif Mirza - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/dimax_u2c/Servo.h b/src/modules/dimax_u2c/Servo.h index 5fa36f1d327..7bd8ca944e4 100644 --- a/src/modules/dimax_u2c/Servo.h +++ b/src/modules/dimax_u2c/Servo.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2005,2006 Mike P. Blow, Lars Olsson, Assif Mirza - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ #ifndef __SERVO_H__ diff --git a/src/modules/fakebot/CMakeLists.txt b/src/modules/fakebot/CMakeLists.txt index 581c09f81f8..3257ea548b0 100644 --- a/src/modules/fakebot/CMakeLists.txt +++ b/src/modules/fakebot/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT IF (COMPILE_DEVICE_LIBRARY) PREPARE_DEVICE(fakebot TYPE FakeBot INCLUDE FakeBot.h) diff --git a/src/modules/fakebot/FakeBot.cpp b/src/modules/fakebot/FakeBot.cpp index 9a1c4fb6bd7..e65cc46bbea 100644 --- a/src/modules/fakebot/FakeBot.cpp +++ b/src/modules/fakebot/FakeBot.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/fakebot/FakeBot.h b/src/modules/fakebot/FakeBot.h index 97d7a7531f4..c161a03c060 100644 --- a/src/modules/fakebot/FakeBot.h +++ b/src/modules/fakebot/FakeBot.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/ffmpeg/CMakeLists.txt b/src/modules/ffmpeg/CMakeLists.txt index 5f31793249c..81a681a7ea3 100644 --- a/src/modules/ffmpeg/CMakeLists.txt +++ b/src/modules/ffmpeg/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT IF (COMPILE_DEVICE_LIBRARY) PREPARE_DEVICE(ffmpeg_grabber TYPE FfmpegGrabber INCLUDE FfmpegGrabber.h WRAPPER grabber) diff --git a/src/modules/ffmpeg/FfmpegGrabber.cpp b/src/modules/ffmpeg/FfmpegGrabber.cpp index 53f8d60afd6..688c9a223c7 100644 --- a/src/modules/ffmpeg/FfmpegGrabber.cpp +++ b/src/modules/ffmpeg/FfmpegGrabber.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick, Jonas Ruesch, Arjan Gijsberts - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/ffmpeg/FfmpegGrabber.h b/src/modules/ffmpeg/FfmpegGrabber.h index 1882637691d..a59be1677aa 100644 --- a/src/modules/ffmpeg/FfmpegGrabber.h +++ b/src/modules/ffmpeg/FfmpegGrabber.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/ffmpeg/FfmpegWriter.cpp b/src/modules/ffmpeg/FfmpegWriter.cpp index 4323c7f2d7a..969eb9a9979 100644 --- a/src/modules/ffmpeg/FfmpegWriter.cpp +++ b/src/modules/ffmpeg/FfmpegWriter.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * * Most of this file is from the output_example.c of ffmpeg - * copyright/copypolicy statement follows -- diff --git a/src/modules/ffmpeg/FfmpegWriter.h b/src/modules/ffmpeg/FfmpegWriter.h index d6be3e9447a..8ee842ee9c6 100644 --- a/src/modules/ffmpeg/FfmpegWriter.h +++ b/src/modules/ffmpeg/FfmpegWriter.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/ffmpeg/ffmpeg_api.cpp b/src/modules/ffmpeg/ffmpeg_api.cpp index ce461a736db..8a10195d978 100644 --- a/src/modules/ffmpeg/ffmpeg_api.cpp +++ b/src/modules/ffmpeg/ffmpeg_api.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/ffmpeg/ffmpeg_api.h b/src/modules/ffmpeg/ffmpeg_api.h index b24d786ad4b..f8b9f8c6982 100644 --- a/src/modules/ffmpeg/ffmpeg_api.h +++ b/src/modules/ffmpeg/ffmpeg_api.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/firewirecamera/CMakeLists.txt b/src/modules/firewirecamera/CMakeLists.txt index b5ba3d7baf6..cadc580d62f 100644 --- a/src/modules/firewirecamera/CMakeLists.txt +++ b/src/modules/firewirecamera/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT IF (UNIX) diff --git a/src/modules/firewirecamera/FirewireCamera.cpp b/src/modules/firewirecamera/FirewireCamera.cpp index 9c6a1e87aaf..b4ba1451155 100755 --- a/src/modules/firewirecamera/FirewireCamera.cpp +++ b/src/modules/firewirecamera/FirewireCamera.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/firewirecamera/FirewireCamera.h b/src/modules/firewirecamera/FirewireCamera.h index 9f0199fa8f1..a9c85f0b7c6 100755 --- a/src/modules/firewirecamera/FirewireCamera.h +++ b/src/modules/firewirecamera/FirewireCamera.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick, Giorgio Metta - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ // diff --git a/src/modules/firewirecamera/FirewireCameraDC1394.h b/src/modules/firewirecamera/FirewireCameraDC1394.h index de19a6e2e49..a10ebb36192 100644 --- a/src/modules/firewirecamera/FirewireCameraDC1394.h +++ b/src/modules/firewirecamera/FirewireCameraDC1394.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Alessandro Scalzo - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/firewirecamera/FirewireCameraSet.cpp b/src/modules/firewirecamera/FirewireCameraSet.cpp index e66cea7bdf1..14e5db4fc1f 100755 --- a/src/modules/firewirecamera/FirewireCameraSet.cpp +++ b/src/modules/firewirecamera/FirewireCameraSet.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Alessandro Scalzo - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/firewirecamera/FirewireCameraSet.h b/src/modules/firewirecamera/FirewireCameraSet.h index 13f4bd1db5f..1d1d03e1f6e 100644 --- a/src/modules/firewirecamera/FirewireCameraSet.h +++ b/src/modules/firewirecamera/FirewireCameraSet.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Alessandro Scalzo - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/firewirecamera/dc1394settings.h b/src/modules/firewirecamera/dc1394settings.h index 74474ff8434..9a64f0b31a6 100755 --- a/src/modules/firewirecamera/dc1394settings.h +++ b/src/modules/firewirecamera/dc1394settings.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Alessandro Scalzo - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/jrkerr/CMakeLists.txt b/src/modules/jrkerr/CMakeLists.txt index da8e31ff8fd..0f4f87deb93 100644 --- a/src/modules/jrkerr/CMakeLists.txt +++ b/src/modules/jrkerr/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT IF (COMPILE_DEVICE_LIBRARY) PREPARE_DEVICE(jrkerr TYPE JrkerrMotionControl INCLUDE JrkerrMotionControl.h WRAPPER controlboard) diff --git a/src/modules/jrkerr/JrkerrMotionControl.cpp b/src/modules/jrkerr/JrkerrMotionControl.cpp index 7fd1ac7275e..84a20c9d522 100644 --- a/src/modules/jrkerr/JrkerrMotionControl.cpp +++ b/src/modules/jrkerr/JrkerrMotionControl.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Alexandre Bernardino, Julio Gomes - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/jrkerr/JrkerrMotionControl.h b/src/modules/jrkerr/JrkerrMotionControl.h index 8187c7c38a9..79131fb4a07 100644 --- a/src/modules/jrkerr/JrkerrMotionControl.h +++ b/src/modules/jrkerr/JrkerrMotionControl.h @@ -3,7 +3,7 @@ /* * Copyright (C) 2006 Alexandre Bernardino, Julio Gomes - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/meiMotionControl/CMakeLists.txt b/src/modules/meiMotionControl/CMakeLists.txt index 3a81544cee6..949d6622124 100644 --- a/src/modules/meiMotionControl/CMakeLists.txt +++ b/src/modules/meiMotionControl/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Giorgio Metta, Lorenzo Natale -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT IF (COMPILE_DEVICE_LIBRARY) PREPARE_DEVICE(meiMotionControl TYPE MEIMotionControl INCLUDE MEIMotionControl.h WRAPPER controlboard) diff --git a/src/modules/meiMotionControl/MEIMotionControl.cpp b/src/modules/meiMotionControl/MEIMotionControl.cpp index 75d96cd2756..9528dadffa1 100755 --- a/src/modules/meiMotionControl/MEIMotionControl.cpp +++ b/src/modules/meiMotionControl/MEIMotionControl.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Mattia Castelnovi -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/meiMotionControl/MEIMotionControl.h b/src/modules/meiMotionControl/MEIMotionControl.h index 5509bcc3b89..dbde1ac8df3 100755 --- a/src/modules/meiMotionControl/MEIMotionControl.h +++ b/src/modules/meiMotionControl/MEIMotionControl.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Mattia Castelnovi -* CopyPolicy: Released under the terms of the GNU GPL v2.0. +* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/microphone/CMakeLists.txt b/src/modules/microphone/CMakeLists.txt index ef2b2d777c8..b0f53348b64 100644 --- a/src/modules/microphone/CMakeLists.txt +++ b/src/modules/microphone/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT IF (COMPILE_DEVICE_LIBRARY) PREPARE_DEVICE(microphone TYPE MicrophoneDeviceDriver INCLUDE MicrophoneDeviceDriver.h WRAPPER grabber) diff --git a/src/modules/microphone/LinuxMicrophoneDeviceDriver.cpp b/src/modules/microphone/LinuxMicrophoneDeviceDriver.cpp index 877c1d3e465..a7a3f0b617b 100644 --- a/src/modules/microphone/LinuxMicrophoneDeviceDriver.cpp +++ b/src/modules/microphone/LinuxMicrophoneDeviceDriver.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/microphone/MicrophoneDeviceDriver.h b/src/modules/microphone/MicrophoneDeviceDriver.h index 8a689a0ee6b..4879004d8ee 100644 --- a/src/modules/microphone/MicrophoneDeviceDriver.h +++ b/src/modules/microphone/MicrophoneDeviceDriver.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/microphone/WindowsMicrophoneDeviceDriver.cpp b/src/modules/microphone/WindowsMicrophoneDeviceDriver.cpp index 5d04113bf6d..5fd4a3a23cf 100644 --- a/src/modules/microphone/WindowsMicrophoneDeviceDriver.cpp +++ b/src/modules/microphone/WindowsMicrophoneDeviceDriver.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Julio Gomes, Alexandre Bernardino - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/nvidia/CMakeLists.txt b/src/modules/nvidia/CMakeLists.txt index 69d1f2134ea..4445ab46cd3 100644 --- a/src/modules/nvidia/CMakeLists.txt +++ b/src/modules/nvidia/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT IF (COMPILE_DEVICE_LIBRARY) PREPARE_DEVICE(nvidia TYPE NVIDIAGPU INCLUDE "NVIDIADeviceDriver.h") diff --git a/src/modules/nvidia/FBO_Filter.h b/src/modules/nvidia/FBO_Filter.h index c5335727370..5634763dec6 100644 --- a/src/modules/nvidia/FBO_Filter.h +++ b/src/modules/nvidia/FBO_Filter.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Giacomo Spigler - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #ifdef WIN32 diff --git a/src/modules/nvidia/NVIDIADeviceDriver.cpp b/src/modules/nvidia/NVIDIADeviceDriver.cpp index c06d45d4c52..102cb8b38fe 100644 --- a/src/modules/nvidia/NVIDIADeviceDriver.cpp +++ b/src/modules/nvidia/NVIDIADeviceDriver.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Giacomo Spigler - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #include diff --git a/src/modules/nvidia/NVIDIADeviceDriver.h b/src/modules/nvidia/NVIDIADeviceDriver.h index 1729d0dbaf3..871f40d9ba5 100644 --- a/src/modules/nvidia/NVIDIADeviceDriver.h +++ b/src/modules/nvidia/NVIDIADeviceDriver.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Giacomo Spigler - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT */ #include diff --git a/src/modules/opencv/CMakeLists.txt b/src/modules/opencv/CMakeLists.txt index fad2a8a0b33..a4e93e89dae 100644 --- a/src/modules/opencv/CMakeLists.txt +++ b/src/modules/opencv/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT IF (COMPILE_DEVICE_LIBRARY) PREPARE_DEVICE(opencv_grabber TYPE OpenCVGrabber INCLUDE OpenCVGrabber.h WRAPPER grabber) diff --git a/src/modules/opencv/OpenCVGrabber.cpp b/src/modules/opencv/OpenCVGrabber.cpp index 33595a36a44..65f5446b249 100644 --- a/src/modules/opencv/OpenCVGrabber.cpp +++ b/src/modules/opencv/OpenCVGrabber.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Eric Mislivec and Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/opencv/OpenCVGrabber.h b/src/modules/opencv/OpenCVGrabber.h index 4309ec5da53..b72f455427f 100644 --- a/src/modules/opencv/OpenCVGrabber.h +++ b/src/modules/opencv/OpenCVGrabber.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Eric Mislivec and Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/portaudio/CMakeLists.txt b/src/modules/portaudio/CMakeLists.txt index 1f0b1bc7334..d1d184c79a7 100644 --- a/src/modules/portaudio/CMakeLists.txt +++ b/src/modules/portaudio/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT IF (COMPILE_DEVICE_LIBRARY) PREPARE_DEVICE(portaudio TYPE PortAudioDeviceDriver INCLUDE PortAudioDeviceDriver.h WRAPPER grabber) diff --git a/src/modules/portaudio/PortAudioDeviceDriver.cpp b/src/modules/portaudio/PortAudioDeviceDriver.cpp index 32f7fd5c163..ac4a6397dc6 100644 --- a/src/modules/portaudio/PortAudioDeviceDriver.cpp +++ b/src/modules/portaudio/PortAudioDeviceDriver.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/portaudio/PortAudioDeviceDriver.h b/src/modules/portaudio/PortAudioDeviceDriver.h index 1d8c583abae..95fb7857c72 100644 --- a/src/modules/portaudio/PortAudioDeviceDriver.h +++ b/src/modules/portaudio/PortAudioDeviceDriver.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/serial/CMakeLists.txt b/src/modules/serial/CMakeLists.txt index 917b8fc5fda..73a8d4c51ad 100644 --- a/src/modules/serial/CMakeLists.txt +++ b/src/modules/serial/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT IF (COMPILE_DEVICE_LIBRARY) PREPARE_DEVICE(serial TYPE ServerSerial INCLUDE yarp/dev/ServerSerial.h diff --git a/src/modules/serial/SerialDeviceDriver.cpp b/src/modules/serial/SerialDeviceDriver.cpp index 62fe935832a..f03aa0187c8 100644 --- a/src/modules/serial/SerialDeviceDriver.cpp +++ b/src/modules/serial/SerialDeviceDriver.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Alex Bernardino, Carlos Beltran-Gonzalez - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/serial/SerialDeviceDriver.h b/src/modules/serial/SerialDeviceDriver.h index b36fde2d086..2c7037ed1d8 100644 --- a/src/modules/serial/SerialDeviceDriver.h +++ b/src/modules/serial/SerialDeviceDriver.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Alex Bernardino, Carlos Beltran-Gonzalez - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/stage/CMakeLists.txt b/src/modules/stage/CMakeLists.txt index 21d3346ca59..f412728d975 100644 --- a/src/modules/stage/CMakeLists.txt +++ b/src/modules/stage/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT IF (COMPILE_DEVICE_LIBRARY) PREPARE_DEVICE(stage TYPE StageControl INCLUDE StageControl.h) diff --git a/src/modules/stage/FindStage.cmake b/src/modules/stage/FindStage.cmake index 96f17936b0a..ec13811984b 100644 --- a/src/modules/stage/FindStage.cmake +++ b/src/modules/stage/FindStage.cmake @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT ######################################################################## ## check pkg-config for information, if available diff --git a/src/modules/stage/StageControl.cpp b/src/modules/stage/StageControl.cpp index da79be2eba5..d6024242172 100644 --- a/src/modules/stage/StageControl.cpp +++ b/src/modules/stage/StageControl.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/stage/StageControl.h b/src/modules/stage/StageControl.h index bf74a3ca7d7..ee08c34ec30 100644 --- a/src/modules/stage/StageControl.h +++ b/src/modules/stage/StageControl.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/urbtc/CMakeLists.txt b/src/modules/urbtc/CMakeLists.txt index d62694d28a2..9c47b1b3dd8 100644 --- a/src/modules/urbtc/CMakeLists.txt +++ b/src/modules/urbtc/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT IF (COMPILE_DEVICE_LIBRARY) PREPARE_DEVICE(urbtc TYPE UrbtcControl INCLUDE UrbtcControl.h diff --git a/src/modules/urbtc/UrbtcControl.cpp b/src/modules/urbtc/UrbtcControl.cpp index 7bc3404773e..9ad8f2ec059 100644 --- a/src/modules/urbtc/UrbtcControl.cpp +++ b/src/modules/urbtc/UrbtcControl.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2007 Jonas Ruesch - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/urbtc/UrbtcControl.h b/src/modules/urbtc/UrbtcControl.h index 8b4cbd9999f..a48c9ce65bf 100644 --- a/src/modules/urbtc/UrbtcControl.h +++ b/src/modules/urbtc/UrbtcControl.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2007 Jonas Ruesch - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/vfw/CMakeLists.txt b/src/modules/vfw/CMakeLists.txt index eb971272c6e..8e53b686e26 100644 --- a/src/modules/vfw/CMakeLists.txt +++ b/src/modules/vfw/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT # If being compiled as part of a library, create a "factory" for each # of our devices - just one in this case, "vfw_grabber", created by diff --git a/src/modules/vfw/VfwGrabber.cpp b/src/modules/vfw/VfwGrabber.cpp index d87e06e0aae..fec3b5cd2af 100644 --- a/src/modules/vfw/VfwGrabber.cpp +++ b/src/modules/vfw/VfwGrabber.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/vfw/VfwGrabber.h b/src/modules/vfw/VfwGrabber.h index 11f05e4dce2..0f7ffd28774 100644 --- a/src/modules/vfw/VfwGrabber.h +++ b/src/modules/vfw/VfwGrabber.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/vfw/vfw_extra_from_paulfitz.h b/src/modules/vfw/vfw_extra_from_paulfitz.h index 4f2d490707a..922137ade72 100644 --- a/src/modules/vfw/vfw_extra_from_paulfitz.h +++ b/src/modules/vfw/vfw_extra_from_paulfitz.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/vfw/vfw_test.cpp b/src/modules/vfw/vfw_test.cpp index eb3cec70df8..3b143432a3a 100644 --- a/src/modules/vfw/vfw_test.cpp +++ b/src/modules/vfw/vfw_test.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/modules/wxsdl/CMakeLists.txt b/src/modules/wxsdl/CMakeLists.txt index 84ba311489e..bc48dfed0ac 100644 --- a/src/modules/wxsdl/CMakeLists.txt +++ b/src/modules/wxsdl/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT IF (COMPILE_DEVICE_LIBRARY) PREPARE_DEVICE(wxsdl TYPE WxsdlWriter INCLUDE WxsdlWriter.h) diff --git a/src/modules/wxsdl/WxsdlWriter.cpp b/src/modules/wxsdl/WxsdlWriter.cpp index 23253f82a63..45f3ecf6c61 100644 --- a/src/modules/wxsdl/WxsdlWriter.cpp +++ b/src/modules/wxsdl/WxsdlWriter.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * * Originally based on "wx-sdl tutorial v1.1", copyright follows * diff --git a/src/modules/wxsdl/WxsdlWriter.h b/src/modules/wxsdl/WxsdlWriter.h index 3eed2fbe070..d1de33acaae 100644 --- a/src/modules/wxsdl/WxsdlWriter.h +++ b/src/modules/wxsdl/WxsdlWriter.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarp/CMakeLists.txt b/src/yarp/CMakeLists.txt index a3bd9a45838..61299bb01ac 100644 --- a/src/yarp/CMakeLists.txt +++ b/src/yarp/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2010 RobotCub Consortium # Authors: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT GET_PROPERTY(YARP_TREE_INCLUDE_DIRS TARGET YARP_OS PROPERTY INCLUDE_DIRS) diff --git a/src/yarp/yarp.cpp b/src/yarp/yarp.cpp index e671072e9c2..8fcdcf4ce4e 100644 --- a/src/yarp/yarp.cpp +++ b/src/yarp/yarp.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2008 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarp/yarpserver.cpp b/src/yarp/yarpserver.cpp index 1e7be1bc87e..864ce352865 100644 --- a/src/yarp/yarpserver.cpp +++ b/src/yarp/yarpserver.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpdev/CMakeLists.txt b/src/yarpdev/CMakeLists.txt index d1c68497cf7..b163b4f827e 100644 --- a/src/yarpdev/CMakeLists.txt +++ b/src/yarpdev/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT get_property(YARP_TREE_INCLUDE_DIRS TARGET YARP_dev PROPERTY INCLUDE_DIRS) diff --git a/src/yarpdev/yarpdev.cpp b/src/yarpdev/yarpdev.cpp index 81d3d302f18..27b02821bdc 100644 --- a/src/yarpdev/yarpdev.cpp +++ b/src/yarpdev/yarpdev.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpdev/yarpview.cpp b/src/yarpdev/yarpview.cpp index 4b7ad7febd1..f26d324e0f7 100644 --- a/src/yarpdev/yarpview.cpp +++ b/src/yarpdev/yarpview.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpfs/CMakeLists.txt b/src/yarpfs/CMakeLists.txt index 87523f9fa42..407cfbe2d5f 100644 --- a/src/yarpfs/CMakeLists.txt +++ b/src/yarpfs/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT SET(KEYWORD "yarpfs") diff --git a/src/yarpfs/link.cpp b/src/yarpfs/link.cpp index e11c8517fc8..4aaff86aaf3 100644 --- a/src/yarpfs/link.cpp +++ b/src/yarpfs/link.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick, Giacomo Spigler - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpfs/yarpfns.h b/src/yarpfs/yarpfns.h index f9e36ff9f60..cc0f5b77997 100644 --- a/src/yarpfs/yarpfns.h +++ b/src/yarpfs/yarpfns.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick, Giacomo Spigler - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpfs/yarpfs.cpp b/src/yarpfs/yarpfs.cpp index ed08c4fb921..59def77fa79 100644 --- a/src/yarpfs/yarpfs.cpp +++ b/src/yarpfs/yarpfs.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick, Giacomo Spigler - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpfs/yarputils.h b/src/yarpfs/yarputils.h index 75a4c86fcee..8ae9b15b530 100644 --- a/src/yarpfs/yarputils.h +++ b/src/yarpfs/yarputils.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2007 Paul Fitzpatrick, Giacomo Spigler - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarphear/CMakeLists.txt b/src/yarphear/CMakeLists.txt index 9831541a5f7..c46ea7034ff 100644 --- a/src/yarphear/CMakeLists.txt +++ b/src/yarphear/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2010 RobotCub Consortium # Authors: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT if (CREATE_DEVICE_LIBRARY_MODULES) diff --git a/src/yarphear/yarphear.cpp b/src/yarphear/yarphear.cpp index f47e831922f..ca3e0ecda0e 100644 --- a/src/yarphear/yarphear.cpp +++ b/src/yarphear/yarphear.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2006, 2007 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarprun/CMakeLists.txt b/src/yarprun/CMakeLists.txt index 77326388311..85b94d98c0b 100644 --- a/src/yarprun/CMakeLists.txt +++ b/src/yarprun/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Paul Fitzpatrick, Alessandro Scalzo -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT GET_PROPERTY(YARP_TREE_INCLUDE_DIRS TARGET YARP_OS PROPERTY INCLUDE_DIRS) diff --git a/src/yarprun/yarprun.cpp b/src/yarprun/yarprun.cpp index 8e5e051d548..08125f17e75 100644 --- a/src/yarprun/yarprun.cpp +++ b/src/yarprun/yarprun.cpp @@ -3,7 +3,7 @@ /* * Copyright (C) 2009 RobotCub Consortium * Author Alessandro Scalzo alessandro@liralab.it - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/CMakeLists.txt b/src/yarpserver/CMakeLists.txt index ad8dad6caac..d3c61066878 100644 --- a/src/yarpserver/CMakeLists.txt +++ b/src/yarpserver/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Author: Paul Fitzpatrick -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT option(CREATE_YARPSERVER3 "Do you want to compile yarpserver3?" FALSE) diff --git a/src/yarpserver/src/Allocator.h b/src/yarpserver/src/Allocator.h index f659d63d73e..98af632cfff 100644 --- a/src/yarpserver/src/Allocator.h +++ b/src/yarpserver/src/Allocator.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/AllocatorOnTriples.cpp b/src/yarpserver/src/AllocatorOnTriples.cpp index 5c7ff065a9c..53906401a71 100644 --- a/src/yarpserver/src/AllocatorOnTriples.cpp +++ b/src/yarpserver/src/AllocatorOnTriples.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/AllocatorOnTriples.h b/src/yarpserver/src/AllocatorOnTriples.h index b5056c1fafb..71a3c99cec0 100644 --- a/src/yarpserver/src/AllocatorOnTriples.h +++ b/src/yarpserver/src/AllocatorOnTriples.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/BootstrapServer.cpp b/src/yarpserver/src/BootstrapServer.cpp index a48ffbd99dc..b3648c6688d 100644 --- a/src/yarpserver/src/BootstrapServer.cpp +++ b/src/yarpserver/src/BootstrapServer.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/BootstrapServer.h b/src/yarpserver/src/BootstrapServer.h index 24aea835774..6065268eb59 100644 --- a/src/yarpserver/src/BootstrapServer.h +++ b/src/yarpserver/src/BootstrapServer.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/ComposedNameService.h b/src/yarpserver/src/ComposedNameService.h index 2aba4482761..77d238c1833 100644 --- a/src/yarpserver/src/ComposedNameService.h +++ b/src/yarpserver/src/ComposedNameService.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/ConnectThread.h b/src/yarpserver/src/ConnectThread.h index 4eb75b14218..1eb1100c1c2 100644 --- a/src/yarpserver/src/ConnectThread.h +++ b/src/yarpserver/src/ConnectThread.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/NameServerConnectionHandler.h b/src/yarpserver/src/NameServerConnectionHandler.h index 568163d7a54..3df5e147877 100644 --- a/src/yarpserver/src/NameServerConnectionHandler.h +++ b/src/yarpserver/src/NameServerConnectionHandler.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/NameServerManager.h b/src/yarpserver/src/NameServerManager.h index 2a6de03adf2..6b3fe04f302 100644 --- a/src/yarpserver/src/NameServerManager.h +++ b/src/yarpserver/src/NameServerManager.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/NameService.h b/src/yarpserver/src/NameService.h index 9967f981858..d1c7154a300 100644 --- a/src/yarpserver/src/NameService.h +++ b/src/yarpserver/src/NameService.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/NameServiceOnTriples.cpp b/src/yarpserver/src/NameServiceOnTriples.cpp index c2d475d9026..1ca06ac047b 100644 --- a/src/yarpserver/src/NameServiceOnTriples.cpp +++ b/src/yarpserver/src/NameServiceOnTriples.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/NameServiceOnTriples.h b/src/yarpserver/src/NameServiceOnTriples.h index 20309f4a6b8..2d48d2007bb 100644 --- a/src/yarpserver/src/NameServiceOnTriples.h +++ b/src/yarpserver/src/NameServiceOnTriples.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/ParseName.cpp b/src/yarpserver/src/ParseName.cpp index 93aacf489ee..423f86307ed 100644 --- a/src/yarpserver/src/ParseName.cpp +++ b/src/yarpserver/src/ParseName.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/ParseName.h b/src/yarpserver/src/ParseName.h index b68278c342d..a2749e3ceb3 100644 --- a/src/yarpserver/src/ParseName.h +++ b/src/yarpserver/src/ParseName.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/SqliteTripleSource.h b/src/yarpserver/src/SqliteTripleSource.h index a1556196729..71e96be3b8f 100644 --- a/src/yarpserver/src/SqliteTripleSource.h +++ b/src/yarpserver/src/SqliteTripleSource.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/Subscriber.h b/src/yarpserver/src/Subscriber.h index a325dd92675..d814b71712a 100644 --- a/src/yarpserver/src/Subscriber.h +++ b/src/yarpserver/src/Subscriber.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/SubscriberOnSql.cpp b/src/yarpserver/src/SubscriberOnSql.cpp index 51de7ea34af..b85849969ad 100644 --- a/src/yarpserver/src/SubscriberOnSql.cpp +++ b/src/yarpserver/src/SubscriberOnSql.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/SubscriberOnSql.h b/src/yarpserver/src/SubscriberOnSql.h index aaddcdecc2c..6f917482e60 100644 --- a/src/yarpserver/src/SubscriberOnSql.h +++ b/src/yarpserver/src/SubscriberOnSql.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/Triple.h b/src/yarpserver/src/Triple.h index fec2c96552f..7ec26fcacf1 100644 --- a/src/yarpserver/src/Triple.h +++ b/src/yarpserver/src/Triple.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/TripleSource.h b/src/yarpserver/src/TripleSource.h index ef530fb2ca0..bbe1e91206d 100644 --- a/src/yarpserver/src/TripleSource.h +++ b/src/yarpserver/src/TripleSource.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/TripleSourceCreator.cpp b/src/yarpserver/src/TripleSourceCreator.cpp index bf8b7b25e8e..eb28844552e 100644 --- a/src/yarpserver/src/TripleSourceCreator.cpp +++ b/src/yarpserver/src/TripleSourceCreator.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/TripleSourceCreator.h b/src/yarpserver/src/TripleSourceCreator.h index 600f1ac0c11..1ab30cf1d7d 100644 --- a/src/yarpserver/src/TripleSourceCreator.h +++ b/src/yarpserver/src/TripleSourceCreator.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/server_peek.cpp b/src/yarpserver/src/server_peek.cpp index af677b84edb..c30657f1edc 100644 --- a/src/yarpserver/src/server_peek.cpp +++ b/src/yarpserver/src/server_peek.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/server_test.cpp b/src/yarpserver/src/server_test.cpp index 773c902e06c..0166a2bb1fc 100644 --- a/src/yarpserver/src/server_test.cpp +++ b/src/yarpserver/src/server_test.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpserver/src/yarpserver3.cpp b/src/yarpserver/src/yarpserver3.cpp index 754e76269d2..89c8a63c3b0 100644 --- a/src/yarpserver/src/yarpserver3.cpp +++ b/src/yarpserver/src/yarpserver3.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2009 Paul Fitzpatrick - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ diff --git a/src/yarpview/CMakeLists.txt b/src/yarpview/CMakeLists.txt index d2bfec58b94..b286debb1c4 100644 --- a/src/yarpview/CMakeLists.txt +++ b/src/yarpview/CMakeLists.txt @@ -1,6 +1,6 @@ # Copyright: (C) 2009 RobotCub Consortium # Authors: Paul Fitzpatrick, Giorgio Metta, Lorenzo Natale -# CopyPolicy: Released under the terms of the GNU GPL v2.0. +# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT option(CREATE_GUIS "Do you want to compile GUIs" OFF) diff --git a/src/yarpview/yarpview.cpp b/src/yarpview/yarpview.cpp index 5b40ea9009e..d0fc0fc5873 100644 --- a/src/yarpview/yarpview.cpp +++ b/src/yarpview/yarpview.cpp @@ -4,7 +4,7 @@ * Copyright (C) 2006 Matteo Brunettini * Lorenzo Natale, 2008. Added multithread support, cleaned code, added fps count * and synchronous display. - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */ @@ -213,7 +213,7 @@ gint menuHelpAbout_CB(GtkWidget *widget, gpointer data) NULL }; const gchar *license = - "Released under the terms of the GNU GPL v2.0.\n" + "Released under the terms of the LGPLv2.1 or later, see LGPL.TXT\n" "The complete license description is contained in the\n" "COPYING file included in this distribution.\n" "Please refer to this file for complete\n" diff --git a/src/yarpview/yarpview.h b/src/yarpview/yarpview.h index 15d67b9170a..c14b32e36c2 100644 --- a/src/yarpview/yarpview.h +++ b/src/yarpview/yarpview.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2006 Matteo Brunettini - * CopyPolicy: Released under the terms of the GNU GPL v2.0. + * CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT * */