l10ntools/source/filter/merge/FCFGMerge.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)
New commits: commit 3f2bdbfce3215511ca6a084bb71ec5f29f8f70ea Author: Marcel Metz <[email protected]> Date: Mon Jan 9 11:31:03 2012 +0000 advertise license in help output diff --git a/l10ntools/source/filter/merge/FCFGMerge.java b/l10ntools/source/filter/merge/FCFGMerge.java index 2c2f35b..5d2c755 100644 --- a/l10ntools/source/filter/merge/FCFGMerge.java +++ b/l10ntools/source/filter/merge/FCFGMerge.java @@ -101,9 +101,12 @@ public class FCFGMerge private static void printCopyright() { java.lang.StringBuffer sOut = new java.lang.StringBuffer(256); - sOut.append("FCFGMerge\n"); - sOut.append("Copyright: 2003 by Sun Microsystems, Inc.\n"); - sOut.append("All Rights Reserved.\n"); + sOut.append("FCFGMerge (LibreOffice)\n\n"); + sOut.append("Copyright (C) 2003 Sun Microsystems, Inc.\n"); + sOut.append("Copyright (C) 2012 The Document Foundation\n"); + sOut.append("License LGPLv3: GNU LGPL version 3 <http://www.gnu.org/licenses/lgpl.html>.\n"); + sOut.append("This is free software: you are free to change and redistribute it.\n"); + sOut.append("There is NO WARRANTY, to the extent permitted by law.\n"); System.out.println(sOut.toString()); } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
