diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2008-02-10 14:08:50 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2008-02-10 14:08:50 +0000 |
commit | a6ece2ac948b0141008794d61084caff25938be1 (patch) | |
tree | 9bb15d367c20ff4244f1ecde31f062a968bbbdab /strip_files | |
parent | b0ad27a893e59671a92b59e5e08e38b57a932408 (diff) | |
download | spec-helper-a6ece2ac948b0141008794d61084caff25938be1.tar spec-helper-a6ece2ac948b0141008794d61084caff25938be1.tar.gz spec-helper-a6ece2ac948b0141008794d61084caff25938be1.tar.bz2 spec-helper-a6ece2ac948b0141008794d61084caff25938be1.tar.xz spec-helper-a6ece2ac948b0141008794d61084caff25938be1.zip |
no need for such headers in file, we have versionning system
Diffstat (limited to 'strip_files')
-rwxr-xr-x | strip_files | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/strip_files b/strip_files index 1013c2a..2a2a0a6 100755 --- a/strip_files +++ b/strip_files @@ -1,13 +1,6 @@ #!/usr/bin/perl -#--------------------------------------------------------------- -# Project : Linux-Mandrake -# Module : spec-helper -# File : strip_files -# Version : $Id$ -# Author : Frederic Lepied -# Created On : Thu Feb 10 09:23:02 2000 -# Purpose : Strip files. -#--------------------------------------------------------------- +# $Id$ +# Strip files use strict; use warnings; |