Skip to content

Commit c37881b

Browse files
committed
global: bump copyright
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent d6f1ea8 commit c37881b

File tree

120 files changed

+120
-120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+120
-120
lines changed

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
1+
Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of
44
this software and associated documentation files (the "Software"), to deal in

Sources/Shared/FileManager+Extension.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55
import os.log

Sources/Shared/Keychain.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55
import Security

Sources/Shared/Logging/Logger.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55
import os.log

Sources/Shared/Logging/ringlogger.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
3+
* Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
44
*/
55

66
#include <string.h>

Sources/Shared/Logging/ringlogger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
3+
* Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
44
*/
55

66
#ifndef RINGLOGGER_H

Sources/Shared/Model/NETunnelProviderProtocol+Extension.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import NetworkExtension
55

Sources/Shared/Model/String+ArrayConversion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55

Sources/Shared/Model/TunnelConfiguration+WgQuickConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55

Sources/Shared/NotificationToken.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright © 2018-2021 WireGuard LLC. All Rights Reserved.
2+
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

44
import Foundation
55

0 commit comments

Comments
 (0)