Skip to content

Commit caa568f

Browse files
committed
Fixed license link
1 parent 98c904d commit caa568f

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

.cmake/install.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Use of this source code is governed by a BSD-style
44
# license that can be found in the LICENSE file or at
5-
# https://github.com/gershnik/objc-helpers/blob/main/LICENSE
5+
# https://github.com/gershnik/objc-helpers/blob/master/LICENSE
66

77

88
include(GNUInstallDirs)

.cmake/objc-helpers-config.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Use of this source code is governed by a BSD-style
44
# license that can be found in the LICENSE file or at
5-
# https://github.com/gershnik/objc-helpers/blob/main/LICENSE
5+
# https://github.com/gershnik/objc-helpers/blob/master/LICENSE
66

77

88
@PACKAGE_INIT@

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Use of this source code is governed by a BSD-style
44
# license that can be found in the LICENSE file or at
5-
# https://github.com/gershnik/objc-helpers/blob/main/LICENSE
5+
# https://github.com/gershnik/objc-helpers/blob/master/LICENSE
66

77
cmake_minimum_required(VERSION 3.25)
88

include/objc-helpers/BlockUtil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Use of this source code is governed by a BSD-style
55
license that can be found in the LICENSE file or at
6-
https://github.com/gershnik/objc-helpers/blob/main/LICENSE
6+
https://github.com/gershnik/objc-helpers/blob/master/LICENSE
77
*/
88

99
#ifndef HEADER_BLOCK_UTIL_INCLUDED

include/objc-helpers/BoxUtil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Use of this source code is governed by a BSD-style
55
license that can be found in the LICENSE file or at
6-
https://github.com/gershnik/objc-helpers/blob/main/LICENSE
6+
https://github.com/gershnik/objc-helpers/blob/master/LICENSE
77
*/
88

99
#ifndef HEADER_BOX_UTIL_INCLUDED

include/objc-helpers/CoDispatch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Use of this source code is governed by a BSD-style
55
license that can be found in the LICENSE file or at
6-
https://github.com/gershnik/objc-helpers/blob/main/LICENSE
6+
https://github.com/gershnik/objc-helpers/blob/master/LICENSE
77
*/
88

99
#ifndef HEADER_CO_DISPATCH_INCLUDED

include/objc-helpers/NSNumberUtil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Use of this source code is governed by a BSD-style
55
license that can be found in the LICENSE file or at
6-
https://github.com/gershnik/objc-helpers/blob/main/LICENSE
6+
https://github.com/gershnik/objc-helpers/blob/master/LICENSE
77
*/
88

99
#ifndef HEADER_NS_NUMBER_UTIL_INCLUDED

include/objc-helpers/NSObjectUtil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Use of this source code is governed by a BSD-style
55
license that can be found in the LICENSE file or at
6-
https://github.com/gershnik/objc-helpers/blob/main/LICENSE
6+
https://github.com/gershnik/objc-helpers/blob/master/LICENSE
77
*/
88

99
#ifndef HEADER_NS_OBJECT_UTIL_INCLUDED

include/objc-helpers/NSStringUtil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Use of this source code is governed by a BSD-style
55
license that can be found in the LICENSE file or at
6-
https://github.com/gershnik/objc-helpers/blob/main/LICENSE
6+
https://github.com/gershnik/objc-helpers/blob/master/LICENSE
77
*/
88

99
#ifndef HEADER_NS_STRING_UTIL_INCLUDED

include/objc-helpers/XCTestUtil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Use of this source code is governed by a BSD-style
55
license that can be found in the LICENSE file or at
6-
https://github.com/gershnik/objc-helpers/blob/main/LICENSE
6+
https://github.com/gershnik/objc-helpers/blob/master/LICENSE
77
*/
88

99
#ifndef HEADER_XCTEST_UTIL_INCLUDED

0 commit comments

Comments
 (0)