Skip to content

Commit

Permalink
Merge pull request #117 from asrob-uc3m/fix-99-copyright
Browse files Browse the repository at this point in the history
Create AUTHORS.md and place copyright notices at the top of source files [ @PeterBowman Thank you so much! ]
  • Loading branch information
jgvictores authored Dec 1, 2017
2 parents dbc19de + cd2a046 commit adfd79c
Show file tree
Hide file tree
Showing 155 changed files with 552 additions and 154 deletions.
4 changes: 4 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Authors: see AUTHORS.md at project root.
# CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
# URL: https://github.com/asrob-uc3m/robotDevastation

version: appveyor.{build}

image: Visual Studio 2015
Expand Down
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Authors: see AUTHORS.md at project root.
# CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
# URL: https://github.com/asrob-uc3m/robotDevastation

language: cpp
dist: trusty
sudo: required
Expand Down
15 changes: 15 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# AUTHORS

## Current maintainers

Contributors that authored at least one commit in the past year, in chronological order:

* Juan G. Victores ([@jgvictores](https://jgvictores.github.io/))
* Bartek Łukawski ([@PeterBowman](https://github.com/PeterBowman))
* David Estévez Fernández ([@David-Estevez](http://destevez.me/))

## Former maintainers

Contributors that authored at least one commit, in chronological order:
* Rodrigo Mompo Redoli ([@Rodriwp](https://github.com/Rodriwp))
* Santiago Morante ([@smorante](https://www.linkedin.com/in/santimorante/))
12 changes: 3 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Copyright: ASROB 2012 (C) Robotics Society of the Universidad Carlos III de Madrid
# (http://asrob.uc3m.es) RD Project
#
# Authors:
# <a href="https://plus.google.com/+davidestevezfernandez">David Estevez</a> (2014-present),
# <a href="http://roboticslab.uc3m.es/roboticslab/people/jg-victores">Juan G. Victores</a> (2012-present),
# <a href="http://www.mendeley.com/profiles/santiago-morante-cendrero/">Santiago Morante</a> (2012-2014).
#
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see $RD_ROOT/LICENSE
# Authors: see AUTHORS.md at project root.
# CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
# URL: https://github.com/asrob-uc3m/robotDevastation

cmake_minimum_required(VERSION 2.8.11)

Expand Down
7 changes: 3 additions & 4 deletions share/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright: 2014 ASROB
# Author: Juan G Victores
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
#
# Authors: see AUTHORS.md at project root.
# CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
# URL: https://github.com/asrob-uc3m/robotDevastation

find_package(YARP REQUIRED)
list(APPEND CMAKE_MODULE_PATH ${YARP_MODULE_PATH})
Expand Down
7 changes: 3 additions & 4 deletions share/fonts/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: 2014 ASROB
# Author: Juan G Victores
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# Authors: see AUTHORS.md at project root.
# CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
# URL: https://github.com/asrob-uc3m/robotDevastation

set(appname fonts)

Expand All @@ -13,4 +13,3 @@ file(GLOB fonts ${CMAKE_CURRENT_SOURCE_DIR}/*.ttf)
#yarp_install(FILES ${scripts} DESTINATION ${RD_APPLICATIONS_TEMPLATES_INSTALL_DIR})

yarp_install(FILES ${fonts} DESTINATION ${RD_CONTEXTS_INSTALL_DIR}/${appname})

7 changes: 3 additions & 4 deletions share/images/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: 2014 ASROB
# Author: Juan G Victores
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# Authors: see AUTHORS.md at project root.
# CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
# URL: https://github.com/asrob-uc3m/robotDevastation

set(appname images)

Expand All @@ -13,4 +13,3 @@ file(GLOB images ${CMAKE_CURRENT_SOURCE_DIR}/*.png ${CMAKE_CURRENT_SOURCE_DIR}/*
#yarp_install(FILES ${scripts} DESTINATION ${RD_APPLICATIONS_TEMPLATES_INSTALL_DIR})

yarp_install(FILES ${images} DESTINATION ${RD_CONTEXTS_INSTALL_DIR}/${appname})

7 changes: 3 additions & 4 deletions share/robotDevastation/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: 2014 ASROB
# Author: Juan G Victores
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# Authors: see AUTHORS.md at project root.
# CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
# URL: https://github.com/asrob-uc3m/robotDevastation

set(appname robotDevastation)

Expand All @@ -10,4 +10,3 @@ file(GLOB conf ${CMAKE_CURRENT_SOURCE_DIR}/conf/*.ini)

yarp_install(FILES ${conf} DESTINATION ${RD_CONTEXTS_INSTALL_DIR}/${appname})
#yarp_install(FILES ${scripts} DESTINATION ${RD_APPLICATIONS_TEMPLATES_INSTALL_DIR})

7 changes: 3 additions & 4 deletions share/sounds/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright: 2014 ASROB
# Author: Juan G Victores
# CopyPolicy: Released under the terms of the GNU GPL v2.0.
# Authors: see AUTHORS.md at project root.
# CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
# URL: https://github.com/asrob-uc3m/robotDevastation

set(appname sounds)

Expand All @@ -15,4 +15,3 @@ file(GLOB wavs ${CMAKE_CURRENT_SOURCE_DIR}/*.wav)

yarp_install(FILES ${mp3s} DESTINATION ${RD_CONTEXTS_INSTALL_DIR}/${appname})
yarp_install(FILES ${wavs} DESTINATION ${RD_CONTEXTS_INSTALL_DIR}/${appname})

4 changes: 4 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Authors: see AUTHORS.md at project root.
# CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
# URL: https://github.com/asrob-uc3m/robotDevastation

add_subdirectory(libraries)
add_subdirectory(programs)
4 changes: 4 additions & 0 deletions src/libraries/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Authors: see AUTHORS.md at project root.
# CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
# URL: https://github.com/asrob-uc3m/robotDevastation

add_subdirectory(GameStatesLib)
add_subdirectory(ImageLib)
add_subdirectory(InputLib)
Expand Down
4 changes: 3 additions & 1 deletion src/libraries/GameStatesLib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Generated by "yarp cmake" & Juan G. Victores 2014
# Authors: see AUTHORS.md at project root.
# CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
# URL: https://github.com/asrob-uc3m/robotDevastation

add_library(GameStatesLib DeadState.hpp
DeadState.cpp
Expand Down
4 changes: 4 additions & 0 deletions src/libraries/GameStatesLib/DeadState.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#include "DeadState.hpp"
#include "Utils.hpp"

Expand Down
4 changes: 3 additions & 1 deletion src/libraries/GameStatesLib/DeadState.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#ifndef __RD_DEAD_STATE_HPP__
#define __RD_DEAD_STATE_HPP__
Expand Down
4 changes: 4 additions & 0 deletions src/libraries/GameStatesLib/GameState.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#include "GameState.hpp"
#include "Macros.hpp"

Expand Down
4 changes: 3 additions & 1 deletion src/libraries/GameStatesLib/GameState.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#ifndef __RD_GAME_STATE_HPP__
#define __RD_GAME_STATE_HPP__
Expand Down
4 changes: 4 additions & 0 deletions src/libraries/GameStatesLib/InitState.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#include "InitState.hpp"
#include "YarpNetworkManager.hpp"
#include "Macros.hpp"
Expand Down
4 changes: 3 additions & 1 deletion src/libraries/GameStatesLib/InitState.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#ifndef __RD_INIT_STATE_HPP__
#define __RD_INIT_STATE_HPP__
Expand Down
4 changes: 3 additions & 1 deletion src/libraries/ImageLib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Generated by "yarp cmake" & Juan G. Victores 2014
# Authors: see AUTHORS.md at project root.
# CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
# URL: https://github.com/asrob-uc3m/robotDevastation

find_package(YARP REQUIRED)
find_package(ZBar REQUIRED)
Expand Down
4 changes: 3 additions & 1 deletion src/libraries/ImageLib/ImageEventListener.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#ifndef __RD_IMAGE_EVENT_LISTENER_HPP__
#define __RD_IMAGE_EVENT_LISTENER_HPP__
Expand Down
4 changes: 4 additions & 0 deletions src/libraries/ImageLib/ImageManager.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#include "ImageManager.hpp"
#include "Macros.hpp"

Expand Down
4 changes: 3 additions & 1 deletion src/libraries/ImageLib/ImageManager.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#ifndef __RD_IMAGE_MANAGER_HPP__
#define __RD_IMAGE_MANAGER_HPP__
Expand Down
5 changes: 4 additions & 1 deletion src/libraries/ImageLib/MockImageEventListener.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#include "MockImageEventListener.hpp"
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#include "MockImageEventListener.hpp"

rd::MockImageEventListener::MockImageEventListener()
{
Expand Down
4 changes: 4 additions & 0 deletions src/libraries/ImageLib/MockImageEventListener.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#ifndef __RD_MOCK_IMAGE_EVENT_LISTENER_HPP__
#define __RD_MOCK_IMAGE_EVENT_LISTENER_HPP__

Expand Down
4 changes: 4 additions & 0 deletions src/libraries/ImageLib/MockImageManager.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#include "MockImageManager.hpp"
#include "Macros.hpp"

Expand Down
4 changes: 3 additions & 1 deletion src/libraries/ImageLib/MockImageManager.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#ifndef __RD_MOCK_IMAGE_MANAGER_HPP__
#define __RD_MOCK_IMAGE_MANAGER_HPP__
Expand Down
5 changes: 3 additions & 2 deletions src/libraries/ImageLib/ProcessorImageEventListener.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#include "ProcessorImageEventListener.hpp"

Expand Down Expand Up @@ -122,4 +124,3 @@ bool rd::ProcessorImageEventListener::isInteger(const std::string & s) const

return (*p == 0);
}

4 changes: 3 additions & 1 deletion src/libraries/ImageLib/ProcessorImageEventListener.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#ifndef __RD_PROCESSOR_IMAGE_EVENT_LISTENER_HPP__
#define __RD_PROCESSOR_IMAGE_EVENT_LISTENER_HPP__
Expand Down
4 changes: 4 additions & 0 deletions src/libraries/ImageLib/YarpImageManager.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#include "YarpImageManager.hpp"

#include <yarp/os/Time.h>
Expand Down
4 changes: 3 additions & 1 deletion src/libraries/ImageLib/YarpImageManager.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#ifndef __RD_YARP_IMAGE_MANAGER_HPP__
#define __RD_YARP_IMAGE_MANAGER_HPP__
Expand Down
4 changes: 4 additions & 0 deletions src/libraries/ImageLib/YarpLocalImageManager.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#include "YarpLocalImageManager.hpp"

#include <sstream>
Expand Down
4 changes: 3 additions & 1 deletion src/libraries/ImageLib/YarpLocalImageManager.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#ifndef __RD_YARP_LOCAL_IMAGE_MANAGER_HPP__
#define __RD_YARP_LOCAL_IMAGE_MANAGER_HPP__
Expand Down
4 changes: 3 additions & 1 deletion src/libraries/InputLib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Generated by "yarp cmake" & Juan G. Victores 2014
# Authors: see AUTHORS.md at project root.
# CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
# URL: https://github.com/asrob-uc3m/robotDevastation

find_package(SDL2 REQUIRED)

Expand Down
4 changes: 3 additions & 1 deletion src/libraries/InputLib/InputEventListener.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#ifndef __RD_INPUT_EVENT_LISTENER_HPP__
#define __RD_INPUT_EVENT_LISTENER_HPP__
Expand Down
4 changes: 4 additions & 0 deletions src/libraries/InputLib/InputManager.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#include "InputManager.hpp"
#include "Macros.hpp"

Expand Down
4 changes: 3 additions & 1 deletion src/libraries/InputLib/InputManager.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#ifndef __RD_INPUT_MANAGER_HPP__
#define __RD_INPUT_MANAGER_HPP__
Expand Down
4 changes: 4 additions & 0 deletions src/libraries/InputLib/Key.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#include "Key.hpp"

rd::Key::Key(char printable_character)
Expand Down
4 changes: 3 additions & 1 deletion src/libraries/InputLib/Key.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#ifndef __RD_KEY_HPP__
#define __RD_KEY_HPP__
Expand Down
4 changes: 4 additions & 0 deletions src/libraries/InputLib/MockInputEventListener.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#include "MockInputEventListener.hpp"

rd::MockInputEventListener::MockInputEventListener()
Expand Down
4 changes: 3 additions & 1 deletion src/libraries/InputLib/MockInputEventListener.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#ifndef __RD_MOCK_INPUT_EVENT_LISTENER_HPP__
#define __RD_MOCK_INPUT_EVENT_LISTENER_HPP__
Expand Down
4 changes: 4 additions & 0 deletions src/libraries/InputLib/MockInputManager.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#include "MockInputManager.hpp"

//-- Initialize static members
Expand Down
4 changes: 3 additions & 1 deletion src/libraries/InputLib/MockInputManager.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#ifndef __RD_MOCK_INPUT_MANAGER_HPP__
#define __RD_MOCK_INPUT_MANAGER_HPP__
Expand Down
4 changes: 4 additions & 0 deletions src/libraries/InputLib/SDLEventFactory.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Authors: see AUTHORS.md at project root.
// CopyPolicy: released under the terms of the LGPLv2.1, see LICENSE at project root.
// URL: https://github.com/asrob-uc3m/robotDevastation

#include "SDLEventFactory.hpp"
#include "Macros.hpp"

Expand Down
Loading

0 comments on commit adfd79c

Please sign in to comment.