Files
unpackit/doc.go
Camilo Aguilar 5e4d87c9d6 Changes license
2014-09-09 10:38:41 -04:00

9 lines
368 B
Go

// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
/*
UnzipIt allows you to easily unpack *.tar.gz, *.tar.bzip2, *.zip and *.tar files.
There are not CGO involved nor hard dependencies of any type.
*/
package unzipit