summaryrefslogtreecommitdiff
path: root/unzip.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-01-01 16:16:21 +0100
committerJim Meyering <meyering@redhat.com>2010-01-01 16:16:21 +0100
commit00e333a22c871925253c6a1fc57965b32c045fec (patch)
tree286eae1bd44509dd05198be4c1ea81f9a4424b88 /unzip.c
parent633ad091dc50e3ef873a03a9215808533e8320e1 (diff)
downloadgzip-00e333a22c871925253c6a1fc57965b32c045fec.tar.gz
maint: update all FSF copyright year lists to include 2010
Use this command: git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \ env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright
Diffstat (limited to 'unzip.c')
-rw-r--r--unzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unzip.c b/unzip.c
index a389e8a..55185a9 100644
--- a/unzip.c
+++ b/unzip.c
@@ -1,6 +1,6 @@
/* unzip.c -- decompress files in gzip or pkzip format.
- Copyright (C) 1997-1999, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1997-1999, 2009-2010 Free Software Foundation, Inc.
Copyright (C) 1992-1993 Jean-loup Gailly
This program is free software; you can redistribute it and/or modify