Skip to content

Commit 36a26a3

Browse files
committed
Update to safe HTTPS
1 parent c43406e commit 36a26a3

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Apache License
33
Version 2.0, January 2004
4-
http://www.apache.org/licenses/
4+
https://www.apache.org/licenses/
55

66
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
77

cmake/GetGitRevisionDescription.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
#
3434
# Original Author:
3535
# 2009-2020 Ryan Pavlik <ryan.pavlik@gmail.com> <abiryan@ryand.net>
36-
# http://academic.cleardefinition.com
36+
# https://academic.cleardefinition.com
3737
#
3838
# Copyright 2009-2013, Iowa State University.
3939
# Copyright 2013-2020, Ryan Pavlik
4040
# Copyright 2013-2020, Contributors
4141
# SPDX-License-Identifier: BSL-1.0
4242
# Distributed under the Boost Software License, Version 1.0.
4343
# (See accompanying file LICENSE_1_0.txt or copy at
44-
# http://www.boost.org/LICENSE_1_0.txt)
44+
# https://www.boost.org/LICENSE_1_0.txt)
4545

4646
if(__get_git_revision_description)
4747
return()

cmake/GetGitRevisionDescription.cmake.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
#
66
# Original Author:
77
# 2009-2010 Ryan Pavlik <rpavlik@iastate.edu> <abiryan@ryand.net>
8-
# http://academic.cleardefinition.com
8+
# https://academic.cleardefinition.com
99
# Iowa State University HCI Graduate Program/VRAC
1010
#
1111
# Copyright Iowa State University 2009-2010.
1212
# Distributed under the Boost Software License, Version 1.0.
1313
# (See accompanying file LICENSE_1_0.txt or copy at
14-
# http://www.boost.org/LICENSE_1_0.txt)
14+
# https://www.boost.org/LICENSE_1_0.txt)
1515

1616
set(HEAD_HASH)
1717

0 commit comments

Comments
 (0)