Skip to content

Commit

Permalink
Updating copyright and license notice
Browse files Browse the repository at this point in the history
  • Loading branch information
lostastro committed Nov 1, 2020
1 parent 05b0741 commit 6870616
Show file tree
Hide file tree
Showing 413 changed files with 5,480 additions and 3,383 deletions.
14 changes: 14 additions & 0 deletions Apolune/BinPack.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*********************************************************************************************
* __ __________________ ________________________________ __________ ________ *
* /\ \ /\ __ \ ___\__ _\ /\ __ \ ___\__ _\ == \ __ \ "-.\ \ __ \ \/\ \__ _\ (tm) *
* \ \ \_\_\ \/\ \___ \/\ \/ \ \ __ \___ \/\ \/\ __<\ \/\ \ \-. \ __ \ \_\ \/\ \/ *
* \ \_____\_____\_____\ \_\ \ \_\ \_\_____\ \_\ \_\ \_\_____\_\\"\_\_\ \_\_____\ \_\ *
* \/_____/_____/_____/\/_/ \/_/\/_/_____/\/_/\/_/\/_/_____/_/ \/_/_/\/_/_____/\/_/ *
* -------------------------------------------------------------------------------- *
* Lost Astronaut Game Development Framework (c) 2007-2020 H. Elwood Gilliland III *
*********************************************************************************************
* This software is copyrighted software. Use of this code is given only with permission to *
* parties who have been granted such permission by its author, Herbert Elwood Gilliland III *
* This software is licensed by permissions of the following open source LICENSE: AGPL 3.0 *
* See https://www.gnu.org/licenses/agpl-3.0.en.html for details on this license. *
*********************************************************************************************/
#pragma once

#include "Cartesian.h"
Expand Down
24 changes: 13 additions & 11 deletions Apolune/BinaryFile.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
/*********************************************************************************************
* __ __________________ ________________________________ __________ ________ *
* /\ \ /\ __ \ ___\__ _\ /\ __ \ ___\__ _\ == \ __ \ "-.\ \ __ \ \/\ \__ _\ (tm) *
* \ \ \_\_\ \/\ \___ \/\ \/ \ \ __ \___ \/\ \/\ __<\ \/\ \ \-. \ __ \ \_\ \/\ \/ *
* \ \_____\_____\_____\ \_\ \ \_\ \_\_____\ \_\ \_\ \_\_____\_\\"\_\_\ \_\_____\ \_\ *
* \/_____/_____/_____/\/_/ \/_/\/_/_____/\/_/\/_/\/_/_____/_/ \/_/_/\/_/_____/\/_/ *
* -------------------------------------------------------------------------------- *
* Lost Astronaut Game Development Framework (c) 2007-2017 H. Elwood Gilliland III *
*********************************************************************************************
* This software is copyrighted software. Use of this code is given only with permission to *
* parties who have been granted such permission by its author, Herbert Elwood Gilliland III *
*********************************************************************************************/
* __ __________________ ________________________________ __________ ________ *
* /\ \ /\ __ \ ___\__ _\ /\ __ \ ___\__ _\ == \ __ \ "-.\ \ __ \ \/\ \__ _\ (tm) *
* \ \ \_\_\ \/\ \___ \/\ \/ \ \ __ \___ \/\ \/\ __<\ \/\ \ \-. \ __ \ \_\ \/\ \/ *
* \ \_____\_____\_____\ \_\ \ \_\ \_\_____\ \_\ \_\ \_\_____\_\\"\_\_\ \_\_____\ \_\ *
* \/_____/_____/_____/\/_/ \/_/\/_/_____/\/_/\/_/\/_/_____/_/ \/_/_/\/_/_____/\/_/ *
* -------------------------------------------------------------------------------- *
* Lost Astronaut Game Development Framework (c) 2007-2020 H. Elwood Gilliland III *
*********************************************************************************************
* This software is copyrighted software. Use of this code is given only with permission to *
* parties who have been granted such permission by its author, Herbert Elwood Gilliland III *
* This software is licensed by permissions of the following open source LICENSE: AGPL 3.0 *
* See https://www.gnu.org/licenses/agpl-3.0.en.html for details on this license. *
*********************************************************************************************/
#pragma once
#include "string_functions.h"
#include "macros.h"
Expand Down
24 changes: 13 additions & 11 deletions Apolune/BinaryFileTest.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
/*********************************************************************************************
* __ __________________ ________________________________ __________ ________ *
* /\ \ /\ __ \ ___\__ _\ /\ __ \ ___\__ _\ == \ __ \ "-.\ \ __ \ \/\ \__ _\ (tm) *
* \ \ \_\_\ \/\ \___ \/\ \/ \ \ __ \___ \/\ \/\ __<\ \/\ \ \-. \ __ \ \_\ \/\ \/ *
* \ \_____\_____\_____\ \_\ \ \_\ \_\_____\ \_\ \_\ \_\_____\_\\"\_\_\ \_\_____\ \_\ *
* \/_____/_____/_____/\/_/ \/_/\/_/_____/\/_/\/_/\/_/_____/_/ \/_/_/\/_/_____/\/_/ *
* -------------------------------------------------------------------------------- *
* Lost Astronaut Game Development Framework (c) 2007-2017 H. Elwood Gilliland III *
*********************************************************************************************
* This software is copyrighted software. Use of this code is given only with permission to *
* parties who have been granted such permission by its author, Herbert Elwood Gilliland III *
*********************************************************************************************/
* __ __________________ ________________________________ __________ ________ *
* /\ \ /\ __ \ ___\__ _\ /\ __ \ ___\__ _\ == \ __ \ "-.\ \ __ \ \/\ \__ _\ (tm) *
* \ \ \_\_\ \/\ \___ \/\ \/ \ \ __ \___ \/\ \/\ __<\ \/\ \ \-. \ __ \ \_\ \/\ \/ *
* \ \_____\_____\_____\ \_\ \ \_\ \_\_____\ \_\ \_\ \_\_____\_\\"\_\_\ \_\_____\ \_\ *
* \/_____/_____/_____/\/_/ \/_/\/_/_____/\/_/\/_/\/_/_____/_/ \/_/_/\/_/_____/\/_/ *
* -------------------------------------------------------------------------------- *
* Lost Astronaut Game Development Framework (c) 2007-2020 H. Elwood Gilliland III *
*********************************************************************************************
* This software is copyrighted software. Use of this code is given only with permission to *
* parties who have been granted such permission by its author, Herbert Elwood Gilliland III *
* This software is licensed by permissions of the following open source LICENSE: AGPL 3.0 *
* See https://www.gnu.org/licenses/agpl-3.0.en.html for details on this license. *
*********************************************************************************************/
#pragma once

#include "BinaryFile.h"
Expand Down
24 changes: 13 additions & 11 deletions Apolune/BitBrush.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
/*********************************************************************************************
* __ __________________ ________________________________ __________ ________ *
* /\ \ /\ __ \ ___\__ _\ /\ __ \ ___\__ _\ == \ __ \ "-.\ \ __ \ \/\ \__ _\ (tm) *
* \ \ \_\_\ \/\ \___ \/\ \/ \ \ __ \___ \/\ \/\ __<\ \/\ \ \-. \ __ \ \_\ \/\ \/ *
* \ \_____\_____\_____\ \_\ \ \_\ \_\_____\ \_\ \_\ \_\_____\_\\"\_\_\ \_\_____\ \_\ *
* \/_____/_____/_____/\/_/ \/_/\/_/_____/\/_/\/_/\/_/_____/_/ \/_/_/\/_/_____/\/_/ *
* -------------------------------------------------------------------------------- *
* Lost Astronaut Game Development Framework (c) 2007-2017 H. Elwood Gilliland III *
*********************************************************************************************
* This software is copyrighted software. Use of this code is given only with permission to *
* parties who have been granted such permission by its author, Herbert Elwood Gilliland III *
*********************************************************************************************/
* __ __________________ ________________________________ __________ ________ *
* /\ \ /\ __ \ ___\__ _\ /\ __ \ ___\__ _\ == \ __ \ "-.\ \ __ \ \/\ \__ _\ (tm) *
* \ \ \_\_\ \/\ \___ \/\ \/ \ \ __ \___ \/\ \/\ __<\ \/\ \ \-. \ __ \ \_\ \/\ \/ *
* \ \_____\_____\_____\ \_\ \ \_\ \_\_____\ \_\ \_\ \_\_____\_\\"\_\_\ \_\_____\ \_\ *
* \/_____/_____/_____/\/_/ \/_/\/_/_____/\/_/\/_/\/_/_____/_/ \/_/_/\/_/_____/\/_/ *
* -------------------------------------------------------------------------------- *
* Lost Astronaut Game Development Framework (c) 2007-2020 H. Elwood Gilliland III *
*********************************************************************************************
* This software is copyrighted software. Use of this code is given only with permission to *
* parties who have been granted such permission by its author, Herbert Elwood Gilliland III *
* This software is licensed by permissions of the following open source LICENSE: AGPL 3.0 *
* See https://www.gnu.org/licenses/agpl-3.0.en.html for details on this license. *
*********************************************************************************************/
#pragma once

#include "GLSetup.h"
Expand Down
24 changes: 13 additions & 11 deletions Apolune/BitVoxel.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
/*********************************************************************************************
* __ __________________ ________________________________ __________ ________ *
* /\ \ /\ __ \ ___\__ _\ /\ __ \ ___\__ _\ == \ __ \ "-.\ \ __ \ \/\ \__ _\ (tm) *
* \ \ \_\_\ \/\ \___ \/\ \/ \ \ __ \___ \/\ \/\ __<\ \/\ \ \-. \ __ \ \_\ \/\ \/ *
* \ \_____\_____\_____\ \_\ \ \_\ \_\_____\ \_\ \_\ \_\_____\_\\"\_\_\ \_\_____\ \_\ *
* \/_____/_____/_____/\/_/ \/_/\/_/_____/\/_/\/_/\/_/_____/_/ \/_/_/\/_/_____/\/_/ *
* -------------------------------------------------------------------------------- *
* Lost Astronaut Game Development Framework (c) 2007-2017 H. Elwood Gilliland III *
*********************************************************************************************
* This software is copyrighted software. Use of this code is given only with permission to *
* parties who have been granted such permission by its author, Herbert Elwood Gilliland III *
*********************************************************************************************/
* __ __________________ ________________________________ __________ ________ *
* /\ \ /\ __ \ ___\__ _\ /\ __ \ ___\__ _\ == \ __ \ "-.\ \ __ \ \/\ \__ _\ (tm) *
* \ \ \_\_\ \/\ \___ \/\ \/ \ \ __ \___ \/\ \/\ __<\ \/\ \ \-. \ __ \ \_\ \/\ \/ *
* \ \_____\_____\_____\ \_\ \ \_\ \_\_____\ \_\ \_\ \_\_____\_\\"\_\_\ \_\_____\ \_\ *
* \/_____/_____/_____/\/_/ \/_/\/_/_____/\/_/\/_/\/_/_____/_/ \/_/_/\/_/_____/\/_/ *
* -------------------------------------------------------------------------------- *
* Lost Astronaut Game Development Framework (c) 2007-2020 H. Elwood Gilliland III *
*********************************************************************************************
* This software is copyrighted software. Use of this code is given only with permission to *
* parties who have been granted such permission by its author, Herbert Elwood Gilliland III *
* This software is licensed by permissions of the following open source LICENSE: AGPL 3.0 *
* See https://www.gnu.org/licenses/agpl-3.0.en.html for details on this license. *
*********************************************************************************************/
#pragma once

/**************************************************************
Expand Down
24 changes: 13 additions & 11 deletions Apolune/BitVoxelTest.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
/*********************************************************************************************
* __ __________________ ________________________________ __________ ________ *
* /\ \ /\ __ \ ___\__ _\ /\ __ \ ___\__ _\ == \ __ \ "-.\ \ __ \ \/\ \__ _\ (tm) *
* \ \ \_\_\ \/\ \___ \/\ \/ \ \ __ \___ \/\ \/\ __<\ \/\ \ \-. \ __ \ \_\ \/\ \/ *
* \ \_____\_____\_____\ \_\ \ \_\ \_\_____\ \_\ \_\ \_\_____\_\\"\_\_\ \_\_____\ \_\ *
* \/_____/_____/_____/\/_/ \/_/\/_/_____/\/_/\/_/\/_/_____/_/ \/_/_/\/_/_____/\/_/ *
* -------------------------------------------------------------------------------- *
* Lost Astronaut Game Development Framework (c) 2007-2017 H. Elwood Gilliland III *
*********************************************************************************************
* This software is copyrighted software. Use of this code is given only with permission to *
* parties who have been granted such permission by its author, Herbert Elwood Gilliland III *
*********************************************************************************************/
* __ __________________ ________________________________ __________ ________ *
* /\ \ /\ __ \ ___\__ _\ /\ __ \ ___\__ _\ == \ __ \ "-.\ \ __ \ \/\ \__ _\ (tm) *
* \ \ \_\_\ \/\ \___ \/\ \/ \ \ __ \___ \/\ \/\ __<\ \/\ \ \-. \ __ \ \_\ \/\ \/ *
* \ \_____\_____\_____\ \_\ \ \_\ \_\_____\ \_\ \_\ \_\_____\_\\"\_\_\ \_\_____\ \_\ *
* \/_____/_____/_____/\/_/ \/_/\/_/_____/\/_/\/_/\/_/_____/_/ \/_/_/\/_/_____/\/_/ *
* -------------------------------------------------------------------------------- *
* Lost Astronaut Game Development Framework (c) 2007-2020 H. Elwood Gilliland III *
*********************************************************************************************
* This software is copyrighted software. Use of this code is given only with permission to *
* parties who have been granted such permission by its author, Herbert Elwood Gilliland III *
* This software is licensed by permissions of the following open source LICENSE: AGPL 3.0 *
* See https://www.gnu.org/licenses/agpl-3.0.en.html for details on this license. *
*********************************************************************************************/
#pragma once

/**************************************************************
Expand Down
24 changes: 13 additions & 11 deletions Apolune/Blend8WayTest.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
/*********************************************************************************************
* __ __________________ ________________________________ __________ ________ *
* /\ \ /\ __ \ ___\__ _\ /\ __ \ ___\__ _\ == \ __ \ "-.\ \ __ \ \/\ \__ _\ (tm) *
* \ \ \_\_\ \/\ \___ \/\ \/ \ \ __ \___ \/\ \/\ __<\ \/\ \ \-. \ __ \ \_\ \/\ \/ *
* \ \_____\_____\_____\ \_\ \ \_\ \_\_____\ \_\ \_\ \_\_____\_\\"\_\_\ \_\_____\ \_\ *
* \/_____/_____/_____/\/_/ \/_/\/_/_____/\/_/\/_/\/_/_____/_/ \/_/_/\/_/_____/\/_/ *
* -------------------------------------------------------------------------------- *
* Lost Astronaut Game Development Framework (c) 2007-2017 H. Elwood Gilliland III *
*********************************************************************************************
* This software is copyrighted software. Use of this code is given only with permission to *
* parties who have been granted such permission by its author, Herbert Elwood Gilliland III *
*********************************************************************************************/
* __ __________________ ________________________________ __________ ________ *
* /\ \ /\ __ \ ___\__ _\ /\ __ \ ___\__ _\ == \ __ \ "-.\ \ __ \ \/\ \__ _\ (tm) *
* \ \ \_\_\ \/\ \___ \/\ \/ \ \ __ \___ \/\ \/\ __<\ \/\ \ \-. \ __ \ \_\ \/\ \/ *
* \ \_____\_____\_____\ \_\ \ \_\ \_\_____\ \_\ \_\ \_\_____\_\\"\_\_\ \_\_____\ \_\ *
* \/_____/_____/_____/\/_/ \/_/\/_/_____/\/_/\/_/\/_/_____/_/ \/_/_/\/_/_____/\/_/ *
* -------------------------------------------------------------------------------- *
* Lost Astronaut Game Development Framework (c) 2007-2020 H. Elwood Gilliland III *
*********************************************************************************************
* This software is copyrighted software. Use of this code is given only with permission to *
* parties who have been granted such permission by its author, Herbert Elwood Gilliland III *
* This software is licensed by permissions of the following open source LICENSE: AGPL 3.0 *
* See https://www.gnu.org/licenses/agpl-3.0.en.html for details on this license. *
*********************************************************************************************/
#pragma once
#include "TextureLibrary.h"
#include "FBO.h"
Expand Down
14 changes: 14 additions & 0 deletions Apolune/BlendExplorer.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*********************************************************************************************
* __ __________________ ________________________________ __________ ________ *
* /\ \ /\ __ \ ___\__ _\ /\ __ \ ___\__ _\ == \ __ \ "-.\ \ __ \ \/\ \__ _\ (tm) *
* \ \ \_\_\ \/\ \___ \/\ \/ \ \ __ \___ \/\ \/\ __<\ \/\ \ \-. \ __ \ \_\ \/\ \/ *
* \ \_____\_____\_____\ \_\ \ \_\ \_\_____\ \_\ \_\ \_\_____\_\\"\_\_\ \_\_____\ \_\ *
* \/_____/_____/_____/\/_/ \/_/\/_/_____/\/_/\/_/\/_/_____/_/ \/_/_/\/_/_____/\/_/ *
* -------------------------------------------------------------------------------- *
* Lost Astronaut Game Development Framework (c) 2007-2020 H. Elwood Gilliland III *
*********************************************************************************************
* This software is copyrighted software. Use of this code is given only with permission to *
* parties who have been granted such permission by its author, Herbert Elwood Gilliland III *
* This software is licensed by permissions of the following open source LICENSE: AGPL 3.0 *
* See https://www.gnu.org/licenses/agpl-3.0.en.html for details on this license. *
*********************************************************************************************/
#pragma once
#include "GLWindow.h"
#include "FastGUI.h"
Expand Down
24 changes: 13 additions & 11 deletions Apolune/BlendShader.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
/*********************************************************************************************
* __ __________________ ________________________________ __________ ________ *
* /\ \ /\ __ \ ___\__ _\ /\ __ \ ___\__ _\ == \ __ \ "-.\ \ __ \ \/\ \__ _\ (tm) *
* \ \ \_\_\ \/\ \___ \/\ \/ \ \ __ \___ \/\ \/\ __<\ \/\ \ \-. \ __ \ \_\ \/\ \/ *
* \ \_____\_____\_____\ \_\ \ \_\ \_\_____\ \_\ \_\ \_\_____\_\\"\_\_\ \_\_____\ \_\ *
* \/_____/_____/_____/\/_/ \/_/\/_/_____/\/_/\/_/\/_/_____/_/ \/_/_/\/_/_____/\/_/ *
* -------------------------------------------------------------------------------- *
* Lost Astronaut Game Development Framework (c) 2007-2017 H. Elwood Gilliland III *
*********************************************************************************************
* This software is copyrighted software. Use of this code is given only with permission to *
* parties who have been granted such permission by its author, Herbert Elwood Gilliland III *
*********************************************************************************************/
* __ __________________ ________________________________ __________ ________ *
* /\ \ /\ __ \ ___\__ _\ /\ __ \ ___\__ _\ == \ __ \ "-.\ \ __ \ \/\ \__ _\ (tm) *
* \ \ \_\_\ \/\ \___ \/\ \/ \ \ __ \___ \/\ \/\ __<\ \/\ \ \-. \ __ \ \_\ \/\ \/ *
* \ \_____\_____\_____\ \_\ \ \_\ \_\_____\ \_\ \_\ \_\_____\_\\"\_\_\ \_\_____\ \_\ *
* \/_____/_____/_____/\/_/ \/_/\/_/_____/\/_/\/_/\/_/_____/_/ \/_/_/\/_/_____/\/_/ *
* -------------------------------------------------------------------------------- *
* Lost Astronaut Game Development Framework (c) 2007-2020 H. Elwood Gilliland III *
*********************************************************************************************
* This software is copyrighted software. Use of this code is given only with permission to *
* parties who have been granted such permission by its author, Herbert Elwood Gilliland III *
* This software is licensed by permissions of the following open source LICENSE: AGPL 3.0 *
* See https://www.gnu.org/licenses/agpl-3.0.en.html for details on this license. *
*********************************************************************************************/
#pragma once

#include "Art.h"
Expand Down
Loading

0 comments on commit 6870616

Please sign in to comment.