Skip to content

Commit

Permalink
Remove the copyright from the header line
Browse files Browse the repository at this point in the history
  • Loading branch information
elnormous committed Feb 21, 2021
1 parent 0252420 commit 42221fc
Show file tree
Hide file tree
Showing 544 changed files with 544 additions and 544 deletions.
2 changes: 1 addition & 1 deletion engine/DefaultConfig.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_CONFIG_H
#define OUZEL_CONFIG_H
Expand Down
2 changes: 1 addition & 1 deletion engine/Prefix.pch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef PREFIX_PCH
#define PREFIX_PCH
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/BmfLoader.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include "BmfLoader.hpp"
#include "Bundle.hpp"
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/BmfLoader.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_ASSETS_BMFLOADER_HPP
#define OUZEL_ASSETS_BMFLOADER_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/Bundle.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include <cctype>
#include <stdexcept>
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/Bundle.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_ASSETS_BUNDLE_HPP
#define OUZEL_ASSETS_BUNDLE_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/Cache.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include <algorithm>
#include "Cache.hpp"
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/Cache.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_ASSETS_CACHE_HPP
#define OUZEL_ASSETS_CACHE_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/ColladaLoader.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include <stdexcept>
#include "ColladaLoader.hpp"
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/ColladaLoader.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_ASSETS_COLLADALOADER_HPP
#define OUZEL_ASSETS_COLLADALOADER_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/CueLoader.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include <stack>
#include "CueLoader.hpp"
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/CueLoader.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_ASSETS_CUELOADER_HPP
#define OUZEL_ASSETS_CUELOADER_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/GltfLoader.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include "GltfLoader.hpp"
#include "Bundle.hpp"
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/GltfLoader.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_ASSETS_GLTFLOADER_HPP
#define OUZEL_ASSETS_GLTFLOADER_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/ImageLoader.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include <memory>
#include <stdexcept>
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/ImageLoader.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_ASSETS_IMAGELOADER_HPP
#define OUZEL_ASSETS_IMAGELOADER_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/Loader.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_ASSETS_LOADER_HPP
#define OUZEL_ASSETS_LOADER_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/MtlLoader.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include <iterator>
#include <stdexcept>
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/MtlLoader.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_ASSETS_MTLLOADER_HPP
#define OUZEL_ASSETS_MTLLOADER_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/ObjLoader.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include <cstdlib>
#include <map>
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/ObjLoader.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_ASSETS_OBJLOADER_HPP
#define OUZEL_ASSETS_OBJLOADER_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/ParticleSystemLoader.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include "ParticleSystemLoader.hpp"
#include "Bundle.hpp"
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/ParticleSystemLoader.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_ASSETS_PARTICLESYSTEMLOADER_HPP
#define OUZEL_ASSETS_PARTICLESYSTEMLOADER_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/SpriteLoader.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include <algorithm>
#include "SpriteLoader.hpp"
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/SpriteLoader.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_ASSETS_SPRITELOADER_HPP
#define OUZEL_ASSETS_SPRITELOADER_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/TtfLoader.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include "TtfLoader.hpp"
#include "Bundle.hpp"
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/TtfLoader.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_ASSETS_TTFLOADER_HPP
#define OUZEL_ASSETS_TTFLOADER_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/VorbisLoader.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include "VorbisLoader.hpp"
#include "Bundle.hpp"
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/VorbisLoader.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_ASSETS_VORBISLOADER_HPP
#define OUZEL_ASSETS_VORBISLOADER_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/WaveLoader.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include <cstring>
#include "WaveLoader.hpp"
Expand Down
2 changes: 1 addition & 1 deletion engine/assets/WaveLoader.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_ASSETS_WAVELOADER_HPP
#define OUZEL_ASSETS_WAVELOADER_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Audio.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include <algorithm>
#include "../core/Setup.h"
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Audio.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_AUDIO_AUDIO_HPP
#define OUZEL_AUDIO_AUDIO_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/AudioDevice.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include "AudioDevice.hpp"

Expand Down
2 changes: 1 addition & 1 deletion engine/audio/AudioDevice.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_AUDIO_AUDIODEVICE_HPP
#define OUZEL_AUDIO_AUDIODEVICE_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Channel.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_AUDIO_CHANNEL_HPP
#define OUZEL_AUDIO_CHANNEL_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Containers.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include "Containers.hpp"

Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Containers.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_AUDIO_CONTAINERS_HPP
#define OUZEL_AUDIO_CONTAINERS_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Cue.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include "Cue.hpp"

Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Cue.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_AUDIO_BANK_HPP
#define OUZEL_AUDIO_BANK_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Driver.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef AUDIO_DRIVER_HPP
#define AUDIO_DRIVER_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Effect.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include "Effect.hpp"
#include "Audio.hpp"
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Effect.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_AUDIO_EFFECT_HPP
#define OUZEL_AUDIO_EFFECT_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Effects.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include <algorithm>
#include <cmath>
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Effects.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_AUDIO_EFFECTS_HPP
#define OUZEL_AUDIO_EFFECTS_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Listener.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include "Listener.hpp"
#include "Audio.hpp"
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Listener.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_AUDIO_LISTENER_HPP
#define OUZEL_AUDIO_LISTENER_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Mix.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include "Mix.hpp"
#include "Audio.hpp"
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Mix.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_AUDIO_MIX_HPP
#define OUZEL_AUDIO_MIX_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Node.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include "Node.hpp"
#include "Audio.hpp"
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Node.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_AUDIO_NODE_HPP
#define OUZEL_AUDIO_NODE_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Oscillator.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include "Oscillator.hpp"
#include "Audio.hpp"
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Oscillator.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_AUDIO_OSCILLATOR_HPP
#define OUZEL_AUDIO_OSCILLATOR_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/PcmClip.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include <iterator>
#include <stdexcept>
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/PcmClip.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_AUDIO_PCMCLIP_HPP
#define OUZEL_AUDIO_PCMCLIP_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/SampleFormat.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_AUDIO_SAMPLEFORMAT_HPP
#define OUZEL_AUDIO_SAMPLEFORMAT_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Settings.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_AUDIO_SETTINGS_HPP
#define OUZEL_AUDIO_SETTINGS_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/SilenceSound.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include "SilenceSound.hpp"
#include "Audio.hpp"
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/SilenceSound.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_AUDIO_SILENCESOUND_HPP
#define OUZEL_AUDIO_SILENCESOUND_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Sound.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include "Sound.hpp"
#include "Audio.hpp"
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Sound.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_AUDIO_SOUND_HPP
#define OUZEL_AUDIO_SOUND_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Source.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_AUDIO_SOURCE_HPP
#define OUZEL_AUDIO_SOURCE_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Submix.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include "Submix.hpp"
#include "Audio.hpp"
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Submix.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_AUDIO_SUBMIX_HPP
#define OUZEL_AUDIO_SUBMIX_HPP
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Voice.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#include "Voice.hpp"
#include "Audio.hpp"
Expand Down
2 changes: 1 addition & 1 deletion engine/audio/Voice.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2015-2021 Elviss Strazdins. All rights reserved.
// Ouzel by Elviss Strazdins

#ifndef OUZEL_AUDIO_VOICE_HPP
#define OUZEL_AUDIO_VOICE_HPP
Expand Down
Loading

0 comments on commit 42221fc

Please sign in to comment.