From 29639263a247db98e9e034e32d38b0354f3794f2 Mon Sep 17 00:00:00 2001 From: Ian Bull Date: Sat, 19 Jan 2019 15:08:01 -0800 Subject: [PATCH] Remove the CLA from J2V8 We no longer need the CLA and it's a barrier for others to contribute. This change-set removes it. --- CONTRIBUTING.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 41d3d875d..eeb5b10e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,14 +30,6 @@ utilities for using J2V8 in a Java System. The J2V8 utils contains all the classes found in `com.eclipsesource.v8.utils`. The J2V8 utils should have no external dependencies other than JRE 1.6, and J2V8 core. -## Contributor License Agreement (CLA) - -J2V8 was originally developed by Innoopract Informationssysteme GMBH for -the [Tabris.js](https://tabrisjs.com) project. However, we believe that -J2V8 is more broadly useful, which is why we Open Sourced the project. -To help protect all J2V8 users, and to protect all contributions, we are asking -that all contributors sign the CLA. A copy of the CLA can be found [here](https://www.clahub.com/agreements/eclipsesource/J2V8). - ## Submitting changes * Sign the [Contributor License Agreement](https://www.clahub.com/agreements/eclipsesource/J2V8).