diff options
author | Guillaume Rousse <guillomovitch@gmail.com> | 2018-08-04 09:51:47 +0200 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@gmail.com> | 2018-08-04 09:51:47 +0200 |
commit | abb9b4d0d4dac36b438a40e8368d8861871809ad (patch) | |
tree | bf0f7a1ba5fd4bdafafea7d47b2adaef784ebec9 /translate_menu | |
parent | 815e6b02548575161d485ebe71ea96912f51ea5f (diff) | |
download | spec-helper-abb9b4d0d4dac36b438a40e8368d8861871809ad.tar spec-helper-abb9b4d0d4dac36b438a40e8368d8861871809ad.tar.gz spec-helper-abb9b4d0d4dac36b438a40e8368d8861871809ad.tar.bz2 spec-helper-abb9b4d0d4dac36b438a40e8368d8861871809ad.tar.xz spec-helper-abb9b4d0d4dac36b438a40e8368d8861871809ad.zip |
a bit more consistency in various file headers
Diffstat (limited to 'translate_menu')
-rwxr-xr-x | translate_menu | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/translate_menu b/translate_menu index 7e22a7c..56c90e8 100755 --- a/translate_menu +++ b/translate_menu @@ -1,13 +1,5 @@ #!/usr/bin/perl -#--------------------------------------------------------------- -# Project : Mandrake Linux -# Module : spec-helper -# File : translate_menu.pl -# Version : $Id: translate_menu 233581 2008-01-29 22:08:04Z guillomovitch $ -# Author : Frederic Lepied -# Created On : Mon Jan 26 13:37:49 2004 -# Purpose : change the menu sections -#--------------------------------------------------------------- +# change the menu sections use strict; use warnings; |