corrects license header lines

This commit is contained in:
Timothy Prepscius
2026-03-06 09:28:09 -05:00
parent b9c17f9506
commit 15a45e1d7b
54 changed files with 202 additions and 157 deletions

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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

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/header_only/compile.h>
#ifdef TJP_CORE_HEADER_ONLY

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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

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/future/FutureChain.hpp>
#include <tjp/core/iterators/range.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 "../FutureErase.hpp"
#include <tjp/core/testing/catch.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 "../FutureResult.hpp"
#include <tjp/core/testing/catch.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/future/PromiseLocked.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/future/PromiseOfFutures.hpp>
#include <tjp/core/iterators/range.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/future/after.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
#pragma once

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
#pragma once

View File

@@ -1,23 +0,0 @@
// TJP COPYRIGHT HEADER
#pragma once
#define BOOST_THREAD_PROVIDES_FUTURE
#define BOOST_THREAD_PROVIDES_FUTURE_CONTINUATION
#include <boost/thread.hpp>
#include <boost/thread/future.hpp>
#include <functional>
namespace tjp {
namespace core {
template<typename T>
using Future = boost::future<T>;
template<typename T>
using Promise = boost::promise<T>;
} // namespace
} // namespace

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 "Future.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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

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/future/custom/Future.hpp>
#include <tjp/core/testing/catch.hpp>

View File

@@ -1,19 +0,0 @@
// TJP COPYRIGHT HEADER
#pragma once
#include <folly/futures/Future.h>
namespace tjp {
namespace core {
template<typename T>
using Promise = folly:Promise<T>;
template<typename T>
using Future = folly::Future<T>;
} // namespace
} // namespace

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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

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
#pragma once

View File

@@ -1,19 +0,0 @@
// TJP COPYRIGHT HEADER
#pragma once
#include <lw/event/Promise.impl.hpp>
namespace tjp {
namespace core {
template<typename T>
using Promise = lw::event::Promise<T>;
template<typename T>
using Future = lw::event::Future<T>;
} // namespace
} // namespace

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
#pragma once