Skip to content

Update license file and remove license headers from source files#24

Merged
cb372 merged 2 commits intomasterfrom
update-license-file
Dec 19, 2019
Merged

Update license file and remove license headers from source files#24
cb372 merged 2 commits intomasterfrom
update-license-file

Conversation

@cb372
Copy link
Copy Markdown
Member

@cb372 cb372 commented Dec 19, 2019

As discussed in #21 (comment)

@cb372 cb372 merged commit 387e2b4 into master Dec 19, 2019
@cb372 cb372 deleted the update-license-file branch December 19, 2019 14:29
headerLicense := Some(
HeaderLicense.MIT(replaceableYear(startYear.value), "Beyond the lines")),
// disable license headers on source files because it's too complicated, owing to us forking the project
excludeFilter.in(unmanagedSources.in(headerCreate)) := HiddenFileFilter || "*.*",
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, this also excluded all files from being compiled! The Travis build passed by doing no compilation and then running no tests.

Looking into a fix now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants