harmonize authors as "Name (mail@address)"

Change-Id: I85bfae61a37de75a5ed945a906002de2ef75149f
This commit is contained in:
Pascal Massimino
2012-07-19 16:09:47 -07:00
parent 4a9f37b742
commit 2fc1301577
14 changed files with 20 additions and 19 deletions

View File

@ -5,9 +5,9 @@
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/
// -----------------------------------------------------------------------------
//
// Author: jyrki@google.com (Jyrki Alakuijala)
// Author: Jyrki Alakuijala (jyrki@google.com)
//
// Flate-like entropy encoding (Huffman) for webp lossless
// Entropy encoding (Huffman) for webp lossless
#ifndef WEBP_UTILS_HUFFMAN_ENCODE_H_
#define WEBP_UTILS_HUFFMAN_ENCODE_H_