diff --git a/LICENSE b/LICENSE index 40e79f2..0d39dc5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2026 Tomarun +Copyright (c) 2026 Tomarun029831 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/README.md b/README.md index 07f8d11..ee97d6d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg) ![Platform: ESP32](https://img.shields.io/badge/Platform-ESP32-blue.svg) -[![Build and Test](https://github.com/Tomarun029831/kic_notation/actions/workflows/cmake.yml/badge.svg?branch=main)](https://github.com/Tomarun029831/kic_notation/actions/workflows/cmake.yml) +[![Build and Test](https://github.com/Tomarun029831/kic_notation/actions/workflows/cmake.yml/badge.svg)](https://github.com/Tomarun029831/kic_notation/actions/workflows/cmake.yml) + # background Note: This library was born to parse a "ridiculous" format created with a friend. While the goal was to minimize communication bandwidth, we ended up achieving "insane" speeds and "joke-like" memory consumption for embedded systems. diff --git a/src/kic_notation.h b/src/kic_notation.h index 2b3729d..bae6daf 100644 --- a/src/kic_notation.h +++ b/src/kic_notation.h @@ -1,7 +1,6 @@ // Copyright (c) 2026 Tomarun029831 // SPDX-License-Identifier: MIT #pragma once - #include "kic_notation/internal/flyweight_kic_parser.h" // IWYU pragma : export #include "kic_notation/internal/kic_parser_specifications.h" // IWYU pragma: export #include "kic_notation/internal/kic_timestamp.h" // IWYU pragma: export