X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=rpm-find-lang;h=7238bae99414d322740503829f2b56475908cb92;hb=426239d2311a1574e962f94071456ab8f4139c2b;hp=c5785ab2ed6b02809612e7fc0aef01d4bd6d0ba4;hpb=ac4f2519b8ff782beb08316bb9dfe191dcee627b;p=packages%2Frpm.git diff --git a/rpm-find-lang b/rpm-find-lang index c5785ab..7238bae 100644 --- a/rpm-find-lang +++ b/rpm-find-lang @@ -1,18 +1,20 @@ #!/bin/sh -#findlang - automagically generate list of language specific files -#for inclusion in an rpm spec file. -#This does assume that the *.mo files are under .../share/locale/... -#Run with no arguments gets a usage message. +# $Id$ -#findlang is copyright (c) 1998 by W. L. Estes +# findlang - automagically generate list of language specific files +# for inclusion in an rpm spec file. +# This does assume that the *.mo files are under .../share/locale/... +# Run with no arguments gets a usage message. -#Redistribution and use of this software are hereby permitted for any -#purpose as long as this notice and the above copyright notice remain -#in tact and are included with any redistribution of this file or any -#work based on this file. +# findlang is copyright (c) 1998 by W. L. Estes -#changes: -# $Id$ +# Redistribution and use of this software are hereby permitted for any +# purpose as long as this notice and the above copyright notice remain +# in tact and are included with any redistribution of this file or any +# work based on this file. + +# Changes: +# # 2006-08-28 Elan Ruusamäe # * fixed --all-name which got broken with last change. # 2006-08-09 Elan Ruusamäe