changeset 2671:0582de6ef41c octave-forge

Help and copyright added.
author sis-sou
date Thu, 12 Oct 2006 21:21:00 +0000
parents 8549e9aa5fbb
children ebd5b25f1cca
files main/miscellaneous/inst/zip.m
diffstat 1 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main/miscellaneous/inst/zip.m	Thu Oct 12 21:14:16 2006 +0000
+++ b/main/miscellaneous/inst/zip.m	Thu Oct 12 21:21:00 2006 +0000
@@ -1,3 +1,25 @@
+## Copyright (C) 2006   Sissou   <sylvain.pelissier@gmail.com>
+##
+## This program 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 of the License, or
+## (at your option) any later version.
+##
+## This program 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-1307  USA
+
+## -*- texinfo -*-
+## @deftypefn {Function File} {} zip (@var{zipfile},@var{files})
+## Compress the list of files specified in 'files' into the archive 'zipfiles' in the same directory.
+## @seealso{unzip,tar}
+## @end deftypefn
+
 function zip(zipfile, files)
 	
   if (nargin == 2)