Skip to content

Commit c4961d9

Browse files
committed
Update copyright year to 2020
1 parent 1550b95 commit c4961d9

22 files changed

Lines changed: 22 additions & 22 deletions

.jazzy.yaml

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

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>19</string>
2121
<key>NSHumanReadableCopyright</key>
22-
<string>Copyright © 2019 Timofey Solomko. All rights reserved.</string>
22+
<string>Copyright © 2020 Timofey Solomko. All rights reserved.</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) 2019 Timofey Solomko
3+
Copyright (c) 2020 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/BitReader.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 Timofey Solomko
1+
// Copyright (c) 2020 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) 2019 Timofey Solomko
1+
// Copyright (c) 2020 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) 2019 Timofey Solomko
1+
// Copyright (c) 2020 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) 2019 Timofey Solomko
1+
// Copyright (c) 2020 Timofey Solomko
22
// Licensed under MIT License
33
//
44
// See LICENSE for license information

Sources/LsbBitWriter.swift

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

Sources/MsbBitReader.swift

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

Sources/MsbBitWriter.swift

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

0 commit comments

Comments
 (0)