diff options
author | Martin Kelly <mkelly@xevo.com> | 2018-01-17 15:26:15 -0800 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-01-31 23:54:28 +0200 |
commit | 36aca4cd3ca7631765ef32478e5c85d32db11fca (patch) | |
tree | a80ca5845e08b4679914f4ccf3b88f55e1bf6fdc /docs/markdown/snippets | |
parent | b62d670fb2a630e4ef75f8c9dcf6facc34d71043 (diff) | |
download | meson-36aca4cd3ca7631765ef32478e5c85d32db11fca.zip meson-36aca4cd3ca7631765ef32478e5c85d32db11fca.tar.gz meson-36aca4cd3ca7631765ef32478e5c85d32db11fca.tar.bz2 |
add meson.project_license() builtin
This Fixes #2941.
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/project-license.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/project-license.md b/docs/markdown/snippets/project-license.md new file mode 100644 index 0000000..5da2c6a --- /dev/null +++ b/docs/markdown/snippets/project-license.md @@ -0,0 +1,4 @@ +## New method meson.project_license() + +The `meson` builtin object now has a `project_license()` method that returns a +list of all licenses for the project. |