epl

If I use jQuery, must my Web App be GPL'd?

I'm working on a Web App Framework that I'd like to put under the Eclipse Public License for various reasons. The only problem is that I want to include jQuery in the framework, and that is under the GPL and / or MIT licenses. Edit 1: The core of the framework is coded in PHP, using jQuery to jazz up the client side of things. I'm not t...

Name that printing file format

Hello there fellow Stackers! I wonder if anybody could tell me what the following file format is? If you print it as-is then your print out will be, er, as-is BUT if you send it directly to the printer (for example using NET USE in a DOS/Windows batch file) it will actually print a very nice Parcelforce posting label: :Printer Setti...

Preview label written in Eltron Programming Language EPL?

I have code produced by our proprietry system in the Eltron Programming Language: This is sent to Eltron/Zebra label printers to be printed. Is there some kind of software that would allow me to interpret this code to do some form of 'print preview'? I am considering developing a way to convert this into an image or even postscript pdf...

Image (PCX) for EPL2 Zebra printer

I am having trouble producing and uploading graphics to an EPL2 printer. Having tired quite literally any pieces of software available and trawled the internet, I am at a loss. I have a 1 bit file which I try to upload with the following script.. setppi.txt GK"NAMEPCX" GK"NAMEPCX" GM"NAMEPCX"3042 and then upload with copy setppi....

Licensing an Eclipse RCP application as GPL

I'm currently developing an Eclipse RCP application an I would like to release it under GPL v 3. As far as I can tell, Eclipse Public License (under which the RCP code is licensed) allows this, but the Free Software Foundation says that EPL is incompatible with GPL. As I understand it, this only applies to the case where you want to use ...

can I ship a 'lein uberjar' containing some gpl3 classes?

I have a project that I have released under the GPLv3 that requires clojure.jar and clojure-tontrib.jar to run. I would really like to ship one big jar file with all of them. (perhaps with a license.txt also) Does anyone know of a clear legal explanation* if this is in keeping with the licenses? can i specify this in my license.txt...

Esper EPL Query for Time(t) and Time(t-1)

I am trying to implement an EPL query that can pick up the avg for Time(t) & Time(t-1). For example: a) in the first 5 seconds (seconds 0-5) there are 2 events with an avg of 12 b) in the next 5 seconds (seconds 5-10) there are 3 events with an avg of 23 , and in the EPL query that catches this information, I am...