nasa / fpp

F Prime Prime: A modeling language for F Prime
https://fprime.jpl.nasa.gov
Apache License 2.0
49 stars 31 forks source link

removes copyright notice in generated files. #115

Closed LeStarch closed 2 years ago

LeStarch commented 2 years ago

Fixes #114

bocchino commented 2 years ago

It should be sufficient to run ./update-ref in fpp/compiler/tools/fpp-to-cpp/test.

bocchino commented 2 years ago

Also if we are no longer generating copyright info, we should remove this function

https://github.com/fprime-community/fpp/blob/a8705b3ec490f95a80379e88bc21bae4b7401e81/compiler/scripts/test-utils.sh#L18-L22

and all of its uses.

LeStarch commented 2 years ago

Ok! I can run those tests!

LeStarch commented 2 years ago

@bocchino I think this is now corrected per your comments. I removed the unnecessary function, updated the references, and tested with:

cd compiler
./install
./test
...
...
...
All tests PASSED