Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bakelite/generator/runtimes/common/crc.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bakelite/generator/templates/cpptiny-bakelite.h.j2
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bakelite/generator/templates/ctiny-bakelite.h.j2
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion bin/update
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/chat/cpptiny/bakelite.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/chat/ctiny/bakelite.h
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading