Skip to content

Commit 35a81ee

Browse files
committed
Update copyright dates
1 parent 873b659 commit 35a81ee

23 files changed

+34
-32
lines changed

BTree.xcodeproj/project.pbxproj

+12-10
Original file line numberDiff line numberDiff line change
@@ -77,26 +77,27 @@
7777
BB54D0B41C1F0357008A462B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
7878
BB54D0B91C1F0357008A462B /* BTreeTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BTreeTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
7979
BB54D0C01C1F0357008A462B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
80-
BB56634E1C46969400F5A118 /* BTreeNode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BTreeNode.swift; sourceTree = "<group>"; };
81-
BB7773801C6CA03200991A06 /* BTreeGenerator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BTreeGenerator.swift; sourceTree = "<group>"; };
82-
BB7773831C6CA07C00991A06 /* BTreeIndex.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BTreeIndex.swift; sourceTree = "<group>"; };
80+
BB56634E1C46969400F5A118 /* BTreeNode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = BTreeNode.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
81+
BB7773801C6CA03200991A06 /* BTreeGenerator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = BTreeGenerator.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
82+
BB7773831C6CA07C00991A06 /* BTreeIndex.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = BTreeIndex.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
8383
BB7773861C6CA08B00991A06 /* Weak.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Weak.swift; sourceTree = "<group>"; };
84-
BB7773891C6CBC9100991A06 /* List.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = List.swift; sourceTree = "<group>"; };
85-
BB77738C1C6E476100991A06 /* BTreeCursor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BTreeCursor.swift; sourceTree = "<group>"; };
84+
BB7773891C6CBC9100991A06 /* List.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = List.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
85+
BB77738C1C6E476100991A06 /* BTreeCursor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = BTreeCursor.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
8686
BB9AE43B1C1FCC35002C5D63 /* BTree.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BTree.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8787
BB9AE44C1C1FCE0B002C5D63 /* BTreeTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BTreeTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
8888
BB9AE47D1C207303002C5D63 /* Package.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
89-
BBB224D71C7B9BAA0049FEF6 /* BTreeCursorTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BTreeCursorTests.swift; sourceTree = "<group>"; };
90-
BBB224D81C7B9BAA0049FEF6 /* BTreeNodeTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BTreeNodeTests.swift; sourceTree = "<group>"; };
91-
BBB224D91C7B9BAA0049FEF6 /* BTreeTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BTreeTests.swift; sourceTree = "<group>"; };
92-
BBB224DA1C7B9BAA0049FEF6 /* BTreeTestSupport.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BTreeTestSupport.swift; sourceTree = "<group>"; };
89+
BBB224D71C7B9BAA0049FEF6 /* BTreeCursorTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = BTreeCursorTests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
90+
BBB224D81C7B9BAA0049FEF6 /* BTreeNodeTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = BTreeNodeTests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
91+
BBB224D91C7B9BAA0049FEF6 /* BTreeTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = BTreeTests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
92+
BBB224DA1C7B9BAA0049FEF6 /* BTreeTestSupport.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = BTreeTestSupport.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
9393
BBB224DB1C7B9BAA0049FEF6 /* ListTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListTests.swift; sourceTree = "<group>"; };
9494
BBB224DC1C7B9BAA0049FEF6 /* MapTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MapTests.swift; sourceTree = "<group>"; };
95+
BBB224EF1C7BA09B0049FEF6 /* LICENCE.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = LICENCE.md; sourceTree = "<group>"; };
9596
BBBA30481C4946660019830F /* .travis.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = .travis.yml; sourceTree = "<group>"; };
9697
BBBA308C1C4A9CD60019830F /* BigInt.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = BigInt.framework; path = Carthage/Build/iOS/BigInt.framework; sourceTree = "<group>"; };
9798
BBBA95B01C482BBC005810B9 /* BigInt.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = BigInt.framework; path = Carthage/Build/Mac/BigInt.framework; sourceTree = "<group>"; };
9899
BBCABF9B1C2ECF8900825BF5 /* String Manipulation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String Manipulation.swift"; sourceTree = "<group>"; };
99-
BBD622781C77568D00B6BF46 /* BTree.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BTree.swift; sourceTree = "<group>"; };
100+
BBD622781C77568D00B6BF46 /* BTree.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = BTree.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
100101
/* End PBXFileReference section */
101102

102103
/* Begin PBXFrameworksBuildPhase section */
@@ -150,6 +151,7 @@
150151
isa = PBXGroup;
151152
children = (
152153
BB0D75D91C1F045C00538080 /* README.md */,
154+
BBB224EF1C7BA09B0049FEF6 /* LICENCE.md */,
153155
BBBA30481C4946660019830F /* .travis.yml */,
154156
BB9AE47D1C207303002C5D63 /* Package.swift */,
155157
BB54D0B11C1F0357008A462B /* Sources */,

LICENCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Károly Lőrentey
3+
Copyright (c) 2015–2016 Károly Lőrentey
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

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BTree
44
//
55
// Created by Károly Lőrentey on 2015-12-15.
6-
// Copyright © 2015 Károly Lőrentey.
6+
// Copyright © 2015–2016 Károly Lőrentey.
77
//
88

99
import PackageDescription

Sources/BTree.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-02-19.
6-
// Copyright © 2016 Károly Lőrentey.
6+
// Copyright © 2015–2016 Károly Lőrentey.
77
//
88

99
public struct BTree<Key: Comparable, Payload> {

Sources/BTreeCursor.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-02-12.
6-
// Copyright © 2016 Károly Lőrentey.
6+
// Copyright © 2015–2016 Károly Lőrentey.
77
//
88

99
//MARK: Cursors

Sources/BTreeGenerator.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-02-11.
6-
// Copyright © 2016 Károly Lőrentey.
6+
// Copyright © 2015–2016 Károly Lőrentey.
77
//
88

99
/// A generator for all elements stored in a b-tree, in ascending key order.

Sources/BTreeIndex.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-02-11.
6-
// Copyright © 2016 Károly Lőrentey.
6+
// Copyright © 2015–2016 Károly Lőrentey.
77
//
88

99
private enum WalkDirection {

Sources/BTreeNode.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-01-13.
6-
// Copyright © 2016 Károly Lőrentey.
6+
// Copyright © 2015–2016 Károly Lőrentey.
77
//
88

99
// `bTreeNodeSize` is the maximum size (in bytes) of the keys in a single, fully loaded b-tree node.

Sources/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>NSHumanReadableCopyright</key>
24-
<string>Copyright © 2015 Károly Lőrentey.</string>
24+
<string>Copyright © 2015–2016 Károly Lőrentey.</string>
2525
<key>NSPrincipalClass</key>
2626
<string></string>
2727
</dict>

Sources/List.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-02-11.
6-
// Copyright © 2016 Károly Lőrentey.
6+
// Copyright © 2015–2016 Károly Lőrentey.
77
//
88

99
/// A random-access collection of arbitrary elements.

Sources/Map.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BTree
44
//
55
// Created by Károly Lőrentey on 2015-12-17.
6-
// Copyright © 2015 Károly Lőrentey.
6+
// Copyright © 2015–2016 Károly Lőrentey.
77
//
88

99
import Foundation

Sources/Weak.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-02-11.
6-
// Copyright © 2016 Károly Lőrentey.
6+
// Copyright © 2015–2016 Károly Lőrentey.
77
//
88

99
internal struct Weak<T: AnyObject> {

Tests/BTreeCursorTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-02-19.
6-
// Copyright © 2016 Károly Lőrentey.
6+
// Copyright © 2015–2016 Károly Lőrentey.
77
//
88

99
import Foundation

Tests/BTreeNodeTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-02-21.
6-
// Copyright © 2016 Károly Lőrentey.
6+
// Copyright © 2015–2016 Károly Lőrentey.
77
//
88

99
import XCTest

Tests/BTreeTestSupport.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-02-19.
6-
// Copyright © 2016 Károly Lőrentey.
6+
// Copyright © 2015–2016 Károly Lőrentey.
77
//
88

99
import Foundation

Tests/BTreeTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-01-13.
6-
// Copyright © 2016 Károly Lőrentey.
6+
// Copyright © 2015–2016 Károly Lőrentey.
77
//
88

99
import XCTest

Tests/Helpers/PermutationTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BTree
44
//
55
// Created by Károly Lőrentey on 2015-12-21.
6-
// Copyright © 2015 Károly Lőrentey.
6+
// Copyright © 2015–2016 Károly Lőrentey.
77
//
88

99
import Foundation

Tests/Helpers/Permutations.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BTree
44
//
55
// Created by Károly Lőrentey on 2015-12-21.
6-
// Copyright © 2015 Károly Lőrentey.
6+
// Copyright © 2015–2016 Károly Lőrentey.
77
//
88

99
import Foundation

Tests/Helpers/Random.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BTree
44
//
55
// Created by Károly Lőrentey on 2015-12-20.
6-
// Copyright © 2015 Károly Lőrentey.
6+
// Copyright © 2015–2016 Károly Lőrentey.
77
//
88

99
import Foundation

Tests/Helpers/String Manipulation.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BTree
44
//
55
// Created by Károly Lőrentey on 2015-12-26.
6-
// Copyright © 2015 Károly Lőrentey.
6+
// Copyright © 2015–2016 Károly Lőrentey.
77
//
88

99
import Foundation

Tests/Helpers/XCTest extensions.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BTree
44
//
55
// Created by Károly Lőrentey on 2015-12-21.
6-
// Copyright © 2015 Károly Lőrentey.
6+
// Copyright © 2015–2016 Károly Lőrentey.
77
//
88

99
import Foundation

Tests/ListTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BTree
44
//
55
// Created by Károly Lőrentey on 2015-12-15.
6-
// Copyright © 2015 Károly Lőrentey.
6+
// Copyright © 2015–2016 Károly Lőrentey.
77
//
88

99
import XCTest

Tests/MapTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BTreeTests
44
//
55
// Created by Károly Lőrentey on 2015-12-15.
6-
// Copyright © 2015 Károly Lőrentey.
6+
// Copyright © 2015–2016 Károly Lőrentey.
77
//
88

99
import XCTest

0 commit comments

Comments
 (0)