[FFmpeg-cvslog] avcodec/huffyuv: update years in copyright
Michael Niedermayer
git at videolan.org
Mon Jan 27 02:22:55 CET 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Jan 27 01:45:57 2014 +0100| [7cf8918b0df7924ed3f901f03cc1c06eef43c329] | committer: Michael Niedermayer
avcodec/huffyuv: update years in copyright
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7cf8918b0df7924ed3f901f03cc1c06eef43c329
---
libavcodec/huffyuv.c | 2 +-
libavcodec/huffyuv.h | 2 +-
libavcodec/huffyuvdec.c | 2 +-
libavcodec/huffyuvenc.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/libavcodec/huffyuv.c b/libavcodec/huffyuv.c
index d6396ba..aca2e92 100644
--- a/libavcodec/huffyuv.c
+++ b/libavcodec/huffyuv.c
@@ -1,7 +1,7 @@
/*
* huffyuv codec for libavcodec
*
- * Copyright (c) 2002-2003 Michael Niedermayer <michaelni at gmx.at>
+ * Copyright (c) 2002-2014 Michael Niedermayer <michaelni at gmx.at>
*
* see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of
* the algorithm used
diff --git a/libavcodec/huffyuv.h b/libavcodec/huffyuv.h
index 804c3b5..da4e3b5 100644
--- a/libavcodec/huffyuv.h
+++ b/libavcodec/huffyuv.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2003 Michael Niedermayer <michaelni at gmx.at>
+ * Copyright (c) 2002-2014 Michael Niedermayer <michaelni at gmx.at>
*
* see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of
* the algorithm used
diff --git a/libavcodec/huffyuvdec.c b/libavcodec/huffyuvdec.c
index 16cf275..47c6a13 100644
--- a/libavcodec/huffyuvdec.c
+++ b/libavcodec/huffyuvdec.c
@@ -1,7 +1,7 @@
/*
* huffyuv decoder
*
- * Copyright (c) 2002-2003 Michael Niedermayer <michaelni at gmx.at>
+ * Copyright (c) 2002-2014 Michael Niedermayer <michaelni at gmx.at>
*
* see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of
* the algorithm used
diff --git a/libavcodec/huffyuvenc.c b/libavcodec/huffyuvenc.c
index 0b0341d..08edeac 100644
--- a/libavcodec/huffyuvenc.c
+++ b/libavcodec/huffyuvenc.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2003 Michael Niedermayer <michaelni at gmx.at>
+ * Copyright (c) 2002-2014 Michael Niedermayer <michaelni at gmx.at>
*
* see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of
* the algorithm used
More information about the ffmpeg-cvslog
mailing list