Updated check_style_guide to test for include guards and copyright

notices
 - Fix include guards
 - Fix copyright header indentation
 - Update copyright years
This commit is contained in:
Alexander Bock
2017-02-09 23:55:39 -05:00
parent ea485fd418
commit 23ea86949f
38 changed files with 360 additions and 369 deletions
+3 -3
View File
@@ -22,8 +22,8 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#ifndef __SCRIPT_HELPER_H__
#define __SCRIPT_HELPER_H__
#ifndef __OPENSPACE_CORE___SCRIPTHELPER___H__
#define __OPENSPACE_CORE___SCRIPTHELPER___H__
#define SCRIPT_CHECK_ARGUMENTS(__category__, __stack__, __reqArg__, __realArg__) \
if (__realArg__ != __reqArg__) { \
@@ -33,4 +33,4 @@
}
#endif // __SCRIPT_HELPER_H__
#endif // __OPENSPACE_CORE___SCRIPTHELPER___H__