diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-02-18 21:34:08 -0800 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-02-18 21:34:08 -0800 |
commit | 91090f8e8ef533ad39fc8060bbf1a69bcb0b5af7 (patch) | |
tree | bdd5375aee2f1ce0a3dcd68a8f5379942c311e4b | |
parent | 2a685b05f91f71c3b00ee8890ebaed16839b0cd0 (diff) |
Add missing copyright notice
-rw-r--r-- | libstore/do-gunzip.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libstore/do-gunzip.c b/libstore/do-gunzip.c index 6a1c2a95..a9d019e7 100644 --- a/libstore/do-gunzip.c +++ b/libstore/do-gunzip.c @@ -1,3 +1,24 @@ +/* gzip decompression + + Copyright (C) 2014 Free Software Foundation, Inc. + Written by Ignazio Sgalmuzzo <ignaker@gmail.com> + + This file is part of the GNU Hurd. + + The GNU Hurd is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2, or (at + your option) any later version. + + The GNU Hurd is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ + #include <zlib.h> /* I/O interface */ |