From 91090f8e8ef533ad39fc8060bbf1a69bcb0b5af7 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 18 Feb 2014 21:34:08 -0800 Subject: Add missing copyright notice --- libstore/do-gunzip.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'libstore') 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 + + 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 /* I/O interface */ -- cgit v1.2.3