There is currently only 2 rules for contributing code to this project:

  1. The author of commits sent to the project need to certify that the commits comply with the Developer Certificate of Origin. This is done by signing of the commit with the following line: Signed-off-by: Developer Name <email@address>
  2. The license of each change should be clear. If files are changed and no additional license information is added to the modified files, the changes are licensed under the same license as the original file. New files need explicit license information.

  • SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
  • SPDX-FileCopyrightText: Contributors To The net.splitcells.* Projects