From 0a7d6e01a3a7e9625ca521e20c9bd80303574d7a Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 16 Sep 2010 08:47:31 +0000 Subject: [PATCH] Fix copyright notice, make it more consistent with the rest of FFmpeg. Originally committed as revision 25132 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/vf_libopencv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_libopencv.c b/libavfilter/vf_libopencv.c index 63d5b61004..e93ffc9da7 100644 --- a/libavfilter/vf_libopencv.c +++ b/libavfilter/vf_libopencv.c @@ -1,5 +1,5 @@ /* - * copyright Stefano Sabatini 2010 + * copyright (c) 2010 Stefano Sabatini * * This file is part of FFmpeg. *