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