Merge pull request #2713 from ZappoMan/fixheaders

fix headers
This commit is contained in:
Clément Brisset 2014-04-22 11:50:32 -07:00
commit 413518bfe7
3 changed files with 7 additions and 1 deletions

View file

@ -7,6 +7,8 @@
// //
// Tools for manipulating the attributes of the AudioReflector behavior // Tools for manipulating the attributes of the AudioReflector behavior
// //
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //

View file

@ -5,7 +5,8 @@
// Created by Brad Hefta-Gaub on 2/26/14 // Created by Brad Hefta-Gaub on 2/26/14
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright (c) 2014 HighFidelity, Inc. All rights reserved.
// //
// This is an example script // Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
var count = 0; var count = 0;

View file

@ -5,6 +5,9 @@
// Created by Brad Hefta-Gaub on 4/2/2014 // Created by Brad Hefta-Gaub on 4/2/2014
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. // Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
// //
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#ifndef interface_AudioReflector_h #ifndef interface_AudioReflector_h
#define interface_AudioReflector_h #define interface_AudioReflector_h