Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add copyright headers #922

Merged
merged 2 commits into from
Jul 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions NAS2D/ContainerUtils.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================

#pragma once


Expand Down
10 changes: 10 additions & 0 deletions NAS2D/Dictionary.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================

#include "Dictionary.h"
#include "ContainerUtils.h"

Expand Down
10 changes: 10 additions & 0 deletions NAS2D/Dictionary.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================

#pragma once

#include "StringValue.h"
Expand Down
10 changes: 10 additions & 0 deletions NAS2D/Mixer/Mixer.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================

#include "Mixer.h"


Expand Down
10 changes: 10 additions & 0 deletions NAS2D/Mixer/MixerNull.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================

#include "MixerNull.h"

namespace NAS2D
Expand Down
10 changes: 10 additions & 0 deletions NAS2D/Mixer/MixerNull.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================

#pragma once

#include "Mixer.h"
Expand Down
10 changes: 10 additions & 0 deletions NAS2D/ParserHelper.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================


#include "ParserHelper.h"
#include "StringUtils.h"
Expand Down
10 changes: 10 additions & 0 deletions NAS2D/ParserHelper.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================

#pragma once

#include "Dictionary.h"
Expand Down
10 changes: 10 additions & 0 deletions NAS2D/Renderer/DisplayDesc.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================

#include "DisplayDesc.h"


Expand Down
10 changes: 10 additions & 0 deletions NAS2D/Renderer/DisplayDesc.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================

#pragma once

#include <string>
Expand Down
10 changes: 10 additions & 0 deletions NAS2D/Renderer/Fade.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================


#include "Fade.h"
#include "Renderer.h"
Expand Down
10 changes: 10 additions & 0 deletions NAS2D/Renderer/Fade.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================

#pragma once

#include "Color.h"
Expand Down
10 changes: 10 additions & 0 deletions NAS2D/Renderer/PointInRectangleRange.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================

#pragma once


Expand Down
10 changes: 10 additions & 0 deletions NAS2D/Renderer/RectangleSkin.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================


#include "RectangleSkin.h"
#include "Renderer.h"
Expand Down
10 changes: 10 additions & 0 deletions NAS2D/Renderer/RectangleSkin.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================

#pragma once


Expand Down
10 changes: 10 additions & 0 deletions NAS2D/Renderer/Vector.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================

#pragma once

#include <stdexcept>
Expand Down
10 changes: 10 additions & 0 deletions NAS2D/Renderer/VectorSizeRange.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================

#pragma once


Expand Down
10 changes: 10 additions & 0 deletions NAS2D/Resource/AnimationSet.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================


#include "AnimationSet.h"

Expand Down
10 changes: 10 additions & 0 deletions NAS2D/Resource/AnimationSet.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================

#pragma once

#include "Image.h"
Expand Down
10 changes: 10 additions & 0 deletions NAS2D/Resource/ResourceCache.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================

#pragma once

#include <map>
Expand Down
10 changes: 10 additions & 0 deletions NAS2D/Signal/SignalConnection.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================

#pragma once

#include "Delegate.h"
Expand Down
10 changes: 10 additions & 0 deletions NAS2D/Signal/SignalSource.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================

#pragma once

#include "Delegate.h"
Expand Down
10 changes: 10 additions & 0 deletions NAS2D/StringValue.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================

#pragma once

#include "StringUtils.h"
Expand Down
10 changes: 10 additions & 0 deletions NAS2D/Xml/XmlDocument.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// ==================================================================================
// = NAS2D
// = Copyright � 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = modify and distribute the software under the terms of the zlib license.
// =
// = Acknowledgment of your use of NAS2D is appreciated but is not required.
// ==================================================================================

#pragma once

#include "XmlNode.h"
Expand Down