aboutsummaryrefslogtreecommitdiffstats
path: root/fix_mo
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@gmail.com>2018-08-04 09:51:47 +0200
committerGuillaume Rousse <guillomovitch@gmail.com>2018-08-04 09:51:47 +0200
commitabb9b4d0d4dac36b438a40e8368d8861871809ad (patch)
treebf0f7a1ba5fd4bdafafea7d47b2adaef784ebec9 /fix_mo
parent815e6b02548575161d485ebe71ea96912f51ea5f (diff)
downloadspec-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 'fix_mo')
-rwxr-xr-xfix_mo12
1 files changed, 1 insertions, 11 deletions
diff --git a/fix_mo b/fix_mo
index ebda84d..f853bdc 100755
--- a/fix_mo
+++ b/fix_mo
@@ -1,13 +1,5 @@
#!/bin/sh
-#---------------------------------------------------------------
-# Project : Mandrake Linux
-# Module : spec-helper
-# File : fix-mo
-# Version : $Id: fix_mo 234135 2008-02-10 14:24:43Z guillomovitch $
-# Author : Pablo Saratxaga
-# Created On : Fri Feb 14 08:27:47 2003
-# Purpose : Fix bad translations
-#---------------------------------------------------------------
+# Fix bad translations
# HP people wants to have 'Gnome' in ascii;
# so "±×³ð" is converted to 'GNOME'
@@ -37,5 +29,3 @@ done
rm -f $TMP $TMP2
exit $ret
-
-# fix-mo ends here