summaryrefslogtreecommitdiff
path: root/libavcodec/lzw.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/lzw.h')
-rw-r--r--libavcodec/lzw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/lzw.h b/libavcodec/lzw.h
index e8ff46c733..3d40e158f3 100644
--- a/libavcodec/lzw.h
+++ b/libavcodec/lzw.h
@@ -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.
*