summaryrefslogtreecommitdiffhomepage
path: root/video
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-02-11 19:31:52 +0100
committerStanislaw Halik <sthalik@misaki.pl>2019-02-11 20:21:35 +0100
commit665cd55bcf8996bfc0b83604fa75bf80f9aaa3bd (patch)
tree33c19f399804a592751890a139a742c40a2fcddb /video
parent21632b1143623ed75216a486ad851d865b3ac8a4 (diff)
video: remove Patrick's copyright
The file was completely rewritten some time ago.
Diffstat (limited to 'video')
-rw-r--r--video/video-widget.cpp12
-rw-r--r--video/video-widget.hpp3
2 files changed, 2 insertions, 13 deletions
diff --git a/video/video-widget.cpp b/video/video-widget.cpp
index 995795fd..90975f0c 100644
--- a/video/video-widget.cpp
+++ b/video/video-widget.cpp
@@ -1,15 +1,5 @@
-/* Copyright (c) 2014-2016, 2019 Stanislaw Halik <sthalik@misaki.pl>
- *
- * Permission to use, copy, modify, and/or distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- */
-
-#ifdef OTR_VIDEO_HAS_OPENCV
-# include <opencv2/imgproc.hpp>
-#endif
-
#include "video-widget.hpp"
+
#include "compat/check-visible.hpp"
#include "compat/math.hpp"
diff --git a/video/video-widget.hpp b/video/video-widget.hpp
index 3e39dd93..b610557d 100644
--- a/video/video-widget.hpp
+++ b/video/video-widget.hpp
@@ -1,5 +1,4 @@
-/* Copyright (c) 2012 Patrick Ruoff
- * Copyright (c) 2014-2016 Stanislaw Halik <sthalik@misaki.pl>
+/* Copyright (c) 2014-2016, 2019 Stanislaw Halik <sthalik@misaki.pl>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above