Преглед изворни кода

Match template license app to default license

The default license created with rebar3 templates is a BSD 3 clause
license. However the .app.src file generated do not include the license
there.

This adds the license type, fixing #1447.
pull/1548/head
Fred Hebert пре 8 година
родитељ
комит
ab63030cd7
2 измењених фајлова са 2 додато и 2 уклоњено
  1. +1
    -1
      priv/templates/otp_app.app.src
  2. +1
    -1
      priv/templates/otp_lib.app.src

+ 1
- 1
priv/templates/otp_app.app.src Прегледај датотеку

@ -11,6 +11,6 @@
{modules, []},
{maintainers, []},
{licenses, []},
{licenses, ["BSD"]},
{links, []}
]}.

+ 1
- 1
priv/templates/otp_lib.app.src Прегледај датотеку

@ -10,6 +10,6 @@
{modules, []},
{maintainers, []},
{licenses, []},
{licenses, ["BSD"]},
{links, []}
]}.

Loading…
Откажи
Сачувај