June 21, 2005 I have a bit of a quandry here at work. I'm writing a small application in GTK+. I have a need to locate text in a GtkTreeModel and return the GtkTreeIter associated with it. If I've already lost you, just hold on because the specifics are not important. What is important is that I have already written this code for use in Exhale. So i should just reuse it. The only problem is that all Exhale source code is GPL and the author is quite stubborn. Now I could just take to code and pop it into my little program here at work, but the program will then be subject to the GPL. We don't ship this program, or at least have any plans to do so, meaning the GPL really has no effect. But if for some reason we pass the code on, the GPL will, of course, apply. I guess I'll have to rewrite the function... Adios, Jeff .