summaryrefslogtreecommitdiff
path: root/libavcodec/lzw.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/lzw.c')
-rw-r--r--libavcodec/lzw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/lzw.c b/libavcodec/lzw.c
index 7bdc89a37c..23034aa6dc 100644
--- a/libavcodec/lzw.c
+++ b/libavcodec/lzw.c
@@ -1,7 +1,7 @@
/*
* LZW decoder
- * Copyright (c) 2003 Fabrice Bellard.
- * Copyright (c) 2006 Konstantin Shishkov.
+ * Copyright (c) 2003 Fabrice Bellard
+ * Copyright (c) 2006 Konstantin Shishkov
*
* This file is part of FFmpeg.
*