jexp / jpatterns

Annotation for (Design) patterns to communicate pattern usage
http://jpatterns.org
Apache License 2.0
85 stars 31 forks source link

Please add a license #6

Open levonk opened 8 years ago

levonk commented 8 years ago

Is this abandoned? I hope not, thanks for your previous work. If it is could you add a license so somebody else can pick it up? Preferably Apache 2.0, MIT, BSD.

SamuelWiet commented 8 years ago

It's Apache 2.0 see http://www.jpatterns.org/license/

kabutz commented 8 years ago

Indeed, Apache 2.0. A bit of history: We wrote all the code really quickly back in 2010 and since it is primarily used for documentation, didn't see need for much in terms of changes. But please feel free to contribute! I use these a lot to teach my Design Patterns Course (http://www.javaspecialists.eu/courses/dpc.jsp and https://vimeo.com/ondemand/javadesignpatternscourse) and they are intended primarily for documentation purposes. Some of my clients use them internally to document their patterns usage.