Bump copyright year

This commit is contained in:
Kay Hayen
2025-01-05 16:31:41 +01:00
parent 5e3c5a4a0d
commit 718ab60539
1261 changed files with 1261 additions and 1261 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#
# An example hook script to verify what is about to be committed.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
ignore:
- "tests"

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for autoformat tool.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for codespell checker tool.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for pylint checker tool.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for rest lint checker tool.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for yamllint checker tool.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for reference count checking tool.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for output comparison tool.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Tool to compare XML outputs of two Nuitka versions.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for reporting SxS using extension modules.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for static C code generation tool.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for static Python code generation tool.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for construct performance tool.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for Nuitka the compiler itself.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for Nuitka the compiler itself.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for Nuitka watch tool.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for Nuitka the compiler itself.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python2
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for Nuitka the compiler itself.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for running a script inside a container

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Doxyfile 1.8.12

View File

@@ -1,5 +1,5 @@
/**********************************************************************
Copyright 2024, Batakrishna Sahu, mailto:<Batakrishna.Sahu@suiit.ac.in> find license text at end of file
Copyright 2025, Batakrishna Sahu, mailto:<Batakrishna.Sahu@suiit.ac.in> find license text at end of file
/**********************************************************************
/* Override Nuitka logo size */

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" The hints module should contain functions to call in your code.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/python
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Small tool to create a pbuilder image for Nuitka private CI mainly. """

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
import sysconfig

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for git hook installer tool.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for API doc upload tool.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/python
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
import os

View File

@@ -1,5 +1,5 @@
#!/usr/bin/python3
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for Debian mentors upload tool.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/python3
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for Debian package release tool.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for PyPI release tool.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/python3
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Release script for manual usage.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Upload the packaging results and/or push branches.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for version bump release tool.

View File

@@ -1,5 +1,5 @@
@echo off
rem Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
rem Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
setlocal

View File

@@ -1,5 +1,5 @@
@echo off
rem Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
rem Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
setlocal

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Run code with Nuitka compiled and put that through Valgrind.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Launcher for doc/code sync release tool.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Built-ins module. Information about built-ins of the running Python.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Caching of compiled code.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Handle bytecode and compile source code to bytecode. """

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Cleanup of caches for Nuitka.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Module for constants in Nuitka.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" For enhanced bug reporting, these exceptions should be used.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Registry for hard import data.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" This is the main actions of Nuitka.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" This to keep track of used modules.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Command line options of Nuitka.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Options module

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Directories and paths to for output of Nuitka.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Postprocessing tasks for create binaries or modules.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Progress bars in Nuitka.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Python flavors specifics.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Python operator tables

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Python version specifics.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Write and read constants data files and provide identifiers.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Source code reference record.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Outputs to the user.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" XML node tree handling

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Variables link the storage and use of a Python variable together.

View File

@@ -21,7 +21,7 @@
version_string = """\
Nuitka V2.6rc10
Copyright (C) 2024 Kay Hayen."""
Copyright (C) 2025 Kay Hayen."""
def getNuitkaVersion():

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Dummy file to make this directory a package. """

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
"""

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
"""

View File

@@ -1,5 +1,5 @@
# -*- python -*-
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
"""

View File

@@ -1,5 +1,5 @@
# -*- python -*-
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
"""

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Interface to data composer

View File

@@ -1,5 +1,5 @@
# -*- python -*-
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
"""

View File

@@ -1,5 +1,5 @@
# -*- python -*-
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
"""

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Caching of C compiler output.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" This contains the tuning of the compilers towards defined goals.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Hacks for scons that we apply.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Scons interface.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Progress bar for Scons compilation part.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Spawning processes.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Helper functions for the scons file.

View File

@@ -1,4 +1,4 @@
# Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
# Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
""" Dummy file to make this directory a package. """

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_ALLOCATOR_H__
#define __NUITKA_ALLOCATOR_H__

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_BUILTINS_H__
#define __NUITKA_BUILTINS_H__

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_CALLING_H__
#define __NUITKA_CALLING_H__

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_CHECKERS_H__
#define __NUITKA_CHECKERS_H__

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_CHECKSUM_TOOLS_H__
#define __NUITKA_CHECKSUM_TOOLS_H__

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_COMPILED_ASYNCGEN_H__
#define __NUITKA_COMPILED_ASYNCGEN_H__

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_COMPILED_CELL_H__
#define __NUITKA_COMPILED_CELL_H__

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_COMPILED_COROUTINE_H__
#define __NUITKA_COMPILED_COROUTINE_H__

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_COMPILED_FRAME_H__
#define __NUITKA_COMPILED_FRAME_H__

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_COMPILED_FUNCTION_H__
#define __NUITKA_COMPILED_FUNCTION_H__

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_COMPILED_GENERATOR_H__
#define __NUITKA_COMPILED_GENERATOR_H__

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_COMPILED_METHOD_H__
#define __NUITKA_COMPILED_METHOD_H__

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_CONSTANTS_H__
#define __NUITKA_CONSTANTS_H__

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_CONSTANTS_BLOB_H__
#define __NUITKA_CONSTANTS_BLOB_H__

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// No guard on purpose, must include this only once for real.

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_ENVIRONMENT_VARIABLES_H__
#define __NUITKA_ENVIRONMENT_VARIABLES_H__

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_ENVIRONMENT_VARIABLES_SYSTEM_H__
#define __NUITKA_ENVIRONMENT_VARIABLES_SYSTEM_H__

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_EXCEPTION_GROUPS_H__
#define __NUITKA_EXCEPTION_GROUPS_H__

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_EXCEPTIONS_H__
#define __NUITKA_EXCEPTIONS_H__

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_FILESYSTEM_PATH_OPS_H__
#define __NUITKA_FILESYSTEM_PATH_OPS_H__

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_FREELISTS_H__
#define __NUITKA_FREELISTS_H__

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_HELPER_ATTRIBUTES_H__
#define __NUITKA_HELPER_ATTRIBUTES_H__

View File

@@ -1,4 +1,4 @@
// Copyright 2024, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
// Copyright 2025, Kay Hayen, mailto:kay.hayen@gmail.com find license text at end of file
#ifndef __NUITKA_HELPER_BOOLEAN_H__
#define __NUITKA_HELPER_BOOLEAN_H__

Some files were not shown because too many files have changed in this diff Show More