btc-ag / service-idl

Xtext-based Service IDL (Interface Definition Language) and Code Generators for Protobuf, C++, Java and .NET
Eclipse Public License 2.0
8 stars 8 forks source link

Code style: missing header in lots of source files #223

Open huttenlocher opened 5 years ago

huttenlocher commented 5 years ago

By occasion, I noticed that there is no standard file header (with copyright, license, authors etc.) in lots of source files (examples: Maturity.java, IModuleStructureStrategy.java etc). This seems to contradict the common style conventions. Maybe we could deploy some script to automatically validate the beginning of a source file as part of our toolchain. This is just minor style issue to ensure consistency.