copyright headers

master
Robert Norris 2014-01-18 22:50:57 +11:00
parent 7a9710669d
commit 1e3d9457c8
6 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// Copyright © 2008-2014 Pioneer Developers. See AUTHORS.txt for details
// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
#include "HudColors.h"
namespace HudColors {

View File

@ -1,3 +1,6 @@
// Copyright © 2008-2014 Pioneer Developers. See AUTHORS.txt for details
// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
#ifndef HUDCOLORS_H
#define HUDCOLORS_H

View File

@ -1,3 +1,6 @@
// Copyright © 2008-2014 Pioneer Developers. See AUTHORS.txt for details
// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
#include "HudTrail.h"
const float UPDATE_INTERVAL = 0.1f;

View File

@ -1,3 +1,6 @@
// Copyright © 2008-2014 Pioneer Developers. See AUTHORS.txt for details
// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
#ifndef _HUDTRAIL_H
#define _HUDTRAIL_H

View File

@ -1,3 +1,6 @@
// Copyright © 2008-2014 Pioneer Developers. See AUTHORS.txt for details
// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
#include "Sensors.h"
#include "Body.h"
#include "HudColors.h"

View File

@ -1,3 +1,6 @@
// Copyright © 2008-2014 Pioneer Developers. See AUTHORS.txt for details
// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
#ifndef _SENSORS_H
#define _SENSORS_H
/*