diff options
-rw-r--r-- | unodevtools/source/skeletonmaker/skeletonmaker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletonmaker.cxx b/unodevtools/source/skeletonmaker/skeletonmaker.cxx index 3609798cb543..12fd04f7cb39 100644 --- a/unodevtools/source/skeletonmaker/skeletonmaker.cxx +++ b/unodevtools/source/skeletonmaker/skeletonmaker.cxx @@ -79,7 +79,7 @@ static const char usageText[] = " --propertysetmixin the generated skeleton implements the cppu::PropertySetMixin\n" " helper if a referenced new style service specifies an\n" " interface which provides attributes (directly or inherited).\n" -" -lh --licenseheader generates a default OpenOffice.org LGPL license\n" +" -lh --licenseheader generates a default LibreOffice MPL license\n" " header at the beginning of a component source file.\n" " This option is taken into account in 'component' mode\n" " only and if -o is unequal 'stdout'.\n" |