diff --git a/LICENSE b/LICENSE index 39806e5..650bca5 100644 --- a/LICENSE +++ b/LICENSE @@ -175,7 +175,7 @@ END OF TERMS AND CONDITIONS - Copyright (c) Infalligence Labs LLC + Copyright 2026 Infalligence Labs LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 2dd9c49..0b00f1d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Templar +[![CI](https://github.com/jrconradt/Templar.Net/actions/workflows/ci.yml/badge.svg)](https://github.com/jrconradt/Templar.Net/actions/workflows/ci.yml) ![.NET](https://img.shields.io/badge/.NET-10-512BD4) [![License](https://img.shields.io/badge/License-Apache_2.0-blue)](LICENSE) + Indentation-aware template engine for C# codegen — multi-line values inherit the placeholder's column, trim/AOT-safe, zero dependencies. ## The Problem @@ -142,6 +144,10 @@ dotnet build Templar.slnx dotnet test Templar.slnx ``` +## Status + +Active development; the core rendering API is stable, while the preset and `Templar.UI` surface are still evolving. + ## License -Apache 2.0 — see [LICENSE](LICENSE). +Apache-2.0. Copyright 2026 Infalligence Labs LLC — see [LICENSE](LICENSE).