MaxLeap / vertx-rpc

Wrap eventBus of vert.x 3 as transport layer for RPC invoking
73 stars 33 forks source link

License missing #16

Closed jclohmann closed 6 years ago

jclohmann commented 6 years ago

Hi, I would like to use your project in a commercial web-application, but it I couldn't find a license-file.

Can you select a license and add it to the project? (Preferably one that allows commercial usage.)

Mart-Bogdan commented 6 years ago

pom. xml

<licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>