summaryrefslogtreecommitdiffstats
path: root/ipapython/py_default_encoding
Commit message (Collapse)AuthorAgeFilesLines
* Unused value in initdefault_encoding_utf8Martin Kosek2011-01-251-3/+1
| | | | | | | There is no use for return value of Py_InitModule3. Removing it in this patch. https://fedorahosted.org/freeipa/ticket/710
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-202-10/+10
| | | | | | | | | | The changes include: * Change license blobs in source files to mention GPLv3+ not GPLv2 only * Add GPLv3+ license text * Package COPYING not LICENSE as the license blobs (even the old ones) mention COPYING specifically, it is also more common, I think https://fedorahosted.org/freeipa/ticket/239
* Add default python encoding module to reset default from ascii to utf-8Rob Crittenden2010-10-223-0/+117
Also clean up some duplicate files in the rpm for the UI.