From 9404d7f84f6eaad00719cc7790e5834e57052d40 Mon Sep 17 00:00:00 2001 From: Bryan Horna Date: Wed, 13 Jan 2021 00:42:15 -0500 Subject: [PATCH] Lowercase filenames and fix author URL --- app/manifest.webapp | 2 +- LICENSE.txt => license.txt | 2 +- README.md => readme.md | 4 ++-- THIRDPARTYLICENSE.txt => thirdpartylicense.txt | 0 4 files changed, 4 insertions(+), 4 deletions(-) rename LICENSE.txt => license.txt (97%) rename README.md => readme.md (92%) rename THIRDPARTYLICENSE.txt => thirdpartylicense.txt (100%) diff --git a/app/manifest.webapp b/app/manifest.webapp index 9ff857e..7ca3611 100644 --- a/app/manifest.webapp +++ b/app/manifest.webapp @@ -9,7 +9,7 @@ }, "developer": { "name": "Bryan Horna", - "url": "https://bryanjhv.xyz" + "url": "https://bryanjhv.github.io" }, "default_locale": "en", "locales": { diff --git a/LICENSE.txt b/license.txt similarity index 97% rename from LICENSE.txt rename to license.txt index 1094b9a..ea680c5 100644 --- a/LICENSE.txt +++ b/license.txt @@ -7,7 +7,7 @@ These licenses can be found in THIRDPARTYLICENSE.txt. ********************************************************************* -Copyright (c) 2016 Bryan Horna +Copyright (c) 2016-2021 Bryan Horna 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.md similarity index 92% rename from README.md rename to readme.md index 69717b8..e388424 100644 --- a/README.md +++ b/readme.md @@ -47,8 +47,8 @@ I'm using and distributing some libraries I wish to thank: ## License -This project is released under the [MIT license](LICENSE.txt). -The licenses for the libraries used are [here](THIRDPARTYLICENSE.txt). +This project is released under the [MIT license](license.txt). +The licenses for the libraries used are [here](thirdpartylicense.txt). [paybtn]: https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif diff --git a/THIRDPARTYLICENSE.txt b/thirdpartylicense.txt similarity index 100% rename from THIRDPARTYLICENSE.txt rename to thirdpartylicense.txt