Cleaning up once include variables and copyright cleanup.

Changed all header file once include variables to follow the same naming
convention and not start with any underscores.  Also deleted old
incorrect copyright notices.  Also removed $Id: tags from all files.

Fixes #14.  Fixes #22.
This commit is contained in:
Alex Lin
2015-03-23 16:03:14 -05:00
parent 678cc4b877
commit 14a75508a3
1325 changed files with 1839 additions and 9472 deletions

View File

@ -7,12 +7,8 @@ LIBRARY_DEPENDENCIES:
((../src/InputProcessSimObject.cpp))
*/
/*
* $Id: IntegSimObject.hh 416 2009-11-18 22:32:12Z lin $
*/
#ifndef _INPUTPROCESSSIMOBJECT_HH_
#define _INPUTPROCESSSIMOBJECT_HH_
#ifndef INPUTPROCESSSIMOBJECT_HH
#define INPUTPROCESSSIMOBJECT_HH
#include <vector>
#include <string>