git clone git://git.drupal.org/project/openatrium.git
grep -ri license openatrium

expected: some license information

actual: no result

A simple fix: copy the LICENSE.txt file file from the openattrium tarball on drupal.org into this repository.

Comments

IanKelling created an issue. See original summary.

mpotter’s picture

Priority: Major » Normal
Status: Active » Closed (won't fix)

This is normal. No Drupal projects (modules or distributions) have a LICENSE.txt in the git repo. It is added to the tarballs for distribution on drupal.org.

See this page for official details: https://www.drupal.org/node/1587704