Skip to content

Commit

Permalink
rfplugin files licence updated
Browse files Browse the repository at this point in the history
  • Loading branch information
aerydna committed Mar 27, 2018
1 parent 6cafc2f commit 48c3aeb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
8 changes: 5 additions & 3 deletions cmake/template/yarp_plugin_rfmodule.cpp.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
* Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT)
* Authors: Andrea Ruzzenenti <andrea.ruzzenenti@iit.it>
* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
* Copyright (C) 2006-2018 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
* BSD-3-Clause license. See the accompanying LICENSE file for details.
*/
#include <yarp/conf/api.h>
#include <yarp/os/RFModuleFactory.h>
Expand Down
10 changes: 6 additions & 4 deletions src/libYARP_OS/include/yarp/os/RFModuleFactory.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
/*
* Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT)
* Authors: Andrea Ruzzenenti <andrea.ruzzenenti@iit.it>
* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
*/
* Copyright (C) 2006-2018 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
* BSD-3-Clause license. See the accompanying LICENSE file for details.
*/


#include <yarp/os/RFModule.h>
Expand Down
10 changes: 6 additions & 4 deletions src/libYARP_OS/src/RFModuleFactory.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
/*
* Copyright (C) 2018 Istituto Italiano di Tecnologia (IIT)
* Authors: Andrea Ruzzenenti <andrea.ruzzenenti@iit.it>
* CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
*/
* Copyright (C) 2006-2018 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
* BSD-3-Clause license. See the accompanying LICENSE file for details.
*/
#include <yarp/os/YarpPluginSelector.h>
#include <yarp/os/YarpPluginSettings.h>
#include <yarp/os/YarpPlugin.h>
Expand Down

0 comments on commit 48c3aeb

Please sign in to comment.