From 68e0edf6758df64c1b4576c08d3c70b2862412ac Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Tue, 25 Mar 2025 16:33:53 -0400 Subject: [PATCH 1/3] Update goals progress --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 85365a3..4845872 100644 --- a/README.adoc +++ b/README.adoc @@ -15,7 +15,7 @@ I figured, that since I already had to digitize every note, that I was required == Goals * [ ] Data Format -* [ ] Mathematics +* [*] Mathematics ** [ ] Avg. Terrain Gain ** [ ] Avg. Terrain Loss ** [ ] Avg. Terrain Delta @@ -27,4 +27,4 @@ I figured, that since I already had to digitize every note, that I was required ** [ ] Least Frequent Play ** [ ] Most Effective Play (Greatest Terrain Gain given sufficient data) -== License \ No newline at end of file +== License -- 2.49.1 From 8e8016ff3fad7102ce871f1c9ac435ccf2ef57f1 Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Tue, 25 Mar 2025 16:39:19 -0400 Subject: [PATCH 2/3] Licensing cleanup --- Cargo.toml | 2 ++ README.adoc | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9d8f6bf..336bc96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "miller" version = "0.1.0" edition = "2024" +license = "MIT" +license-file = "LICENSE" [dependencies] ron = "0.9" diff --git a/README.adoc b/README.adoc index 4845872..ebc59ea 100644 --- a/README.adoc +++ b/README.adoc @@ -26,5 +26,3 @@ I figured, that since I already had to digitize every note, that I was required ** [ ] Most Frequent Play ** [ ] Least Frequent Play ** [ ] Most Effective Play (Greatest Terrain Gain given sufficient data) - -== License -- 2.49.1 From c5de475d6a5ff7bbe1ccde39eccb18d2a43f552c Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Tue, 25 Mar 2025 16:40:10 -0400 Subject: [PATCH 3/3] Correct the completed goal. --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index ebc59ea..11d4b87 100644 --- a/README.adoc +++ b/README.adoc @@ -14,8 +14,8 @@ I figured, that since I already had to digitize every note, that I was required == Goals -* [ ] Data Format -* [*] Mathematics +* [*] Data Format +* [ ] Mathematics ** [ ] Avg. Terrain Gain ** [ ] Avg. Terrain Loss ** [ ] Avg. Terrain Delta -- 2.49.1