Skip to content

Commit

Permalink
added copyright notice to UVLC stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcdorman committed Jan 16, 2015
1 parent 7fb9b6a commit fd58a16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/kovan/wait_for.h
Expand Up @@ -9,8 +9,8 @@ extern "C" {
#endif

/**
* Waits (blocks) for the given number of seconds.
* \param duration the number of seconds to sleep
* Waits (blocks) for the given number of milliseconds.
* \param msecs the number of milliseconds to sleep
*/
VF EXPORT_SYM void wait_for_milliseconds(long msecs);

Expand Down
4 changes: 4 additions & 0 deletions src/uvlc_video_decoder_p.cpp
@@ -1,3 +1,7 @@
// This code is a heavily modified version of Pongsak Suvanpong's C++ version (psksvp@robotvision2.com, psksvp@gmail.com)
// based on JavaDrone http://code.google.com/p/javadrone/
// and droneController http://dronecontroller.codeplex.com/

#include "uvlc_video_decoder_p.hpp"

#include <vector>
Expand Down

0 comments on commit fd58a16

Please sign in to comment.