From c069186ca709fbcaffa8362926cb702663f95099 Mon Sep 17 00:00:00 2001
From: Colin Xu <colin.xu@gmail.com>
Date: Sat, 25 Jan 2025 18:05:55 +0800
Subject: [PATCH] Update license, add changelog, backup readme.

Signed-off-by: Colin Xu <colin.xu@gmail.com>
---
 CHANGELOG.md               | 22 ++++++++++++++++++++++
 LICENSE                    |  2 +-
 README.md => README_OLD.md |  0
 3 files changed, 23 insertions(+), 1 deletion(-)
 create mode 100644 CHANGELOG.md
 rename README.md => README_OLD.md (100%)

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..60afc45
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,22 @@
+# Changelog
+
+All notable changes to the pykd maintenance fork will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
+
+## [Unreleased]
+### Added
+### Changed
+### Deprecated
+### Removed
+### Fixed
+### Security
+
+## [0.3.4.15_2] - 2023-02-27
+### Added
+- Support Python 3.11
+### Changed
+- Include nuget CLI v6.4.0 to repo.
+- Update per-configuration python in pre-build.
+
+## [0.3.4.15_1] - 2023-02-22
+### Added
+- Support Python 3.10.
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
index 4928aa4..2613c07 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2017 pykd
+Copyright (c) 2025 pykd
 
 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_OLD.md
similarity index 100%
rename from README.md
rename to README_OLD.md