From ef986c843f9d51350bf875c66d489e4aa22f687b Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 10 Feb 2021 10:55:55 +0100 Subject: [PATCH 1/3] readme: Make licensing statement more clear (fixes #15) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03a23b4..ce8609c 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,6 @@ Color Oracle is using the best available algorithm for simulating color vision i * Download the latest version for macOS, Windows and Linux from http://colororacle.org/. ## License -CC-BY using the [MIT License](http://opensource.org/licenses/MIT), see the LICENSE.txt file for complete details. +Licensed under the [MIT License](http://opensource.org/licenses/MIT), see the LICENSE.txt file for complete details. © 2006–2018 by Bernhard Jenny and Nathaniel V. Kelso. From 325b23bb25ba1683e5da286dba495fb0d5462bca Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 10 Feb 2021 10:59:40 +0100 Subject: [PATCH 2/3] readme: Fix syntax for section "License" Some markdown interpreters need an empty line here, e.g. Ghostwriter does. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce8609c..7f44f06 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Color Oracle is using the best available algorithm for simulating color vision i ## Downloads * Download the latest version for macOS, Windows and Linux from http://colororacle.org/. + ## License Licensed under the [MIT License](http://opensource.org/licenses/MIT), see the LICENSE.txt file for complete details. From 20be75c366dfdbebfdda3e11384960cad7e53976 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 10 Feb 2021 10:59:25 +0100 Subject: [PATCH 3/3] readme: Use https:// everywhere --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7f44f06..05f2e50 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -![image](http://colororacle.org/rw_common/images/icon48x48.png) +![image](https://colororacle.org/rw_common/images/icon48x48.png) # Color Oracle _Design for the Color Impaired_ -**Go to [http://colororacle.org/](http://colororacle.org/) for downloads, usage, design tips, user manual, and links!** +**Go to [https://colororacle.org/](https://colororacle.org/) for downloads, usage, design tips, user manual, and links!** **This repo contains the JAVA (Windows, Linux version). Looking for the [Mac](https://github.com/nvkelso/color-oracle) version?** @@ -12,11 +12,11 @@ Color Oracle is a free color blindness simulator for Window, Mac and Linux. It t Color Oracle applies a full screen color filter to art you are designing – independently of the software in use. Eight percent of all males are affected by color vision impairment – make sure that your graphical work is readable by the widest possible audience. -Read this article for more information: [Color Design for the Color Vision Impaired](http://colororacle.org/design.html) +Read this article for more information: [Color Design for the Color Vision Impaired](https://colororacle.org/design.html) ## Authors -* Programming of the first version: [Bernie Jenny](http://berniejenny.info). +* Programming of the first version: [Bernie Jenny](https://berniejenny.info). * Ideas, testing and icon: [Nathaniel Vaughn Kelso](https://en.wikipedia.org/wiki/Nathaniel_Vaughn_Kelso). ## Feedback @@ -27,10 +27,10 @@ Color Oracle is using the best available algorithm for simulating color vision i ## Downloads -* Download the latest version for macOS, Windows and Linux from http://colororacle.org/. +* Download the latest version for macOS, Windows and Linux from https://colororacle.org/. ## License -Licensed under the [MIT License](http://opensource.org/licenses/MIT), see the LICENSE.txt file for complete details. +Licensed under the [MIT License](https://opensource.org/licenses/MIT), see the LICENSE.txt file for complete details. © 2006–2018 by Bernhard Jenny and Nathaniel V. Kelso.