Skip to content

Commit

Permalink
Cleanup and update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Feb 11, 2019
1 parent d0ff2b8 commit 9db17c5
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 25 deletions.
2 changes: 1 addition & 1 deletion cmake/template/yarp_plugin_RFModule.cpp.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2006-2018 Istituto Italiano di Tecnologia (IIT)
* Copyright (C) 2006-2019 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
Expand Down
2 changes: 1 addition & 1 deletion example/RFModulePlugin/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2006-2018 Istituto Italiano di Tecnologia (IIT)
# Copyright (C) 2006-2019 Istituto Italiano di Tecnologia (IIT)
# All rights reserved.
#
# This software may be modified and distributed under the terms of the
Expand Down
2 changes: 1 addition & 1 deletion example/RFModulePlugin/moduleLoader/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2006-2018 Istituto Italiano di Tecnologia (IIT)
# Copyright (C) 2006-2019 Istituto Italiano di Tecnologia (IIT)
# All rights reserved.
#
# This software may be modified and distributed under the terms of the
Expand Down
2 changes: 1 addition & 1 deletion example/RFModulePlugin/moduleLoader/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2006-2018 Istituto Italiano di Tecnologia (IIT)
* Copyright (C) 2006-2019 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
Expand Down
2 changes: 1 addition & 1 deletion example/RFModulePlugin/testmoduleBar/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2006-2018 Istituto Italiano di Tecnologia (IIT)
# Copyright (C) 2006-2019 Istituto Italiano di Tecnologia (IIT)
# All rights reserved.
#
# This software may be modified and distributed under the terms of the
Expand Down
4 changes: 2 additions & 2 deletions example/RFModulePlugin/testmoduleBar/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2006-2018 Istituto Italiano di Tecnologia (IIT)
* Copyright (C) 2006-2019 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
Expand All @@ -13,4 +13,4 @@ int main(int argc, char** argv)
yarp::os::Network yarp;
moduleBar module;
return module.runModule();
}
}
4 changes: 2 additions & 2 deletions example/RFModulePlugin/testmoduleBar/module.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2006-2018 Istituto Italiano di Tecnologia (IIT)
* Copyright (C) 2006-2019 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
Expand All @@ -24,4 +24,4 @@ class moduleBar : public yarp::os::RFModule
yDebug() << "Updated module Bar";
return true;
}
};
};
2 changes: 1 addition & 1 deletion example/RFModulePlugin/testmoduleBar/myModuleBar.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[plugin myModuleBar]
type rfmodule
name myModuleBar
library module_Bar
library module_Bar
2 changes: 1 addition & 1 deletion example/RFModulePlugin/testmoduleFoo/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2006-2018 Istituto Italiano di Tecnologia (IIT)
# Copyright (C) 2006-2019 Istituto Italiano di Tecnologia (IIT)
# All rights reserved.
#
# This software may be modified and distributed under the terms of the
Expand Down
4 changes: 2 additions & 2 deletions example/RFModulePlugin/testmoduleFoo/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2006-2018 Istituto Italiano di Tecnologia (IIT)
* Copyright (C) 2006-2019 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
Expand All @@ -13,4 +13,4 @@ int main(int argc, char** argv)
yarp::os::Network yarp;
moduleFoo module;
return module.runModule();
}
}
4 changes: 2 additions & 2 deletions example/RFModulePlugin/testmoduleFoo/module.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2006-2018 Istituto Italiano di Tecnologia (IIT)
* Copyright (C) 2006-2019 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
Expand All @@ -23,4 +23,4 @@ class moduleFoo : public yarp::os::RFModule
yDebug() << "Updated module Foo";
return true;
}
};
};
2 changes: 1 addition & 1 deletion example/RFModulePlugin/testmoduleFoo/myModuleFoo.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[plugin myModuleFoo]
type rfmodule
name myModuleFoo
library module_Foo
library module_Foo
10 changes: 5 additions & 5 deletions src/libYARP_OS/include/yarp/os/RFPlugin.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2006-2018 Istituto Italiano di Tecnologia (IIT)
* Copyright (C) 2006-2019 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
Expand All @@ -9,8 +9,8 @@
#include <yarp/os/api.h>
#include <string>

#ifndef YARP_OS_RFPLUGINo_H
#define YARP_OS_RFPLUGINo_H
#ifndef YARP_OS_RFPLUGIN_H
#define YARP_OS_RFPLUGIN_H

namespace yarp {
namespace os {
Expand All @@ -24,7 +24,7 @@ class YARP_OS_API RFPlugin
RFPlugin();

virtual ~RFPlugin();

/**
* opens the plugin
* @param command a string containing the equivalent command line
Expand Down Expand Up @@ -57,4 +57,4 @@ class YARP_OS_API RFPlugin
}
}

#endif // YARP_OS_RFPLUGINo_H
#endif // YARP_OS_RFPLUGIN_H
2 changes: 1 addition & 1 deletion src/libYARP_OS/include/yarp/os/impl/RFModuleFactory.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2006-2018 Istituto Italiano di Tecnologia (IIT)
* Copyright (C) 2006-2019 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
Expand Down
3 changes: 1 addition & 2 deletions src/libYARP_OS/src/RFModuleFactory.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2006-2018 Istituto Italiano di Tecnologia (IIT)
* Copyright (C) 2006-2019 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
Expand Down Expand Up @@ -43,4 +43,3 @@ RFModule* RFModuleFactory::GetModule(const string name)

return nullptr;
}

2 changes: 1 addition & 1 deletion src/libYARP_OS/src/RFPlugin.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2006-2018 Istituto Italiano di Tecnologia (IIT)
* Copyright (C) 2006-2019 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
Expand Down

0 comments on commit 9db17c5

Please sign in to comment.