1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

In libavfilter, use consistently "Copyright (c)" in the license

headers.

Originally committed as revision 25838 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini
2010-11-28 10:22:58 +00:00
parent e8ffb2fa4c
commit 3fa77bde1b
23 changed files with 34 additions and 33 deletions

View File

@@ -1,7 +1,6 @@
/*
* Ported to FFmpeg from MPlayer libmpcodecs/unsharp.c
* Original copyright (C) 2002 Remi Guyomarch <rguyom@pobox.com>
* Port copyright (C) 2010 Daniel G. Taylor <dan@programmer-art.org>
* Original copyright (c) 2002 Remi Guyomarch <rguyom@pobox.com>
* Port copyright (c) 2010 Daniel G. Taylor <dan@programmer-art.org>
* Relicensed to the LGPL with permission from Remi Guyomarch.
*
* This file is part of FFmpeg.
@@ -23,7 +22,8 @@
/**
* @file
* blur / sharpen filter
* blur / sharpen filter, ported to FFmpeg from MPlayer
* libmpcodecs/unsharp.c.
*
* This code is based on:
*