avcodec/huffyuv: update years in copyright

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/55/head
Michael Niedermayer 11 years ago
parent 17e7048d30
commit 7cf8918b0d
  1. 2
      libavcodec/huffyuv.c
  2. 2
      libavcodec/huffyuv.h
  3. 2
      libavcodec/huffyuvdec.c
  4. 2
      libavcodec/huffyuvenc.c

@ -1,7 +1,7 @@
/* /*
* huffyuv codec for libavcodec * huffyuv codec for libavcodec
* *
* Copyright (c) 2002-2003 Michael Niedermayer <michaelni@gmx.at> * Copyright (c) 2002-2014 Michael Niedermayer <michaelni@gmx.at>
* *
* see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of * see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of
* the algorithm used * the algorithm used

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2002-2003 Michael Niedermayer <michaelni@gmx.at> * Copyright (c) 2002-2014 Michael Niedermayer <michaelni@gmx.at>
* *
* see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of * see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of
* the algorithm used * the algorithm used

@ -1,7 +1,7 @@
/* /*
* huffyuv decoder * huffyuv decoder
* *
* Copyright (c) 2002-2003 Michael Niedermayer <michaelni@gmx.at> * Copyright (c) 2002-2014 Michael Niedermayer <michaelni@gmx.at>
* *
* see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of * see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of
* the algorithm used * the algorithm used

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2002-2003 Michael Niedermayer <michaelni@gmx.at> * Copyright (c) 2002-2014 Michael Niedermayer <michaelni@gmx.at>
* *
* see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of * see http://www.pcisys.net/~melanson/codecs/huffyuv.txt for a description of
* the algorithm used * the algorithm used

Loading…
Cancel
Save