openenergysolutions / openfmb.adapters

OpenFMB Adapters
Apache License 2.0
3 stars 1 forks source link

Add copyright and license to every source file #110

Closed teburd closed 3 years ago

teburd commented 3 years ago

Used commands like

find . -name "*.cpp" | xargs reuse addheader -l Apache-2.0 -y 2021 -c "Open Energy Solutions Inc" --copyright-style spdx

There are a few files which require setting the style, but in practice won't be needed in the future.

reuse lint passes and shows all files are licensed