Skip to content

Commit 4e4cdb9

Browse files
committed
swift-mutex
1 parent b3d1e42 commit 4e4cdb9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Sources/AllocatedLock.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
//
22
// AllocatedLock.swift
3-
// AllocatedLock
3+
// swift-mutex
44
//
55
// Created by Simon Whitty on 10/04/2023.
66
// Copyright 2023 Simon Whitty
77
//
88
// Distributed under the permissive MIT license
99
// Get the latest version from here:
1010
//
11-
// https://github.com/swhitty/AllocatedLock
11+
// https://github.com/swhitty/swift-mutex
1212
//
1313
// Permission is hereby granted, free of charge, to any person obtaining a copy
1414
// of this software and associated documentation files (the "Software"), to deal

Sources/Mutex.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
//
22
// Mutex.swift
3-
// AllocatedLock
3+
// swift-mutex
44
//
55
// Created by Simon Whitty on 07/09/2024.
66
// Copyright 2024 Simon Whitty
77
//
88
// Distributed under the permissive MIT license
99
// Get the latest version from here:
1010
//
11-
// https://github.com/swhitty/AllocatedLock
11+
// https://github.com/swhitty/swift-mutex
1212
//
1313
// Permission is hereby granted, free of charge, to any person obtaining a copy
1414
// of this software and associated documentation files (the "Software"), to deal

Tests/AllocatedLockTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
//
22
// AllocatedLockTests.swift
3-
// AllocatedLock
3+
// swift-mutex
44
//
55
// Created by Simon Whitty on 10/04/2023.
66
// Copyright 2023 Simon Whitty
77
//
88
// Distributed under the permissive MIT license
99
// Get the latest version from here:
1010
//
11-
// https://github.com/swhitty/AllocatedLock
11+
// https://github.com/swhitty/swift-mutex
1212
//
1313
// Permission is hereby granted, free of charge, to any person obtaining a copy
1414
// of this software and associated documentation files (the "Software"), to deal

Tests/MutexTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
//
22
// MutexTests.swift
3-
// AllocatedLock
3+
// swift-mutex
44
//
55
// Created by Simon Whitty on 07/09/2024.
66
// Copyright 2024 Simon Whitty
77
//
88
// Distributed under the permissive MIT license
99
// Get the latest version from here:
1010
//
11-
// https://github.com/swhitty/AllocatedLock
11+
// https://github.com/swhitty/swift-mutex
1212
//
1313
// Permission is hereby granted, free of charge, to any person obtaining a copy
1414
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)