corrects license header lines

This commit is contained in:
Timothy Prepscius
2026-03-06 09:45:00 -05:00
parent d33ec72fa2
commit e6111577a8
36 changed files with 175 additions and 39 deletions

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
#include "ConcreteVariant.h"

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
namespace tjp {

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
#include "ConcreteVariant.h"

View File

@@ -1,21 +0,0 @@
When I redo VType
I want to make IOType to be 3 unsigned integers.
type[0] is modifications, like, is it a vector
type[1] is category, like 0 is intrinsics, 1 is core, 2, network, 3, crown, etc.
type[2] is type, but with respect to category.
VType is u64;
u32
struct {
u8 nothing;
u24 keyType;
u24 valueType;
u8 meta;
} ;

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
#include "VType.hpp"

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#include "VType+IO.h"
#include <iostream>

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
#include "VType.hpp"

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#include "VType.hpp"
namespace tjp {

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
#include <tjp/core/types/Types.h>

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
#include "VType.h"

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#include <tjp/core/debug/Debug.h>
namespace tjp {

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
#include "VType.hpp"

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
#include "VType.h"

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
#include "Variant+IO.hpp"

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
#include "VType.hpp"

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
template<typename T>
Functions generateVariantFunctions ();

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#include "Variant+Functional.hpp"
namespace tjp {

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
#include "Variant.h"

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
#include "VariantIO.hpp"

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
// VariantFunctionalUsingMap implements the functional aspect of a variant,
// using both a Map to look up the functions object.

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
// VariantFunctionalUsingMapAndVectorCache implements the functional aspect of a variant,
// using both a Map lookup for complex types and a Vector cache for indexing into commonly used

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
// VariantFunctionalUsingSingleFunctionsObject implements the functional aspect of a variant

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
// VariantFunctionalUsingSingleFunctionsObject implements the functional aspect of a variant

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
#include "VType.h"

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
#include "Variant+Functional.hpp"

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
#include "Variant.h"

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
#include "VariantIO.h"

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
namespace tjp {

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
#include "VType.hpp"

View File

@@ -1,3 +1,7 @@
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#pragma once
#include "VariantIO.hpp"

View File

@@ -1,4 +1,6 @@
// TJP COPYRIGHT HEADER
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#include <tjp/core/variant/VType.hpp>
#include <tjp/core/variant/VType_of.hpp>

View File

@@ -1,4 +1,6 @@
// TJP COPYRIGHT HEADER
// License: Modified MIT (NON-AI)
// See the LICENSE file in the root directory for license information.
// Copyright 2026 Timothy Prepscius
#include <tjp/core/string/String.h>
#include <tjp/core/variant/Variant.hpp>