Note: information on this page refers to Ceylon 1.0, not to the current release.

license annotation

The license annotation is applied to a module to record its license.

Usage

license("[ASL 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)")
module com.example.foo "1.0" {
}

Description

The license annotation is processed by the ceylon doc tool, which assumes it contains Markdown formatted text.

See also