This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch upstream in repository hurd.
commit 883a7ad93fd5a4dd0ca71d461d0624a898ad6865 Author: Samuel Thibault <[email protected]> Date: Tue Feb 18 21:31:58 2014 -0800 Add missing copyright notice --- libstore/do-bunzip2.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/libstore/do-bunzip2.c b/libstore/do-bunzip2.c index 694da6f..d599503 100644 --- a/libstore/do-bunzip2.c +++ b/libstore/do-bunzip2.c @@ -1,3 +1,24 @@ +/* bunzip2 decompression + + Copyright (C) 2014 Free Software Foundation, Inc. + Written by Ignazio Sgalmuzzo <[email protected]> + + 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 <bzlib.h> /* I/O interface */ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
