diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-02-18 21:31:58 -0800 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-02-18 21:31:58 -0800 |
commit | 883a7ad93fd5a4dd0ca71d461d0624a898ad6865 (patch) | |
tree | 6dae4be51f8fcaba44af9062369842abaaac341b /libstore | |
parent | bfa5d8f54612811d306d1453b7d2da549bbc60ee (diff) |
Add missing copyright notice
Diffstat (limited to 'libstore')
-rw-r--r-- | libstore/do-bunzip2.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libstore/do-bunzip2.c b/libstore/do-bunzip2.c index 694da6f9..d599503a 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 <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 <bzlib.h> /* I/O interface */ |