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
@@ -2,7 +2,7 @@
* *
* OpenSpace *
* *
* Copyright (c) 2014-2015 *
* Copyright (c) 2014-2017 *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy of this *
* software and associated documentation files (the "Software"), to deal in the Software *
+4 -4
View File
@@ -2,7 +2,7 @@
* *
* OpenSpace *
* *
* Copyright (c) 2014-2015 *
* Copyright (c) 2014-2017 *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy of this *
* software and associated documentation files (the "Software"), to deal in the Software *
@@ -22,8 +22,8 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#ifndef __RENDERABLEVOLUME_H__
#define __RENDERABLEVOLUME_H__
#ifndef __OPENSPACE_MODULE_VOLUME___RENDERABLEVOLUME___H__
#define __OPENSPACE_MODULE_VOLUME___RENDERABLEVOLUME___H__
// open space includes
#include <openspace/rendering/renderable.h>
@@ -60,4 +60,4 @@ private:
} // namespace openspace
#endif // __RENDERABLEVOLUME_H__
#endif // __OPENSPACE_MODULE_VOLUME___RENDERABLEVOLUME___H__
@@ -2,7 +2,7 @@
* *
* OpenSpace *
* *
* Copyright (c) 2014-2015 *
* Copyright (c) 2014-2017 *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy of this *
* software and associated documentation files (the "Software"), to deal in the Software *
@@ -2,7 +2,7 @@
* *
* OpenSpace *
* *
* Copyright (c) 2014-2015 *
* Copyright (c) 2014-2017 *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy of this *
* software and associated documentation files (the "Software"), to deal in the Software *
@@ -22,8 +22,8 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#ifndef __RENDERABLEVOLUMEGL_H__
#define __RENDERABLEVOLUMEGL_H__
#ifndef __OPENSPACE_MODULE_VOLUME___RENDERABLEVOLUMEGL___H__
#define __OPENSPACE_MODULE_VOLUME___RENDERABLEVOLUMEGL___H__
#include <modules/volume/rendering/renderablevolume.h>
#include <openspace/util/powerscaledcoordinate.h>
@@ -83,4 +83,4 @@ private:
} // namespace openspace
#endif // __RENDERABLEVOLUMEGL_H__
#endif // __OPENSPACE_MODULE_VOLUME___RENDERABLEVOLUMEGL___H__