mirror of
https://gitlab.gnome.org/GNOME/gparted
synced 2024-10-29 23:08:41 +00:00
3861b9257b
This is part of parent bug: Bug #721455 - Obsolete info in license text on multiple modules and GNOME Goal: https://wiki.gnome.org/Initiatives/GnomeGoals/Proposals * verify all source files to make sure they have a license and a copyright, and that both are up-to-date Bug #721565 - License text contains obsolete FSF postal address |
||
---|---|---|
.. | ||
.cvsignore | ||
Makefile.am | ||
README | ||
ucompose.hpp |
Defines String::ucompose(fmt, arg...) for easy, i18n-friendly composition of strings with Gtkmm >= 1.3.* (see www.gtkmm.org). Uses Glib::ustring instead of std::string which doesn't work with Gtkmm due to character encoding troubles with stringstreams. Version 1.0.5. Copyright (c) 2002, 03, 04, 07 Ole Laursen <olau@hardworking.dk>. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. Basic usage is like: String::ucompose("This is a %1x%2 matrix.", rows, cols); See http://people.iola.dk/olau/compose/ for more details.