Non-GNU based Getopts for Java?


 
Thread Tools Search this Thread
Top Forums Programming Non-GNU based Getopts for Java?
# 1  
Old 07-29-2010
Non-GNU based Getopts for Java?

Hi all,

I'm looking for a version of Getopts for Java that isn't licensed under the GPL and accepts long options (i.e. both -h and --help).
My code is licensed under BSD and I don't really want to change that just because a module uses the GPL...

Thanks,
Ben
# 2  
Old 07-29-2010
Do you mean this version? It's licensed under the LPGL, which means that it may be included in differently licensed software (even proprietary), but you must include a notice that it's included and have to provide a copy of the source on request. But IANAL, so this might not be 100% correct.
This User Gave Thanks to pludi For This Post:
# 3  
Old 07-29-2010
I'm pretty sure that's correct, Pludi. For that reason it used to be known as the "library GPL".
This User Gave Thanks to Corona688 For This Post:
# 4  
Old 07-29-2010
Thank pludi,

I did not know it was licensed under the LGPL, I could only see mention of GPL and GNU and thought it was licensed under the full thing...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Solaris

Java web console Vs Web-Based Enterprise Management(WBEM)

Java web console Vs Web-Based Enterprise Management(WBEM) 1. I like to understand the difference in purpose of using java web console and Web-Based Enterprise Management (WBEM) 2. As per CIS benchmark, both of them has to be disabled when not used for increased security. Solaris admin(s) -... (0 Replies)
Discussion started by: cyberidude
0 Replies

2. Programming

How to create java based dictionary for mobile using data in microsoft excel?

i am having a ms excel file which contains 2 columns, I first column i added words, and in second column meaning to the word in the first column. I want to create a dictionary for mobile like nokia or any java based application running mobile. How it can be created as i, dont know the java... (1 Reply)
Discussion started by: Anna Hussie
1 Replies

3. Programming

Not able to execute the method based on OS in JAVA

Hi, In my application,I want to find out the OS name and based on OS I want to do some specific operations.So I write some code based on it in JAVA but I am able to get the OS name but Not able to use the method specific to OS.I write a simple code to check it and found that it is not going to... (1 Reply)
Discussion started by: smartgupta
1 Replies
Login or Register to Ask a Question