Cleanup of license headers

Cleanup of include guards in modules
This commit is contained in:
Alexander Bock
2016-12-09 12:02:16 +01:00
parent 80d806d62c
commit df543f0ec3
136 changed files with 1621 additions and 1556 deletions
@@ -22,8 +22,8 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#ifndef __GUIHELPCOMPONENT_H__
#define __GUIHELPCOMPONENT_H__
#ifndef __OPENSPACE_MODULE_ONSCREENGUI___GUIHELPCOMPONENT___H__
#define __OPENSPACE_MODULE_ONSCREENGUI___GUIHELPCOMPONENT___H__
#include <modules/onscreengui/include/guicomponent.h>
@@ -40,4 +40,4 @@ public:
} // namespace gui
} // namespace openspace
#endif // __GUIHELPCOMPONENT_H__
#endif // __OPENSPACE_MODULE_ONSCREENGUI___GUIHELPCOMPONENT___H__