Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 867 Bytes

File metadata and controls

27 lines (20 loc) · 867 Bytes

#🎯 Contribution Guidelines

Licensing

This project is available under three licenses:

  • EUPL-1.2 OR Apache-2.0 OR 0BSD

All contributions must be submitted under the 0BSD license.

Why 0BSD?

  1. International usability: 0BSD is equivalent to public domain. However, public domain is not legally permissible everywhere.
  2. Maximum Flexibility: We can distribute your contributions under all three project licenses.
  3. Easy for You: You retain all rights.
  4. Fair for Everyone: Users can choose between three licenses.

Technical Implementation

Add this header to every new file:

// SPDX-License-Identifier: 0BSD
// SPDX-FileCopyrightText: © [YEAR] [YOUR NAME]