Added legal header, changed include guards to contain namespace prefix e.g BLACKMISC_XYZ_H

This commit is contained in:
Klaus Basan
2013-04-10 00:50:25 +02:00
parent 9a87731944
commit e196a5585f
39 changed files with 260 additions and 246 deletions

View File

@@ -3,8 +3,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef PQPRESSURE_H
#define PQPRESSURE_H
#ifndef BLACKMISC_PQPRESSURE_H
#define BLACKMISC_PQPRESSURE_H
#include "pqphysicalquantity.h"
@@ -47,4 +47,4 @@ public:
};
} // namespace
} // namespace
#endif // PQPRESSURE_H
#endif // BLACKMISC_PQPRESSURE_H