From 7a68ceb7cfd6b5f601afc899ff632dab472fc64a Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Mon, 14 Mar 2016 01:01:05 -0700 Subject: [PATCH] opportunistic https to kick CI --- _licenses/epl-1.0.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_licenses/epl-1.0.txt b/_licenses/epl-1.0.txt index bf9f34d..e1fe230 100644 --- a/_licenses/epl-1.0.txt +++ b/_licenses/epl-1.0.txt @@ -1,14 +1,14 @@ --- title: Eclipse Public License 1.0 redirect_from: /licenses/eclipse/ -source: http://www.eclipse.org/legal/epl-v10.html +source: https://www.eclipse.org/legal/epl-v10.html description: This commercially-friendly copyleft license provides the ability to commercially license binaries; a modern royalty-free patent license grant; and the ability for linked works to use other licenses, including commercial ones. how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. using: - - The Eclipse Foundation: "http://www.eclipse.org" + - The Eclipse Foundation: "https://www.eclipse.org" - OpenDaylight: "http://www.opendaylight.org/" - Clojure: "http://clojure.org/" - JUnit: "http://junit.org/"