From d5af417087d899069a3df5819a0eb439c433bd76 Mon Sep 17 00:00:00 2001 From: Emma Powers Date: Sun, 30 Nov 2025 12:15:56 -0500 Subject: [PATCH] Update copyright years to 2025 and fix email --- LICENSE.md | 2 +- bakelite/generator/runtimes/common/crc.h | 2 +- bakelite/generator/templates/cpptiny-bakelite.h.j2 | 2 +- bakelite/generator/templates/ctiny-bakelite.h.j2 | 2 +- bin/update | 2 +- examples/chat/cpptiny/bakelite.h | 2 +- examples/chat/ctiny/bakelite.h | 2 +- pyproject.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 87859c8..4c3cea2 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ **The MIT License (MIT)** -Copyright © 2020, Emma Powers +Copyright © 2020-2025, Emma Powers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/bakelite/generator/runtimes/common/crc.h b/bakelite/generator/runtimes/common/crc.h index 2c082f8..5729a5e 100644 --- a/bakelite/generator/runtimes/common/crc.h +++ b/bakelite/generator/runtimes/common/crc.h @@ -1,6 +1,6 @@ /* * Bakelite CRC Functions (C99) - * Copyright (c) Emma Powers 2021-2024 + * Copyright (c) Emma Powers 2021-2025 * * Platform-independent CRC-8, CRC-16, and CRC-32 implementations * with flash storage support for embedded platforms. diff --git a/bakelite/generator/templates/cpptiny-bakelite.h.j2 b/bakelite/generator/templates/cpptiny-bakelite.h.j2 index c1cce9d..af0bb41 100644 --- a/bakelite/generator/templates/cpptiny-bakelite.h.j2 +++ b/bakelite/generator/templates/cpptiny-bakelite.h.j2 @@ -1,5 +1,5 @@ /* - * The code in this file is Copyright (c) Emma Powers 2021, + * The code in this file is Copyright (c) Emma Powers 2021-2025, * unless otherwise marked. This software is made available * under the terms of the MIT License, which can be found at the * bottom of this file. diff --git a/bakelite/generator/templates/ctiny-bakelite.h.j2 b/bakelite/generator/templates/ctiny-bakelite.h.j2 index 87af91d..35f26eb 100644 --- a/bakelite/generator/templates/ctiny-bakelite.h.j2 +++ b/bakelite/generator/templates/ctiny-bakelite.h.j2 @@ -1,6 +1,6 @@ /* * Bakelite C Runtime - * Copyright (c) Emma Powers 2021-2024 + * Copyright (c) Emma Powers 2021-2025 * * C99 compatible header-only implementation for embedded systems. * Licensed under the MIT License (see end of file). diff --git a/bin/update b/bin/update index 537c970..f5c967e 100755 --- a/bin/update +++ b/bin/update @@ -12,7 +12,7 @@ CWD = os.getcwd() TMP = tempfile.gettempdir() CONFIG = { "full_name": "Emma Powers", - "email": "emmapowers@gmail.com", + "email": "emma@emmaponders.com", "github_username": "emmapowers", "github_repo": "bakelite", "default_branch": "master", diff --git a/examples/chat/cpptiny/bakelite.h b/examples/chat/cpptiny/bakelite.h index eb14e54..71e6b46 100644 --- a/examples/chat/cpptiny/bakelite.h +++ b/examples/chat/cpptiny/bakelite.h @@ -1,5 +1,5 @@ /* - * The code in this file is Copyright (c) Emma Powers 2021, + * The code in this file is Copyright (c) Emma Powers 2021-2025, * unless otherwise marked. This software is made available * under the terms of the MIT License, which can be found at the * bottom of this file. diff --git a/examples/chat/ctiny/bakelite.h b/examples/chat/ctiny/bakelite.h index b50b104..ae5cb0f 100644 --- a/examples/chat/ctiny/bakelite.h +++ b/examples/chat/ctiny/bakelite.h @@ -1,6 +1,6 @@ /* * Bakelite C Runtime - * Copyright (c) Emma Powers 2021-2024 + * Copyright (c) Emma Powers 2021-2025 * * C99 compatible header-only implementation for embedded systems. * Licensed under the MIT License (see end of file). diff --git a/pyproject.toml b/pyproject.toml index 4452e9a..1c9fb5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "A utility that makes it simple to communicate with your firmware. readme = "README.md" license = "MIT" requires-python = ">=3.13" -authors = [{ name = "Emma Powers", email = "emmapowers@gmail.com" }] +authors = [{ name = "Emma Powers", email = "emma@emmaponders.com" }] classifiers = [ "Development Status :: 3 - Alpha", "Natural Language :: English",