Skip to content

Commit

Permalink
Merge pull request #129 from mdedetrich/remove-typesafe-cla
Browse files Browse the repository at this point in the history
Remove typesafe CLA requirement
  • Loading branch information
mkurz authored Jan 26, 2024
2 parents 05d385b + f5ad3dc commit c3aacc5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sbt-osgi

[![Build Status](https://github.com/sbt/sbt-osgi/actions/workflows/ci.yml/badge.svg)](https://github.com/sbt/sbt-osgi/actions/workflows/ci.yml)

Plugin for [sbt](http://www.scala-sbt.org) to to create [OSGi](http://www.osgi.org/) bundles.
Plugin for [sbt](http://www.scala-sbt.org) to create [OSGi](http://www.osgi.org/) bundles.

Installing sbt-osgi
-------------------
Expand Down Expand Up @@ -130,12 +130,6 @@ OsgiKeys.exportPackage := Seq("com.github.sbt.osgidemo")
OsgiKeys.bundleActivator := Option("com.github.sbt.osgidemo.internal.Activator")
```

Contribution policy
-------------------

Contributions via GitHub pull requests are gladly accepted from their original author.
Before we can accept pull requests, you will need to agree to the [Typesafe Contributor License Agreement](http://www.typesafe.com/contribute/cla) online, using your GitHub account - it takes 30 seconds.

License
-------

Expand Down

0 comments on commit c3aacc5

Please sign in to comment.