Skip to content

Commit

Permalink
Switch license URLs to https
Browse files Browse the repository at this point in the history
fixes #82
  • Loading branch information
hameno committed Jul 10, 2017
1 parent 73ba96a commit e781579
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public String getVersion() {

@Override
public String getUrl() {
return "http://www.apache.org/licenses/LICENSE-2.0.txt";
return "https://www.apache.org/licenses/LICENSE-2.0.txt";
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public String getVersion() {

@Override
public String getUrl() {
return "http://opensource.org/licenses/BSD-2-Clause";
return "https://opensource.org/licenses/BSD-2-Clause";
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public String getVersion() {

@Override
public String getUrl() {
return "http://opensource.org/licenses/BSD-3-Clause";
return "https://opensource.org/licenses/BSD-3-Clause";
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public String getVersion() {

@Override
public String getUrl() {
return "http://creativecommons.org/licenses/by/3.0/";
return "https://creativecommons.org/licenses/by/3.0/";
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public String getVersion() {

@Override
public String getUrl() {
return "http://creativecommons.org/licenses/by-nd/3.0/";
return "https://creativecommons.org/licenses/by-nd/3.0/";
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public String getVersion() {

@Override
public String getUrl() {
return "http://creativecommons.org/licenses/by-sa/3.0/";
return "https://creativecommons.org/licenses/by-sa/3.0/";
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ public String getVersion() {

@Override
public String getUrl() {
return "http://www.eclipse.org/legal/epl-v10.html";
return "https://www.eclipse.org/legal/epl-v10.html";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ public String getVersion() {

@Override
public String getUrl() {
return "http://www.gnu.org/licenses/";
return "https://www.gnu.org/licenses/";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ public String getVersion() {

@Override
public String getUrl() {
return "http://www.gnu.org/licenses/";
return "https://www.gnu.org/licenses/";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public String getVersion() {

@Override
public String getUrl() {
return "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html";
return "https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html";
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public String getVersion() {

@Override
public String getUrl() {
return "http://www.gnu.org/licenses/lgpl.html";
return "https://www.gnu.org/licenses/lgpl.html";
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ public String getVersion() {

@Override
public String getUrl() {
return "http://opensource.org/licenses/isc-license.txt";
return "https://opensource.org/licenses/isc-license.txt";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public String getVersion() {

@Override
public String getUrl() {
return "http://opensource.org/licenses/MIT";
return "https://opensource.org/licenses/MIT";
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public String getVersion() {

@Override
public String getUrl() {
return "http://mozilla.org/MPL/1.1/";
return "https://mozilla.org/MPL/1.1/";
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public String getVersion() {

@Override
public String getUrl() {
return "http://mozilla.org/MPL/2.0/";
return "https://mozilla.org/MPL/2.0/";
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public String getVersion() {

@Override
public String getUrl() {
return "http://opensource.org/licenses/OFL-1.1";
return "https://opensource.org/licenses/OFL-1.1";
}

}

0 comments on commit e781579

Please sign in to comment.