Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you are seeking to add a file that already has a license notice which is different from Apache-2.0 or CC-BY-4.0, please raise this for discussion with legal@hyperledger.org to obtain exception approval.

Examples of License Lines

Source Code

Code Block
languagetextcpp
// SPDX-License-Identifier: Apache-2.0

Documentation

Code Block
languagetext
SPDX-License-Identifier: CC-BY-4.0

Documentation (Markdown)

Code Block
languagetext


<//> # (SPDX-License-Identifier: CC-BY-4.0)

Note: this is a hack of the link definition feature in Markdown. Make sure that there is a blank line above and below the comments because some Markdown parsers have bugs.

.gitignore

Code Block
languagetext
# SPDX-License-Identifier: Apache-2.0