From 2d7cf1f6caabe88e05058c10faf2b2081744c57c Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Tue, 11 Mar 2025 16:09:39 -0400 Subject: [PATCH] Minor tweaks - Renamed LICENSE to UNLICENSE --- Program.cs | 1 + README.md | 2 +- LICENSE => UNLICENSE | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename LICENSE => UNLICENSE (100%) diff --git a/Program.cs b/Program.cs index ed114bd..d7ba8a6 100644 --- a/Program.cs +++ b/Program.cs @@ -1,3 +1,4 @@ +// I hereby waive this project under the public domain - see UNLICENSE for details. const string banner = "=== Publish Times ==="; var numberOfArticles = 5; // Define how many articles to schedule diff --git a/README.md b/README.md index 4f2bca4..1044fec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Publish Times -This is a very simple console application that generates a list of times to schedule news with a 2-3 hour delay with a 30 minute time gap per-article. +This is a very simple console application that generates a list of times to schedule news with a 2-3 hour delay and a 30 minute time gap per-article. ## License diff --git a/LICENSE b/UNLICENSE similarity index 100% rename from LICENSE rename to UNLICENSE