diff options
author | Tristan Sloughter <t@crashfast.com> | 2017-05-19 18:48:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-19 18:48:03 -0700 |
commit | c4e9655daef2390d724bf72346c1da5949252eb8 (patch) | |
tree | f45c07b2a7ca30c420cdc7a3c740e47bfd529c3b /priv/templates/otp_app.app.src | |
parent | 486cfa26949184c011d85ee4602750bba768794b (diff) | |
parent | 899b2d2689a6320717536e8c82e2fa043f863b8a (diff) |
Merge pull request #1548 from ferd/tpl-license-matches-default
Match template license app to default license, switch default to Apache 2.0
Diffstat (limited to 'priv/templates/otp_app.app.src')
-rw-r--r-- | priv/templates/otp_app.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/otp_app.app.src b/priv/templates/otp_app.app.src index c18f82c..d694d87 100644 --- a/priv/templates/otp_app.app.src +++ b/priv/templates/otp_app.app.src @@ -11,6 +11,6 @@ {modules, []}, {maintainers, []}, - {licenses, []}, + {licenses, ["Apache 2.0"]}, {links, []} ]}. |