From a818c47fb7bd695dd2bdf3b9f5884ba0f1f15f35 Mon Sep 17 00:00:00 2001 From: Willem van Heemstra Date: Thu, 31 Oct 2024 13:25:24 +0000 Subject: [PATCH] Update --- HISTORY.md | 10 ++++++++++ LICENSE => LICENSE.txt | 0 2 files changed, 10 insertions(+) create mode 100644 HISTORY.md rename LICENSE => LICENSE.txt (100%) diff --git a/HISTORY.md b/HISTORY.md new file mode 100644 index 0000000..c47bf80 --- /dev/null +++ b/HISTORY.md @@ -0,0 +1,10 @@ +# History + +----- + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## Unreleased + diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt