diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-28 10:22:58 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-28 10:22:58 +0000 |
commit | 3fa77bde1b1e977b07070c72a9c2aaa5ad7dbf8d (patch) | |
tree | 6a27f63be6d57fd34b1771b44c7352cfcf0107bb /libavfilter/vf_transpose.c | |
parent | e8ffb2fa4c233fe5d1e0bf385bd40b27288abc8b (diff) | |
download | ffmpeg-3fa77bde1b1e977b07070c72a9c2aaa5ad7dbf8d.tar.gz |
In libavfilter, use consistently "Copyright (c)" in the license
headers.
Originally committed as revision 25838 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/vf_transpose.c')
-rw-r--r-- | libavfilter/vf_transpose.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/vf_transpose.c b/libavfilter/vf_transpose.c index 8d44e56ea3..970c38120d 100644 --- a/libavfilter/vf_transpose.c +++ b/libavfilter/vf_transpose.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010 Stefano Sabatini - * Copyright (C) 2008 Vitor Sessak + * Copyright (c) 2010 Stefano Sabatini + * Copyright (c) 2008 Vitor Sessak * * This file is part of FFmpeg. * |