Hi, all!

I am going to do an emacs extension on emacs lisp and clojure languages.
The problem is that I should include external clojure project (it is used as a library),
distribued on the terms of Eclipse Public License 1.0 with a tiny modification.

The questions are:

1) Is it possible to distribute via ELPA (in repositories like marmalade or melpa)
my code with GPL licence together with this EPL code?

2) If no, should I re-license the whole code on EPL? Is it possible to distribute
emacs extension with Eclipse Public License via ELPA?