diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2008-02-10 14:32:23 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2008-02-10 14:32:23 +0000 |
commit | 7bf5de146582b3389b9545776a9bb9c6932f7a82 (patch) | |
tree | 9d1234441f98b11607060943781a824fac79ca83 /compress_files | |
parent | 7c291669bab5cf44b615a7073eb0752be7a44612 (diff) | |
download | spec-helper-7bf5de146582b3389b9545776a9bb9c6932f7a82.tar spec-helper-7bf5de146582b3389b9545776a9bb9c6932f7a82.tar.gz spec-helper-7bf5de146582b3389b9545776a9bb9c6932f7a82.tar.bz2 spec-helper-7bf5de146582b3389b9545776a9bb9c6932f7a82.tar.xz spec-helper-7bf5de146582b3389b9545776a9bb9c6932f7a82.zip |
no need for such headers in file, we have versionning system
Diffstat (limited to 'compress_files')
-rwxr-xr-x | compress_files | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/compress_files b/compress_files index 15249fa..24798be 100755 --- a/compress_files +++ b/compress_files @@ -1,13 +1,6 @@ #!/usr/bin/perl -#--------------------------------------------------------------- -# Project : Linux-Mandrake -# Module : spec-helper -# File : compress_files -# Version : $Id$ -# Author : Frederic Lepied -# Created On : Thu Feb 10 08:04:11 2000 -# Purpose : compress man and info pages. -#--------------------------------------------------------------- +# $Id$ +# compress man and info pages. use strict; use warnings; @@ -221,5 +214,3 @@ while (<$FIND>) { } } - -# compress_files ends here |