mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Added legal header, changed include guards to contain namespace prefix e.g BLACKMISC_XYZ_H
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/* Copyright (C) 2013 VATSIM Community
|
||||
/* Copyright (C) 2013 VATSIM Community / authors
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* 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 PQUNITS_H
|
||||
#define PQUNITS_H
|
||||
#ifndef BLACKMISC_PQUNITS_H
|
||||
#define BLACKMISC_PQUNITS_H
|
||||
#include "blackmisc/pqbase.h"
|
||||
#include <math.h>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
//
|
||||
namespace BlackMisc
|
||||
{
|
||||
|
||||
namespace PhysicalQuantities
|
||||
{
|
||||
|
||||
@@ -590,4 +589,4 @@ public:
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
#endif // PQUNITS_H
|
||||
#endif // BLACKMISC_PQUNITS_H
|
||||
|
||||
Reference in New Issue
Block a user