Skip to content

Commit 50344fe

Browse files
committed
Update copyright year to 2024
1 parent 6d8da12 commit 50344fe

30 files changed

Lines changed: 30 additions & 30 deletions

.jazzy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ clean: false
44
author: Timofey Solomko
55
module: BitByteData
66
module_version: 2.0.3
7-
copyright: '© 2023 Timofey Solomko'
7+
copyright: '© 2024 Timofey Solomko'
88
readme: README.md
99
github_url: https://github.com/tsolomko/BitByteData
1010
github_file_prefix: https://github.com/tsolomko/BitByteData/tree/2.0.3

BitByteData.xcodeproj/BitByteData.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleVersion</key>
2020
<string>29</string>
2121
<key>NSHumanReadableCopyright</key>
22-
<string>Copyright © 2023 Timofey Solomko</string>
22+
<string>Copyright © 2024 Timofey Solomko</string>
2323
</dict>
2424
</plist>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Timofey Solomko
3+
Copyright (c) 2024 Timofey Solomko
44

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

Sources/BigEndianByteReader.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 Timofey Solomko
1+
// Copyright (c) 2024 Timofey Solomko
22
// Licensed under MIT License
33
//
44
// See LICENSE for license information

Sources/BitReader.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 Timofey Solomko
1+
// Copyright (c) 2024 Timofey Solomko
22
// Licensed under MIT License
33
//
44
// See LICENSE for license information

Sources/BitWriter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 Timofey Solomko
1+
// Copyright (c) 2024 Timofey Solomko
22
// Licensed under MIT License
33
//
44
// See LICENSE for license information

Sources/ByteReader.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 Timofey Solomko
1+
// Copyright (c) 2024 Timofey Solomko
22
// Licensed under MIT License
33
//
44
// See LICENSE for license information

Sources/Extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 Timofey Solomko
1+
// Copyright (c) 2024 Timofey Solomko
22
// Licensed under MIT License
33
//
44
// See LICENSE for license information

Sources/LittleEndianByteReader.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 Timofey Solomko
1+
// Copyright (c) 2024 Timofey Solomko
22
// Licensed under MIT License
33
//
44
// See LICENSE for license information

Sources/LsbBitReader.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023 Timofey Solomko
1+
// Copyright (c) 2024 Timofey Solomko
22
// Licensed under MIT License
33
//
44
// See LICENSE for license information

0 commit comments

Comments
 (0)