Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 631 Bytes

File metadata and controls

28 lines (20 loc) · 631 Bytes

Contributing to libtexce

Thanks for contributing.

License

By contributing to this repository, you agree that your contributions are licensed under:

  • AGPL-3.0-only

SPDX Headers

For new source files, add an SPDX identifier at the top of each file.

  • C/C++ headers and sources:
// SPDX-License-Identifier: AGPL-3.0-only
  • Shell/Python/CMake files:
# SPDX-License-Identifier: AGPL-3.0-only
  • Markdown or other text files:
<!-- SPDX-License-Identifier: AGPL-3.0-only -->

If you import third-party code, keep its original license notice intact and document it clearly in the pull request.